Guthlx

RS3 trade - buy all [Rune run]

Sep 4th, 2016 (edited)
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  2. ;As of 26 January 2017 AHK is no longer allowed
  3. ;If you get banned for this you have only yourself to blame
  4. ;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  5.  
  6. ;Ignore this section
  7. #NoEnv
  8. #SingleInstance Force
  9. #Persistent
  10. SetBatchLines -1
  11. SetTitleMatchMode, 2
  12. #IfWinActive, RuneScape
  13.  
  14. ;The 'back' button on the side of your mouse
  15. XButton1::Shift
  16. ;The 'forward' button on your mouse
  17. XButton2::LControl
  18.  
  19.  
  20. +1::Click Right
  21. return
  22. +2::Mousemove,0,37,0,R
  23. return
  24. +3::Click
  25. return
  26.  
  27. +q::Click Right
  28. return
  29. +w::Mousemove,0,120,0,R
  30. return
  31. +e::Click
  32. return
  33. +r::Mousemove,54,-120,0,R
  34. return
Add Comment
Please, Sign In to add comment