Advertisement
Guest User

Autoexec

a guest
Mar 20th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. viewmodel_fov 68
  2.  
  3. viewmodel_offset_x 2.5
  4.  
  5. viewmodel_offset_y 2.5
  6.  
  7. viewmodel_offset_z -3
  8.  
  9. cl_viewmodel_shift_left_amt 0
  10.  
  11. cl_viewmodel_shift_right_amt 0
  12.  
  13. cl_bob_lower_amt 0
  14.  
  15. cl_bobamt_lat 0
  16.  
  17. cl_bobamt_vert 0
  18.  
  19. cl_bobcycle 2
  20.  
  21.  
  22. fps_max 0
  23.  
  24. cl_radar_always_centered 0 // Keeps the radar centered
  25.  
  26. cl_autowepswitch 0 // Will not auto-switch to weapons if you pick them up
  27.  
  28. cl_autohelp 0 // Enable/disable on screen hints (enemy, trade weapon, etc.)
  29.  
  30. cl_showhelp 0 // Show the hints on screen
  31.  
  32. cl_righthand 1 // 0 for left hand 1 for right hand or use bindtoggle <key> cl_righthand to give yourself one-key swapping between right/left handed
  33.  
  34. cl_forcepreload 1
  35.  
  36. net_graph 1 // Shows net_graph stats (fps, rates, choke, etc.)
  37.  
  38. net_graphproportionalfont 0 // Changes the size of the net graph text
  39.  
  40. mm_dedicated_search_maxping 75 // Max server ping allowed in MM search
  41.  
  42. rate 128000 // This is your client rate, you may need to lower it if your net speed cannot keep up
  43.  
  44. snd_mixahead 0.05
  45. snd_headphone_pan_exponent 2
  46. snd_musicvolume 0
  47.  
  48. cl_cmdrate 128
  49. cl_updaterate 128
  50. rate 128000
  51. cl_interp_ratio 1
  52. cl_interp 0
  53. tickrate 128
  54.  
  55. alias +knife slot3
  56. alias -knife lastinv
  57. bind q +knife
  58.  
  59. // buy binds generated by csgobuynds.com
  60. bind "kp_home" "buy ak47; buy m4a1;"
  61. bind "kp_pgup" "buy awp;"
  62. bind "kp_enter" "buy vesthelm;"
  63. bind "kp_pgdn" "buy deagle;"
  64. bind "kp_end" "buy p250;"
  65. bind "kp_downarrow" "buy tec9; buy fiveseven;"
  66. bind "kp_plus" "buy deagle; buy vesthelm;"
  67. bind "kp_minus" "buy mac10; buy mp9;"
  68. bind "kp_multiply" "buy flashbang; buy flashbang; buy smokegrenade;"
  69. bind "kp_leftarrow" "buy flashbang;"
  70. bind "kp_5" "buy hegrenade;"
  71. bind "kp_rightarrow" "buy molotov; buy incgrenade;"
  72.  
  73. host_writeconfig
  74. clear
  75. // Print a message in console that the autoexec.cfg was successfully executed. Useful for troubleshooting and peace of mind.
  76. echo “Loaded autoexec!”
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement