CCBlueX / LiquidBounce

A free mixin-based injection hacked client for Minecraft using the Fabric API
https://liquidbounce.net/
GNU General Public License v3.0
1.4k stars 458 forks source link

[FEATURE] Velocity (Bounce) #2524

Open liquidsquid1 opened 5 months ago

liquidsquid1 commented 5 months ago

LiquidBounce Branch

Nextgen

Describe your feature request.

Add a bounce velocity which simply reverses the knockback that the player takes. This feels better to play on than 0, 0 velocity and bypasses anticheats like Vulcan.

(forgot to mention that bounce velocity goes normal velocity and then reversed it, it’s not the same as -1, 1 velocity)

Additional context

I don't know what the best option for implementation of this is, but possibly storing the motion X and Y in an array and reversing through it.

superblaubeere27 commented 5 months ago

@liquidsquid1 Does the suggestion by @larryngton work?

liquidsquid1 commented 5 months ago

@liquidsquid1 Does the suggestion by @larryngton work?

Sorry for the late reply, gonna test it now.

Unless the strafe delay is dynamic, I don’t think it would bypass the same anticheats as Bounce would

liquidsquid1 commented 5 months ago

The suggestion does not work as intended and does not bypass the anticheats that Velocity (Bounce) would.

liquidsquid1 commented 4 months ago

oh btw I was wrong, try 5 tick delays and not 2

Tick delay for it simply doesn’t exist on Nextgen, and on Legacy it doesn’t bypass as intended.