Advertisement
70Dan

Useful binds for Rust

Feb 8th, 2016
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. // Zoom Binds (To scan the horizon while running, or standing gard on a roof, etc):
  2. bind M "graphics.fov 60;graphics.lodbias 0"
  3. bind N "graphics.fov 90;graphics.lodbias 2"
  4.  
  5. // Always run when pressing W
  6. bind W "+forward;+sprint"
  7.  
  8. // Auto run (press W to stop)
  9. bind Q "sprint;forward"
  10.  
  11. // Auto attack (cancel by pressing Mouse 1)
  12. bind Mouse4 "attack"
  13.  
  14. // Auto attack, auto crouch (press Mouse 1 and Crouch to cancel)
  15. bind Z "+attack;+duck"
  16.  
  17. // Chat on and off
  18. bind F2 "graphics.chat 0"
  19. bind F3 "graphics.chat 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement