Генератор биндов

Генератор биндов CS2

Включите нужные бинды, выберите клавиши и скопируйте готовый binds.cfg с jumpthrow, который всё ещё работает на официальных серверах.

Home/CS2 Bind Generator

CS2 Bind Generator - Jump-Throw, Nades & Utility Binds

Two ways to bind: click an action then press a key, or click a key on the board and pick what it does. Pro presets fill it in for you, and a clean binds.cfg builds as you go. The jump-throw uses the alias method that still works on official servers.

Loadouts
Pro players

Throwables

Jump-throwAlt
SmokeC
FlashX
HEZ
MolotovV
DecoyAssign

Actions

Drop bomb5
Drop weaponAssign
InspectAssign
Switch handsAssign
Crouch-jumpAssign
Click any key to choose what it does.
Numpad buys
Arrow keys
Mouse
CLRCLRM3M4M5
Always-on binds
Clear decals
Scroll-wheel jump
Numpad buy binds
binds.cfg
// CS2 binds generated by Nohax.club
// https://nohax.club/cs2-bind-generator
// Paste into the console, or save as binds.cfg and run: exec binds

// Jump-throw (alias method, works on official servers)
alias "+jumpthrow" "+jump;-attack;-attack2"
alias "-jumpthrow" "-jump"
bind "alt" "+jumpthrow"

// Clear decals when you fire (clears bullet holes and blood)
bind "mouse1" "+attack;r_cleardecals"
bind "mouse2" "+attack2;r_cleardecals"

// Grenade quick-select
bind "c" "use weapon_smokegrenade"
bind "x" "use weapon_flashbang"
bind "z" "use weapon_hegrenade"
bind "v" "use weapon_molotov weapon_incgrenade"

// Drop the bomb with one key
bind "5" "use weapon_c4;drop"

Save to csgo/cfg/binds.cfg and run exec binds in the console, or paste the lines straight in.

Want video, mouse, and crosshair settings too? Build a full autoexec.cfg

CS2 binds that are actually worth setting up

A good bind list is quiet. You stop thinking about it and just play. The jump-throw lands the same lineup every round, the grenade keys skip the scroll, and clearing decals keeps a smoked angle readable. None of it is a cheat. These are console binds Valve ships with the game, and they work in Premier, competitive, and FACEIT.

The one that trips people up is the jump-throw. The old one-line version that mixed jump and attack no longer fires on official servers, so a lot of guides hand you a bind that quietly does nothing. This tool writes the alias version instead, which is the one that still works.

Common questions

Why does my old jump-throw bind not work anymore?+

The one-line bind that combined jump and attack stopped working on official Valve servers. CS2 now needs the alias version, which this tool writes for you. It works in Premier, competitive, and FACEIT.

Are bind scripts allowed in CS2?+

Yes. Jump-throw, clear-decals, grenade select, and buy binds are all standard console binds. Valve allows them in matchmaking and Premier, and FACEIT allows them too. Scroll-wheel jump is also allowed, though some players prefer the space bar for consistency.

Where do I put a binds.cfg file?+

Save the file as binds.cfg inside the game's csgo/cfg/ folder. Open the console in game and type exec binds to load it. To run it every launch, add it to the end of your autoexec.cfg.

Do the pro presets use real binds?+

They reflect each player's publicly documented setup where it exists (s1mple runs jump-throw on Mouse 4 with a scroll-jump, for example) and the common pro nade layout otherwise. Treat them as a fast starting point and change any key to suit your hand.

What is the difference between this and the config generator?+

This page focuses on keybinds and action scripts. The config generator covers video, mouse, crosshair, audio, and network settings. Most players use both, then paste everything into one autoexec.cfg.