Advertisement
zPow

zPow's CSGO Autoexec

May 30th, 2015
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // UPDATED 05/09/2015
  2. // zPow's Counter-Strike: Global Offensive Autoexec:
  3. echo " "
  4. echo " "
  5. echo "+-------------------------------------+"
  6. echo "| Autoexec Successfully Loaded!       |"
  7. echo "+-------------------------------------+"
  8. echo " "
  9.  
  10. // Serverside stuff
  11. sv_maxrate 0
  12. sv_minrate 30000
  13. sv_maxcmdrate 128
  14. sv_cheats 1
  15. mat_postprocess_enable 0
  16. cl_cmdrate 128
  17. cl_updaterate 128
  18. // -------------------------
  19.  
  20. // Audio
  21. snd_mixahead "0.05"
  22. snd_headphone_pan_exponent "2"
  23. snd_musicvolume "0"
  24. // -------------------------
  25.  
  26. // Rates
  27. cl_cmdrate "128"
  28. cl_updaterate "128"
  29. rate "80000"
  30. cl_interp "0"
  31. cl_interp_ratio "1"
  32. // -------------------------
  33.  
  34. // Mouse
  35. m_rawinput "1"
  36. m_mouseaccel1 "0"
  37. m_mouseaccel2 "0"
  38. // -------------------------
  39.  
  40. // Random
  41. r_drawtracers_firstperson 0
  42. cl_autowepswitch "0"
  43. hud_showtargetid "1"
  44. net_graph "1"
  45. cl_autohelp "0"
  46. cl_showhelp "0"
  47. // -------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement