// Update this script, run this in cmd: // PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/customgame.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\customgame.cfg'" // Scan code: https://europe1.discourse-cdn.com/arduino/original/4X/1/1/4/114781aa9e26c56002ed8f611a9b3554dc2e0f52.png // Allow cheats sv_cheats "1" // Bunnyhop sv_autobunnyhopping "1" sv_enablebunnyhopping "1" // Kick bot and end the warmup bot_kick mp_warmup_end // Remove team size limitation mp_limitteams "0" // Minutes per round mp_roundtime "60" mp_roundtime_defuse "60" mp_roundtime_hostage "60" // Disable kick on friendly fire mp_autokick "0" // Skip buy phase mp_freezetime "0" // Can always buy mp_buy_anywhere "1" mp_buytime "9999" // Increase money mp_maxmoney "90000" mp_startmoney "90000" // Infinite ammo sv_infinite_ammo "1" // Bypass nades limitation ammo_grenade_limit_total "5" // Apply all the settings mp_restartgame "1" // Debug message echo "========================================================================================================================================================================" echo "================================================================== LOADED CUSTOM GAME CONFIGURATION ! ==================================================================" echo "========================================================================================================================================================================"