34 line script .. nice
Simba Code:
if FindColorSpiralTolerance(x, y, 10031, 265, 12, 765, 330, 5) or
FindColorSpiralTolerance(x, y, 10031, 265, 12, 765, 330, 5) or
FindColorSpiralTolerance(x, y, 10031, 265, 12, 765, 330, 5) Then
Begin
Why did you do this 3 times??
Simba Code:
MoveMouse (x, y);
wait (50);
ClickMouse(x, y, 1);
ReleaseMouse (x, y, 1);
in order to release the mouse button you must first 'hold' it .. Instead of doing it this way you could use the Mouse(x, y, ?) function with the '?' being either True for left click or False for right click