es ist natürlich nicht ein 0x00000 pixel nur damit ihn andere nicht benutzen!
Code:
HotKeySet("{F6}","_Exit")
While 1
$Variable = PixelSearch(0, 0, 1920, 1080, 0x00000)
If IsArray($Variable) = True Then
MouseMove($Variable [0], $Variable [1],1)
MouseClick("left")
EndIf
WEnd
Func _Exit()
EndFunc






