Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ;fill pouches in the bank.
  2.  
  3.  
  4. `::suspend
  5.  
  6. 4::
  7. BlockInput On
  8. X=0
  9. BlockInput Off
  10. return
  11.  
  12.  
  13.  
  14. 1::
  15. 2::
  16. 3::
  17. BlockInput On
  18. X+=1
  19.  
  20. if (X==1 or X==5 or X==9 or X==13){
  21. Click,
  22. }
  23. if (X==2){
  24. MouseMove, 155, -45, 0, R
  25. }
  26. if (X==3 or X==7 or X==11){
  27. Click Right,
  28.  
  29. }
  30. if (X==4 or X==8 or X==12){
  31. MouseMove, 0, 130, 0, R
  32.  
  33. }
  34. if (X==6 or X==10 or X==14){
  35. MouseMove, 0, -95, 0, R
  36. }
  37. if (X==15){
  38. MouseMove, -155, -70, 0, R
  39. }
  40. if (X==16){
  41. Click,
  42. Sleep, 1500
  43. x=0
  44. }
  45. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement