Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #IfWinActive WARFRAME
  2. SetKeyDelay [25]
  3. +E::
  4. Send, {Control Down}
  5. Send, {e}
  6. Sleep, 30
  7. Send, {Control Up}
  8. Sleep, 290
  9. Return
  10.  
  11. #If GetKeyState("CapsLock", "T") = 1
  12. *Space::
  13. Send, {Control Down}
  14. sleep, 10
  15. Send, {space}
  16. Sleep, 10
  17. Send, {Control Up}
  18. return
  19. #IF
  20.  
  21. $XButton2::
  22. Loop
  23. {
  24. if not GetKeyState("XButton2", "P")
  25. break
  26.  
  27. Send {LButton}
  28. }
  29. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement