Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 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){
  21. Click Right,
  22.  
  23. }
  24. if (X==2 or X==6 or X==10){
  25. MouseMove, 0, 130, 0, R
  26.  
  27. }
  28. if (X==3 or X==7 or X==11){
  29. Click,
  30. }
  31. if (X==4 or X==8 or X==12){
  32. MouseMove, 0, -95, 0, R
  33. }
  34. if (X==13){
  35. MouseMove, -155, -70, 0, R
  36. }
  37. if (X==14){
  38. Click,
  39. Sleep, 1500
  40. x=0
  41. }
  42. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement