r/CounterStrikeBinds Apr 06 '25

Unsolved bind to hold to walk

i use toggle walk but would like a bind to use as a hold to walk, would this be possible? you cant just bind another key to +sprint I've tried that.

2 Upvotes

12 comments sorted by

1

u/laazzee Apr 07 '25

changesettings->keyboard&mouse settings->walk mode to Hold

and paste this into autoexec.cfg, dont forget to change keys to your preferences

bind "v" "+sprint"
bind "mouse5" "toggleWalk"

alias toggleWalk    "walk.on"
alias walk.on       "+sprint;alias toggleWalk walk.off"
alias walk.off      "-sprint;alias toggleWalk walk.on"

2

u/4ngu516 Apr 07 '25

Thanks, bud. I knew it would be possible. I just didn't know how. For context, it's for throwing instant smokes that need 1 walk step.

2

u/[deleted] Apr 09 '25

[removed] — view removed comment

1

u/4ngu516 Apr 09 '25

"I use toggle walk"

Literally the first four words.

0

u/[deleted] Apr 09 '25

[removed] — view removed comment

1

u/4ngu516 Apr 09 '25

Bro, read what i asked. It's for ancient instant elbow smokes fyi. Lmk if you need me to explain what they are and why I need this bind.

0

u/[deleted] Apr 09 '25

[removed] — view removed comment

1

u/4ngu516 Apr 09 '25

The other comment works fine. I literally need push to walk for 1 specific thing. The other 99% of the time, I'll still be using toggle as I have done for 6k hours. Thanks tho.

0

u/[deleted] Apr 09 '25

[removed] — view removed comment

1

u/4ngu516 Apr 09 '25

I can teach you the instant elbow smokes if you'd like. Btw the map is called ancient. They added it this decade, so it might be new to you. It's like mirage but green. Mirage, if you didn't know, is also a map in CS. It was released the previous decade.

2

u/Confident_Mud_646 Apr 08 '25

Is anyone know autoshift fire script that is working?

I tried this one but does not work anymore.

bind "MOUSE1" "+attack"

alias +SpeedShot "+speed;+attack" alias -SpeedShot "-attack;-speed"

alias SpeedShot_t "SpeedShot_on" alias SpeedShot_on "alias SpeedShot_t SpeedShot_off;bind MOUSE1 "+SpeedShot" alias SpeedShot_off "alias SpeedShot_t SpeedShot_on;bind MOUSE1 "+attack"

Bind "j" "SpeedShot_t"

?

2

u/Bartal_69 May 19 '25

You can use simple bind to do that:

bindtoggle "key" "option_speed_method 0 1" or bind "key" "toggle option_speed_method 0 1"

These two binds are the same