Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. bind W "+mfwd"
  2. bind S "+mback"
  3. bind A "+mleft"
  4. bind D "+mright"
  5.  
  6. alias checkfwd ""
  7. alias checkback ""
  8. alias checkleft ""
  9. alias checkright ""
  10.  
  11. alias +mfwd "-back; +forward; alias checkfwd +forward"
  12. alias +mback "-forward; +back; alias checkback +back"
  13. alias +mleft "-moveright; +moveleft; alias checkleft +moveleft"
  14. alias +mright "-moveleft; +moveright; alias checkright +moveright"
  15.  
  16. alias -mfwd "-forward; checkback; alias checkfwd"
  17. alias -mback "-back; checkfwd; alias checkback"
  18. alias -mleft "-moveleft; checkright; alias checkleft"
  19. alias -mright "-moveright; checkleft; alias checkright"
  20.  
  21. alias +flan "+duck; +jump; -forward; -back"
  22. alias -flan "-duck; -jump;"
  23. alias "lj" "clear; bind mouse2 "+flan"; echo "LJ bindings loaded""
  24. alias "nolj" "bind mouse2 "+attack2"; echo "LJ bindings disabled""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement