Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. bind l "buy vesthelm"
  2. bind o "buy hegrenade"
  3. bind k "buy flashbang"
  4. bind j "buy smokegrenade"
  5. bind . "buy awp"
  6. bind i "buy defuser"
  7. bind / "buy deagle"
  8. Bind ' "buy m4a1;buy ak47"
  9.  
  10. // Rate commands (you do not want 33 lerp... these will help)
  11. net_graph "1"
  12. cl_interp 0
  13. cl_interp_ratio "1"
  14. cl_cmdrate 128
  15. cl_updaterate 128
  16. rate "786432"
  17.  
  18. // Hud Commands
  19. hud_scaling "1"
  20. hud_showtargetid "1"
  21.  
  22. fps_max 999
  23.  
  24. // Crosshair Settings
  25. cl_crosshair_drawoutline "1"
  26. cl_crosshairalpha "255"
  27. cl_crosshaircolor "4"
  28. cl_crosshairdot "0"
  29. cl_crosshairgap "-2"
  30. cl_crosshairgap_useweaponvalue "0"
  31. cl_crosshairsize "1"
  32. cl_crosshairstyle "4"
  33. cl_crosshairthickness "0.5"
  34. cl_crosshairusealpha "1"
  35.  
  36. snd_mute_losefocus "0"
  37. engine_no_focus_sleep "0"
  38.  
  39. mat_queue_mode 2
  40.  
  41. voice_mixer_volume ".08"
  42. net_graphproportionalfont 0
  43.  
  44. alias "+jumpthrow" "+jump;-attack"
  45. alias "-jumpthrow" "-jump"
  46. bind "z" "+jumpthrow"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement