1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

RS3 Clockwork Suits

Discussion in 'Bot Requests' started by Chanceownz, Nov 7, 2015.

Tags:
?

Should this bot be made?

  1. Hell Yea

    100.0%
  2. No

    0 vote(s)
    0.0%
  1. Chanceownz

    Joined:
    Nov 5, 2015
    Messages:
    3
    Likes Received:
    0
    I was wandering why there is no clockwork suit agility training bot out there? is it possible that someone could make one ill help just need to get on the right path.. with making the bots or scripts bots what i call them..
    --- Double Post Merged, Nov 7, 2015, Original Post Date: Nov 7, 2015 ---
    program JoeAgilityPenguin;
    {$DEFINE SMART}
    {$i srl-6/srl.simba}

    procedure ClickAndStuff;
    begin
    TypeSend('8',False);
    Wait(50+Random(25));
    TypeSend('9',False);
    Wait(50+Random(25));
    MouseBox(IntToBox(282,223,316,244),Mouse_Left);
    Wait(50+Random(25));
    end;

    begin
    SetupSRL();
    repeat
    ClickAndStuff;
    until(False);
    end.
    --- Double Post Merged, Nov 7, 2015 ---
    Bump
     

Share This Page

Loading...