Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. //Null Bind
  2. bind w +mfwd
  3. bind s +mback
  4. bind a +mleft
  5. bind d +mright
  6.  
  7. alias +mfwd "-back;+forward;alias checkfwd +forward"
  8. alias +mback "-forward;+back;alias checkback +back"
  9. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  10. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  11. alias -mfwd "-forward;checkback;alias checkfwd none"
  12. alias -mback "-back;checkfwd;alias checkback none"
  13. alias -mleft "-moveleft;checkright;alias checkleft none"
  14. alias -mright "-moveright;checkleft;alias checkright none"
  15. alias checkfwd none
  16. alias checkback none
  17. alias checkleft none
  18. alias checkright none
  19. alias none ""
  20.  
  21. //Lj Bind
  22. alias +LJ "+duck; +jump; +klook; -forward"
  23. alias -LJ "-duck; -jump; -klook"
  24.  
  25.  
  26. bind mouse5 +LJ
  27.  
  28. bind "mwheelup" "+jump"
  29. bind "mwheeldown" "+jump"
  30.  
  31. sensitivity 5
  32.  
  33. bind p sm_admin
  34. bind "i" "sm_bhopcheck @all"
  35. bind "j" "sm_bhopcheck @me"
  36. bind "o" "sm_stopsound"
  37. bind "k" "say !ljblock"
  38.  
  39. alias noclip_on "+noclip;alias toggle_noclip noclip_off"
  40. alias noclip_off "-noclip;alias toggle_noclip noclip_on"
  41. alias toggle_noclip noclip_on
  42. bind mouse3 toggle_noclip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement