Advertisement
Guest User

null.cfg

a guest
Nov 21st, 2017
2,251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. bind w +mfwd
  2. bind s +mback
  3. bind a +mleft
  4. bind d +mright
  5.  
  6. alias +mfwd "+forward;-back;alias checkfwd +forward"
  7. alias +mback "+back;-forward;alias checkback +back"
  8. alias +mleft "+moveleft;-moveright;alias checkleft +moveleft"
  9. alias +mright "+moveright;-moveleft;alias checkright +moveright"
  10. alias -mfwd "-forward;checkback;alias checkfwd none"
  11. alias -mback "-back;checkfwd;alias checkback none"
  12. alias -mleft "-moveleft;checkright;alias checkleft none"
  13. alias -mright "-moveright;checkleft;alias checkright none"
  14. alias checkfwd none
  15. alias checkback none
  16. alias checkleft none
  17. alias checkright none
  18. alias none ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement