hello people
SCAR Code:program AutoFisher;
{.include SRL/SRL.scar}
const
FishPlace = 15780000;
procedure Fish;
begin
if(FindColorSpiral(x,y,FishPlace,0,0,1,1))then
Wait(500 + random(250));
MMouse(x,y,0,0);
end;
Begin
SetupSRL;
repeat
Fish;
until(false)
that is my script, it wont compile ([Error] (17356:1): Unexpected end of file) and i want to add a part of script i dont know
MMouse(x,y,0,0);
i want to add if find fishplace = flase then
repeat
EDIT:: it now compiles, i forgot the last end.




Reply With Quote








It only MMouse's (Moves mouse)

