Advertisement
D3M1G0D

TF2 Null Movement Script

Dec 10th, 2016
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. bind w +mfwd
  2. bind s +mback
  3. bind a +mleft
  4. bind d +mright
  5.  
  6. alias +mfwd "-back;+forward;alias checkfwd +forward;dotxhaircolor"
  7. alias +mback "-forward;+back;alias checkback +back;dotxhaircolor"
  8. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft;dotxhaircolor"
  9. alias +mright "-moveleft;+moveright;alias checkright +moveright;dotxhaircolor"
  10. alias -mfwd "-forward;checkback;alias checkfwd none;dotxhaircolor"
  11. alias -mback "-back;checkfwd;alias checkback none;dotxhaircolor"
  12. alias -mleft "-moveleft;checkright;alias checkleft none;dotxhaircolor"
  13. alias -mright "-moveright;checkleft;alias checkright none;dotxhaircolor"
  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