Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. LAlt & z::
  2. {
  3. SetDefaultMouseSpeed, 0
  4. SetMouseDelay, -1
  5.  
  6. MouseGetPos, xpos, ypos
  7. Send, 2
  8.  
  9. newy := ypos - 50
  10. MouseClick, left, %xpos%, %newy%
  11.  
  12. newx := xpos + 50
  13. MouseClick, left, %newx%, %ypos%
  14.  
  15. newy := ypos + 50
  16. MouseClick, left, %xpos%, %newy%
  17.  
  18. newx := xpos - 50
  19. MouseClick, left, %newx%, %ypos%
  20.  
  21. MouseMove %xpos%, %ypos%
  22.  
  23. return
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement