Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. q::
  2. Click
  3. return
  4.  
  5. w::
  6. MouseMove 0,150,1,R
  7. return
  8.  
  9. e::
  10. Click
  11. return
  12.  
  13. r::
  14. If (Count = 1 or Count = 2 or Count = 3 or Count = 5 or Count = 6 or Count = 7 or Count = 9 or Count = 10 or Count = 11)
  15. {
  16. MouseMove 43,-150,1,R
  17. Count += 1
  18. } else if (Count = 4 or Count = 8)
  19. {
  20. MouseMove -129,-115,1,R
  21. Count += 1
  22. } else if (Count = 12)
  23. {
  24. Count = 1
  25. }
  26. return
  27.  
  28. 2:: Mousemove 0, 72, 0, R
  29. return
  30.  
  31. 4::Mousemove,0,37,0,R
  32. return
  33.  
  34. 1:: Escape
  35. return
  36.  
  37. 3:: click
  38. return
  39.  
  40. Space::
  41. Mousemove, -160, -342, 0, R
  42. count = 1
  43. return
  44.  
  45. alt::suspend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement