Counter-Strike 2

Counter-Strike 2

View Stats:
Binding "a" to move left and strafe left
as the title says this is for bunnhopping thougj this would be cool to try out thanks ;)

I need help because If jsut to +left it looks left but if I do +strafe; +left it moves left never both
< >
Showing 1-13 of 13 comments
RedVortex Oct 14, 2016 @ 8:02pm 
I cant hold w and jump at the same time starting to get anoying
George Costanza Oct 14, 2016 @ 8:02pm 
Ehm yes because thats not how you bunny hop
mdb Oct 14, 2016 @ 8:02pm 
You can't bind two different commands to the same key.
RedVortex Oct 14, 2016 @ 8:05pm 
im not trying to bunny jump i can jump left right and back but not forward
George Costanza Oct 14, 2016 @ 8:05pm 
Sure you can... bind (key) "(command); (2ndCommand)"

I have one for bunnyhopping that changes like 10 different cvars and svs
ka May 22, 2017 @ 2:09pm 
bind "z" "+left; +moveleft"
Haruhi Mar 26, 2018 @ 2:44am 
//cl_bhop_pro 1
You can try it :
alias bhop_enable "bind a +moveleft2;bind d +moveright2; bind mouse5 bhop_disable"
alias bhop_disable "bind a +moveleft;bind d +moveright; -moveright2; bind mouse5 bhop_enable"
bind mouse5 bhop_enable

alias +moveright2 "+moveright; +right"
alias -moveright2 "-moveright; -right"

alias +moveleft2 "+moveleft; +left"
alias -moveleft2 "-moveleft; -left"

Use mouse5 or other key to toggle that .

Or hold mouse5 :
alias +bhop "bind a +moveleft2;bind d +moveright2"
alias -bhop "bind a +moveleft;bind d +moveright; -moveright2; -moveleft2"
bind mouse5 +bhop

alias +moveright2 "+moveright; +right"
alias -moveright2 "-moveright; -right"

alias +moveleft2 "+moveleft; +left"
alias -moveleft2 "-moveleft; -left
Last edited by Haruhi; Mar 26, 2018 @ 3:20am
Don't drink the koolade (Banned) Mar 26, 2018 @ 2:47am 
Originally posted by ✪ Tokenizer:
You can try it :
alias +bhop "bind a +moveleft2;bind d +moveright2"
alias -bhop "bind a +moveleft;bind d +moveright; -moveright2; -moveleft2"
bind mouse5 +bhop

alias +moveright2 "+moveright; +right"
alias -moveright2 "-moveright; -right"

alias +moveleft2 "+moveleft; +left"
alias -moveleft2 "-moveleft; -left"
awesome!!!! now i bhop like a pro. this is the best +rep
George Costanza Mar 28, 2018 @ 12:04am 
Originally posted by ✪ Tokenizer:
//cl_bhop_pro 1
You can try it :
alias bhop_enable "bind a +moveleft2;bind d +moveright2; bind mouse5 bhop_disable"
alias bhop_disable "bind a +moveleft;bind d +moveright; -moveright2; bind mouse5 bhop_enable"
bind mouse5 bhop_enable

alias +moveright2 "+moveright; +right"
alias -moveright2 "-moveright; -right"

alias +moveleft2 "+moveleft; +left"
alias -moveleft2 "-moveleft; -left"

Use mouse5 or other key to toggle that .

Or hold mouse5 :
alias +bhop "bind a +moveleft2;bind d +moveright2"
alias -bhop "bind a +moveleft;bind d +moveright; -moveright2; -moveleft2"
bind mouse5 +bhop

alias +moveright2 "+moveright; +right"
alias -moveright2 "-moveright; -right"

alias +moveleft2 "+moveleft; +left"
alias -moveleft2 "-moveleft; -left
Uhhhh 2 year old post...
Haruhi Mar 28, 2018 @ 3:29am 
Originally posted by CharredPie:
Originally posted by ✪ Tokenizer:
...
Uhhhh 2 year old post...
But somebody need it. :)
no May 14, 2018 @ 4:22pm 
I DUNNO
Sora Sep 3, 2019 @ 10:48am 
Originally posted by Haruhi:
//cl_bhop_pro 1
You can try it :
alias bhop_enable "bind a +moveleft2;bind d +moveright2; bind mouse5 bhop_disable"
alias bhop_disable "bind a +moveleft;bind d +moveright; -moveright2; bind mouse5 bhop_enable"
bind mouse5 bhop_enable

alias +moveright2 "+moveright; +right"
alias -moveright2 "-moveright; -right"

alias +moveleft2 "+moveleft; +left"
alias -moveleft2 "-moveleft; -left"

Use mouse5 or other key to toggle that .

Or hold mouse5 :
alias +bhop "bind a +moveleft2;bind d +moveright2"
alias -bhop "bind a +moveleft;bind d +moveright; -moveright2; -moveleft2"
bind mouse5 +bhop

alias +moveright2 "+moveright; +right"
alias -moveright2 "-moveright; -right"

alias +moveleft2 "+moveleft; +left"
alias -moveleft2 "-moveleft; -left
how do i use it tho? i type it into the console and nothing happens?
Affe May 27, 2020 @ 2:36pm 
Originally posted by A Nugget:
You can't bind two different commands to the same key.
Yes you can just use a ; to space out the commands for exampel : bind k "sv_cheats 1; noclip"
< >
Showing 1-13 of 13 comments
Per page: 1530 50

Date Posted: Oct 14, 2016 @ 8:00pm
Posts: 13