This is the code I've created, but as I am new to this, does not work.
Code:
While True
$color = PixelGetColor (700, 525)
If $color = 16711680 Or $color = 16646144 Then
MouseClick("left")
Sleep(10)
EndIf
WEnd
Can anyone give me a hand?
Thanks.
PD: Sorry for my bad english, I'm using the google translator.






