Generator bindów CS2
Twórz buy bindy, bindy jump throw i bindy na utility do CS2. Wybierz klawisze, przypisz bronie i skopiuj komendy prosto do swojego configu.
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.
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"
Najczęściej zadawane pytania
- Jak ustawić buy bindy w CS2?
- Komendy buy bindów możesz dodać do pliku autoexec.cfg albo wpisać je w konsoli. Format wygląda tak: bind "KEY" "buy weapon_ak47". Użyj generatora powyżej, żeby stworzyć bindy pod swoje klawisze i bronie, a potem wklej je do configu.
- Czy bind na jump throw nadal działa w CS2?
- Tak, bindy jump throw działają w CS2. Metoda z aliasem (alias +jumpthrow) jest najbardziej niezawodna. CS2 ma też wbudowany mechanizm jump throw, ale bind daje większą powtarzalność i kontrolę nad timingiem.
- Gdzie wkleić komendy bindów w CS2?
- Komendy bind wklej do pliku autoexec.cfg w folderze configu CS2 (Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/). Możesz je też wpisać bezpośrednio w konsoli w grze.
- Czy można przypisać kilka komend do jednego klawisza?
- Tak, komendy łączysz średnikami. Na przykład: bind "F1" "buy weapon_ak47; buy item_assaultsuit; buy weapon_hegrenade". Po naciśnięciu klawisza gra spróbuje kupić wszystkie te przedmioty.
- Które klawisze są najlepsze na buy bindy?
- Większość graczy używa numpada (od KP_0 do KP_SLASH), bo te klawisze nie są potrzebne podczas gry. Popularne są też klawisze F1–F8. Unikaj przypisywania bindów do klawiszy używanych do ruchu i częstych akcji.