Advertisement
Guest User

OP Dropping

a guest
Nov 15th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #SingleInstance force
  2.  
  3. `::
  4. SendInput d
  5. SendInput f
  6. SendInput s
  7. sleep, 10
  8. SendInput d
  9. SendInput f
  10. SendInput s
  11. sleep, 10
  12. SendInput d
  13. SendInput f
  14. SendInput s
  15. sleep, 10
  16. SendInput d
  17. SendInput f
  18. SendInput s
  19. sleep, 10
  20. SendInput d
  21. SendInput f
  22. SendInput s
  23. sleep, 10
  24. SendInput d
  25. SendInput f
  26. SendInput s
  27. sleep, 10
  28. SendInput d
  29. SendInput f
  30. SendInput s
  31. sleep, 10
  32. Return
  33. d::
  34. Click Right
  35. return
  36. s::
  37. Click
  38. Return
  39. f::
  40. MouseMove, 0, 36, 0, R
  41. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement