Advertisement
Guthlx

RS3 thieving guild blackjacking

Sep 4th, 2016
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  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. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  7. ; #Warn ; Enable warnings to assist with detecting common errors.
  8. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  9. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  10. #singleinstance, force
  11.  
  12. XButton1::LControl
  13.  
  14. ^1::Click Right
  15. return
  16. ^2::Mousemove,0,37,0,R
  17. return
  18. ^3::Click
  19. return
  20. ^4::Mousemove,0,-37,0,R
  21. return
  22.  
  23. ^q::Click Right
  24. return
  25. ^w::Mousemove,0,78,0,R
  26. return
  27. ^e::Click
  28. return
  29. ^r::Mousemove,0,-78,0,R
  30. return
  31.  
  32. ^a::Click Right
  33. return
  34. ^s::Mousemove,0,58,0,R
  35. return
  36. ^d::Click
  37. return
  38. ^f::Mousemove,0,-58,0,R
  39. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement