Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
8,211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // KZ Binds //
  2.  
  3. // BHOP - jump w/ scroll-up/down
  4. bind mwheelup +jump; bindmwheeldown +jump
  5.  
  6. // LJ Bind - crouch jumps & releases w
  7. alias +LJ "-forward; +duck; +jump"
  8. alias -LJ "-duck; -jump"
  9. bind space +LJ
  10.  
  11. // No-Cj LJ Bind - jumps & releases w
  12. alias +nocjlj "-forward; +jump"
  13. alias -nocjlj "-jump"
  14. bind space +nocjlj
  15.  
  16. // Count Jump - toggle scroll-up for crouch using "cj" & "stopcj"
  17. alias CJ "bind mwheelup +duck; echo Count Jump ENABLED"
  18. alias stopCJ "bind mwheelup +jump; echo Count Jump DISABLED"
  19.  
  20. // CP/TP Mouse Bind - binds cp to left click and tp to right click
  21. bind mouse1 "+attack; sm_checkpoint"
  22. bind mouse2 "+attack2; sm_gocheck "
  23.  
  24. // KZ Activate - toggle kz settings on/off through console using "kz" & "stopkz"
  25. alias KZ "sensitivity 4; bind mouse1 +LJ; echo KZ Settings ENABLED"
  26. alias stopKZ "sensitivity 2; bind mouse1 +attack; echo KZ Settings DISABLED"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement