Skip to content

Instantly share code, notes, and snippets.

@farski
Last active January 12, 2024 20:29
Show Gist options
  • Save farski/6395792 to your computer and use it in GitHub Desktop.
Save farski/6395792 to your computer and use it in GitHub Desktop.
echo "|============================================================================================|"
echo "| |"
echo "| Loading autoexec.cfg |"
echo "| Settings config |"
sensitivity "1.1"
volume 0.50
cl_crosshair_drawoutline "0"
cl_crosshair_outlinethickness "1"
cl_crosshairalpha "240"
cl_crosshaircolor "5"
cl_crosshaircolor_b "255`"
cl_crosshaircolor_g "0"
cl_crosshaircolor_r "255"
cl_crosshairdot "0"
cl_crosshairgap "-5"
cl_crosshairsize "1"
cl_crosshairstyle "4"
cl_crosshairthickness "0.3"
cl_crosshairusealpha "1"
cl_autohelp "0"
hud_scaling "0.80"
hud_showtargetid "1"
cl_showloadout "1"
cl_radar_rotate "1"
cl_radar_scale "0.5"
cl_radar_icon_scale_min "0.4"
viewmodel_presetpos "1"
viewmodel_fov "66"
viewmodel_offset_x "2"
viewmodel_offset_y "2"
viewmodel_offset_z "-2"
ui_steam_overlay_notification_position "bottomright"
gameinstructor_enable "0"
developer 1
echo "| Settings aliases |"
alias "+jumpaction" "+jump;"
alias "-jumpaction" "-jump"
alias "+throwaction" "-attack; -attack2"
alias "+ng" "+showscores; cq_netgraph 1"
alias "-ng" "-showscores; cq_netgraph 0"
alias "vol_up" "vol_.75"
alias "vol_0.0" "volume 0.00; clear; echo Volume=0.0; alias vol_up vol_.25"
alias "vol_.25" "volume 0.25; clear; echo Volume=0.25; alias vol_up vol_.50"
alias "vol_.50" "volume 0.50; clear; echo Volume=0.50; alias vol_up vol_.75"
alias "vol_.75" "volume 0.75; clear; echo Volume=0.75; alias vol_up vol_1.0"
alias "vol_1.0" "volume 1.00; clear; echo Volume=1.00; alias vol_up vol_0.0"
alias "voice_toggle" "voice_off"
alias "voice_on" "voice_modenable true; alias voice_toggle voice_off"
alias "voice_off" "voice_modenable false; alias voice_toggle voice_on"
alias "practice_mode" "practice_mode_server; practice_mode_economy; practice_mode_weapons; practice_mode_gameplay; mp_restartgame 1"
alias "practice_mode_weapons" "sv_infinite_ammo 1; ammo_grenade_limit_total 5"
alias "practice_mode_economy" "mp_maxmoney 60000; mp_startmoney 60000; mp_buy_anywhere 1; mp_buytime 9999"
alias "practice_mode_gameplay" "mp_warmup_end; mp_freezetime 0; mp_roundtime 60; mp_roundtime_defuse 60; mp_limitteams 0; mp_autoteambalance 0"
alias "practice_mode_server" "sv_cheats 1; sv_showimpacts 1; sv_grenade_trajectory_prac_pipreview 1; sv_grenade_trajectory_prac_trailtime 15"
echo "| Settings binds |"
bind "," "exec autoexec"
unbind "y"
unbind "u"
unbind "m"
unbind "."
bind "ESCAPE" "cancelselect"
bind "w" "+forward"
bind "a" "+left"
bind "s" "+back"
bind "d" "+right"
bind "q" "lastinv"
bind "e" "+use"
bind "r" "+reload"
bind "b" "buymenu"
bind "f" "+lookatweapon"
bind "g" "drop"
bind "h" "slot12"
bind "SPACE" "+jump"
bind "SHIFT" "+duck"
bind "ALT" "+sprint"
bind "v" "+jumpaction;+throwaction;"
bind "x" "roger"
bind "c" "+voicerecord"
bind "-" "voice_toggle"
bind "]" "messagemode"
bind "\" "messagemode2"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE4" "slot8"
bind "MOUSE5" "slot7"
bind "MWHEELDOWN" "slot2"
bind "MWHEELUP" "slot1"
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 "KP_ENTER" "buy aug; buy sg550; buy vesthelm; buy defuser; buy smokegrenade; buy incgrenade; buy molotov; buy flashbang; buy hegrenade
bind "t" "teammenu"
bind "TAB" "+ng"
bind "=" "vol_up"
bind "p" "echo ====== Starting practice mode; practice_mode"
host_writeconfig
echo "| |"
echo "| Done. |"
echo "| |"
echo "|============================================================================================|"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment