Last active
February 26, 2020 00:29
-
-
Save airstrike/a1e9c48980772a4c5428c45655dfbfec to your computer and use it in GitHub Desktop.
CS:GO autoexec script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cl_crosshairsize 1; cl_crosshairgap 1; cl_crosshairthickness 0; cl_crosshaircolor 1; cl_crosshaircolor_b 250; cl_crosshaircolor_g 250; cl_crosshaircolor_r 250; cl_crosshairdot 1; cl_crosshairstyle 5; cl_crosshairalpha 250; cl_crosshairgap_useweaponvalue 0; cl_crosshairusealpha 1; cl_crosshair_drawoutline 0; cl_crosshair_sniper_width 1; | |
viewmodel_fov 68; viewmodel_offset_x 2.5; viewmodel_offset_y 0; viewmodel_offset_z -1.5; viewmodel_presetpos 3; cl_viewmodel_shift_left_amt 1.5; cl_viewmodel_shift_right_amt 0.75; viewmodel_recoil 0; cl_righthand 1; | |
alias "m4/ak47" "buy m4a1; buy ak47" | |
alias "aug/sg556" "buy aug; buy sg556" | |
alias "galilar/famas" "buy galilar; buy famas" | |
alias "g3sg1/scar20" "buy g3sg1; buy scar20" | |
alias "vesthelm/vest" "buy vesthelm; buy vest" | |
alias "vest" "buy vest" | |
alias "incgrenade/molotov" "buy incgrenade;buy molotov" | |
//=====================================================// | |
// Num | / | * | - // | |
// DECOY | MOLLY | SMOKE | FLASH // | |
//-------------|-------------|-------------|-----------// | |
// 7 | 8 | 9 | + // | |
// SCOUT | AWP | AUTO SNIPER | // | |
//-------------|-------------|-------------| HE // | |
// 4 | 5 | 6 | // | |
// FAMAS/GALIL | M4A1/AK | AUG/SG556 | // | |
//-------------|-------------|-------------|-----------// | |
// 1 | 2 | 3 | Enter // | |
// DEAGLE | MAC10 | UMP | // | |
//-------------|-------------|-------------| VEST // | |
// 0 | . | // | |
// VESTHELM | DEFUSER | // | |
//=====================================================// | |
// Key bindings (Aliases are used here) | |
bind "KP_HOME" "buy ssg08" | |
bind o "buy ssg08" | |
bind "KP_UPARROW" "buy awp" | |
bind p "buy awp" | |
bind "KP_PGUP" "g3sg1/scar20" | |
bind "KP_LEFTARROW" "galilar/famas" | |
bind "KP_5" "m4a1/ak47" | |
bind k "m4/ak47" | |
bind "KP_RIGHTARROW" "aug/sg556" | |
bind "KP_END" "buy deagle" | |
bind "KP_DOWNARROW" "buy mac10" | |
bind "KP_PGDN" "buy ump" | |
bind "KP_INS" "buy vesthelm" | |
bind , "buy vesthelm" | |
bind "KP_ENTER" "vest" | |
bind . "buy vest" | |
bind "KP_DEL" "buy defuser" | |
bind / "buy defuser" | |
bind "KP_SLASH" "buy molotov" | |
bind [ "buy molotov" | |
bind "KP_MULTIPLY" "buy smokegrenade" | |
bind ] "buy smokegrenade" | |
bind "KP_MINUS" "buy flashbang" | |
bind \ "buy flashbang" | |
bind "KP_PLUS" "buy hegrenade" | |
bind enter "buy hegrenade" | |
bind "NUMLOCK" "buy decoy" | |
bind - "buy decoy" | |
alias +jumpduck "+jump;+duck" | |
alias -jumpduck "-jump;-duck" | |
// JUMPTHROW | |
alias "+jumpthrow" "+jump;-attack" | |
alias "-jumpthrow" "-jump" | |
bind "alt" "+jumpthrow" | |
// GRENADE BINDS | |
bind 4 "use weapon_smokegrenade" | |
bind r "use weapon_hegrenade" | |
bind f "use weapon_flashbang" | |
bind v "use weapon_molotov; use weapon_incgrenade" | |
bind n "use weapon_decoy" | |
// GENERAL CLEANUP BINDS | |
bind ctrl +speed | |
bind shift +duck | |
bind z radio1 | |
bind x radio3 | |
bind c radio2 | |
bind q +reload | |
bind j +lookatweapon | |
bind mouse3 +voicerecord | |
bind mouse4 +voicerecord | |
bind mouse5 +voicerecord | |
cl_autowepswitch 0 | |
// RADAR SETTINGS | |
cl_radar_always_centered 0 | |
cl_radar_scale 0.3 | |
cl_hud_radar_scale 1.15 | |
cl_radar_icon_scale_min 1 | |
dsp_enhance_stereo "0"; | |
snd_mixahead "0.02"; | |
snd_pitchquality "1"; | |
snd_deathcamera_volume "0.0"; | |
snd_mapobjective_volume "0.12"; | |
snd_menumusic_volume "0.0"; | |
snd_mvp_volume "0.11"; | |
snd_roundend_volume "0.2"; | |
snd_roundstart_volume "0.06"; | |
snd_tensecondwarning_volume "0.35"; | |
voice_scale "0.5"; | |
bind ' "incrementvar voice_scale 0 .25 .5" | |
snd_mute_losefocus "0"; | |
snd_surround_speakers "0" | |
con_enable "1" | |
developer "1" // print console to screen | |
con_filter_enable "2" | |
con_filter_text "Damage " | |
ui_steam_overlay_notification_position "bottomright" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment