Skip to content

Instantly share code, notes, and snippets.

@muazamkamal
Last active November 24, 2023 17:08
Show Gist options
  • Save muazamkamal/1a6f035c3fe0fb6bd13d48de3afe2026 to your computer and use it in GitHub Desktop.
Save muazamkamal/1a6f035c3fe0fb6bd13d48de3afe2026 to your computer and use it in GitHub Desktop.
configMNCS2.cfg
// Binds
// Place in game/csgo/cfg
// run exec configMNS2.cfg in CS2 console
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" "+left"
bind "b" "buymenu"
bind "d" "+right"
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" "slot10"
bind "x" "slot8"
bind "c" "slot7"
bind "v" "slot6"
bind "F5" "disconnect"
bind "f" "+lookatweapon"
bind "ENTER" "messagemode2"
bind "MOUSE4" "toggle cl_righthand 0 1"
// Drop C4
alias "+dropc4" "slot3; slot5"
alias "-dropc4" "drop; lastinv"
bind "t" "+dropc4"
// 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; +sprint"
alias -shiftCustom "bind Enter messagemode2; incrementvar volume 0.3 1 -0.2; -sprint"
bind "SHIFT" "+shiftCustom"
bind "RSHIFT" "+shiftCustom"
// Jump throw
# alias +jumpthrow "+jump; -attack"
# alias -jumpthrow "-jump"
bind "j" "exec 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; 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"
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_mute_mvp_music_live_players "1"
snd_tensecondwarning_volume "0"
// 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 "54"
viewmodel_offset_x "2.5"
viewmodel_offset_y "-2"
viewmodel_offset_z "-2"
viewmodel_presetpos "0"
// HUD
cl_hud_color "9"
cl_teammate_colors_show "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.4628"
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