Guest User

Untitled

a guest
Apr 5th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. CoordMode, Mouse, Screen
  2. SetTimer, Check, 20
  3. return
  4.  
  5. Check:
  6. MouseGetPos, xx, yy
  7. Tooltip %xx%`, %yy%
  8. return
  9.  
  10. Esc::ExitApp
Add Comment
Please, Sign In to add comment