PDA

View Full Version : (request)Bhop script (css)


sean1010103
12th April 2007, 19:38
I was wonding if any knows a bunny hop scirpt for counter strike source

IT really helps me when i'm using rpgmod and using long
jump

Holz
13th April 2007, 11:21
Go check out the Counter-Strike: Source section.


This has been asked and also answered many times before; a correctly working bunnyhop script is not possible in CSS.

You can try JumpyBunny v2.1 (http://www.mpcforum.com/showthread.php?t=98696) by SpawnZ but don't expect too much of it.


If you want a perfect bunnyhop then you may have a look at hl2hook, which can be found in the Counter-Strike: Source section as well.

therandomguy
17th April 2007, 01:19
How come a correctly working script is not possible? Just wondering

Holz
17th April 2007, 14:51
Because there's no loop function, so a script cannot know when you actually hit the ground (again).

sicninja
22nd April 2007, 20:12
If i wasnt lazy id take the time to code a spacebar automater, so that you could hold it down and set a ms timer, but **** that, id rather just use hl2hook private and have only bunnyhop on

Flami
4th May 2007, 10:04
Try to use catalyst, it has no bunnyhop, but better hacks

Adamyounggun
9th May 2007, 18:45
I use this A Script

//Bhop

bind "space" "+jump"
alias "bhop12" "bind MWHEELUP +jump; bind MWHEELDOWN +jump; bind alt norm12"
alias "norm12" "bind MWHEELUP invprev; bind MWHEELDOWN invnext; bind alt bhop12"
bind "alt" "bhop12"


Press Alt To Turn it on then Then ALT To turn off

frostmourne77
20th May 2007, 00:43
I've heard of people using macro to bunnyhop. I guess if you have the time and patience, you could easily program , yourself, a bunnyhopper with macro.

Vrabcek
27th May 2007, 18:07
I use this A Script

//Bhop

bind "space" "+jump"
alias "bhop12" "bind MWHEELUP +jump; bind MWHEELDOWN +jump; bind alt norm12"
alias "norm12" "bind MWHEELUP invprev; bind MWHEELDOWN invnext; bind alt bhop12"
bind "alt" "bhop12"


Press Alt To Turn it on then Then ALT To turn off
it's possible a noobish question but is it legal this bind???

Holz
27th May 2007, 18:10
Yes, scripts are completely legal.

Vrabcek
27th May 2007, 19:02
Yes, scripts are completely legal.
so i don't get banned when i have this script? it's only for jumping with the mousewheel right? not for the entire bunnyhop?

Holz
27th May 2007, 22:50
Everything you said is correct.

Vrabcek
27th May 2007, 23:17
Everything you said is correct.
thx...