Skip to content

Instantly share code, notes, and snippets.

@shanebrowncs
Last active February 17, 2018 04:41
Show Gist options
  • Save shanebrowncs/1b093687bab96d86f0d4 to your computer and use it in GitHub Desktop.
Save shanebrowncs/1b093687bab96d86f0d4 to your computer and use it in GitHub Desktop.
// Weapon Binds
bind "x" "slot3"
bind "c" "slot2"
bind "v" "slot1"
// Grenade Binds
bind "f" "slot7" // Flash
bind "g" "slot8" // Smoke
// Movement
// Utility
bind "z" "drop"
bind "CAPSLOCK" "slot5" // Bomb
bind "2" "noclip"
bind "3" "+lookatweapon"
bind "tab" "+showscores"
bind "space" "+jump"
bind "MWHEELUP" "slot10"
bind "q" "+voicerecord"
cl_showpos "1"
cl_downloadfilter "none" // Fix community servers not downloading
// Knife Flip
alias +flip slot2
alias -flip slot3
bind "mouse3" "+flip"
// Sens
sensitivity 1.8
// Jump Throw Binds
alias +jumpthrow "+jump;-attack"
alias -jumpthrow "-jump"
bind h +jumpthrow
// Viewmodel
cl_viewmodel_shift_left_amt "1.5"
cl_viewmodel_shift_right_amt "0.75"
viewmodel_fov "66.000000"
viewmodel_offset_x "2.5"
viewmodel_offset_y "2.0"
viewmodel_offset_z "-2.0"
viewmodel_presetpos "0"
cl_bob_lower_amt "21"
cl_bobamt_lat "0.33"
cl_bobamt_vert "0.14"
cl_bobcycle "0.98"
// Crosshair
cl_crosshair_drawoutline "1"
cl_crosshair_dynamic_maxdist_splitratio "0.35"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "0.5"
cl_crosshair_dynamic_splitdist "7"
cl_crosshair_outlinethickness "1"
cl_crosshairalpha "200"
cl_crosshaircolor "4"
cl_crosshaircolor_b "50"
cl_crosshaircolor_g "250"
cl_crosshaircolor_r "50"
cl_crosshairdot "0"
cl_crosshairgap "-1"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "0"
cl_crosshairsize "3"
cl_crosshairstyle "4"
cl_crosshairthickness "1"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "-100"
// Private Server Setup
alias +privserv "bot_kick;mp_warmuptime 99999;mp_buytime 99999;mp_buy_anywhere 9999;sv_cheats 1;sv_infinite_ammo 1;mp_autoteambalance 0;mp_limitteams 0;say Private Loaded;
bind \ +privserv
// Load Notify
echo "//----------------="
echo "// CocO's Auto Exec Loaded"
echo "//----------------="
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment