So I'm a Cs 1.6 player converted to Cs:go, And I was wondering if it were still possible to place bhop scripts (bhop.cfg) into your config folder and have it execute through console so you only hold space. Reason I'm asking is because (AHK) Auto Hot Key bhop scripts don't work very well at all.. it's literally like every ahk script is the same and can't even be altered for better timing.
Basically looking for something like this except for csgo
alias bhop_bind "+jump;wait 2;-jump;wait 2;bhop_jump"
alias bhop_alias "alias bhop_jump bhop_bind"
alias bhop_stop "alias bhop_jump"
alias +bhop "bhop_alias;bhop_jump"
alias -bhop "bhop_stop;-jump"
//The bind
bind space +bhop
Originally Posted by admin1017
So I'm a Cs 1.6 player converted to Cs:go, And I was wondering if it were still possible to place bhop scripts (bhop.cfg) into your config folder and have it execute through console so you only hold space. Reason I'm asking is because (AHK) Auto Hot Key bhop scripts don't work very well at all.. it's literally like every ahk script is the same and can't even be altered for better timing.
Basically looking for something like this except for csgo
I dont believe you can do that best hope is a .AHK I believe lol sorry D: