CS2 Bind Oluşturucu

CS2 için buy bindleri, jump throw bindleri ve utility bindleri oluştur. Tuşlarını seç, silahları belirle ve komutları doğrudan configine kopyala.

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"

Sıkça sorulan sorular

CS2'de buy bindleri nasıl ayarlanır?
Buy bind komutlarını autoexec.cfg dosyana ekleyebilir veya konsola girebilirsin. Format şöyledir: bind "KEY" "buy weapon_ak47". Tercih ettiğin tuşlar ve silahlar için bindler oluşturmak üzere yukarıdaki oluşturucuyu kullan, ardından bunları configine yapıştır.
Jump throw bindi CS2'de hâlâ çalışıyor mu?
Evet, jump throw bindleri CS2'de çalışır. Alias yöntemi (alias +jumpthrow) en güvenilir olanıdır. CS2'nin ayrıca yerleşik bir jump throw mekaniği de var, ama bir bind sana zamanlama üzerinde daha fazla tutarlılık ve kontrol sağlar.
CS2 bind komutları nereye yazılır?
bind komutlarını CS2 config klasöründeki (Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/) autoexec.cfg dosyana koy. Bunları oyun içi konsola da doğrudan yapıştırabilirsin.
Tek bir tuşa birden fazla komut atanabilir mi?
Evet, birden fazla komutu noktalı virgül kullanarak zincirleyebilirsin. Örneğin: bind "F1" "buy weapon_ak47; buy item_assaultsuit; buy weapon_hegrenade". Bu, tuşa bastığında tüm bu eşyaları satın almayı dener.
Buy bindler için en iyi tuşlar hangileri?
Çoğu oyuncu numpad tuşlarını (KP_0'dan KP_SLASH'a kadar) kullanır, çünkü bu tuşlar oyun sırasında kullanılmaz. F1–F8 tuşları da popülerdir. Hareket veya sık yapılan işlemler için kullandığın tuşlara bind atamaktan kaçın.

İngilizce görüntüle →