Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ^!s::
  2.  
  3. IfWinActive, English (1) ;;; For my Baffler-Standalone
  4. {
  5. SetMouseDelay, 0
  6. MouseGetPos, xpos, ypos
  7.  
  8. newy := ypos - 50
  9. Send, 1
  10. Click down %xpos% %newy%
  11. Sleep, 50
  12.  
  13. newx := xpos + 50
  14. Send, 1xxxxxx
  15. Click down %newx% %ypos%
  16. Sleep, 50
  17.  
  18. ;;;;
  19. ;;;; MOAR
  20. ;;;;
  21.  
  22.  
  23. Click %xpos%, %ypos%
  24. }
  25. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement