Advertisement
Guest User

Untitled

a guest
May 24th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. ~t::
  2. GetKeyState, capslockstate, Capslock, T
  3. If capslockstate=D
  4. {
  5. checkt:
  6. GetKeyState, tstate, T
  7. If tstate=D
  8. {
  9. send {shift down}
  10. sleep 10
  11. send {2 down}
  12. Goto, checkt
  13. }
  14. else
  15. {
  16. send {shift down}
  17. sleep 10
  18. send {2 down}
  19. sleep 10
  20. send {2 up}
  21. sleep 100
  22. send {w down}
  23. sleep 10
  24. send {w up}
  25. send {shift up}
  26. return
  27. }
  28. }
  29. else
  30. {
  31. return
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement