confOS/games/csgo/autoexec.cfg
2023-03-15 12:17:37 +01:00

38 lines
1.4 KiB
INI

// Update this script, run this in cmd:
// PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/autoexec.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg\autoexec.cfg'"
// Harry Potter
unbind "KP_MINUS"
bind "KP_MINUS" "disconnect"
// Change hand
unbind "a"
bind "a" "toggle cl_righthand"
// jumpthrow
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
unbind "x"
bind "x" "+jumpthrow"
// FPS in tab
net_graphpos "2"
net_graphheight "1"
net_graphproportionalfont "0"
alias "+scorenet" "+showscores; net_graph 1"
alias "-scorenet" "-showscores; net_graph 0"
unbind "TAB"
bind "TAB" "+scorenet"
// Noclip
bind "p" "sv_cheats 1; noclip"
// Reload script
unbind "SEMICOLON"
alias "rel_ae" "exec autoexec"
bind "SEMICOLON" "rel_ae"
// Debug message
echo "========================================================================================================================================================================"
echo "======================================================================== LOADED CONFIGURATION ! ========================================================================"
echo "========================================================================================================================================================================"