Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. 1::
  6. sleep=50
  7. sendinput {tab 5}
  8. sleep, %sleep%
  9. sendinput ^v
  10. sleep, %sleep%
  11. sendinput {enter}
  12. sleep, %sleep%
  13. sendinput ^w
  14. sleep, %sleep%
  15. sendinput {tab}
  16. sleep, %sleep%
  17. sendinput, {enter}
  18. return
  19.  
  20. 2::
  21. sleep=50
  22. sendinput {tab 6}
  23. sleep, %sleep%
  24. sendinput ^v
  25. sleep, %sleep%
  26. sendinput {enter}
  27. sleep, %sleep%
  28. sendinput ^w
  29. sleep, %sleep%
  30. sendinput {tab}
  31. sleep, %sleep%
  32. sendinput, {enter}
  33. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement