Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #SingleInstance Force
- CoordMode, Pixel, Screen
- CoordMode, Mouse, Screen
- Esc::
- Loop
- {
- PixelSearch, x, y, 0, 0, 1366, 768, 0x1E51F4,, Fast
- if (ErrorLevel = 0)
- {
- MouseMove, %x%, %y%
- break
- }
- }
- return
Add Comment
Please, Sign In to add comment