Counter-Strike

Counter-Strike

127 ratings
10 binds that will make you play better
By Король Саньков
I ll give 10 binds that will help you in the gameplay and improve your skill in cs 1.6.
3
   
Award
Favorite
Favorited
Unfavorite
Introduction
Each of you, playing CS, uses binds, but there are players who do not use them to the maximum. I will give you 10 binds that will make you play better or more comfortable. This guide will be useful not only if you are a beginner and don't know what bind is, but also for other players who want to learn something new or want to share their ideas.

Bind is the assignment of a specific key to execute a command or a series of commands.

To assign a bind, write in the console:
  • bind "Key" "Command"

To remove a bind, write in the console:
  • unbind "Key"


Just copy the bind to the console and change the "Key" value to any key convenient for you.
Grenades switching
I use one of bind for each grenade, thus avoiding mistakes when switching between them.
  • bind "Key" "weapon_hegrenade" - grenade selection
  • bind "Key" "weapon_flashbang" - flashbang selection
  • bind "Key" "weapon_smokegrenade" - smoke grenade selection
Jump and DoubleDuck
One of the most useful binds in cs 1.6 is jumping and squatting on the mouse wheel.
  • bind "MWHEELUP" "+jump" - jump on the scroll wheel up
  • bind "MWHEELDOWN" "+duck" - squat on the scroll wheel down
You can also do Double Duck using this bind.The idea is to do quick double squats when your model moves. (You will move almost silently and prevent the enemy from hitting you)
Binds for the chat
These binds will be useful for you if you often play on community servers.
  • bind "Key" "say /rs" - resets your score
  • bind "Key" "say /me" - shows the damage you've done
  • bind "Key" "say /rank" - shows your rank
  • bind "Key" "say /top15" - shows top 15
  • bind "Key" "say /anew" - opens the bonus menu
It is worth remembering that these commands arent available on all community servers.
Purchase
To save time at the start of the round, I use a number of purchase binds.
I present the most commonly used bindings for purchase:
  • bind "Key" "ak47;m4a1;primammo" - buying m4 or ak47 and ammo
  • bind "Key" "hegren;flash;sgren;flash" - buying nades
  • bind "Key" "vest" - buying vest
  • bind "Key" "vesthelm" - buying vest and helmet
  • bind "Key" "deagle;secammo" - buying deagle and ammo
  • bind "Key" "awp;primammo" - buying awp and ammo
You can use your own buy combinations by inserting the names of the weapons into the line:
  • bind "Key" "Gun1; Gun2; etc"
Names of all weapons, ammo and inventory in cs 1.6:

Assault rifles:
  • ak47 - cv47
  • m4a1 - m4
  • galil - galil
  • famas - famas
  • sg552 - sg
  • aug - aug
Sniper rifles:
  • awp - awp
  • scout - scout
  • g3sg1 - t rapid-fire
  • sg550 - ct rapid-fire
Pistols:
  • glock18 - glock
  • usp - usp
  • deagle - deasert eagle
  • elites - beretes
  • fiveseven - 5-7
  • p228 - p228
Submachine guns, shotgun, machine gun:
  • mp5navy - mp5
  • p90 - p90
  • ump45 - ump45
  • tmp - tmp
  • mac10 - mac10
  • xm1014 - shotgun
  • m249 - machine gun
Nades:
  • flash - flashbang
  • hegren - grenade
  • sgren - smokegrenade
Ammo and inventory
  • primammo - ammo
  • secammo - ammo for pistols
  • nvgs - night vision
  • defuser - defuse kit
  • vest - vest
  • vesthelm - vest with helmet
Hand position change
During the game, I change the position of hands quite often.
  • bind "Key" "cl_righthand 1" - switch to right hand
  • bind "Key" "cl_righthand 0" - switch to left hand
Alias to change the hand's position: alias "righthand" "right" alias "right" "cl_righthand 1; alias righthand left" alias "left" "cl_righthand 0; alias righthand right" bind "Key" "righthand"
Turning voice chat on and off
Do unnecessary conversations get in the way when you play? Then this bind is for you.
  • bind "Key" "voice_enable 0" - turn off voice chat
  • bind "Key" "voice_enable 1" - turn on voice chat
Alias to turn voice chat on and off on the one key. alias "muteon" "voice_enable 0;stopsound;alias mutetoggle muteoff;playvol buttons/blip2 0.6" alias "muteoff" "voice_enable 1;alias mutetoggle muteon;playvol buttons/button3 1" alias "mutetoggle" "muteon" bind "Key" "mutetoggle" Do not forget to turn the chat back on)
Radio messages
The standard arrangement of radio commands on the keyboard is occupied by the z, x and c buttons, which are good for your binds. If you don't like the standard radio message layout, then the following binds will come in handy.
  • bind "Key" "radio1" - general purpose radio commands
  • bind "Key" "radio2" - group radio commands
  • bind "Key" "radio3" - answer / alert radio commands
Crosshair size
Use the following binds to resize your crosshair.
  • bind "Key" "cl_crosshair_size big" - big crosshair
  • bind "Key" "cl_crosshair_size medium" - medium crosshair
  • bind "Key" "cl_crosshair_size small" - small crosshair
Fast bomb drop
Fast and easy bind for bomb drop.
  • bind "Key" "use weapon_c4; drop"
Microphone
Bind for using a microphone
  • bind "Key" "+voice"
Instead of holding the microphone button, you can simply press it once: alias "toggle" "toggle_on" alias "toggle_on" "+voicerecord; alias toggle toggle_off" alias "toggle_off" "-voicerecord; alias toggle toggle_on" bind "Key" "toggle"
Bonus bind
This bind Returns your gaze to the center.
  • bind "Key" "force_centerview"
You can also do an alias: Lookspring 1 alias +awphead "-mlook;wait;" alias -awphead "+mlook;wait;" bind "Key" "+awphead"
Will help you if you like looking down or up.
Using additional buttons
Mouse buttons
  • MOUSE1 - (left button)
  • MOUSE2 - (right button)
  • MOUSE3 - (pressing the wheel)
  • MOUSE4 - (side button)
  • MOUSE5 - (second side button)
  • MWHEELUP - (scroll wheel up)
  • MWHEELDOWN - (scroll wheel down)

Numpad buttons:
  • kp_slash (button "/")
  • kp_multiply (button "*")
  • kp_minus (button "-")
  • kp_home (button "7")
  • kp_uparrow (button "8")
  • kp_pgup (button "9")
  • kp_leftarrow (button "4")
  • kp_5 (button "5")
  • kp_rightarrow (button "6")
  • kp_end (button "1")
  • kp_downarrow (button "2")
  • kp_pgdn (button "3")
  • kp_ins (button "0")
  • kp_del (button ".")
  • kp_plus (button "+")
  • kp_enter (button "Enter")

Navigation buttons
  • ins - (button "Insert")
  • home - (button "Home")
  • pgup - (button "PageUp")
  • del - (button "Delete")
  • end - (button "End")
  • pgdn - (button "PageDown")

Arrows
  • leftarrow (left arrow)
  • rightarrow (right arrow)
  • uparrow (up arrow)
  • downarrow (down arrow)
Using alias
Instructions on how to use alias scripts:
  • Go to the root folder of the game and go to the cstrike folder.
  • Open the file userconfig.cfg
  • Insert the script, change the "Key" to any convenient key.
  • We go to the server and check
Conclusion
I hope you found something new for yourself in this guide. Don't forget to rate the guide like and add to favorites.
If you have any questions or comments regarding this guide, please leave a comment below or contact me on Steam.
17 Comments
javascript:void(0) Nov 21, 2023 @ 9:13am 
bind "w" "quit"
frog Aug 18, 2021 @ 3:05pm 
thanks
stinky Aug 16, 2021 @ 6:25am 
pog
En$abo4do Jul 13, 2021 @ 11:56am 
Very helpfull for those who are starting or even veterans in the game, I've already knew almost all that stuff, but the one button hand changing was new to me
m1do May 12, 2021 @ 6:35pm 
nice
lule.cfg Mar 1, 2021 @ 12:04pm 
force center view is good command you can throw smoke on b tunnel as a ct player and tap the command and you get ez kills headshoots and its good for wallbangs too.. hope i helped :D
John Gibb Mar 1, 2021 @ 4:36am 
:steamhappy:useful guide
Король Саньков  [author] Mar 1, 2021 @ 12:18am 
Good idea ty
This command is "force_centerview"
I will supplement the guide
lule.cfg Feb 28, 2021 @ 2:21pm 
you can use bind t centerview command i dont remember but something like that
or cheer
Король Саньков  [author] Feb 23, 2021 @ 11:22pm 
Im glad this guide was helpful 4 u :)