Advertisement
Guest User

runecrafting.ahk

a guest
Mar 26th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  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. 1::
  6. Click right
  7. return
  8. 2::
  9. MouseMove, 0, 110, 1, R
  10. return
  11. 3::
  12. Click
  13. return
  14.  
  15. q::
  16. Click right
  17. return
  18. w::
  19. MouseMove, 0, 40, 1, R
  20. return
  21. e::
  22. Click
  23. return
  24.  
  25. a::
  26. Click right
  27. return
  28. s::
  29. MouseMove, 0, 60, 1, R
  30. return
  31. d::
  32. Click
  33. return
  34.  
  35. z::
  36. Click right
  37. return
  38. x::
  39. MouseMove, 0, 70, 1, R
  40. return
  41. c::
  42. Click
  43. return
  44.  
  45. t::
  46. MouseMove, 489, 77
  47. return
  48. u::
  49. MouseMove, 695, 426
  50. return
  51. y::
  52. MouseMove 429, 145
  53. return
  54.  
  55. `::
  56. Suspend
  57. return
  58. 6::
  59. MouseMove 0, 100, 1, R
  60. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement