Advertisement
gasolinebased

null_movement.cfg

Sep 7th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. alias +mfwd "-back;+forward;alias checkfwd +forward"
  2. alias +mback "-forward;+back;alias checkback +back"
  3. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  4. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  5. alias -mfwd "-forward;checkback;alias checkfwd none"
  6. alias -mback "-back;checkfwd;alias checkback none"
  7. alias -mleft "-moveleft;checkright;alias checkleft none"
  8. alias -mright "-moveright;checkleft;alias checkright none"
  9. alias checkfwd none
  10. alias checkback none
  11. alias checkleft none
  12. alias checkright none
  13. alias none ""
  14. bind w +mfwd;
  15. bind s +mback;
  16. bind a +mleft;
  17. bind d +mright;
  18.  
  19. echo ****NULL MOVEMENT ACTIVATED****
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement