Advertisement
Guest User

CS:GO ~ autoexec.cfg ~

a guest
Feb 8th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. //////////////////////////////////////////////////////////////
  2. // _____ __ //
  3. // / _ \ __ ___/ |_ ____ ____ ___ ___ ____ ____ //
  4. // / /_\ \| | \ __\/ _ \_/ __ \\ \/ // __ \_/ ___\ //
  5. /// | \ | /| | ( <_> ) ___/ > <\ ___/\ \___ //
  6. //\____|__ /____/ |__| \____/ \___ >__/\_ \\___ >\___ >//
  7. // \/ by JOWONDER \/ \/ \/ \/ //
  8. // //
  9. // //
  10. //////////////////////////////////////////////////////////////
  11.  
  12. //-console -high -novid -tickrate 128
  13.  
  14. /////////////////////////////
  15. //Buy with the numpad, easy//
  16. /////////////////////////////
  17.  
  18. bind "kp_uparrow" "buy deagle;"
  19. bind "kp_leftarrow" "buy ak47; buy m4a1;"
  20. bind "kp_rightarrow" "buy awp;"
  21. bind "kp_5" "buy defuser;"
  22. bind "kp_downarrow" "buy galilar; buy famas;"
  23. bind "kp_home" "buy flashbang;"
  24. bind "kp_pgup" "buy hegrenade;"
  25. bind "kp_ins" "buy smokegrenade;"
  26. bind "kp_minus" "buy vest;"
  27. bind "kp_plus" "buy vesthelm;"
  28. bind "MWHEELDOWN" "+jump"
  29. bind "MWHEELUP" "+jump"
  30.  
  31. ////////////////
  32. //Useful stuff//
  33. ////////////////
  34.  
  35. cl_allowdownload "0"
  36. cl_allowupload "0"
  37. cl_autohelp "0"
  38.  
  39. cl_buy_favorite_nowarn "1"
  40. cl_buy_favorite_quiet "1"
  41.  
  42. cl_disablefreezecam "1"
  43. cl_disablehtmlmotd "0"
  44. cl_dm_buyrandomweapons "0"
  45. cl_downloadfilter "none"
  46.  
  47. cl_forcepreload "1"
  48.  
  49. //////////////
  50. //Connection//
  51. //////////////
  52.  
  53. rate "128000"
  54. cl_cmdrate "128"
  55. cl_updaterate "128"
  56. cl_interp "0"
  57. cl_interp_ratio "1"
  58. cl_interpolate "1"
  59. cl_lagcompensation "1"
  60.  
  61. fps_max "999"
  62. fps_max_menu "999"
  63.  
  64. ///////////////
  65. //Other stuff//
  66. ///////////////
  67.  
  68. cl_mute_enemy_team "0"
  69.  
  70. cl_radar_always_centered "0"
  71. cl_radar_icon_scale_min "1"
  72.  
  73. cl_showhelp "0"
  74. cl_showpluginmessages "0"
  75.  
  76. hud_showtargetid "0"
  77. lobby_voice_chat_enabled "0"
  78. muzzleflash_light "0"
  79. player_nevershow_communityservermessage "1"
  80.  
  81. r_drawtracers_firstperson "0"
  82. r_drawparticles "0"
  83. r_dynamic "1"
  84.  
  85. ////////////////////////
  86. //Hear da enemies dude//
  87. ////////////////////////
  88.  
  89. dsp_enhance_stereo "0"
  90.  
  91. snd_headphone_pan_exponent "2"
  92. snd_headphone_pan_radial_weight "2"
  93. snd_mixahead "0.1"
  94.  
  95. ////////////////////////////////
  96. //Template from da olofmeister//
  97. ////////////////////////////////
  98.  
  99. cl_crosshair_drawoutline "0"
  100. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  101. cl_crosshair_dynamic_splitalpha_innermod "1"
  102. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  103. cl_crosshair_dynamic_splitdist "7"
  104. cl_crosshair_outlinethickness "1"
  105. cl_crosshair_sniper_width "2"
  106. cl_crosshairalpha "200"
  107. cl_crosshaircolor "1"
  108. cl_crosshaircolor_b "0"
  109. cl_crosshaircolor_g "0"
  110. cl_crosshaircolor_r "0"
  111. cl_crosshairdot "0"
  112. cl_crosshairgap "-2.5"
  113. cl_crosshairgap_useweaponvalue "0"
  114. cl_crosshairscale "500"
  115. cl_crosshairsize "5.000000"
  116. cl_crosshairstyle "4"
  117. cl_crosshairthickness "0"
  118. cl_crosshairusealpha "1"
  119. cl_fixedcrosshairgap "-2"
  120.  
  121. /////////////////////////
  122. //Touch of good old 1.6//
  123. /////////////////////////
  124.  
  125. cl_viewmodel_shift_left_amt "0.500000"
  126. cl_viewmodel_shift_right_amt "0.250000"
  127. viewmodel_fov "68"
  128. viewmodel_offset_x "2.500000"
  129. viewmodel_offset_y "0"
  130. viewmodel_offset_z "-2.000000"
  131. viewmodel_presetpos "0"
  132. cl_bob_lower_amt "5.000000"
  133. cl_bobamt_lat "0.100000"
  134. cl_bobamt_vert "0.100000"
  135. cl_bobcycle "0.98"
  136.  
  137. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement