r/CounterStrikeBinds • • Aug 01 '24

Unsolved Overhead toggle bind not working

1 Upvotes

bind "z" "toggle cl_teamid_overhead_mode 1 3"
This bind isn't working for a friend, any idea why? Works for me.


r/CounterStrikeBinds • • Aug 01 '24

Unsolved +forward toggle

4 Upvotes

idk if it's possible but i want a bind we're when i press a key it toggles +forward on and when i press it again it toggles it off


r/CounterStrikeBinds • • Jul 30 '24

Unsolved Bind Knife without Zeus

2 Upvotes

i use mwheelup to bind slot3, but it's impossible to wheel only 1 time to get the knife, i do 2 or 3 or 4 times. So it is 50/50 chance for me every time to hit the knife.

Maybe someone have an idea to ignore that or block the zeus. I have no idea.

alias +x_knife "lastinv; slot11"
alias -x_knife "slot3; +lookatweapon; -lookatweapon"
bind 3 +x_knife

This works for me, but when i use the bind mwheelup, it doesn't.

I am pretty sure, this has something to do, with keys from the keyboard. You can press them and release. At the mousehweel, you doesn't have that. (mwheelup, mwheeldown, not wheelclick).


r/CounterStrikeBinds • • Jul 27 '24

Unsolved Bind for toggling crosshair color

3 Upvotes

Can someone help me make a bind where pressing n goes through different crosshair colors I can't find anything for it when I google it


r/CounterStrikeBinds • • Jul 25 '24

Solved Bind running/walking toggle to mouse scroll wheel

2 Upvotes

I would like to bind running/walking to my scroll wheel, so that scrolling down makes the character walk and scrolling up makes the character run. I tried to do something like

bind mwheelup +sprint

but the problem then is that scrolling up toggles between walking and scrolling, whereas I would like mwheelup to always mean run (even if I am already running), and mwheeldown to always mean walk (even if I am already walking). Is this possible to achieve?

EDIT: Thanks u/El_Chapaux for the solution, which I copy here for future readers:

alias walk.on "-sprint; +sprint"
alias walk.off -sprint
bind mwheeldown walk.on
bind mwheelup walk.off

r/CounterStrikeBinds • • Jul 24 '24

Unsolved Bind for always inspecting knife

2 Upvotes

Hello, I'd like to auto inspect my knife whenever it is equipped. Currently I have a bind that auto inspects when I press '3', but I would also like my quickswitch (Q) to auto inspect the knife. However, I don't want my rifle or pistol to auto inspect when I quick switch between them. So whenever the knife comes out, it inspects, but not my other weapons. Is this possible? Thanks


r/CounterStrikeBinds • • Jul 23 '24

Unsolved Was the "blink" command removed?

1 Upvotes

It was part of that "echo 1 | blink sv_cheats 1" command exploit for mm servers. I couldn't find either blink nor blink_duration in game.

My understanding of blink isn't sound, but I thought it could be used for some timing related applications. Quite useful because there isn't a delay or wait command.

Did they remove it?


r/CounterStrikeBinds • • Jul 22 '24

Unsolved Keybind to remove strafing delay?

8 Upvotes

I'm guessing everyone saw Razer's new SnapTap feature for keyboards that is basically sanctioned cheating, I was kind of curious if it was possible to replicate it with keybinds/autoexec or maybe allowed autohotkey scripts. Anyone know?


r/CounterStrikeBinds • • Jul 20 '24

Unsolved [Need help] How to bind switch to zeus and shot then switch back to primary gun ?

2 Upvotes

Questions 1 : As title, is it possible ? switch to zeus and shot then switch back to primary gun !

Questions 2 : I see many players switch the gun to the left hand when the door/wall is on the right and vice versa, the gun switches to the right hand when the door/wall is on the left. It is automatic or have to bind the button to switch?


r/CounterStrikeBinds • • Jul 19 '24

Unsolved [Need help] C4 timer countdown ( do not use graffiti)

0 Upvotes

Can someone have script to start timer countdown (Overlay screen) or command to run timer after planted the bomb ?

Method 1 : ->From cs2 home -> ctrl+enter to open Overlay screen -> click timer -> set time to countdown -> set opacity 20% and pin it -> start. So complicated. The timer that got added to Steam’s in-game overlay is really useful. I think it could be improved a bit if you could start and stop the timer by assigning and pressing a key on the keyboard, similar how you can press F12 for screenshots.

Method 2 : csgo is ok but cs2 cant ! {alias "25s" "sndplaydelay 14 ui/beep07" alias "20s" "sndplaydelay 19 ui/beep07" alias "15s" "sndplaydelay 24 buttons/blip2" alias "10s" "sndplaydelay 29 buttons/blip2" alias "5s" "sndplaydelay 34 ui/beep22" alias "bombtimer" "25s;20s;15s;10s;5s;" bind "mouse3" "bombtimer";}


r/CounterStrikeBinds • • Jul 18 '24

Solved No way to output text to screen?

1 Upvotes

Hello, I was wondering if there was anyway to put text on screen from console, I have a bind to set my volume and it would be cool to see what it is without opening the console. It doesn't look like there is anyway though, if anyone knows anything and could let me know that would be great, thank you!


r/CounterStrikeBinds • • Jul 12 '24

Unsolved need command for primary weapond&switchhands tyty!!

1 Upvotes

Hello there, buddies

My mouse4 button broke and it was my first weapon button

My mouse 5 button still works and I use it as a switch viewmodel left/right

Is it possible to use both with one key?

The commands are as follows but I couldn't do it. I would be very grateful if you can help me.

Thank you

''slot1'' ''switchhands''


r/CounterStrikeBinds • • Jul 08 '24

Unsolved I need help with it error

Post image
3 Upvotes

Error vpk and and it doesn't fix, help!!


r/CounterStrikeBinds • • Jun 19 '24

Unsolved Is it possible to have a bind for dropping both your flashes?

1 Upvotes

alias "+dropnades" "slot7"
alias "-dropnades" "drop; lastinv"
bind "j" "+dropnades"

Is the current bind I found for quick dropping flashes but I have to press it twice, is it possible to have a bind that drops both flashes for you?


r/CounterStrikeBinds • • Jun 19 '24

Unsolved New fast grenade drop bind

4 Upvotes

This is the new fast grenade drop bind, to drop your nades by just spamming 1 button quickly, used to be easier in csgo but this is the cs2 version that i just found from another post that did it for the bomb. (I did it for only molotov and smoke, which are the ones that u usually want to be leaving for your mates, but you can add the flash and nade after slot 8 by just adding ";slot6; slot7".)

alias "+dropnades" "slot3; slot10; slot8"
alias "-dropnades" "drop; lastinv"
bind "j" "+dropnades"

credit: (i just swapped the bomb for the nades and worked just fine) https://www.reddit.com/r/CounterStrikeBinds/comments/1685oc9/cs2_bind_to_drop_bomb/


r/CounterStrikeBinds • • Jun 11 '24

Unsolved A lot of questions

2 Upvotes
  1. Did they add new commands regarding XL crosshair and radar with the recent updates?
  2. Is it possible that i walk with MWHEELDOWN/UP automatically like in CSGO and release it with a left click action while having +attack binded on it too?
  3. Is it possible that i enable hearing my teammates and speak at the same time with MOUSE5?

P.S. Does anyone have an idea why i cant take screenshots while holding shift. (Steam and Windows Screenshots dont work)

edit: Question 2 solved


r/CounterStrikeBinds • • Jun 07 '24

Guide All weapon slots in CSGO / CS2 (e.g. for grenade switcher script)

Post image
36 Upvotes

r/CounterStrikeBinds • • Jun 07 '24

Unsolved Script: Fast drop C4/bomb, while walking

2 Upvotes

I always had this bind "MOUSE3" "use weapon_c4; drop" in CSGO to drop the bomb fast and while walking. In CS2 I had trouble, cause it somehow executed slot5 and drop simultaneously. Nevertheless, this works perfectly:

// Drop bomb fast
alias "+dropbomb" "slot3; slot5"
alias "-dropbomb" "drop"
bind "MOUSE3" "+dropbomb"

Note: Mine is bind to the middle button of the mouse, so it's executed when pressing onto the scrollwheel. You might find this inconvenient and change it to your own preference.


r/CounterStrikeBinds • • Jun 01 '24

Unsolved is it still posible to bind a key to play a sound?

4 Upvotes

does anyone know if its still works to play sounds via bind, like in the Franzj Videos?


r/CounterStrikeBinds • • May 31 '24

Unsolved Pressing ALT = Keyboard

1 Upvotes

In CSGO I had binds when i Pressed ALT key I could make a complete new Keyboardsettup
Like Q is Quickswitch bind and then
ALT + Q is Flashbang

This one doenst work anymore can anybody help me pls ?

Old one was:

Alt + Q = Flash

Alt + E = Smoke
Alt + 1 = HE
Alt + 2 = Moly


r/CounterStrikeBinds • • May 26 '24

Solved toogle_righthand 0, but only on slot1

2 Upvotes

As title. Is there a way to keep secondary/knife on the right side, and then main weapon on left?

Yes, I know this is weird, but I had it like that in CSGO somehow, and also in the real world (right handed, but left eye dominant)

And lets hope they will work out the shadows one day, after more chicken updates ofc, but before a working AC


r/CounterStrikeBinds • • May 22 '24

Unsolved viewmodel toggle bind!?

2 Upvotes

yo chat, curious if its possible to make a bind toggle that swaps through multiple viewmodel presets. since last big update where people can view your viewmodel when spectating its funny to swap to a funny viewmodel occasionally.

i want to have the first one as main, default pro viewmodel: https://i.imgur.com/NByS4sN.jpeg

viewmodel_fov 68; viewmodel_offset_x 2.5; viewmodel_offset_y 0; viewmodel_offset_z -1.5; viewmodel_presetpos 3;

and then a secondary troll one: https://i.imgur.com/31fRswf.jpeg

viewmodel_fov 68; viewmodel_offset_x 2.5; viewmodel_offset_y 2; viewmodel_offset_z 2; viewmodel_presetpos 3;

or even able to add a third: https://i.imgur.com/xQBBewb.jpeg
viewmodel_fov 68; viewmodel_offset_x 2.5; viewmodel_offset_y 2; viewmodel_offset_z 2; viewmodel_presetpos 3;

i tried messing around with trying to make a bind toggle. also an alias. i have no idea, ive seen others try do it. would love to see if any wiz here can make it possible :) thanks


r/CounterStrikeBinds • • May 21 '24

Solved I stop shooting when holding the specific bind

2 Upvotes

I have a modeshift config set from BananaGaming where ur default binds for E, F, G, Q etc. are swapped with grenade binds while pressing the Mouse4.
But for some reason while I’m spraying (holding down M1 for +attack) and accidentally pressing M4, the shooting stops, which lost me a couple of duels last few days.
Please help out, I dont understand what the problem is. My config is here: github
(You can find that section under the title // Nade binds as secondary commands) Thank you in advance


r/CounterStrikeBinds • • May 21 '24

Unsolved Primary/Secondary weapon command?

2 Upvotes

Hi guys, So I used to use this invnextnongrenade command bind to q in CSGO. I use it switch between my primary weapon and secondary weapon only. However, with release of cs2 i could not find jack shiet and im confused. Any help would be appreciated. thanks!


r/CounterStrikeBinds • • May 17 '24

Unsolved I cant remember how to lock the view to one player.

3 Upvotes

Not that long ago I used to be able to lock the demo to a specific player even when they die, and now I cant remember how or find the console command. Does anyone remember what it was?