Sign in

Register

Last Opinions

Useful binds for CS:GO

Harry NightMare
11.04.2019

In CS:GO, you can freely build up some useful binds. But in this guide, we will show, the most necessary binds.

All binds must be enter into console. If you don't know, how to do it, we recommend to you looks here.

What binds for CS:GO are best to use

1. How to quick mute all of your teammates

It is useful during clutches and tense moments when you need to concentrate in complete silence.

bind "your button" "incrementvar voice_scale 0 1 1"

2. How to bind double jump

This bind is needed for easier jumping to high places.

alias "+djump" "+jump; +duck"
alias "-djump" "-jump; -duck"
bind "your button" "+djump"

3. How to bind bomb search

This bind will facilitate the search for a bomb in smoke or in fire from incendiary grenades.

alias +bombfind "+use;gameinstructor_enable 1;cl_clearhinthistory"
alias -bombfind "-use;gameinstructor_enable 0;cl_clearhinthistory"
bind "your button" "+bombfind"

4. How to bind fast drop on bomb

This bind will allow you to throw the bomb without switching to it.

bind "your button" "use weapon_c4; drop"

5. How to bind quick cleaning of map details

Useful bind, which allows you to clean the map from blood and extra holes in the walls. This allows you to aim more closely.

bind "your button" "Additional function of bind; r_cleardecals"

6. How to bind quick change of lead hand

Conveniently, when you need to change the review so that the weapon does not obstruct the warbler.

bind "your button" "toggle cl_righthand 1 0"

7. Grenade binds

This bind allow you to instantly pick up the right grenade.

bind "your button"use weapon_knife; use weapon_flashbang"
bind "your button" "use weapon_smokegrenade"
bind "your button" "use weapon_molotov; use weapon_incgrenade"
bind "your button" "use weapon_hegrenade"

8. Bind for a jump throw

With this bind, you can correctly throw smoke or flash grenade exactly when you jump.

bind "your button" "+jump; -attack; -jump"