Last active
July 16, 2023 12:22
-
-
Save Delivator/2d6bf64a6e213cfb4f355d66090966a6 to your computer and use it in GitHub Desktop.
CS:GO autoexec.cfg
This file contains 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
// ==================== Ascii Art ==================== | |
echo "$$$$$$$\ $$$$$$$$\ $$\ $$$$$$\ $$\ $$\ $$$$$$\ $$$$$$$$\ $$$$$$\ $$$$$$$\ $$\ $$\ $$$$$$$$\ " | |
echo "$$ __$$\ $$ _____|$$ | \_$$ _|$$ | $$ |$$ __$$\\__$$ __|$$ __$$\ $$ __$$\ $$$\ $$$ |$$ _____|" | |
echo "$$ | $$ |$$ | $$ | $$ | $$ | $$ |$$ / $$ | $$ | $$ / $$ |$$ | $$ | $$$$\ $$$$ |$$ | " | |
echo "$$ | $$ |$$$$$\ $$ | $$ | \$$\ $$ |$$$$$$$$ | $$ | $$ | $$ |$$$$$$$ | $$\$$\$$ $$ |$$$$$\ " | |
echo "$$ | $$ |$$ __| $$ | $$ | \$$\$$ / $$ __$$ | $$ | $$ | $$ |$$ __$$< $$ \$$$ $$ |$$ __| " | |
echo "$$ | $$ |$$ | $$ | $$ | \$$$ / $$ | $$ | $$ | $$ | $$ |$$ | $$ | $$ |\$ /$$ |$$ | " | |
echo "$$$$$$$ |$$$$$$$$\ $$$$$$$$\ $$$$$$\ \$ / $$ | $$ | $$ | $$$$$$ |$$ | $$ |$$\ $$ | \_/ $$ |$$$$$$$$\ " | |
echo "\_______/ \________|\________|\______| \_/ \__| \__| \__| \______/ \__| \__|\__|\__| \__|\________|" | |
echo " " | |
echo " Autoexec loaded! " | |
// ==================== Launch Options ==================== | |
// -language english -novid -tickrate 128 -high +exec autoexec | |
// ==================== Settings ==================== | |
cl_autowepswitch "0" | |
cl_dm_buyrandomweapons "0" | |
cl_radar_always_centered "0" | |
cl_radar_rotate "1" | |
cl_radar_rotate "1" | |
cl_radar_scale "0.4" | |
cl_spec_mode "4" | |
mm_dedicated_search_maxping "50.000000" | |
player_nevershow_communityservermessage "1" | |
spec_replay_autostart "0" | |
joystick "0" | |
mp_backup_round_file_pattern "" | |
cl_teamid_overhead_always "1" | |
cl_forcepreload "1" | |
cl_disablehtmlmotd "0" | |
lobby_default_privacy_bits1 "1" | |
// ==================== Binds ==================== | |
bind "F10" "volume 0" | |
// Buyscript | |
bind "kp_end" "buy tec9; buy fiveseven;" // NUM-1 | |
bind "kp_downarrow" "buy vest; buy vesthelm; buy defuser;" // NUM-2 | |
bind "kp_pgdn" "buy ak47; buy m4a1;" // NUM-3 | |
bind "kp_leftarrow" "buy hegrenade; buy smokegrenade; buy molotov; buy incgrenade; buy flashbang;" // NUM-4 | |
bind "kp_5" "buy deagle;" // NUM-5 | |
// Chat | |
bind "kp_rightarrow" "say Use [W][A][S][D] to move!" // NUM-6 | |
bind "kp_home" "say U think its a joke?" // NUM-7 | |
bind "kp_uparrow" "say [Now Playing] Justin Timberlake - Cry Me A River" // NUM-8 | |
bind "kp_pgup" "say ¯\_(ツ)_/¯" // NUM-9 | |
// Normal binds | |
bind "MOUSE1" "+attack" | |
bind "KP_MINUS" "toggleconsole" | |
bind "mouse5" "+voicerecord" | |
bind "kp_multiply" "exec autoexec" | |
bind "leftarrow" "cl_righthand 0" | |
bind "rightarrow" "cl_righthand 1" | |
bind "f" "+lookatweapon" | |
bind "i" "impulse 101" | |
bind "k" "kill; say GL & HF" | |
bind "r" "+reload" | |
// Noclip | |
alias "+noclip" "noclip" | |
alias "-noclip" "noclip" | |
bind "n" "+noclip" | |
// Jumpthrow | |
alias "+jumpthrow" "+jump;-attack" | |
alias "-jumpthrow" "-jump;" | |
bind "MOUSE4" "+jumpthrow" | |
// Netgraph bei TAB | |
net_graph "1" | |
net_graphheight "9999" | |
alias "+ng" "+showscores; net_graphheight 0; +cl_show_team_equipment" | |
alias "-ng" "-showscores; net_graphheight 9999; -cl_show_team_equipment" | |
bind "TAB" "+ng" | |
// Speedup to remove smoke | |
alias "+speedup" "host_timescale 5" | |
alias "-speedup" "host_timescale 1" | |
bind "l" "+speedup" | |
// Better Q Bind | |
alias "+fastswitch" "slot3" | |
alias "-fastswitch" "lastinv" | |
bind "q" "+fastswitch" | |
// ==================== Mouse ==================== | |
sensitivity "1.1" | |
zoom_sensitivity_ratio_mouse "1.0" | |
m_rawinput "1" | |
m_pitch "0.022" | |
m_yaw "0.022" | |
m_customaccel "0" | |
// ==================== Sound ==================== | |
volume "0.3" | |
snd_mute_losefocus "1" | |
voice_enable "1" | |
voice_forcemicrecord "1" | |
voice_scale "0.3" | |
snd_menumusic_volume "0.0" | |
snd_tensecondwarning_volume "0.1" | |
windows_speaker_config "1" | |
voice_mixer_volume "0.80" | |
// ==================== Crosshair ==================== | |
cl_crosshair_drawoutline "1.000000" | |
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 "0.100000" | |
cl_crosshair_sniper_show_normal_inaccuracy "0" | |
cl_crosshair_sniper_width "1" | |
cl_crosshair_t "0.000000" | |
cl_crosshairalpha "255.000000" | |
cl_crosshaircolor "5.000000" | |
cl_crosshaircolor_b "255.000000" | |
cl_crosshaircolor_g "255.000000" | |
cl_crosshaircolor_r "0.000000" | |
cl_crosshairdot "0.000000" | |
cl_crosshairgap "-1.500000" | |
cl_crosshairgap_useweaponvalue "0" | |
cl_crosshairscale "0" | |
cl_crosshairsize "2.0" | |
cl_crosshairstyle "4.000000" | |
cl_crosshairthickness "0.6" | |
cl_crosshairusealpha "1" | |
cl_fixedcrosshairgap "3" | |
// ==================== Hud Settings ==================== | |
cl_hud_background_alpha "1" | |
// 0 = default, 1 = white, 2 = light blue, 3 = blue, 4 = purple, 5 = red, 6 = orange, 7 = yellow, 8 = green, 9 = aqua, 10 = pink | |
cl_hud_color "8" | |
// ==================== ViewModel ==================== | |
cl_viewmodel_shift_left_amt "0.500000" | |
cl_viewmodel_shift_right_amt "0.250000" | |
viewmodel_fov "66.000000" | |
viewmodel_offset_x "2.5" | |
viewmodel_offset_y "1.500000" | |
viewmodel_offset_z "-2.0" | |
viewmodel_presetpos "3" | |
cl_bob_lower_amt "5.000000" | |
cl_bobamt_lat "0.100000" | |
cl_bobamt_vert "0.100000" | |
cl_bobcycle "0.98" | |
// ==================== Removes bobbing animation ==================== | |
cl_bob_lower_amt "5" | |
cl_bobamt_lat "0.1" | |
cl_bobamt_vert "0.1" | |
cl_bobcycle "0.98" | |
viewmodel_recoil "0" | |
// ==================== Net Settings ==================== | |
rate "786432" | |
cl_updaterate "128" | |
cl_cmdrate "128" | |
fps_max "999" | |
fps_max_menu "144" | |
cl_interp "0" | |
cl_interp_ratio "1" | |
cl_predict "1" | |
cl_predictweapons "1" | |
cl_lagcompensation "1" | |
// ==================== +exec autoexec FIX ==================== | |
host_writeconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BananaGaming Text Color Mod: https://bananagaming.tv/textcolormod.php