Counter-Strike 2

Counter-Strike 2

285 évaluations
★ Binds | CS:GO Guide
De danE
Almost everyone uses binds when playing CS:GO but there are people who do not use them to the maximum.

In this guide you will find cool binds and aliases to take your game to a new level.
2
2
   
Récompenser
Ajouter aux favoris
Favoris
Retirer des favoris
Bind. Introduction
Console commands are an integral part of CS:GO. With their help you can customize different aspects of the game and increase the comfort of the shooter. Bind is a type of console command that allows you to pin a certain action to a key. Not all players use them. This is most likely due to excessive confusion and imaginary complexity.

However, in fact everything is much simpler. Moreover, binds are so useful that at least every fan of the Valve shooter must know some of them.
So, using only one key, you can simplify the purchase of weapons, instantly disable voice chat, and so on.

WWW a écrit :
In fact, our favorite game at the time of installation already has a set of binds that is the standard functionality of all the keys that we use during the game. The most famous binds that exist in many games is the keyboard shortcut
W, A, S, D, that is, the movement control keys in the game, regardless of its genre.
How to install and remove binds?
The easiest way is to enter the necessary commands in the developer console. It is called, as a rule, by the "~" key. I wouln't consider other more complex ways.

As an example of a bind, running forward is binded on the "W" button. That is, if you enter
bind w "+forward" — then pressing the "W" button, we will have a running forward character in the game.

Thus, the "formula" of the bind has the following form:
bind [Key] "[Action 1]; [Action 2]; [Action 3]; ..."

If you forgot which command is on which button then you can enter the following command: bind "the button you want to check". After that a command pinned to this button will appear. As you can see in the screenshot, I checked the purpose of several keys:
  • LMB (mouse1) — shooting;
  • Ctrl — sit down;
  • R — reload.


Any programmed key can be disabled using the following command:
unbind x, where "x" is the button you need to unlink from the bind.
Be careful! If you reassigned the action that is in the settings and then removed the bind, do not forget to re-assign the button for this action.
Binds types:
1. Bind
A console command with which you can perform a certain action or several actions by clicking on the button that you have "binded".
Example:
bind Ctrl "+duck"
This bind instructs the "Ctrl" key to perform an action — to sit down.

2. Bindtoggle
A command working on the on | off principle. It works with commands that have a value of only 0 and 1.
Example:
bindtoggle f1 "net_graph"
In this case, when the "F1" key is being pressed, net_graph will be turned on and off.

3. Toggle
A variable entered before the console command to assign the key to switch the listed values one by one.
Example:
bind mouse3 "toggle cl_crosshaircolor 0 1 2 3 4 5"
When you click the mouse wheel the color of the sight will be changed.

4. IncrementVar
A variable entered before a console command to assign a key to switch values sequentially with a certain step from a specified minimum to a specified maximum.
Example:
bind g "incrementvar sensitivity 1.0 5.0 0.2"
Each time when the "G" key is being pressed, the mouse sensitivity will increase in 0.2 increments starting from the current value in the config and increasing by 0.2 each time when "G" button is pressed within the values from 1.0 to 5.0. After the value 5.0 is reached, the value will be reset to 1.0.
Key names
Before entering the variables for the buttons we need to find out the names of the keys.

The most popular keys that are used for complex combinations are the numpad keys and mouse buttons. Let's analyze the names of the buttons:

NumPad:
Button 0 — kp_ins
Button , — kp_del
Enter Button — kp_enter
Button 1 — kp_end
Button 2 — kp_downarrow
Button 3 — kp_pgdn
Button 4 — kp_leftarrow
Button 5 — kp_5
Button 6 — kp_rightarrow
Button 7 — kp_home
Button 8 — kp_uparrow
Button 9 — kp_pgup
Button + — kp_plus
Button / — kp_slash
Button * — kp_multiply
Button - — kp_minus

Mouse Buttons:
LMB — mouse1
RMB — mouse2
Mouse Wheel — mouse3
Side Button #1 — mouse4
Side Button #2 — mouse5
Scroll Wheel Up — mwheelup
Scroll Wheel Down — mwheeldown

Keyboard:
Button ↑ — uparrow
Button ↓ — downarrow
Button ← — leftarrow
Button → — rightarrow

Num lock Button — numlock
Insert Button — ins
Delete Button — del
Home Button — home
End Button — end
Page Up Button — pgup
Page Down Button — pgdn

TAB Button — tab
CAPSLOCK Button — capslock
CTRL Button — ctrl
Right CTRL Button — rctrl
SHIFT Button — shift
Right SHIFT Button — rshift
ALT Button — alt
Right ALT Button — ralt
Spacebar Button — space
Backspace Button — backspace
ENTER Button — enter
List of weapons and equipment for binds
Pistols:
Submachine guns:
Shotguns:
Glock-18 (T) — glock
USP-S (CT) — usp_silencer
P2000 (CT) — hkp2000
P250 — p250
Five-Seven (CT) — fiveseven
TEC-9 (T) — tec9
CZ75-Auto — cz75a
Dual Berettas — elite
Desert Eagle — deagle
Revolver R8 — revolver
MAC-10 (T) — mac10
MP9 (CT) — mp9
UMP-45 — ump45
PP-19 BIZON — bizon
MP7 — mp7
MP5-SD — mp5sd
P90 — p90
XM1014 — xm1014
MAG-7 (CT) — mag7
Sawed-Off (T) — sawedoff
Nova — nova

Assault rifles:
Sniper rifles:
Machine guns:
Galil AR (T) — galilar
Famas (CT) — famas
SG553 (T) — sg556
AUG (CT) — aug
M4A4 (CT) — m4a1
M4A1-S (CT) — m4a1_silencer
AK47 (T) — ak47
SSG 08 — ssg08
G3SG1 (T) — g3sg1
SCAR-20 (CT) — scar20
AWP — awp
M249 — m249
Negev — negev

Grenades:
Equipment:
Flash — flashbang
Smoke grenade — smokegrenade
Fragmentation grenade — hegrenade
Molotov Cocktail (T) — molotov
Incendiary Grenade (CT) — incgrenade
Decoy — decoy
Tactical reconnaissance grenade — tagrenade
Vest — vest
Vest and helmet — vesthelm
Defuse Kit (CT) — defuser
Zeus x27 — taser
C4 — weapon_c4
Medical Syringe — healthshot

Example of my purchase binds:
bind f1 "buy vest; buy vesthelm; buy ak47; buy m4a1_silencer; buy m4a1" bind f2 "buy vest; buy vesthelm; buy awp" bind 6 "buy hegrenade" bind - "buy defuser" bind kp_end "buy galilar; buy famas" etc.
P.S.: who is interested, the full list of my purchase binds is here[drive.google.com].
P.P.S: binds online generator for buying here[csgobuynds.com]
Useful binds ⇩
➢ Get rid of the bomb:
Usually dropping a bomb takes time but thanks to this bind you will get rid of it for pressing one button.
In the example the bind is on the "n" key.
bind n "use weapon_knife; use weapon_c4; drop; slot1"
// If necessary, you can replace the "n" with another button
➢ Removing game traces:
To remove blood and bullet marks from the map when walking use these commands.
It can be useful for weak PCs.
bind w "+forward; r_cleardecals";
bind s "+back; r_cleardecals";
bind a "+moveleft; r_cleardecals";
bind d "+moveright; r_cleardecals";
bind shift "+speed;r_cleardecals"
// If necessary replace with another button(s)
➢ Changing side of hands:
In some game situations your weapon can distract and block the view. When you press the button of this bind you will change weapons from one hand to another.
In the example the bind is set to click the mouse wheel.
bind mouse3 "toggle cl_righthand"
// If necessary, replace "mouse3" with another button
➢ Jumping on the wheel:
It will bind the jump to the wheel when it is scrolled up or down which will greatly simplify BHOP. In addition, the jump will be pinned to the space at the same time.
bind mwheelup +jump;
bind mwheeldown +jump;
bind space +jump
// Mouse wheel bind + space bar
➢ Enabling | Disabling voice chat:
In important moments during the game teammates can flood that will distract you. Therefore, disable voice chat with one button.
Don't forget to turn it back by pressing the same button.
In the example this is the "q" button.
bind q "toggle voice_enable"
// If necessary, replace "q" with another button
➢ Lowering the voice chat volume (not disabling):
bind k "toggle voice_scale 0.1 1"
// If necessary, change "k" to another button
➢ Changing grenades:
These binds will allow you to select a specific grenade on your keyboard. You will never need to scroll your grenades through the mouse wheel which will help you win the milliseconds that can decide the outcome of the round.
bind z "use weapon_flashbang";
bind x "use weapon_smokegrenade";
bind c "use weapon_hegrenade";
bind v "use weapon_molotov; use weapon_incgrenade"
// If necessary, these buttons can be replaced
➢ Changing the sight size when choosing grenades:
This bind is very useful for using incendiary, smoke grenades and flashbangs. When choosing a grenade it will make your sight full screen, which will significantly increase the accuracy of the throw.
bind 1 "slot1 ; cl_crosshairsize 2";
bind 2 "slot2 ; cl_crosshairsize 2";
bind 3 "slot3 ; cl_crosshairsize 2";
bind 4 "slot4 ; cl_crosshairsize 1000"
➢ Dynamic sight when choosing a pistol:
In this case, the bind will allow us to change the style of the sight to dynamic during the shot when choosing a pistol. That is, when we press the "2" key — when fired with a pistol, the sight will expand and return to its original position.
Someone may need it:
bind 1 "slot1; cl_crosshairstyle 4";
bind 2 "slot2; cl_crosshairstyle 5";
bind 3 "slot3; cl_crosshairstyle 4"
// Depending on your in-game resolution, when you change the style of the sight by 5, the sight characteristic "gap" may increase, that is, the distance between the risks of the sight.
Therefore, in order for the sight to look the same, you need to edit the "gap" parameter:

bind 1 "slot1; cl_crosshairstyle 4;' cl_crosshairgap -2";
bind 2 "slot2; cl_crosshairstyle 5; cl_crosshairgap -1";
bind 3 "slot3; cl_crosshairstyle 4; cl_crosshairgap -2"
➢ Buying and drop of weapons:
If you need to drop a weapon for teammates, for example, a pistol during an "eco" round, use this bind:
bind pgup "buy p250; drop"
// If necessary, replace the "pgup" with another button and the P250 with another weapon
Attention! This bind will work correctly only when you do not have the main weapon. For example, at the beginning of the round, when you haven't bought anything yet.

➢ Messages to the chat and team chat:
If you want all players to see the message but not just your team members then enter the following command in the console:
bind x "say GG"
// If necessary, replace "x" with another key and instead of "GG" enter your phrase


To send messages to the team chat, use this command:
bind z "say_team Hello team"
// If necessary, replace "z" with another key and instead of "Hello team" enter your phrase
➢ Disconnecting from the server:
bind m "disconnect"
// If necessary, replace "m" with another button
Alias. Basic
Aliases are user commands, the meaning of which is to perform some sequence of actions from standard commands. For example, you can set a single key to be pressed so that the player takes aim, then makes a shot and the sight returns back.

Simply put, an alias is essentially the same as a bind but an alias is not a single action but a combination of several binds, that is, an alias is the use of several binds with one button.

An important moment! Aliases are not saved in the standard config file.
Therefore, you need to create a text file (e.g. notepad) in the format "name.cfg" (e.g. Alias.cfg), write down the aliases you need (without binds of these aliases to keys) and move this file to the folder "cfg" which usually has the path — C:\Program Files(x86)\Steam\userdata\"Your Steam ID"\730\local\cfg.

For example, I recorded 2 aliases (the first one is Jump-Throw and the second is enabling the mode for training grenade throwing):



Further, in order to use the recorded aliases in the game, you need to write the following command
in the CS:GO launch parameters (Steam → Library → PCM for the game → Properties):



Now, when you start the game, the config file with aliases will be automatically downloaded.
The only thing remains is to bind aliases to the buttons we need, in my case they're:
bind rshift "+jumpthrow"
bind kp_plus "training"
Useful aliases ⇩
➢ Jump-throw:
This alias allows you to jump and throw a grenade at the same time. Needed for some graenade throwing. In order to do this, hold down the left mouse button when selecting a grenade and then press the binded key.
In the example the alias is set to the "ALT" key.
alias "+jumpthrow" "+jump;-attack";
alias "-jumpthrow" "-jump";
bind alt "+jumpthrow"
// If necessary, replace "ALT" with any other button.
➢ Fake Flash:
A very useful alias that allows you to use a pistol as a fake flashbang. This command allows you to drop your pistol by pressing one key.
In the example it is set to the "v" button.
alias +droppi "slot2";
alias -droppis "drop; lastinv";
bind v "+droppis"
// If necessary, replace the "v" with any other key.
Attention! If at the moment of pressing the key of this alias you do not have any pistol, but, for example, only an assault rifle and a knife, this alias will drop an assault rifle.

➢ Increase the volume of steps:
This alias will allow you to increase the volume in the game when you use "SHIFT" without going into the settings. Useful in clutches.
alias +incvol "incrementvar volume 0 2 0.5;+speed";
alias -incvol "incrementvar volume 0 2 -0.5;-speed";
bind shift "+incvol"
// The sound will increase when you use "SHIFT". If necessary, you can replace the key.
➢ Net_Graph:
  • net_graph 1 | 0 = On | Off showing net_graph.
  • net_graphpos 1 | 2 | 3 = location on the "x" axis↔ (1 - on the right, 2 - in the center, 3 - on the left).
  • net_graphheight = location on the "y" axis↕.
  • net_graphproportionalfont 1 | 0 = The thickness of the text (letters, numbers).
Showing "net_graph" when clicking on "TAB":
net_graph 1;
net_graphpos 2;
net_graphheight 9999;
alias "+scorenet" "+showscores; net_graphheight 0";
alias "-scorenet" "-showscores; net_graphheight 9999";
bind tab "+scorenet"
// If necessary, you can replace "TAB" with another key.
➢ Changing grenades:
In this example, when the "C" key is being pressed for the first time, a smoke grenade is taken and Molotov is taken for the second. And so on in a circle.
alias grnd grnd1;
alias grnd1 "alias grnd grnd2;use weapon_smokegrenade";
alias grnd2 "alias grnd grnd1;use weapon_incgrenade;use weapon_molotov"
bind c "grnd"
// If necessary, you can replace the used grenades and the "C" key with another one.
P.S.
Author: danE
Ask questions in the comments if something is unclear. Recommendations and suggestions are also welcome.
https://steamcommunity.com/sharedfiles/filedetails/?id=2891552735


56 commentaires
japkojapkoCASE.GIFT 21 févr. à 15h49 
RUS: Выберите что то одно из этого списка и напишите в моём профиле, отвечу тем же!
ENG: Choose the one that's on the list and write in my profile, I will answer the same!

💜+Rep Clutch King 👑
💜+Rep BZ 300 iq 🧠
💜+Rep King ak 47 god👻
💜+Rep BZ SECOND S1MPLE😎
💜+Rep Browz relax teammate🤤
💜+Rep Killing Machine 😈
💜+Rep O AWP GOD 💢
💜+Rep kind person💯
💜+Rep ONE TAP MACHINE 💢
💜+Rep nice profile 💜
💜+Rep add me pls😇
💜+Rep very nice and non-toxic player😈
💜+Rep AYYYY LMAO
💜+Rep nice flicks👽
💜+Rep king deagle💥
💜+Rep best👹
💜+Rep killer👺
✧nkjm 30 aout 2023 à 9h31 
:steamthumbsup::steamthumbsup::steamthumbsup:
RUS: Выберите что то одно из этого списка и напишите в моём профиле, отвечу тем же!
ENG : Choose the one that's on the list and write in my profile, I will answer the same!
+rep good inventory!
+rep Best SUPorter
+rep Best entry fragger
+rep AWP GOD
+rep AWP KING
+rep Deagle God
+rep Clutch King
+rep best of the best
+rep BOSS
+rep Great Aim
+rep Nice Player
+rep Best Gamer CS:GO
+rep Trusted CS:GO Player
+rep a Leader
+rep Good Teammate
+rep ONE TAP MACHINE
+rep 1Tap Only
+rep Great Player
+rep Amazing Tactics
𝓜𝓮𝓲 𝓜𝓮𝓲 29 aout 2023 à 10h53 
RUS: Выберите что то одно из этого списка и напишите в моём профиле, отвечу тем же!
ENG : Choose the one that's on the list and write in my profile, I will answer the same!
+rep good inventory!
+rep Best SUPorter
+rep Best entry fragger
+rep AWP GOD
+rep AWP KING
+rep Deagle God
+rep Clutch King
+rep best of the best
+rep BOSS
+rep Great Aim
+rep Nice Player
+rep Best Gamer CS:GO
+rep Trusted CS:GO Player
+rep a Leader
+rep Good Teammate
+rep ONE TAP MACHINE
+rep 1Tap Only
+rep Great Player
+rep Amazing Tactics
SK 27 aout 2023 à 8h29 
ENG : Choose the one that's on the list and write in my profile, I will answer the same!
RUS: Выберите что то одно из этого списка и напишите в моём профиле, отвечу тем же!
+rep Best❤️
+rep Best entry fragger☘️
+rep AWP GOD 😈
+rep AWP KING 🤴
+rep Deagle God 😌
+rep Clutch King 😏
+rep best of the best
+rep BOSS 😎
+rep Great Aim 😉
+rep Nice Player 😜
+rep Best CS:GO Player ever!!!
+rep Trusted CS:GO Player 🙃
+rep Good Leader 👑
+rep Good Teammate 👱
+rep ONE TAP MACHINE 💢
+rep Great Player 💛
+rep Amazing Tactics 👌
+rep Nice to Meet You! 💢
✧glame 25 aout 2023 à 1h27 
:abz1::abz2:
:abz3::abz4:
ENG : Choose the one that's on the list and write in my profile, I will answer the same!
RUS: Выберите что то одно из этого списка и напишите в моём профиле, отвечу тем же!
+rep Best❤️
+rep Best entry fragger☘️
+rep AWP GOD 😈
+rep AWP KING 🤴
+rep Deagle God 😌
+rep Clutch King 😏
+rep best of the best
+rep BOSS 😎
+rep Great Aim 😉
+rep Nice Player 😜
+rep Best CS:GO Player ever!!!
+rep Trusted CS:GO Player 🙃
+rep Good Leader 👑
+rep Good Teammate 👱
+rep ONE TAP MACHINE 💢
+rep Great Player 💛
+rep Amazing Tactics 👌
+rep Nice to Meet You! 💢
:abz1::abz2:
:abz3::abz4:
sad. 24 aout 2023 à 5h52 
ENG : Choose the one that's on the list and write in my profile, I will answer the same!
RUS: Выберите что то одно из этого списка и напишите в моём профиле, отвечу тем же!
+rep Best❤️
+rep Best entry fragger☘️
+rep AWP GOD 😈
+rep AWP KING 🤴
+rep Deagle God 😌
+rep Clutch King 😏
+rep best of the best
+rep BOSS 😎
+rep Great Aim 😉
+rep Nice Player 😜
+rep Best CS:GO Player ever!!!
+rep Trusted CS:GO Player 🙃
+rep Good Leader 👑
+rep Good Teammate 👱
+rep ONE TAP MACHINE 💢
+rep Great Player 💛
+rep Amazing Tactics 👌
+rep Nice to Meet You! 💢
qw1lezz 20 aout 2023 à 9h10 
ty
Personal Cheesus 3 aout 2023 à 10h05 
Blacky 21 juil. 2023 à 21h50 
RUS: Выберите что то одно из этого списка и напишите в моём профиле, отвечу тем же!
ENG: Choose the one that's on the list and write in my profile, I will answer the same!
+rep clutch Ministr
+rep Clutch King 👑
+rep 300 iq 🧠
+rep ak 47 god
+rep SECOND S1MPLE
+rep relax teammate
+rep Killing Machine 😈
+rep AWP GOD 💢
+rep kind person
+rep Great Aim 💢
+rep POHERPROAWAPER
+rep LEGIT 💥
+rep TeamLead 💥
+rep AWP GOD POHER 💢
+rep good trade
+rep Deagle God 💢
+rep Clutch King 💢
best of the best
+rep 🅻 🅴 🅶 🅸 🆃 profile
+rep n1 trader
+rep GG 🎮
+rep Leader 👑
+rep ONE TAP MACHINE 💢
+rep 1Tap Only 💦
I LOVE YOU POHER ❤
+rep best skinseller from all that i know