Skip to content

Instantly share code, notes, and snippets.

@nath1as
Last active May 8, 2022 19:54
Show Gist options
  • Save nath1as/03346c3400121068a26610c08119f0b0 to your computer and use it in GitHub Desktop.
Save nath1as/03346c3400121068a26610c08119f0b0 to your computer and use it in GitHub Desktop.
// nathias autoexec
// C:\Program Files (x86)\Steam\userdata\69959974\730\local\cfg
echo ">>>>>>>>>>"
echo "L0ad1ng nathias autoexec: ""
echo ">>>>>>>>>>"
// Crosshair
cl_crosshairalpha "255"
cl_crosshaircolor "5"
cl_crosshaircolor_b "188"
cl_crosshaircolor_r "124"
cl_crosshaircolor_g "28"
cl_crosshairdot "0"
cl_crosshairgap "-2"
cl_crosshairsize "6"
cl_crosshairstyle "4"
cl_crosshairusealpha "1"
cl_crosshairthickness "2.8"
cl_fixedcrosshairgap "-2"
cl_crosshair_outlinethickness "1"
cl_crosshair_drawoutline "0"
// HUD
hud_scaling "0.85"
cl_hud_playercount_pos "0"
cl_hud_playercount_showcount "1"
cl_hud_color "4"
cl_hud_background_alpha "1"
cl_hud_bomb_under_radar "0"
cl_hud_healthammo_style "1"
cl_showloadout "1"
cl_autohelp "0"
cl_autowepswitch "0"
con_enable "1"
// Model
viewmodel_offset_x "2.500000";
viewmodel_offset_y "1.7";
viewmodel_offset_z "-1.500000";
viewmodel_recoil "0";
cl_bobcycle "0.98" // 0.98 is enforced by ESEA/ESL
viewmodel_presetpos "3"
viewmodel_fov "54"
viewmodel_offset_x "3"
viewmodel_offset_y "-2"
viewmodel_offset_z "-1.5"
cl_viewmodel_shift_left_amt "0.5"
cl_viewmodel_shift_right_amt "0.5"
cl_bob_lower_amt "5"
cl_bobamt_lat "0.1"
cl_bobamt_vert "0.1"
// Radar
cl_radar_always_centered "0"
cl_radar_rotate "1"
cl_radar_scale "1.3"
cl_radar_icon_scale_min "0.8"
cl_radar_square_with_scoreboard "1"
cl_radar_scale 0.3
// ScoreNet
bind "TAB" "+ScoreNet"
alias "+ScoreNet" "+showscores; net_graph 1"
alias "-ScoreNet" "-showscores; net_graph 0"
net_graphpos "105"
net_graphheight "230"
// Mouse
sensitivity "1.5"
zoom_sensitivity_ratio_mouse "1.0"
m_rawinput "1"
m_mousespeed "0"
m_pitch "0.022"
m_customaccel "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
cl_cmdrate "128"
cl_updaterate "128"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
// Network
rate 128000
cl_updaterate 128
cl_cmdrate 128
cl_interp_ratio 1
cl_interp 0
// Netgraph
net_graph "1"
net_graphheight "9999"
alias "+scorenet" "+showscores; net_graphheight 0"
alias "-scorenet" "-showscores; net_graphheight 9999"
bind "TAB" "+scorenet"
// Other
mm_dedicated_search_maxping "50"
cl_disablefreezecam "1"
cl_teammate_colors_show "1"
hud_showtargetid "1"
cl_timeout "150000"
con_enable "1"
cl_downloadfilter "all"
cl_teammate_colors_show "1"
cl_color "1"
fps_max_menu "40"
fps_max "999"
dsp_slow_cpu "0"
dsp_enhance_stereo "1"
sv_cheats "1" // Enable cheat commands on private servers
con_enable "1" // Enables console without requiring -console in launch options
fps_max "999" // 999 is better than 0 for some loading times, sometimes
cl_righthand "1" // Right-handed viewmodel (0 for left)
cl_disablefreezecam "1" // Disables freezecam
cl_autowepswitch "0" // Disables auto switching to weapons you pick up
cl_use_opens_buy_menu "0" // Disables E opening buy menu
cl_timeout "30" // Time allowed disconnected before timeout (max 30)
cl_disablehtmlmotd "1" // Disables advertisements/videos/stuff on community servers
cl_join_advertise "2" // Allows friends to click your name and join your server
cl_showloadout "1" // Always show your items on screen (bottom right)
hud_showtargetid "1" // Shows enemy name when you aim at them
r_drawtracers_firstperson "0" // Removes tracers coming from your own weapon (careful, it helps with spray)
cl_show_clan_in_death_notice "1" // Shows team tag in death messages
snd_mute_losefocus "0" // Enables game volume to play when alt-tabbed
net_client_steamdatagram_enable_override "1" // Force Steam datagram relay on (recommended)
snd_hwcompat "0" // 0 = Turns on HRTF and Sound Occlusion. Change to 1 to turn HRTF off.
mm_dedicated_search_maxping "100" // Max ping for MM servers you join (set low)
mm_csgo_community_search_players_min "7"// Minimum amount of actual players on servers Valve connects you to (no more joining servers full of bots!)
cl_hud_healthammo_style "0" // Enables healthbar next to your health and ammo
cl_hud_playercount_pos "0" // Sets the players-alive count to top (For bottom use 1)
cl_hud_playercount_showcount "0" // Shows the avatar and healthbars of players alive (For nu
// Rebinds
bind "3" "slot1" //primary
bind "2" "slot2" //secondary
bind "1" "slot3" //melee
bind "4" "slot5" //bomb
bind "SHIFT" "+speed"
bind "CTRL" "+duck"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "r" "+reload"
bind "b" "buymenu"
bind "g" "drop"
bind "k" "+voicerecord"
bind "Enter" "messagemode"
bind "Backspace" "messagemode2"
bind "m" "teammenu"
bind "`" "toggleconsole"
bind "ESCAPE" "cancelselect"
bind "e" "+use"
// Buy & Graffiti
alias +buyorspray "buymenu; +spray_menu"
alias -buyorspray -spray_menu
bind "b" +buyorspray
// Switch
alias +knife "cl_righthand 0; slot3";
alias -knife "cl_righthand 1; lastinv";
bind "q" +knife;
// Handgrenade
alias +he "cl_righthand 0; slot6;";
alias -he "cl_righthand 1; lastinv;"
bind "z" +he;
// Fire
alias +fire "cl_righthand 0; slot10;";
alias -fire "cl_righthand 1; lastinv;"
bind "x" +fire;
// Smoke
alias +smoke "cl_righthand 0; slot8;";
alias -smoke "cl_righthand 1; lastinv;"
bind "c" +smoke;
// Flash
alias +flash "cl_righthand 0; slot7; spec_show_xray 1;";
alias -flash "cl_righthand 1; lastinv;"
bind "v" +flash;
// Decoy
alias +dekoy "cl_righthand 0; slot9;";
alias -dekoy "cl_righthand 1; lastinv;"
bind "t" +dekoy;
// Duckjump
alias +cjump "+jump; +duck"
alias -cjump "-jump; -duck"
bind "SPACE" +cjump;
// Bhop
alias +mjump "+jump; +jump; +jump"
alias -mjump "-jump;-jump;-jump"
bind "mwheelup" "+mjump"
// Clutch bind
alias "clutch" "clutchon"
alias "clutchon" "voice_enable 0; gameinstructor_enable 1; cl_clearhinthistory; r_cleardecals; playvol buttons\blip2 0.5; alias clutch clutchoff; say_team ::v0ice disabl3ed::"
alias "clutchoff" "voice_enable 1; gameinstructor_enable 0; playvol buttons\blip1 0.5; alias clutch clutchon; say_team ::v0ice enabl3d::"
bind "n" clutch;
// Dance
alias "+dance" "+reload; -lookatweapon"
alias "-dance" "-reload; +lookatweapon"
bind "f" +dance;
// Buy
bind "F1" "buy vest; snd_playsounds Player.DamageKevlar"
bind "F2" "buy vesthelm; snd_playsounds Player.DamageHelmetOtherFar"
bind "F3 "buy defuser; snd_playsounds sas.whereisthebomb01"
bind "F4" "buy vesthelm; buy smokegrenade; buy flashbang; buy hegrenade; buy molotov; buy incgrenade; buy ak47; buy m4a1; buy defuser; snd_playsounds player\vo\sas\onarollbrag13.wav"
bind "F5" "buy ak47; buy m4a1; snd_playsounds anarchist.InCombat02"
bind "F6" "buy galil; buy famas; snd_playsounds anarchist.Agree03"
bind "F7" "buy p250; snd_playsounds anarchist.Agree08 "
bind "F8" "buy decoy; snd_playsounds fbihrt.ct_decoy01"
bind "F9" "buy hegrenade; snd_playsounds anarchist.t_grenade01"
bind "F10" "buy smokegrenade; snd_playsounds anarchist.t_smoke01"
bind "F11" "buy flashbang; snd_playsounds anarchist.t_flashbang01"
bind "F12" "buy molotov;buy incgrenade; snd_playsounds anarchist.t_molotov01"
echo ">>>>>>>>>>"
echo "nathias autoexec L0ad3d""
echo ">>>>>>>>>>"
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment