Guest User

Untitled

a guest
May 23rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #InstallMouseHook
  2. CoordMode, Mouse, Screen
  3. loop {
  4. KeyWait, LButton, D
  5. MouseGetPos, xPos, yPos
  6. if(xPos==1919 and yPos==0){
  7. MouseClick, Left
  8. }
  9. }
  10.  
  11. !F1::
  12. ExitApp
Add Comment
Please, Sign In to add comment