CS2 Bind 生成器
为 CS2 创建 buy bind、jump throw bind 和 utility bind。选择按键、挑选武器,然后将命令直接复制到你的 config 中。
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"
常见问题
- 如何在 CS2 中设置 buy bind?
- 你可以将 buy bind 命令添加到 autoexec.cfg 文件中,或在控制台中输入。格式为:bind "KEY" "buy weapon_ak47"。使用上方的生成器为你偏好的按键和武器创建 bind,然后将它们粘贴到你的 config 中。
- jump throw bind 在 CS2 中还能用吗?
- 可以,jump throw bind 在 CS2 中有效。alias 方法(alias +jumpthrow)最为可靠。CS2 也内置了 jump throw 机制,但 bind 能让你在时机把控上更加稳定和可控。
- CS2 的 bind 命令放在哪里?
- 将 bind 命令放入位于 CS2 config 文件夹(Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/)中的 autoexec.cfg 文件。你也可以直接粘贴到游戏内的控制台中。
- 可以给一个按键绑定多个命令吗?
- 可以,你能用分号串联多个命令。例如:bind "F1" "buy weapon_ak47; buy item_assaultsuit; buy weapon_hegrenade"。按下该键时会尝试购买所有这些物品。
- buy bind 用哪些按键最好?
- 大多数玩家使用小键盘(KP_0 到 KP_SLASH),因为这些键在游戏中用不到。F1–F8 键也很常用。避免将 bind 绑定到你用于移动或常用操作的按键上。