- Joined
- Nov 5, 2015
- Messages
- 3
- Thread Author
- #1
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
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