Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

RS3 Clockwork Suits

Should this bot be made?


  • Total voters
    5
Joined
Nov 5, 2015
Messages
3
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 what i call them..
 
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.
 
Bump
 
Top