Advertisement
Guest User

Untitled

a guest
Nov 9th, 2020
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. alias hsw "bind a +hugleft; bind d +hugright; bind s +sstop"
  2. alias unhsw "bind a +moveleft; bind d +moveright; bind s +back"
  3. alias +hugleft "-hugright; +forward; +moveleft"
  4. alias -hugleft "-forward; -moveleft"
  5. alias +hugright "-hugleft; +back; +moveright"
  6. alias -hugright "-back; -moveright"
  7. alias +sstop "+back; +moveleft"
  8. alias -sstop "-back; -moveleft"
  9. alias sw "bind a +forward; bind d +back; bind w +moveleft; bind s +moveright"
  10. alias unsw "bind a +moveleft; bind d +moveright; bind w +forward; bind s +back"
  11.  
  12. put in config
  13. type hsw to enable in console
  14. type unhsw to disable in console
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement