Skip to content

Instantly share code, notes, and snippets.

@muazamkamal
Last active April 9, 2023 13:37
Show Gist options
  • Save muazamkamal/d031b3853e93362d19ef2b4d8880e4a9 to your computer and use it in GitHub Desktop.
Save muazamkamal/d031b3853e93362d19ef2b4d8880e4a9 to your computer and use it in GitHub Desktop.
CSGO config
unbindallmousekeyboard
// Binds
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "a" "+moveleft"
bind "b" "buymenu"
bind "d" "+moveright"
bind "e" "+use"
bind "g" "drop"
bind "i" "show_loadout_toggle"
bind "MOUSE5" "+voicerecord"
bind "m" "teammenu"
bind "q" "lastinv"
bind "r" "+reload"
bind "s" "+back"
bind "y" "+spray_menu"
bind "w" "+forward"
bind "`" "toggleconsole"
bind "." "buyammo2"
bind "SPACE" "+jump"
bind "ESCAPE" "cancelselect"
bind "DEL" "mute"
bind "PAUSE" "pause"
bind "CTRL" "+duck"
bind "F3" "autobuy"
bind "F4" "rebuy"
bind "F5" "disconnect"
bind "F6" "save quick"
bind "F7" "load quick"
bind "F10" "quit prompt"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MWHEELUP" "+jump"
bind "MWHEELDOWN" "+jump"
bind "z" "use weapon_molotov; use weapon_incgrenade; r_cleardecals"
bind "x" "use weapon_smokegrenade; r_cleardecals"
bind "c" "use weapon_flashbang; r_cleardecals"
bind "v" "use weapon_hegrenade; r_cleardecals"
bind "F5" "disconnect"
bind "f" "+lookatweapon; r_cleardecals"
bind "ENTER" "messagemode2"
bind "t" "use weapon_knife; use weapon_c4; drop; lastinv"
bind "MOUSE4" "toggle cl_righthand 0 1"
// Graph
alias +netg "net_graph 1; +showscores"
alias -netg "net_graph 0;-showscores"
bind TAB "+netg"
// Custom shift
alias +shiftCustom "bind Enter messagemode; incrementvar volume 0.3 1 0.2; +speed"
alias -shiftCustom "bind Enter messagemode2; incrementvar volume 0.3 1 -0.2; -speed"
bind "SHIFT" "+shiftCustom"
bind "RSHIFT" "+shiftCustom"
// Jump throw
alias "+jumpthrow" "+jump; -attack"
alias "-jumpthrow" "-jump"
bind "j" "+jumpthrow"
// Skazzy3s epic clutch bind
// Based on voice_chat script by Bananagaming
alias "clutch" "clutchon"
alias "clutchon" "voice_enable 0; clutchsoundon; gameinstructor_enable 1; cl_clearhinthistory; r_cleardecals; playvol buttons\blip2 0.5; alias clutch clutchoff"
alias "clutchoff" "voice_enable 1; clutchsoundoff; gameinstructor_enable 0; playvol buttons\blip1 0.5; alias clutch clutchon"
clutchoff
bind "n" "clutch"
// Clutch audio options.
// Feel free to edit these how you like, these are only my values because I have a music kit.
alias "clutchsoundon" "volume 0.5; snd_tensecondwarning_volume 0.7"
alias "clutchsoundoff" "volume 0.3; snd_tensecondwarning_volume 0"
// Music and Audio
volume "0.3"
voice_scale "0.5"
snd_mute_losefocus "0"
snd_menumusic_volume "0.01"
snd_deathcamera_volume "0"
snd_mapobjective_volume "0"
snd_roundend_volume "0"
snd_roundstart_volume "0"
snd_mvp_volume "0.01"
snd_dzmusic_volume "0.01"
snd_mute_mvp_music_live_players "1"
// Crosshair
cl_crosshairalpha "255"
cl_crosshaircolor "5"
cl_crosshaircolor_b "0"
cl_crosshaircolor_r "0"
cl_crosshaircolor_g "255"
cl_crosshairdot "0"
cl_crosshairgap "-7"
cl_crosshairsize "1"
cl_crosshairstyle "4"
cl_crosshairusealpha "1"
cl_crosshairthickness "2.0"
cl_fixedcrosshairgap "-7"
cl_crosshair_outlinethickness "0"
cl_crosshair_drawoutline "0"
hud_showtargetid "1"
// View model
viewmodel_fov "68"
viewmodel_offset_x "2.5"
viewmodel_offset_y "0"
viewmodel_offset_z "-1.5"
viewmodel_presetpos "0"
cl_viewmodel_shift_left_amt "1.5"
cl_viewmodel_shift_right_amt "0.75"
viewmodel_recoil "1"
cl_righthand "1"
// HUD
cl_hud_color "9"
cl_hud_playercount_showcount "1"
cl_hud_playercount_pos "1"
cl_hud_healthammo_style "1"
cl_teammate_colors_show "1"
cl_hud_bomb_under_radar "1"
+cl_show_team_equipment
// Radar
cl_radar_scale "0.45"
cl_radar_always_centered "0"
cl_radar_rotate "1"
cl_teammate_colors_show "2"
// Others
engine_no_focus_sleep "0"
sensitivity "1.75"
cl_autowepswitch "0"
cl_use_opens_buy_menu "0"
cl_color "2"
// Console log
echo "-----------------------"
echo " "
echo " MN config loaded! "
echo " "
echo "-----------------------"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment