I posted about making a bot for a game. Well i read some more and came up with this code, Now the button does click one time, but it doesnt click the second time when the color is are the x,y.
MsgBox(0,"BlockStopper!","Lets GO!")
MouseClick("Left",724,641,1)
While 1;
Select
Case Hex(PixelGetColor(649,572)) = "0xAE0C3C"; // Bar 1
MouseClick("Left",724,641,1)
EndSelect
WEnd
@
*****
and WHOEVER can help.