High Jumps in cs:s?

Soldato
Joined
7 Feb 2004
Posts
3,072
This is absolutely driving me nuts now :mad:
How do you do high jumps in counter strike? I have the knife in my hand and press duck when I jump but I just can't do it, what am I doing wrong. :confused:
 
iirc you don't actually jump higher, just that your crouching so you can get on higher objects (legs don't get in the way)
 
its literally ctrl + space

just a tiny gap between.. once you get the timing down you rarely miss it.. you actually do it all the time then.. keep practicing
 
You could add this little script into your autoexec.cfg

Code:
// Duck Jump
alias +ducky "+jump;+duck"
alias -ducky "-jump;-duck"
//
bind "space" "+ducky"

This will bind the spacebar to always crouch jump, without the need of the CTRL key.
 
I'm trying to get a similar bind for Insurgency except its crouch in that and not duck...


You think this script would work I that perhaps?

My reactions get worse as I get older lol
 
4ndy89 said:
You could add this little script into your autoexec.cfg

Code:
// Duck Jump
alias +ducky "+jump;+duck"
alias -ducky "-jump;-duck"
//
bind "space" "+ducky"

This will bind the spacebar to always crouch jump, without the need of the CTRL key.


this script is allowed and is not thought as a hack by vac is it?
 
dont use a script :(

just get someone to show you on an empty server.

'tis easy when you know how. Some nifty hiding places when you know how to jump.
 
I was always told to crouch, jump, crouch as fast as you can in that order. Seems to work perfect 90% of the time for the higher jumps like the box in tunnels on Dust2 :)
 
Back
Top Bottom