Advertisement
LilBabyBudgie

csgo kz binds

Jul 16th, 2017
4,507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. LJ bind:
  2. alias +LJ “-forward;+duck; +jump; +klook”
  3. alias -LJ “-duck; -jump; -klook”
  4. bind space +LJ
  5.  
  6.  
  7. Null binds:
  8. bind "w" +mfwd
  9. bind "s" +mback
  10. bind "a" +mleft
  11. bind "d" +mright
  12. alias +mfwd "-back;+forward;alias checkfwd +forward"
  13. alias +mback "-forward;+back;alias checkback +back"
  14. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  15. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  16. alias -mfwd "-forward;checkback;alias checkfwd none"
  17. alias -mback "-back;checkfwd;alias checkback none"
  18. alias -mleft "-moveleft;checkright;alias checkleft none"
  19. alias -mright "-moveright;checkleft;alias checkright none"
  20. alias checkfwd none
  21. alias checkback none
  22. alias checkleft none
  23. alias checkright none
  24. alias none ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement