Advertisement
ph0xii

tf2 null movement

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