Advertisement
FENominale

autoexec

Nov 17th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. rate "786432"
  2. cl_interp "0.031000"
  3. cl_interp_ratio "2"
  4. cl_cmdrate "128"
  5. cl_updaterate "128"
  6. fps_max "300"
  7.  
  8. bind "f" "use weapon_flashbang"
  9. bind "t" "use weapon_hegrenade"
  10. bind "v" "use weapon_knife; use weapon_c4; drop"
  11. bind "x" "use weapon_incgrenade; use weapon_molotov"
  12. bind "z" "use weapon_smokegrenade"
  13. bind "ctrl" "r_cleardecals"
  14.  
  15. net_graph "1"
  16. net_graphheight "9999"
  17. bind "TAB" "+scorenet"
  18. alias "+scorenet" "+showscores; net_graphheight 0"
  19. alias "-scorenet" "-showscores; net_graphheight 9999"
  20.  
  21. alias "+jumpthrow" "+jump;-attack;-attack2"
  22. alias "-jumpthrow" "-jump"
  23. bind "mouse3" "+jumpthrow"
  24.  
  25. bind "mouse4" "toggle cl_radar_scale 0.35 1"
  26. bind "mouse5" "incrementvar cl_crosshairsize 1 1000 995.5"
  27.  
  28. r_drawtracers_firstperson "0"
  29. cl_autowepswitch "0"
  30. hud_showtargetid "1"
  31. hud_scaling "1"
  32. cl_autohelp "0"
  33. cl_showhelp "0"
  34.  
  35. bind "kp_end" "buy smokegrenade; buy flashbang; buy flashbang; buy incgrenade; buy molotov;"
  36. bind "kp_downarrow" "buy smokegrenade; buy flashbang; buy hegrenade; buy incgrenade; buy molotov;"
  37. bind "uparrow" "buy vesthelm;"
  38. bind "downarrow" "buy vest;"
  39. bind "kp_pgdn" "buy defuser;"
  40. bind "leftarrow" "buy m4a1; buy ak47;"
  41. bind "rightarrow" "buy sg556; buy aug;"
  42.  
  43. voice_mixer_volume 1
  44.  
  45. snd_mixahead "0.05"
  46. snd_headphone_pan_exponent "2"
  47. snd_musicvolume "0.0"
  48.  
  49. snd_tensecondwarning_volume "0.04"
  50.  
  51. m_rawinput "1"
  52. m_mouseaccel1 "0"
  53. m_mouseaccel2 "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement