Advertisement
adryenz

Untitled

Jun 24th, 2014
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 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"
  7. alias +mback "-forward;+back;alias checkback +back"
  8. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  9. alias +mright "-moveleft;+moveright;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 ""
  19.  
  20. echo "Nullscript executed"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement