Advertisement
Guest User

goodest autoexec

a guest
Oct 15th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. // AUTOEXEC
  2.  
  3. // CROSSHAIR
  4.  
  5. cl_crosshairalpha "255"
  6. cl_crosshaircolor "5"
  7. cl_crosshaircolor_b "255"
  8. cl_crosshaircolor_r "255"
  9. cl_crosshaircolor_g "255"
  10. cl_crosshairdot "0"
  11. cl_crosshairgap "-1"
  12. cl_crosshairsize "3"
  13. cl_crosshairstyle "4"
  14. cl_crosshairusealpha "1"
  15. cl_crosshairthickness "1"
  16. cl_fixedcrosshairgap "-2"
  17. cl_crosshair_outlinethickness "1"
  18. cl_crosshair_drawoutline "1"
  19.  
  20. // HUD AND RADAR
  21.  
  22. hud_scaling "0.8"
  23. cl_hud_radar_scale "1.4"
  24. cl_hud_playercount_pos "0"
  25. cl_hud_playercount_showcount "0"
  26. cl_hud_color "8"
  27. cl_hud_showtargetid "1"
  28. cl_hud_background_alpha "1"
  29. cl_hud_bomb_under_radar "0"
  30. cl_hud_healthammo_style "1"
  31. cl_radar_always_centered "1"
  32. cl_radar_icon_scale_min "0.6"
  33. cl_radar_rotate "1"
  34. cl_radar_scale "0.6"
  35. cl_showloadout "1
  36. cl_loadout_colorweaponnames "1"
  37. cl_show_clan_in_death_notice "1"
  38.  
  39. safezonex "1"
  40. safezoney "1"
  41.  
  42. cl_righthand "0"
  43.  
  44. // RATES AND INTERPOLATION
  45.  
  46. rate "786432"
  47. cl_cmdrate "128"
  48. cl_updaterate "128"
  49. cl_interp "0"
  50. cl_interp_ratio "1"
  51. cl_interpolate "1"
  52.  
  53. // FPS ETC
  54.  
  55. fps_max "450"
  56. fps_max_menu "241"
  57. cl_showfps "0"
  58. net_graph "1"
  59. net_graphheight "64"
  60. net_graphpos "1"
  61. net_graphproportionalfont "0"
  62. mat_monitorgamma "1.8"
  63. password ""
  64. cl_disablehtmlmotd "0"
  65. cl_freezecameffects_showholiday "0"
  66. cl_autohelp "1"
  67. cl_autowepswitch "0"
  68. cl_clanid "0"
  69. cl_teammate_colors_show "1"
  70. cl_color "4"
  71. cl_disablefreezecam "1"
  72. cl_downloadfilter "nosounds"
  73. cl_scoreboard_mouse_enable_binding "+attack2"
  74. cl_showpluginmessages "1"
  75. cl_spec_mode "4"
  76. cl_use_opens_buy_menu "0"
  77. closeonbuy "1"
  78. gameinstructor_enable "0"
  79. hud_showtargetid "1"
  80. mm_dedicated_search_maxping "25"
  81. option_duck_method "0"
  82. option_speed_method "0"
  83. player_nevershow_communityservermessage "1"
  84. r_drawtracers_firstperson "1"
  85. ui_steam_overlay_notification_position "bottomright"
  86.  
  87. // SENS
  88.  
  89. sensitivity "1.1"
  90. m_rawinput "1"
  91. m_customaccel "0"
  92. zoom_sensitivity_ratio_mouse "1"
  93.  
  94. // SOUND
  95.  
  96. volume "0.21"
  97. snd_musicvolume "0.09"
  98. snd_mute_losefocus "0"
  99. windows_speaker_config "1"
  100. lobby_voice_chat_enabled "0"
  101. voice_enable "1"
  102. voice_scale "0.50000"
  103. voice_mixer_volume "1"
  104.  
  105.  
  106. // VIEWMODEL
  107.  
  108. cl_bob_lower_amt "5"
  109. cl_bobamt_lat "0.4"
  110. cl_bobamt_vert "0.25"
  111. cl_viewmodel_shift_left_amt "0.5"
  112. cl_viewmodel_shift_right_amt "0.25"
  113. cl_bobcycle "0.980000"
  114. viewmodel_recoil "0"
  115. viewmodel_fov "68"
  116. viewmodel_offset_x "2"
  117. viewmodel_offset_y "2"
  118. viewmodel_offset_z "-2"
  119.  
  120.  
  121. bind "uparrow" " buy smokegrenade; buy flashbang; buy hegrenade; buy molotov; buy incgrenade; buy flashbang;"
  122. bind "downarrow" " buy vesthelm; buy vest;"
  123. bind "pgdn" " buy defuser;"
  124. bind "leftarrow" "buy ak47; buy m4a1;"
  125. bind "rightarrow" "buy awp;"
  126.  
  127.  
  128. bind "l" "say i was like where the fak this he go.."
  129. bind "semicolon" "say Cheating is not possible on VAC secured servers."
  130. bind "o" "say xaxaxaxaxa)))"
  131. bind "p" "say Do I have a problem with my computer if when I play matchmaking I have 64 tick?"
  132. bind "capslock" "getout"
  133. bind "MWHEELDOWN" "+jump"
  134. bind "r" "+reload; r_cleardecals"
  135.  
  136. joystick 0
  137.  
  138. //nade bindit
  139.  
  140.  
  141. bind "MOUSE3" "use weapon_smokegrenade"
  142. bind "MOUSE4" "use weapon_flashbang"
  143. bind "MOUSE5" "use weapon_molotov; use weapon_incgrenade"
  144.  
  145.  
  146.  
  147.  
  148.  
  149. CLEAR
  150.  
  151. host_writeconfig
  152.  
  153.  
  154. echo AUTOEXEC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement