Hello
Im very new at AutoHotKey, and at programming at all.
Im working on a very simpel "Clicking" script like:
Quote:
MouseClick, left, 238, 529
Sleep, 100
MouseClick, left, 222, 540
Sleep, 100
MouseClick, left, 868, 540
Sleep, 100
And so on.
And I want it so stop if something goes wrong. Like a window popping up. So it dosen't just click all over the place.
How can i do that? (mabye something like stopping the script if certain pixels changes color)
I hope you understand what im talking about, and that you are willing to help me.