Counter-Strike 2

Counter-Strike 2

Not enough ratings
Fast & Essentials Binds
By JogadorDesconhecido
A guide to help you get all the must-have binds that even the pros use.
   
Award
Favorite
Favorited
Unfavorite
Fast & Essentials Binds
Always edit the "key" with a bind of your choose. I personally recommend keys that you don't use.
How to create a bind?
First you need to activate the Developer Console on Options in-game.
After that, use the accent below your ESC, that might looks like it: '
Then, create your bind writing this on Console: bind <key> "<function>"

Examples:
bind x "+voicerecord" - now this bind starts your microphone
bind c "holdpos; buy awp" - every time you press C you start a Radio Command calling to Hold Position and buys an AWP

If you have suggestions or want me to create a bind for you, just comment it.
Jump Scroll (Mouse Wheel)
The phoon's sons

bind "MWHEELUP" "+jump"
Jump Throw (for Smokes and Flashbangs)
Now you can use your smoke correctly

bind "key" "+jump; -attack; -jump"
Crosshair for Smoke Lineup
So you finally use the smokes in any spot

The lineup bind below
bind "key" cl_crosshairsize "1000"
Change the "x" to your original crosshair value - you'll find this value on config.cfg or inside the Crosshair section in-game. Can write "cl_crosshairsize" on Console before changing it, btw.
bind "key" cl_crosshairsize "x"
Mute all Voice
Mute all the voice including your teammates - good for clutch

It's a toggle bind. Press once to Mute and again to Unmute.
bindtoggle "x" "voice_enable"
Change the Gun Position (Left or Right?)
For those who like to play in the left hand or right hand when needed

It's a toggle bind. Press once to get the opposite position of your hand, and again to return.
bindtoggle "x" "cl_righthand"
Increase Volume While Walking on Shift
Helps you hearing footsteps while walking

Just change "SHIFT" for a key that you may want to use it.
alias +incvol "incrementvar volume 0 2 0.5;+speed";alias -incvol "incrementvar volume 0 2 -0.5;-speed";bind SHIFT +incvol
No HUD, only Crosshair
Better for Deathmatch

It's a toggle. Press once to activate, and again to deactivate.
bindtoggle "key" "bindtoggle v "cl_draw_only_deathnotices"
Clear Decals (No More Blood in the Wall)
bind "key" "r_cleardecals"
Net Graph shows only when using Scoreboard
A good way to check FPS and Frags.

alias +netg "net_graph 1;+showscores";alias -netg "net_graph 0;-showscores";bind TAB "+netg";
Zoom Radar
bind P "incrementvar cl_radar_scale 0 1 0.25"
Will change between 4 modes
1 Comments
Frosty 25 Dec, 2024 @ 12:55pm 
good work!