Advertisement
Guest User

Herblore

a guest
Dec 4th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn  ; Enable warnings to assist with detecting common errors.
  3. SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
  5.  
  6.  
  7.  
  8. 1::
  9. Click Right
  10. sleep,50
  11. Mousemove,0,72,0,R
  12. sleep,50
  13. Click
  14. sleep, 50
  15. Mousemove,0,-72,0,R
  16. return
  17.  
  18. 2::
  19. Click
  20. sleep, 50
  21. Mousemove,0,35,0,R
  22. sleep, 50
  23. Click
  24. sleep, 50
  25. Mousemove,0,-35,0,R
  26. return
  27.  
  28. 3::
  29. Click
  30. return
  31.  
  32. 4::
  33. send {escape}
  34. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement