Upvote Upvoted 0 Downvote Downvoted
bhop script working 2018
posted in Customization
1
#1
0 Frags +

Hey, I know bhop doesn't give you more speed anymore but it still is useful for airstrike and market gardener, i used to have one but kinda lost it after getting a new pc and I tested the one on tf2 game banana and it crashes the game, my first thought was the wait command (I think it was removed from source?) so i tried taking it out but still crashes.

So yeah if anyone has a working bhop script I would appreciate it.

edit: this is the script that made me crash btw

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

Hey, I know bhop doesn't give you more speed anymore but it still is useful for airstrike and market gardener, i used to have one but kinda lost it after getting a new pc and I tested the one on tf2 game banana and it crashes the game, my first thought was the wait command (I think it was removed from source?) so i tried taking it out but still crashes.

So yeah if anyone has a working bhop script I would appreciate it.

edit: this is the script that made me crash btw

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
2
#2
11 Frags +

wait command doesn’t work outside of sv_cheats 1 iirc

wait command doesn’t work outside of sv_cheats 1 iirc
3
#3
1 Frags +

wait command has to be manually allowed on the server, which is not on most (including valve, esea, etf2l and ugc)
bhoping is possible with mouse/keyboard macros but you aint gonna gain much speed in tf2
also it crashes because you've created a nice loop
also i think 1 tick (wait 1) which is minimum for wait command is way too long for a bhop in tf2

wait command has to be manually allowed on the server, which is not on most (including valve, esea, etf2l and ugc)
bhoping is possible with mouse/keyboard macros but you aint gonna gain much speed in tf2
also it crashes because you've created a nice loop
also i think 1 tick (wait 1) which is minimum for wait command is way too long for a bhop in tf2
4
#4
6 Frags +

pretty sure you could do something like this pretty easily with autohotkey instead of the in game wait command which is cheat blocked, but it would be pretty obvious that you're cheating and hitting perfect bhops lol

pretty sure you could do something like this pretty easily with autohotkey instead of the in game wait command which is cheat blocked, but it would be pretty obvious that you're cheating and hitting perfect bhops lol
5
#5
1 Frags +
pyxelizewait command doesn’t work outside of sv_cheats 1 iirc

sv_allow_wait_command 1

[quote=pyxelize]wait command doesn’t work outside of sv_cheats 1 iirc[/quote]
sv_allow_wait_command 1
6
#6
0 Frags +
bearodactylpretty sure you could do something like this pretty easily with autohotkey instead of the in game wait command which is cheat blocked, but it would be pretty obvious that you're cheating and hitting perfect bhops lol

this

If you want to mess around with this in a pub, go ahead. But even with my very limited experience in anti cheat I can tell within the first 2 seconds if someone is using a bhop script from my own POV, and it's even easier when you spec someone. If any community server admin spots you you're probably getting banned.
You'd obviously never get away with something like this in faceit/tf2center/etc

[quote=bearodactyl]pretty sure you could do something like this pretty easily with autohotkey instead of the in game wait command which is cheat blocked, but it would be pretty obvious that you're cheating and hitting perfect bhops lol[/quote]
this

If you want to mess around with this in a pub, go ahead. But even with my very limited experience in anti cheat I can tell within the first 2 seconds if someone is using a bhop script from my own POV, and it's even easier when you spec someone. If any community server admin spots you you're probably getting banned.
You'd obviously never get away with something like this in faceit/tf2center/etc
7
#7
3 Frags +
TobYou'd obviously never get away with something like this in faceit/tf2center/etc

you'd be surprised at how many people blatantly cheat on center

[quote=Tob]
You'd obviously never get away with something like this in faceit/tf2center/etc[/quote]

you'd be surprised at how many people blatantly cheat on center
8
#8
1 Frags +

You can just bind +jump to mwheelup or mwheeldown. As long as you don't scroll too slow or too fast it'll be more consistent than spacebar, without being as blatantly cheaty as a macro would be.

You can just bind +jump to mwheelup or mwheeldown. As long as you don't scroll too slow or too fast it'll be more consistent than spacebar, without being as blatantly cheaty as a macro would be.
9
#9
3 Frags +

yeah just use

bind mwheeldown +jump
yeah just use

[code]bind mwheeldown +jump[/code]
Please sign in through STEAM to post a comment.