Advertisement
Guest User

CSGO Exec File

a guest
Jun 7th, 2021
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. // Rates
  2. rate "307200"
  3. cl_cmdrate "128"
  4. cl_updaterate "128"
  5.  
  6. // Mouse
  7. sensitivity "2"
  8. zoom_sensitivity_ratio_mouse "1.3"
  9. m_rawinput "1"
  10. m_customaccel "0"
  11. m_mouseaccel1 "0"
  12. m_mouseaccel2 "0"
  13. m_mousespeed "0"
  14.  
  15. // Video
  16. mat_monitorgamma "1.6"
  17. fps_max "999"
  18.  
  19. // Audio
  20. volume "0.7"
  21. voice_enable "1"
  22. voice_scale "1" // receive volume
  23. voice_mixer_volume "1" // mic volume
  24. windows_speaker_config "1" // headphone audio output
  25. snd_use_hrtf "1"
  26. snd_mix_async "1"
  27. snd_mixahead "0.05" // sound delay
  28. snd_pitchquality "1"
  29. snd_ducking_off "1"
  30. snd_front_headphone_position "90"
  31. snd_rear_headphone_position "90"
  32. snd_headphone_pan_exponent "1.2"
  33. snd_headphone_pan_radial_weight "1"
  34. snd_mute_losefocus "1" // mute game when alt-tabbed
  35. dsp_enhance_stereo "0"
  36. snd_musicvolume "0"
  37. lobby_voice_chat_enabled "0" // voice chat in lobby
  38. cl_mute_all_but_friends_and_party "0"
  39. snd_async_flush
  40.  
  41.  
  42. // HUD
  43. hud_scaling "0.80"
  44. hud_showtargetid "1"
  45. cl_hud_background_alpha "0.100000"
  46. cl_hud_bomb_under_radar "0"
  47. cl_hud_color "1"
  48. cl_hud_healthammo_style "1"
  49. cl_hud_playercount_pos "0"
  50. cl_hud_playercount_showcount "0"
  51. cl_hud_radar_scale "0.950000"
  52. cl_teamid_overhead_name_alpha "240"
  53. cl_righthand "1"
  54. cl_showloadout "1"
  55. cl_showpos "0"
  56. cl_showfps "0"
  57. net_graph "1"
  58. net_graphproportionalfont "0" // small netgraph font
  59.  
  60. // Radar
  61. cl_radar_always_centered "0"
  62. cl_radar_rotate "1"
  63. cl_radar_scale "0.4"
  64. cl_radar_icon_scale_min "0.4"
  65. cl_radar_square_with_scoreboard "0"
  66. cl_teammate_colors_show "2"
  67.  
  68. // Reposition gun model to mimic source
  69. viewmodel_presetpos "0"
  70. viewmodel_fov "60"
  71. viewmodel_offset_x "1"
  72. viewmodel_offset_y "1"
  73. viewmodel_offset_z "-1.500000"
  74.  
  75. // Reduce gun shifting when crouching
  76. cl_viewmodel_shift_left_amt "0.5"
  77. cl_viewmodel_shift_right_amt "0.5"
  78.  
  79. // Reduce gun and scope shifting/bobbing when moving
  80. cl_bobcycle "0.98"
  81. cl_bob_lower_amt "5"
  82. cl_bobamt_lat "0.1"
  83. cl_bobamt_vert "0.1"
  84.  
  85. // Misc
  86. cl_disablefreezecam "1"
  87. hud_takesshots "1"
  88. r_drawtracers_firstperson "0" // Firstperson Tracers OFF.
  89. r_eyegloss "0" // No Makeup.
  90. r_eyemove "0" // No Eye Movement.
  91. r_eyeshift_x "0" // No Eye Movement X-Angel.
  92. r_eyeshift_y "0" // No Eye Movement Y-Angel.
  93. r_eyeshift_z "0" // No Eye Movement Z-Angel.
  94. r_eyesize "0" // Smaller Eyes.
  95. mat_queue_mode 2
  96.  
  97.  
  98. // Binds
  99. bind alt "+speed; r_cleardecals"
  100. bind shift "+duck; r_cleardecals"
  101. bind c "use weapon_knife;use weapon_smokegrenade;r_cleardecals"
  102. bind f "use weapon_knife;use weapon_flashbang;r_cleardecals"
  103. bind MWHEELUP "use weapon_knife;use weapon_molotov;use weapon_incgrenade;showmouse;r_cleardecals"
  104. bind "MWHEELDOWN" "+jump"
  105. bind "v" "use weapon_knife; use weapon_p250; use weapon_hkp2000; use weapon_glock; use weapon_tec9; use weapon_fiveseven; use weapon_deagle; drop"
  106. bind h "+lookatweapon; r_cleardecals
  107.  
  108.  
  109. // Aliases
  110. alias +knife slot3
  111. alias -knife lastinv
  112. bind q +knife
  113.  
  114.  
  115. // NADE ALIGNMENT CROSSHAIR
  116.  
  117. bind "ctrl" "+crosshairsmoke"
  118. alias "+crosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 1;cl_crosshairgap 10"
  119. alias "-crosshairsmoke" "cl_crosshairsize 2.5;cl_crosshairdot 0;cl_crosshairgap -1"
  120.  
  121.  
  122.  
  123.  
  124.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement