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.31k stars 448 forks source link

[FEATURE] Smarter Ping Spoof #3228

Open Razzy52 opened 2 weeks ago

Razzy52 commented 2 weeks ago

LiquidBounce Branch

Nextgen

Describe your feature request.

Currently ping spoof just adds ping, you cannot tell it to aim for a certain ping which is a pain for players with higher ping.

If I have 100ms for example and I need 500ms, i'll set pingspoof to 400. However, if I have 250ms, and I load a default config and the ping spoof is set to 400. The config just won't work.

What I suggest is that pingspoof should have a set target, you set your ping to 500, and pingspoof will do the calculations and set it dynamically so you dont have 700 ping when you should have 400.

Additional context

No response

Razzy52 commented 2 weeks ago

you essentially only need to do this if (all || it.delay <= System.currentTimeMillis() - (delay - player.ping)) {

however it's not very accurate

masterBeans990 commented 2 weeks ago

real