STEAM GROUP
Sven Co-op SC
STEAM GROUP
Sven Co-op SC
7,245
IN-GAME
19,692
ONLINE
Founded
August 6, 2007
Language
English
Cyph3r> Jul 16, 2016 @ 1:50am
Bunny hop
How to enable in game? What console commands to write?
< >
Showing 1-15 of 17 comments
Trauma Loop Jul 20, 2016 @ 12:35pm 
sv_allowbhop 1
Cyph3r> Jul 21, 2016 @ 3:51am 
I ask to give a specific answer, and do not joke
Cyph3r> Jul 21, 2016 @ 5:53am 
i open client.dll with HEX editor in folder of sven coop, but ''special'' not found
Cyph3r> Jul 21, 2016 @ 11:16am 
Ctrl+F pressed, string ''special'' not found((
Cyph3r> Jul 22, 2016 @ 3:55am 
HxD editor, yes.
Cyph3r> Jul 22, 2016 @ 5:55am 
Tried as not full word. In find menu selected "text string". If i change it to hex values in find menu then it gives an error message "template 'spe' (or 'special') contains invalid hexadecimal values".
KizXii Sep 27, 2016 @ 6:08am 
Originally posted by AcidShark:
Originally posted by Cyb3r Rick:
Tried as not full word. In find menu selected "text string". If i change it to hex values in find menu then it gives an error message "template 'spe' (or 'special') contains invalid hexadecimal values".

No-no, don't change it to hex values. You need only text string, if you are looking for a word in hexes.

I have checked client.dll file again, and there is special word still. You've got some issues with this file. Try to reinstall SC or check game's integrity.


EDIT: Awaiting for further information. [/quote]
I have tried to find special and _special.
There's none and other words are also gone it's like messed up symbols.
BIGs Jan 25, 2017 @ 11:10am 
Originally posted by Cyb3r Rick:
How to enable in game? What console commands to write?
Download Ultimate BunnyHop
Cyph3r> Jan 26, 2017 @ 4:19am 
Link please
Cyph3r> Feb 17, 2017 @ 10:06am 
Its worked in game. Topic for discussion is closed.
Gazi Aug 29, 2017 @ 9:21am 
console commands:

bind mwheelup +jump
bind mwheeldown +jump

You'll come to the keyboard and fix it

When you take the ball up and down the mouse, you will have bunny to jump and the counter-strike is very useful.
Last edited by Gazi; Aug 29, 2017 @ 9:40am
Nero Sep 4, 2018 @ 12:22pm 
HookReturnCode PlayerPreThink( CBasePlayer@ pPlayer, uint& out uiFlags )
{
if( (pPlayer.pev.button & IN_JUMP) != 0 )
{
int flags = pPlayer.pev.flags;

if( (flags & FL_WATERJUMP) != 0 )
return HOOK_CONTINUE;

if( pPlayer.pev.waterlevel >= WATERLEVEL_WAIST )
return HOOK_CONTINUE;

if( (flags & FL_ONGROUND) == 0 )
return HOOK_CONTINUE;

Vector velocity = pPlayer.pev.velocity;
velocity.z += sqrt(2 * 800 * 45.0f);
pPlayer.pev.velocity = velocity;

pPlayer.pev.gaitsequence = 6;
}

return HOOK_CONTINUE;
}
Last edited by Nero; Sep 4, 2018 @ 12:23pm
? Nov 16, 2018 @ 2:49pm 
Learn Bunnyhop!
Ska Dee Nov 19, 2018 @ 2:57pm 
bind space +bhop
cplx Aug 3, 2019 @ 8:41am 
Originally posted by Cyph3r>:
Link please


Originally posted by BIGs:
Originally posted by Cyb3r Rick:
How to enable in game? What console commands to write?
Download Ultimate BunnyHop
please send me the link
< >
Showing 1-15 of 17 comments
Per page: 1530 50