BattleScape Thieving Script for sale.

Discussion in 'RuneScape Scripts, Botting, and Plugins' started by kipjes bende, Apr 6, 2012.

BattleScape Thieving Script for sale.
  1. Unread #21 - Apr 6, 2012 at 12:46 PM
  2. kipjes bende
    Joined:
    Feb 2, 2009
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0

    kipjes bende Member

    BattleScape Thieving Script for sale.

    Video added!
     
  3. Unread #22 - Apr 6, 2012 at 3:15 PM
  4. Examqle
    Joined:
    Mar 25, 2012
    Posts:
    318
    Referrals:
    0
    Sythe Gold:
    0

    Examqle Forum Addict

    BattleScape Thieving Script for sale.

    Just sat on TeamViewer with this guy for an hour or so, helped me out when he didn't have to. Made a little Alching script! This guy knows what he is talking about and i can assure you his script will be of a high quality.

    If i had the gold myself id purchase for sure!
     
  5. Unread #23 - Apr 6, 2012 at 3:18 PM
  6. kipjes bende
    Joined:
    Feb 2, 2009
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0

    kipjes bende Member

    BattleScape Thieving Script for sale.

    Thanks bro! :) Good luck with scripting!
     
  7. Unread #24 - Apr 7, 2012 at 5:24 AM
  8. Examqle
    Joined:
    Mar 25, 2012
    Posts:
    318
    Referrals:
    0
    Sythe Gold:
    0

    Examqle Forum Addict

    BattleScape Thieving Script for sale.

    Bump for my friend.
     
  9. Unread #25 - Apr 7, 2012 at 7:19 AM
  10. kipjes bende
    Joined:
    Feb 2, 2009
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0

    kipjes bende Member

    BattleScape Thieving Script for sale.

    Thanks :D
     
  11. Unread #26 - Apr 7, 2012 at 8:25 AM
  12. SSGP-Seller
    Joined:
    Mar 30, 2012
    Posts:
    7
    Referrals:
    0
    Sythe Gold:
    0

    SSGP-Seller Newcomer

    BattleScape Thieving Script for sale.

    From looking at the video i doubt the Profit/H is 7-10m
    0:30 - 1:30 Making 108k profit, including x1 being caught = about 6.5m an hour and that's if you're lucky enough to only get caught once every minute.

    On the other hand i'm pretty sure you'd get more sales if you put it into a client, because when people like to bot they also like to do other things on there computers.
     
  13. Unread #27 - Apr 7, 2012 at 8:31 AM
  14. kipjes bende
    Joined:
    Feb 2, 2009
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0

    kipjes bende Member

    BattleScape Thieving Script for sale.

    You get cought less if ur 99 thieving. i was only like 81.
    Also i can't put simba in a client as far as i know.
    Might try it later if i know how to.
     
  15. Unread #28 - Apr 7, 2012 at 10:55 AM
  16. iDontNeedNoName
    Joined:
    Jan 7, 2012
    Posts:
    158
    Referrals:
    0
    Sythe Gold:
    0

    iDontNeedNoName Active Member
    Banned

    BattleScape Thieving Script for sale.

    Code:
    program BSScript;
    {$I SRL/SRL.scar}
    
    var HP_Check: Integer;
    
    const Username = '';
          Password = '';
          Script = 1; // 1 = Paladin Thiever
                      // 2 = Black Knight Killer
                      // 3 = Magic Axe Killer
                      // 4 = Hill Giant Killer
                      // 5 = Fire Rune Buyer
                      // 6 = Nature Rune Buyer
          Eating = True; // Defines if the script eats (Sharks).
    
          GTAB_COMBAT = 'combat';
          GTAB_STATS = 'stats';
          GTAB_QUEST = 'quest';
          GTAB_INV = 'inventory';
          GTAB_EQUIP = 'equip';
          GTAB_PRAYER = 'prayer';
          GTAB_MAGIC = 'magic';
          GTAB_FRIENDS = 'friends';
          GTAB_IGNORE = 'ignore';
          GTAB_LOGOUT = 'logout';
          GTAB_OPTIONS = 'options';
          GTAB_EMOTES = 'emotes';
          GTAB_MUSIC = 'music';
    
          FMSX1 = 7; //Main Screen top-left corner X value.
          FMSY1 = 5; //Main Screen top-left corner Y value.
          FMSX2 = 517; //Main Screen bottom-right corner X value.
          FMSY2 = 337; //Main Screen bottom-right corner Y value.
    
          FMMX1 = 555;
          FMMY1 = 5;
          FMMX2 = 724;
          FMMY2 = 151;
    
          FMSCX = 263; //Main Screen center X value.
          FMSCY = 206; //Main Screen center Y value.
    
          FMIX1 = 547; //Inventory top-left corner X value.
          FMIY1 = 205; //Inventory top-left corner Y value.
          FMIX2 = 740; //Inventory bottom-right corner X value.
          FMIY2 = 467; //Inventory bottom-right corner Y value.
    
    procedure ClickTab(x, y: Integer);
    begin
      if not (GetColor(x, y) = 1778795) then begin
        Mouse(x, y, 1, 1, True);
      end;
    end;
    
    procedure F_SetAngle(Highest : Boolean);
    begin
      KeyDown((Integer(not Highest) * 2) + 38);
      Sleep(1000 + Random(300));
      KeyUp((Integer(not Highest) * 2) + 38);
      Wait(500 + Random(100));
    end;
    
    procedure F_GameTab(GTab: String);
    begin
      case GTab of
        'combat':    ClickTab(532, 176);
        'stats':     ClickTab(567, 171);
        'quest':     ClickTab(599, 172);
        'inventory': ClickTab(632, 171);
        'equip':     ClickTab(666, 171);
        'prayer':    ClickTab(706, 174);
        'magic':     ClickTab(737, 171);
        'friends':   ClickTab(569, 469);
        'ignore':    ClickTab(598, 470);
        'logout':    ClickTab(632, 470);
        'options':   ClickTab(671, 476);
        'emotes':    ClickTab(698, 482);
        'music':     ClickTab(740, 469);
      end;
    end;
    
    function FullHP: Boolean;
    begin
    F_GameTab(GTAB_STATS);
      if (CountColorTolerance(65535, 647, 209, 661, 222, 15) = CountColorTolerance(65535, 659, 221, 673, 234, 15)) then begin
        Result := True;
      end else begin
        F_GameTab(GTAB_INV);
        Result := False;
      end;
    end;
    
    procedure AlchAddyPlate;
    var x, y: Integer;
    begin
      if (FindColorTolerance(x, y, 4873802, FMIX1, FMIY1, FMIX2, FMIY2, 5)) then begin
        Mouse(x, y, 2, 3, True);
      end;
    end;
    
    procedure Alch;
    var x, y: Integer;
    begin
      if (FindColorTolerance(x, y, 4873802, FMIX1, FMIY1, FMIX2, FMIY2, 5)) then begin
        F_GameTab(GTAB_MAGIC);
        Mouse(716, 335, 1, 1, True);
        Wait(400+Random(100));
        AlchAddyPlate;
        Wait(1700+Random(100));
        F_GameTab(GTAB_INV);
      end;
    end;
    
    procedure ClickAttack(x, y: Integer);
    begin
      Mouse(x, y, 0, 0, True);
      Wait(200 + Random(500));
      Wait(2200 + Random(500));
    end;
    
    procedure ClickPickpocket(x, y: Integer);
    begin
      Mouse(x, y, 0, 0, False);
      Wait(200 + Random(500));
      Mouse(x, y+40, 1, 1, True);
      Wait(1500 + Random(300));
    end;
    
    function F_InFight: Boolean;
    var x, y: Integer;
    begin
    Result := False;
      if (FindColorTolerance(x, y, 65280, 221, 119, 283, 169, 5)) then begin
        Result := True;
      end;
    end;
    
    procedure RelocateToNPC;
    var x, y: Integer;
    begin
      if (FindColorTolerance(x, y, 195836, FMMX1, FMMY1, FMMX2, FMMY2, 10)) then begin
        Mouse(x, y, 1, 1, True);
        Wait(2500+Random(500));
      end;
    end;
    
    function F_FightAt(x, y: Integer): Boolean;
    begin
    Result := False;
      {if (FindColorTolerance(x, y, 65280, x-30, y-10, x+30, y, 5)) then begin
        Result := True;
      end;}
    end;
    
    // Black Knight: 460553 (CCT: 150);
    // Paladin: 7434875 (CCT: 150);
    // Magic Axe: 2843259 (CCT: 100);
    // Hill Giant: 8039378 (CCT: 100);
    procedure Attack(Color, CCT: Integer; Click: String);
    var AttackTP: TPoint;
        AttackTPA: TPointArray;
        AttackATPA: T2DPointArray;
        i, x, y, AttackHigh: Integer;
    begin
      if (FindColorsSpiralTolerance(x, y, AttackTPA, Color, FMSX1, FMSY1, FMSX2, FMSY2, 15)) then
      begin
        SortTPAFrom(AttackTPA, Point(MSCX, MSCY));
        AttackATPA := TPAtoATPAEx(AttackTPA, 10, 10);
        AttackHigh := High(AttackATPA);
        for i := 0 to AttackHigh do
        begin
          if (i > 15) then begin
            RelocateToNPC;
            Break;
          end;
          AttackTP := MiddleTPA(AttackATPA[i]);
          if not (F_FightAt(AttackTP.X, AttackTP.Y)) then begin
            MMouse(AttackTP.X, AttackTP.Y, 3, 3);
            Wait(100);
            if (CountColorTolerance(1040102, 73, 3, 381, 19, 70)>CCT) then
            begin
              GetMousePos(x, y);
              case Click of
                'pickpocket': ClickPickpocket(x, y);
                'attack': ClickAttack(x, y);
              end;
              Break;
            end;
          end;
        end;
      end;
    end;
    
    function HP_Checks: Boolean;
    begin
    Result := False;
      if (HP_Check >= 5) then begin
        HP_Check := 0;
        Result := True;
      end;
      Inc(HP_Check);
    end;
    
    procedure Eat;
    var x, y: Integer;
    begin
    if (HP_Checks) then begin
      if not (FullHP) then begin
        F_GameTab(GTAB_INV);
        if (FindColorTolerance(x, y, 6782103, FMIX1, FMIY1, FMIX2, FMIY2, 9)) then begin
          Mouse(x, y, 2, 3, True);
        end;
      end else begin
        Writeln('HP is full.');
      end;
      F_GameTab(GTAB_INV);
    end;
    end;
    
    function F_LoggedIn: Boolean;
    begin
    Result := True;
      if (GetColor(180, 112) = 11184810) then begin
        Result := False;
      end;
    end;
    
    procedure F_LogIn;
    begin
      Mouse(273, 193, 2, 2, True);
      TypeSend(Username);
      Wait(300);
      TypeSend(Password);
      Wait(2000);
      Wait(500+Random(500));
    end;
    
    procedure F_LogOut;
    begin
      F_GameTab(GTAB_LOGOUT);
      Wait(100);
      Mouse(639, 376, 1, 1, True);
    end;
    
    procedure PaladinThiever;
    begin
      repeat
        ClearDebug;
        Writeln('Preparing to pickpocket.');
        Attack(5552103, 100, 'pickpocket');
        Alch;
        if (Eating) then begin
          Eat;
        end;
      until(False);
    end;
    
    procedure BlackKnightKiller;
    begin
      repeat
        ClearDebug;
        Writeln('Preparing to attack.');
        Attack(1184277, 150, 'attack');
        F_GameTab(GTAB_INV);
        F_GameTab(GTAB_STATS);
        while (F_InFight) do begin
          if (Eating) then begin
            Eat;
          end;
          Wait(1000);
          ClearDebug;
          Writeln('We are fighting.');
        end;
      until(False);
    end;
    
    procedure MagicAxeKiller;
    begin
      repeat
        ClearDebug;
        Writeln('Preparing to attack.');
        Attack(2843259, 100, 'attack');
        F_GameTab(GTAB_INV);
        F_GameTab(GTAB_STATS);
        while (F_InFight) do begin
          if (Eating) then begin
            Eat;
          end;
          Wait(1000);
          ClearDebug;
          Writeln('We are fighting.');
        end;
      until(False);
    end;
    
    procedure HillGiantKiller;
    begin
      repeat
        ClearDebug;
        Writeln('Preparing to attack.');
        Attack(8039378, 100, 'attack');
        F_GameTab(GTAB_INV);
        F_GameTab(GTAB_STATS);
        while (F_InFight) do begin
          if (Eating) then begin
            Eat;
          end;
          Wait(1000);
          ClearDebug;
          Writeln('We are fighting.');
        end;
      until(False);
    end;
    
    procedure FireBuyer;
    begin
      repeat
        Mouse(284, 84, 0, 0, False);
        Wait(150);
        Mouse(284, 164, 0, 0, True);
        Wait(150);
      until(False);
    end;
    
    procedure NatureBuyer;
    begin
      repeat
        Mouse(333, 132, 0, 0, False);
        Wait(150);
        Mouse(333, 212, 0, 0, True);
        Wait(150);
      until(False);
    end;
    
    procedure Debug;
    begin
      Writeln(IntToStr(CountColorTolerance(65535, 710, 210, 741, 236, 15)));
    end;
    
    begin
    SetupSRL;
    if not (F_LoggedIn) then begin F_LogIn; end;
      case Script of
        0: Debug;
        1: PaladinThiever;
        2: BlackKnightKiller;
        3: MagicAxeKiller;
        4: HillGiantKiller;
        5: FireBuyer;
        6: NatureBuyer;
      end;
    end.
    Theres the script, this was obviously leeched from villavu.
     
  17. Unread #29 - Apr 7, 2012 at 11:52 AM
  18. Examqle
    Joined:
    Mar 25, 2012
    Posts:
    318
    Referrals:
    0
    Sythe Gold:
    0

    Examqle Forum Addict

    BattleScape Thieving Script for sale.

    I know next to nothing about scripting, started yesterday but by the looks of it what has that script got to do with this guy? It tells you exactly what the script does.

    PaladinThiever
    BlackKnightKiller
    MagicAxeKiller
    HillGiantKiller
    Firebuyer
    NatureBuyer

    This guy is selling a Thieving script.


    Also

    program BSScript;
    {$I SRL/SRL.scar}

    Means its loading pre entered features taken from RuneScape. This is a private server you can't use that.
     
  19. Unread #30 - Apr 7, 2012 at 2:05 PM
  20. kipjes bende
    Joined:
    Feb 2, 2009
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0

    kipjes bende Member

    BattleScape Thieving Script for sale.

    First of all it wont work and second its outdated sir. I writed mine from scratch. please do some research before posting.

    Edit: that one have preloaded stuff from rs, eg open tabs, banking etc. rsps is diffrent and dont have pre coded stufff.
     
  21. Unread #31 - Apr 7, 2012 at 6:56 PM
  22. Examqle
    Joined:
    Mar 25, 2012
    Posts:
    318
    Referrals:
    0
    Sythe Gold:
    0

    Examqle Forum Addict

    BattleScape Thieving Script for sale.

    Bump.
     
  23. Unread #32 - Apr 7, 2012 at 9:38 PM
  24. kipjes bende
    Joined:
    Feb 2, 2009
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0

    kipjes bende Member

    BattleScape Thieving Script for sale.

    <3 :D

    PS added banking like i said to you :p it was damn hard. lol
    Still in test fase anyways... but it works.
     
  25. Unread #33 - Apr 8, 2012 at 4:59 AM
  26. Examqle
    Joined:
    Mar 25, 2012
    Posts:
    318
    Referrals:
    0
    Sythe Gold:
    0

    Examqle Forum Addict

    BattleScape Thieving Script for sale.

    Good to hear mate just makes the script even better.
     
  27. Unread #34 - Apr 8, 2012 at 11:59 AM
  28. kipjes bende
    Joined:
    Feb 2, 2009
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0

    kipjes bende Member

    BattleScape Thieving Script for sale.

    Getting tired of the script cant find the teleport guy-.-...
    Still searching for sollution....

    it click it alright, but when some1 move over him i want the script to wait and repeat until found and THEN click.

    Right now it just move on without clicking teleporter. this bug the whole script out :(
     
  29. Unread #35 - Apr 8, 2012 at 12:09 PM
  30. Examqle
    Joined:
    Mar 25, 2012
    Posts:
    318
    Referrals:
    0
    Sythe Gold:
    0

    Examqle Forum Addict

    BattleScape Thieving Script for sale.

    Sure you will find a solution. Going to work on my first script for RuneScape, basic iron miner just so i get the hang of it and then move onto Private Server Scripts.
     
  31. Unread #36 - Apr 8, 2012 at 1:23 PM
  32. kipjes bende
    Joined:
    Feb 2, 2009
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0

    kipjes bende Member

    BattleScape Thieving Script for sale.

    Fixed it! :p

    Anyways, i prefer to do rsps with MouseClicks then real RS.
    MouseClicks are detectible on real rs. :p
     
  33. Unread #37 - Apr 8, 2012 at 3:43 PM
  34. Miami Apple
    Joined:
    Jun 3, 2011
    Posts:
    454
    Referrals:
    0
    Sythe Gold:
    0

    Miami Apple Forum Addict
    Banned

    BattleScape Thieving Script for sale.

    reported.
    friendly bumps are not allowed
     
  35. Unread #38 - Apr 8, 2012 at 3:52 PM
  36. kipjes bende
    Joined:
    Feb 2, 2009
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0

    kipjes bende Member

    BattleScape Thieving Script for sale.

    [​IMG]
     
  37. Unread #39 - Apr 8, 2012 at 4:03 PM
  38. Examqle
    Joined:
    Mar 25, 2012
    Posts:
    318
    Referrals:
    0
    Sythe Gold:
    0

    Examqle Forum Addict

    BattleScape Thieving Script for sale.

    Shit look out we got a Badass over here.
     
  39. Unread #40 - Apr 8, 2012 at 4:54 PM
  40. kipjes bende
    Joined:
    Feb 2, 2009
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0

    kipjes bende Member

    BattleScape Thieving Script for sale.

    Idd. Call 911
    guess Hes browsing topics to report ppl

    Edit: price of script is now 55m bsgp if you say you're from sythe!
     
< Soulsplit acc | Buying bsgp >

Users viewing this thread
1 guest


 
 
Adblock breaks this site