Results 1 to 1 of 1

Thread: Humbzian Rs3ps RuneStall thief

  1. #1
    Join Date
    Apr 2016
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Humbzian Rs3ps RuneStall thief

    Verrrry Simple bot just requested from a few people figured i'd place it here so i can just send link instead of repeating my self on how to setup/use.


    Step.1 go into legacy Mode.
    Step.2 close the client.
    Step.3 open the client and do not resize the window keep as is when opened.
    Step.4 Stand next to rune stall and start.
    Step.5 Very bottem of the code you'll see 'until(sets = 10000)' change that to how many sets you wanna do.
    (everytime you refill hp at bananas 1 'set' will be added)

    the bot will automatically configure your camera position with Setup procedure (also very simple)

    the Rune Stall only gives runes so youll never have to deposit stolen items.
    1 catch though... You lose hp every steal, so instead of having the bot walk to the bank,
    it will simply go to the food stall for a bit and steal/eat bananas until your good enough hp
    to go back to rune stall.

    to who ever uses this shame on you and enjoy the milz.


    Code:
    program RuneStallV3
    procedure ClickStall;
        begin
        MoveMouse(303, 214);
         ClickMouse(303, 214, mouse_Left);
         wait(3230);
        end
      procedure Setup;
        begin
        MoveMouse(601, 69);
         ClickMouse(601, 69, mouse_Left);
         wait(2000);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         PressKey(38);
         wait(2000);
        end
        procedure FoodStall;
        begin
         wait(1500);
         MoveMouse(301, 216);
         ClickMouse(301, 216, mouse_Left);
         wait(2500);
         MoveMouse(636, 329);
         ClickMouse(636, 329, mouse_Left);
         ClickMouse(636, 329, mouse_Left);
         wait(1000);
        end
    
        var steal: integer;
        var sets: integer;
    
    
        begin
        Setup;
        repeat
          if(steal < 50) then
            begin
              repeat
                begin
                steal:=steal+1;
                  ClickStall;
                end
              until(steal = 60)
            end
            if(steal = 60) then
            begin
            wait(2000);
               MoveMouse(275, 161);
               ClickMouse(275, 161, mouse_Left);
               wait(2000);
               steal:=steal+1;
            end
            if(Steal = 61) then
            begin
            repeat
            begin
               FoodStall;
               wait(1500);
               steal:=steal+1;
            end
            until(steal = 85)
            end
            if(Steal = 85) then
            begin
              MoveMouse(271, 279);
              ClickMouse(271, 279, mouse_Left);
              wait(3000);
              steal:=0;
              sets:=sets+1;
            end
          until(sets = 10000)
        end
    Last edited by Exiledbotter; 04-14-2016 at 12:39 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •