Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. // movement
  2. alias +xforward "+forward; -back; -moveleft; -moveright"
  3. alias -xforward -forward
  4. alias +xback "+back; -forward; -moveleft; -moveright"
  5. alias -xback -back
  6. alias +xmoveleft "+moveleft; -moveright; -forward; -back"
  7. alias -xmoveleft -moveleft
  8. alias +xmoveright "+moveright; -moveleft; -forward; -back"
  9. alias -xmoveright -moveright
  10. bind w +xforward
  11. bind a +xmoveleft
  12. bind s +xback
  13. bind d +xmoveright
  14.  
  15. // no inspect
  16. unbind f
  17.  
  18. // no crouch
  19. unbind ctrl
  20.  
  21. // aim
  22. sensitivity 3.2
  23.  
  24. // what is knife
  25. unbind 3
  26. unbind q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement