GhostFall 2k20 edition
-
gay
-
Does this bypass Hypixel?
-
@CzechHek said in GhostFall 2k20 edition:
@yorik100 What about checking distance to ground and modifying c03 depending on it.
- I'm too lazy to do that
- Already thought of it
- If a block is suddently placed under you, I'll have to calculate the rest of the fall distance needed to take damage and I'm too lazy
-
@CzechHek said in GhostFall 2k20 edition:
@yorik100 who cares about block getting placed tho it's more legit then going 0.06 x times up
How can mods see that you went 0.06 x times up? They don't, haven't been banned a single time for using this
-
-
if (mc.thePlayer.fallDistance > 2.48F) mc.thePlayer.sendQueue.addToSendQueue(new C03PacketPlayer(true));
hypixel nofall
just 2 lines XD
-
@notautismatall said in GhostFall 2k20 edition:
if (mc.thePlayer.fallDistance > 2.48F) mc.thePlayer.sendQueue.addToSendQueue(new C03PacketPlayer(true));
hypixel nofall
just 2 lines XD
Will ban for timer if you do that
-
@notautismatall it does tho
-
@CzechHek said in GhostFall 2k20 edition:
@notautismatall it does tho
-
So what is the best Hypixel Nofal?
-
@Just-a-XingYu LiquidBounce NoGround nofall works, but it's a bad idea because if you disable after a few minutes you'll get damaged
-
I've recoded it straight after you've made this but forgot to post it.
https://github.com/CzechHek/Core/blob/master/Scripts/GhostFall.js