Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. f::
  2.  
  3. Send {Shift Down}
  4. Sleep 10
  5. Send {LButton Down}
  6. Sleep 250
  7. Send {LButton Up}
  8. Sleep 50
  9. Send {1}
  10. Send {Shift Up}
  11. Sleep 1225
  12. Send {RButton Down}
  13. Sleep 25
  14. Send {4}
  15. Sleep 50
  16. Send {RButton Up}
  17. Sleep 50
  18. Return
  19.  
  20. Shift & f::
  21.  
  22.  
  23. Send {Shift Down}
  24. Sleep 10
  25. Send {LButton Down}
  26. Sleep 250
  27. Send {LButton Up}
  28. Sleep 50
  29. Send {1}
  30. Send {Shift Up}
  31. Sleep 1225
  32. Send {RButton Down}
  33. Sleep 25
  34. Send {4}
  35. Sleep 50
  36. Send {RButton Up}
  37. Sleep 50
  38. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement