Skip to content

Instantly share code, notes, and snippets.

@nfaltermeier
Last active November 21, 2020 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfaltermeier/e14e2935d33d26377ea9206387bef2c2 to your computer and use it in GitHub Desktop.
Save nfaltermeier/e14e2935d33d26377ea9206387bef2c2 to your computer and use it in GitHub Desktop.
My autoexec configuration file for CS:GO
//CROSSHAIR SETUP\\
cl_crosshair_drawoutline 1
cl_crosshair_outlinethickness 1
cl_crosshairalpha 255
cl_crosshaircolor 1
cl_crosshairdot 0
cl_crosshairgap -1
cl_crosshairsize 2.5
cl_crosshairstyle 4
cl_crosshairthickness 1
cl_crosshairusealpha 1
//ALIASES\\
alias "aztec" "map de_aztec"
alias "cache" "map de_cache"
alias "cobblestone" "map de_cbble"
alias "dust" "map de_dust"
alias "dust2" "map de_dust2"
alias "inferno" "map de_inferno"
alias "mill" "map de_mill"
alias "mirage" "map de_mirage"
alias "nuke" "map de_nuke"
alias "overpass" "map de_overpass"
alias "seaside" "map de_seaside"
alias "season" "map de_season"
alias "train" "map de_tain"
alias "vertigo" "map de_vertigo"
alias "toggleStealth" "say_team /attachments; menuselect 1; delay 1; say_team /items; menuselect 8; menuselect 1; delay 5; menuselect 9;"
alias "buyVIP" "say_team /buy; menuselect 8; menuselect 3; delay 1; menuselect 9;"
alias "cheatsOn" "sv_cheats 1; bind KP_END noclip; bind KP_DOWNARROW god; bind KP_PGDN exec practicecfg"
alias "cheatsOff" "sv_cheats 0; unbind KP_END; unbind KP_DOWNARROW; unbind KP_PGDN"
alias "bait" "say @CTs please don't bait the Ts into murdering you"
alias "lead" "say @Talking over lead risks being muted"
alias "fire" "say @Promoting fire will result in a gag/mute"
alias "pass" "say @You cannot take lead to pass/call freeday"
alias "repeat" "say @If someone asks for a repeat you must repeat"
alias "spam" "say @Spamming Mic/Chat/Other is prohibited"
alias "respect" "say @Please respect all players"
alias "warday" "say @CTs may not leave the warday area until Search and Destroy"
alias "false" "say @Giving false orders risks a gag/mute"
alias "mute" "say /mute @all"
alias "mutet" "say /mute @t"
alias "mutect" "say /mute @ct"
alias "camp" "say @CTs should be insight of Ts at all times unless hunting known rebellers"
alias "red" "say @CTs can always shoot reds except for knife days"
alias "racism" "say @No racism, implied racism, hate speech, or Extreme threats are allowed"
alias "propain" "say This day was brought to you by #ProPAIN"
alias "freeshoot" "say @CTs please do not freeshoot"
alias "queue" "say @If you know the !rules and would like to be a guard, type !queue"
alias "new" "say @If you are new to this server, please read the !rules"
alias "rdm" "say @Please don't RDM. Read the !rules"
alias "jbchat" "sm_rchat; sm_allknowing"
//BINDS\\
bind "mwheeldown" "invnext"
bind "mwheelup" "invprev"
//bind "mwheeldown" "+jump"
//bind "mwheelup" "+jump"
bindtoggle "home" "voice_enable"
//bind "end" "say reeepeat!"
//bind "del" "toggleStealth"
//bind "pgup" "volume .1; voice_enable 1"
//bind "pgdn" "volume 0; voice_enable 0"
//bind "ins" "toggle volume .0 .1"
//bind "-" "say_team /rtd"
//bind "=" "say /lead"
bind z "drop"
bind c "slot6" //High Explosive Grenade
bind f "slot7" //Flashbang
bind g "slot8" //Smoke grenade
bind x "slot9" //Decoy grenade
bind v "slot10" //Incendiary
bind t "+voicerecord"
bind h "+lookatweapon"
bind "j" radio1
bind "k" radio2
bind "l" radio3
bind "p" +spray_menu
//bind "backspace" "say /stopmusic"
//bind "backspace" "say !restart"
//bind "o" +noclip
//bind "[" sm_chickenspawn
//bind "'" "sm_timeout @aim"
//SETTINGS\\
voice_enable 1
volume .1
cl_showloadout 1
net_graph 1
//NOTES\\
// sm_joinmessage Pyrrhic victory - a victory or goal achieved at too great a cost.
// sm_coloredname ^CHG ^7| ^4Pyrrhic ^7[^CD^7]
host_writeconfig
echo ""
echo ""
echo "Launching autoexec.cfg completed"
echo ""
echo ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment