Guest User

Untitled

a guest
Oct 18th, 2015
60,189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. PLACE IN YOUR AUTOEXEC.CFG
  2.  
  3. bind w +mfwd
  4. bind s +mback
  5. bind a +mleft
  6. bind d +mright
  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 ""
Advertisement
Add Comment
Please, Sign In to add comment