2023-03-15 11:39:11 +01:00
|
|
|
// Update this script, run this in cmd:
|
2023-09-28 11:56:51 +02:00
|
|
|
// 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\game\csgo\cfg\autoexec.cfg'"
|
2023-03-15 11:39:11 +01:00
|
|
|
|
2024-06-27 09:01:28 +02:00
|
|
|
// Scan code: https://www.reddit.com/r/GlobalOffensive/comments/1ato9z8/new_key_bind_scancodes_visualized/#lightbox
|
|
|
|
|
2023-03-26 16:24:01 +02:00
|
|
|
// Load custom config
|
2023-03-26 16:25:30 +02:00
|
|
|
exec myconfig
|
2023-03-25 23:05:30 +01:00
|
|
|
|
2023-03-15 10:37:02 +01:00
|
|
|
// Harry Potter
|
2024-02-18 13:42:47 +01:00
|
|
|
unbind "scancode77"
|
|
|
|
bind "scancode77" "disconnect"
|
2023-03-15 10:37:02 +01:00
|
|
|
|
2024-07-18 16:04:53 +02:00
|
|
|
// Change hand
|
2024-07-18 16:18:30 +02:00
|
|
|
unbind "scancode20"
|
|
|
|
bind "scancode20" "switchhands"
|
2023-03-15 11:39:11 +01:00
|
|
|
|
2023-11-14 14:47:42 +01:00
|
|
|
// FPS in tab // CS2: Not working in endscreen
|
|
|
|
// alias "+scorenet" "+showscores; cl_showfps 1"
|
|
|
|
// alias "-scorenet" "-showscores; cl_showfps 0"
|
2024-02-18 13:42:47 +01:00
|
|
|
// unbind "scancode43"
|
|
|
|
// bind "scancode43" "+scorenet"
|
2023-03-15 11:39:11 +01:00
|
|
|
|
2023-03-15 12:13:39 +01:00
|
|
|
// Noclip
|
2024-02-18 13:42:47 +01:00
|
|
|
unbind "scancode19"
|
|
|
|
bind "scancode19" "sv_cheats 1; noclip"
|
2023-03-15 12:13:39 +01:00
|
|
|
|
2023-03-15 12:40:20 +01:00
|
|
|
// Load custom game script
|
|
|
|
alias "cg" "exec customgame"
|
|
|
|
|
2023-03-15 12:13:39 +01:00
|
|
|
// Reload script
|
2024-02-18 13:42:47 +01:00
|
|
|
unbind "scancode54"
|
|
|
|
bind "scancode54" "exec autoexec"
|
2023-03-15 12:13:39 +01:00
|
|
|
|
2023-03-26 16:31:37 +02:00
|
|
|
// Save settings
|
|
|
|
host_writeconfig
|
|
|
|
|
2023-03-15 11:39:11 +01:00
|
|
|
// Debug message
|
|
|
|
echo "========================================================================================================================================================================"
|
|
|
|
echo "======================================================================== LOADED CONFIGURATION ! ========================================================================"
|
|
|
|
echo "========================================================================================================================================================================"
|