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

Создавайте buy binds, jump throw и utility-бинды для CS2. Выберите клавиши, назначьте оружие и скопируйте команды прямо в свой конфиг.

Buy Bind Generator

Click any key — including letters and mouse buttons — then pick one or more items for it. Multiple items on one key buy in a single press. Yellow-dotted keys are used by default game actions; bind them only if you've moved those actions elsewhere.

Presets:
NUM 7nothing bound
Rifles
SMGs
Pistols
Heavy
Grenades
Equipment

Generated Commands

// Click a key, then pick items to build your binds

Grenade Slot Binds

Equip a specific grenade instantly instead of cycling with the 4 key. These use CS2's slot commands: slot6 (HE), slot7 (flash), slot8 (smoke), slot9 (decoy), slot10 (molotov/incendiary).

// Pick keys to equip each grenade instantly

Jump Throw Bind

A jump throw bind jumps and releases the grenade on the same frame. Heads up:Valve blocks multi-action binds in Premier and Competitive — use these for practice and community servers, and CS2's built-in jump-throw assist in ranked.

alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind "F8" "+jumpthrow"

How to use: Hold your grenade, hold left click to pull the pin, then press your bound key. The bind will jump and release the grenade at the optimal time for a consistent throw arc.

Utility Binds

Essential quality-of-life binds that every CS2 player should have in their config.

Voice Toggle

Toggle teammate voice chat on/off with one key press.

bind "F9" "toggle voice_enable 0 1"

Volume Toggle

Quickly toggle game volume between normal and muted.

bind "F11" "toggle volume 0.5 0"

Crosshair Size Toggle

Switch between two crosshair sizes for different situations.

bind "F12" "toggle cl_crosshairsize 2 4"

FPS Counter Toggle

Show/hide the cl_showfps frame rate counter on screen.

bind "INS" "toggle cl_showfps 0 1"

Часто задаваемые вопросы

Как настроить buy binds в CS2?
Вы можете добавить команды buy bind в файл autoexec.cfg или ввести их в консоли. Формат такой: bind "KEY" "buy weapon_ak47". Воспользуйтесь генератором выше, чтобы создать бинды под нужные клавиши и оружие, а затем вставьте их в свой конфиг.
Работает ли бинд jump throw в CS2?
Да, бинды jump throw работают в CS2. Самый надёжный способ — метод с алиасом (alias +jumpthrow). В CS2 также есть встроенная механика jump throw, но бинд даёт больше стабильности и контроля над таймингом.
Куда вставлять команды бинда в CS2?
Вставьте команды bind в файл autoexec.cfg, который находится в папке конфига CS2 (Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/). Также их можно ввести прямо в игровой консоли.
Можно ли привязать несколько команд к одной клавише?
Да, команды объединяются через точку с запятой. Например: bind "F1" "buy weapon_ak47; buy item_assaultsuit; buy weapon_hegrenade". При нажатии клавиши игра попытается купить все эти предметы.
Какие клавиши лучше всего подходят для buy binds?
Большинство игроков используют цифровую клавиатуру (от KP_0 до KP_SLASH), так как эти клавиши не задействованы во время игры. Также популярны клавиши F1–F8. Не назначайте бинды на клавиши, которые вы используете для передвижения и частых действий.

Смотреть на английском →