I want to know when a pop up in a game appear, i know i can do it with pixelgetcolor but i dont know if i can do it faster that place it in the main while
My script is
HotKeySet("{ESC}","_Terminate")
While 1
Send("{LEFT down}")
Sleep(500)
Send("{LEFT up}")
Send("{RIGHT down}")
Sleep(500)
Send("{RIGHT up}")
WEnd
Func _Terminate()
Exit
EndFunc