Advertisement
Guest User

Blackjacking ahk script

a guest
Dec 1st, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. 1::Click Right
  2. keywait, 1
  3. return
  4.  
  5. 2::MouseMove 0, 70, 0, R
  6. keywait, 2
  7. return
  8.  
  9. 3::Click Left
  10. keywait, 3
  11. return
  12.  
  13. 4::MouseMove 0, -70, 0, R
  14. keywait, 4
  15. return
  16.  
  17. q::Click Right
  18. keywait, q
  19. return
  20.  
  21. w::MouseMove 0, 37, 0, R
  22. keywait, w
  23. return
  24.  
  25. e::Click Left
  26. keywait, e
  27. return
  28.  
  29. r::MouseMove 0, -37, 0, R
  30. keywait, r
  31. return
  32.  
  33. a::Click Right
  34. keywait, a
  35. return
  36.  
  37. s::MouseMove 0, 55, 0, R
  38. keywait, s
  39. return
  40.  
  41. d::Click Left
  42. keywait, d
  43. return
  44.  
  45. f::MouseMove 0, -55, 0, R
  46. keywait, f
  47. return
  48.  
  49. `::Suspend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement