HotKeySet ("{ENTER}", "Start")
HotKeySet ("{ESC}", "_Paused")
While 1
Sleep(250)
WEnd
Func Start()
While 1
$pxs = PixelSearch(0,0,1919.1078,959.541,0x01FF00)
If isArray($pxs) then
MouseMove($pxs[0],$pxs[1], 0)
MouseClick("Left")
EndIf
WEnd
EndFunc
Func _Paused()
Paused
EndFunc
Obrigado desde já!!!