Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. Pause
  2. Loop
  3. {
  4. SendInput {1}
  5. Sleep 100
  6. SendInput {LButton down}{LShift down}
  7. Sleep 75000
  8. SendInput {2}
  9. Sleep 100
  10. SendInput {LButton down}{LShift down}
  11. Sleep 75000
  12. SendInput {3}
  13. Sleep 100
  14. SendInput {LButton down}{LShift down}
  15. Sleep 75000
  16. SendInput {4}
  17. Sleep 100
  18. SendInput {LButton down}{LShift down}
  19. Sleep 75000
  20. SendInput {5}
  21. Sleep 100
  22. SendInput {LButton down}{LShift down}
  23. Sleep 75000
  24. SendInput {6}
  25. Sleep 100
  26. SendInput {LButton down}{LShift down}
  27. Sleep 75000
  28. SendInput {7}
  29. Sleep 100
  30. SendInput {LButton down}{LShift down}
  31. Sleep 75000
  32. SendInput {LButton up}{LShift up}
  33. Sleep 100
  34. SendInput {8}
  35. Sleep 100
  36. SendInput {LCtrl down}{Q}
  37. Sleep 200
  38. SendInput {9}
  39. Sleep 100
  40. SendInput {LCtrl down}{Q}
  41. Sleep 200
  42. SendInput {LCtrl up}
  43. Sleep 200
  44. SendInput {/}
  45. Sleep 200
  46. SendInput {c}
  47. Sleep 200
  48. SendInput {x}
  49. Sleep 200
  50. SendInput {Enter}
  51. Sleep 200
  52. }
  53. -::Pause
  54. =::ExitApp
  55. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement