|
Hey do i fix so it use tornado instead?
program ConquerOnlineAutoLeveler;
Var x,y : Integer;
Begin
Repeat
X:=510
Y:=350
if (findcolorSpiral(x, y, 197560,10, 100,1018, 659)) then //197560 may need to be changed to 189, the Hp bar changes between the 2 colors so if 197560 doesnt work change to 189 & it should fix : )
Clickmouse(x+17, y+37, True);
Wait(1000);
If (FindColorSpiral(x, y, 12450815,10, 100,1018, 659))Then
begin
ClickMouse(x,y,True);
Wait(2000)
end;
ClearDebug;
Until(False);
End.
|