program New;
{$i srl\srl.simba}
Procedure ClickMonster;
var x, y:Integer;
begin
if FindColor(x, y, 5867131, 15, 15, 700, 480)then
writeLn('Got em Coach');
begin
if srl_infight = false then
mouse(x, y, 0, 0, True);
wait (RandomRange (2000,4000));
end;
end;
begin
SetUpSRL;
repeat
ClickMonster;
until (IsKeyDown (114));
end.
__________________________________________________ __________________________________________________ ____________________
Thats what i got.(this is for rsps).
When I run it, it works but I was wondering if anyone knew how to keep it from cliking on other monsters while im in combat with one.
Thanks


Reply With Quote
.
