Advertisement
Guest User

Untitled

a guest
May 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. alias +hyppy "+duck; +jump; -forward; -back"
  2.  
  3. alias -hyppy "-duck; -jump;"
  4.  
  5. unbind "space"
  6. bind "space" +hyppy
  7.  
  8. unbind "mouse4"
  9. unbind "mouse5"
  10. unbind "mouse3"
  11. unbind "mouse1"
  12. unbind "mouse2"
  13.  
  14. bind "mouse1" "sm_gocheck"
  15. bind "mouse2" "sm_checkpoint"
  16. unbind "q"
  17. bind "q" "sm_start"
  18. bind "mouse4" "sm_prev"
  19. bind "mouse5" "sm_next"
  20. unbind "l"
  21. bind "l" "sm_ljblock"
  22. unbind "p"
  23. bind "p" "sm_pause"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement