Config and binds generator
A working jump-throw bind, grenade binds and a full practice config, generated and ready to paste. No more copying broken scripts from old guides.
Binds
Viewmodel
Practice config
A separate practice.cfg: infinite ammo and nades, buy anywhere, no freeze time, bots kicked, grenade trajectories and impacts on.
autoexec.cfg
// --- CounterStrikeHub autoexec --- // Jump throw (hold attack, then press the key) alias "+jumpthrow" "+jump;-attack;-attack2" alias "-jumpthrow" "-jump" bind "alt" "+jumpthrow" host_writeconfig // save settings echo "autoexec loaded"
practice.cfg
// --- CounterStrikeHub practice config --- // In game: open the console (~) and type: exec practice sv_cheats 1 sv_infinite_ammo 1 ammo_grenade_limit_total 5 mp_buy_anywhere 1 mp_maxmoney 60000 mp_startmoney 60000 mp_buytime 9999 mp_freezetime 0 mp_roundtime 60 mp_roundtime_defuse 60 mp_warmup_end bot_kick sv_grenade_trajectory_always 1 sv_showimpacts 1 mp_restartgame 1 // Handy practice binds bind "p" "noclip" bind "o" "sv_rethrow_last_grenade" bind "l" "ent_fire smokegrenade_projectile kill" echo "practice config loaded"
How to install
- 1Pick the binds and practice options you want. The configs build live on the right.
- 2Copy the autoexec.cfg block into a file named autoexec.cfg.
- 3Save it in ...\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg (yes, the folder still says Global Offensive).
- 4Add +exec autoexec to your launch options so it runs every time you start CS2.
- 5For the practice config, save practice.cfg in the same folder and type exec practice in the console on a private match.
Need launch options too? Build them here, or grab a crosshair to drop into your config.
Questions
- Does a jump-throw bind work in CS2?
- Yes. The bind here jumps and releases your grenade together. Hold left click to pull the pin, then tap your bind key at the top of the jump. It is allowed on official servers.
- Will a practice config or sv_cheats get me banned?
- No. sv_cheats only works on private servers and your own practice matches, never on official matchmaking, and binds and configs are an allowed part of the game.
- Where does the autoexec file go?
- Into the cfg folder at ...\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg. Make sure the file ends in .cfg and not .cfg.txt.
- How do I make the autoexec run automatically?
- Add +exec autoexec to your CS2 launch options. You can build a clean set of launch options with our launch-options tool.