Advertisement
Guest User

Untitled

a guest
May 25th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 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;"
  6. alias -mback "-back;checkfwd;alias checkback;"
  7. alias -mleft "-moveleft;checkright;alias checkleft;"
  8. alias -mright "-moveright;checkleft;alias checkright;"
  9. alias checkfwd;
  10. alias checkback;
  11. alias checkleft;
  12. alias checkright;
  13. bind w +mfwd
  14. bind a +mleft
  15. bind s +mback
  16. bind d +mright
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement