CS2 Jumps Are Easy If You Start Doing This!

Sdílet
Vložit
  • čas přidán 8. 07. 2024
  • Check out SellYourSkins here and use my PROMOCODE "COOK" for 5 % Bonus
    sellyourskins.com/ref/COOK
    ------------------------------------------------------------------------------------------------------------
    CS2 Movement is actually quite simple. Majority of the useful jumps can be done using these three principles.
    mirage window jump
    mirage van jump
    mirage firebox jump
    dust 2 xbox jump
    inferno balcony jump
    ancient mid jump
    thera jumps
    -----------------------------------
  • Hry

Komentáře • 61

  • @UKNamaste
    @UKNamaste Před 22 dny +31

    alias +duckjump “+jump; +duck”
    alias -duckjump “-jump; -duck”
    bind SPACE +duckjump

    • @johnjohnsky4845
      @johnjohnsky4845 Před 19 dny +1

      should this bind same as ur "jump" bind button, or completely different button. For example my binds are "ctrl" +jump, "space" +duck, so what should be the bind for +duckjump!? Is "ctrl", "space" or completely different button? Also for example dust2 Xbox, what order should i press the buttons if +duckjump is bined?

    • @kidhow
      @kidhow Před 14 dny

      ​@@johnjohnsky4845This bind combine both action into one key press, you could also bind thumb mouse button (m4/m5) or any button you want to exec this duckjump and just make space/scrollwheel for ordinary jump

  • @LDSKtm
    @LDSKtm Před 20 dny +1

    Really cool video man thanks for everything!!

  • @tyroneadams5404
    @tyroneadams5404 Před 20 dny

    I always struggle with window jump unto short, will try this. Thanks

  • @bigchimpo
    @bigchimpo Před 19 dny

    Thanks for the clear and concise explanation of these fundamentals, and all in five minutes!

  • @eliasbeutler4880
    @eliasbeutler4880 Před 20 dny +3

    Why is nobody else is doing this kind of video ? U helped me a lot Ty

    • @being.of.whiteout.official
      @being.of.whiteout.official Před 17 dny

      Yeah, I watched a lot of guides about catwalk jump but only in this video a guy says to use duck-jump to have a 100% chance to succeed. I won't even miss vents jump.

  • @yuvrajchauhan5098
    @yuvrajchauhan5098 Před 16 dny

    I agree with not holding W, found out while doing window jump back in csgo. Running and leaving w just before jump made it consistent for me

  • @punk92punk
    @punk92punk Před 21 dnem

    amazing video, nice and simple!

  • @abhinavjaiswal7462
    @abhinavjaiswal7462 Před 17 dny

    Very nice explanation and to the point as well thank you, btw can you make a similar type of video on movements in ladders?

  • @being.of.whiteout.official

    2:27 - U can actually just to the spot from car using duck-jump, just want to jump on the center of the ledge.

  • @KEROVSKI_
    @KEROVSKI_ Před 18 dny

    One question.
    I can bunnyhop and I can jump easier on my own server with 0 ping.
    In the match, FACEIT or Premier it's harder for me o make those jumps.
    Did you tested your jumps on FACEIT? On Premier?
    With high and low ping?

  • @dhiyauddin02
    @dhiyauddin02 Před 13 dny +1

    > bind SPACE +duckjump
    Interpreting bind command as:
    bind scancode44 "+duckjump" // US English key name "SPACE"
    > alias +duckjump “+jump; +duck”
    [Console] Unknown command '+duck”'!
    > alias -duckjump “-jump; -duck”
    [Console] Unknown command '-duck”'!
    Am I doing it wrong?

    • @Flare97
      @Flare97 Před 13 dny

      i have the same issue

    • @dhiyauddin02
      @dhiyauddin02 Před 13 dny +2

      @@Flare97 sir use this command. I already resolve the issue. The command is wrong in cs2.
      alias +DJUMP "+jump; +duck"
      alias -DJUMP "-JUMP; -DUCK"
      bind space "+DJUMP"

    • @Flare97
      @Flare97 Před 13 dny

      @@dhiyauddin02 thank you!

  • @looweijie4794
    @looweijie4794 Před 15 dny +2

    BRO THE ANCIENT JUMP SO HARD

    • @cs2kitchen
      @cs2kitchen  Před 15 dny

      This should help :) czcams.com/video/UYrstcycz4A/video.html

  • @satyamsangal6659
    @satyamsangal6659 Před 17 dny

    Subscribed

  • @thatplayernyl
    @thatplayernyl Před 12 dny

    What software do you use to display the key pressing? Do you have to use OBS for it?

  • @Adam-rn6cp
    @Adam-rn6cp Před 21 dnem +1

    can u use binds in faceit/premiere matches?

  • @RonnieMentzer69
    @RonnieMentzer69 Před 19 dny

    for the window jump the hardest part for me is not bumping my head on the window, for me the jump is easy, any advice anyone?

  • @JoanVA4750
    @JoanVA4750 Před 22 dny +2

    Shouldn't it be:
    alias +duckjump "+duck; +jump"
    alias +duckjump "-duck; -jump"
    If you say you need to crouch before jump i think +duck must be before +jump in the alias bind.

    • @cs2kitchen
      @cs2kitchen  Před 22 dny +1

      as you are using alias, it happens very fast. i have always used this bind but when i am doing this without a bind i tap my crouch key and immediately jump "alias +duckjump "+jump; +duck"; alias -duckjump "-jump; -duck"; bind "SPACE" "+duckjump";"

    • @JoanVA4750
      @JoanVA4750 Před 22 dny +8

      ​@@cs2kitchen Thanks, I just tried that alias, it works but sometimes the jump is 57- 66 units, so it's not that consistent. (I Used showpos to check it)
      So I found this, and I think it works better with constant 66 jump units, it crouch then jump just what its mentioned in the video, in that order:
      alias +jump_ "+jump;+jump"
      alias -jump_ "-jump;-jump;-jump"
      alias +duck_ "+duck;+duck"
      alias -duck_ "-duck;-duck;-duck"
      alias +lj "+duck_; +jump_";
      alias -lj "-duck_; -jump_";
      bind "space" "+lj"

    • @potowogreedo
      @potowogreedo Před 20 dny

      @@JoanVA4750 you don't need so many commands for desubticking jump, this is consistent 66 too. No idea if fewer commands has any impact on command processing or input latency seeing as you're waiting for the next tick anyway, but hey:
      // lj
      alias +jump_ ";+jump"
      alias -jump_ ";-jump"
      alias +duck_ ";+duck"
      alias -duck_ ";-duck"
      alias +lj "+duck_; +jump_"
      alias -lj "-duck_; -jump_"
      bind "space" "+lj"

    • @patrikmedia
      @patrikmedia Před 19 dny

      @@JoanVA4750can you explain the reason of the + and -? I see it being used often in aliases, but the bind then doesn't use the one with -. is that one triggered automatically for some reason or how does that work?
      e.g like you bind the +lj and not adding -lj, why do you even need to set it up if it's not part of the bind?

    • @Flare97
      @Flare97 Před 13 dny

      @@JoanVA4750 awesome

  • @IZombiesProIIZombiesProI
    @IZombiesProIIZombiesProI Před 21 dnem +3

    it doesnt work, my character gets stuck in crouch the whole time

  • @exXoDia7
    @exXoDia7 Před 20 dny +1

    Console says:
    Unknown command ' +duck" '
    Please help.

    • @cs2kitchen
      @cs2kitchen  Před 20 dny +1

      Hey i l be uploading a new video for how to configure an autoexec probably soon. Use that so you don’t get any errors

    • @exXoDia7
      @exXoDia7 Před 20 dny

      @@cs2kitchen Alright. Looking forward to it. 👍

    • @LDSKtm
      @LDSKtm Před 20 dny

      @@cs2kitchen I am patiently waiting for the video man. I would love it if you could make it super noob friendly please!

    • @cs2kitchen
      @cs2kitchen  Před 20 dny

      @@LDSKtm yes i will probably in the next 48 hours am working on it

    • @scrioss
      @scrioss Před 14 dny +1

      I think is bc of the “” in the comment are not the ones used in cs.
      Try replacing the "" manually, that worked for me.

  • @louiecs2
    @louiecs2 Před 15 dny

    W