Script Below:
program New;
Var x,y : Integer;
Begin
Repeat
if (findcolorSpiral(x, y, 197560,10, 100,1018, 659)) then
Clickmouse(x+17, y+37, True);
Else
If (FindColorSpiral(x, y, 12450815,10, 100,1018, 659))Then
ClickMouse(x,y,True);
Wait(100);
ClearDebug;
Until(False);
End.
Error Returned:
Line 7: [Error] (7:1): Identifier expected in script


Reply With Quote

might have been the mistake thanks in advance and if anyone else has insight please input




