What exactly do you need for a Hypixel Scaffold?Leaked Disabler is mostly patched and I don't think Hypixel patched scaffolds. My sprint scaffold works fine and I didn't changed anything.
What exactly do you need for a Hypixel Scaffold?
hmm i need a damage fly for hypixel but C13 disablers are patched
how to fix the C13 Disabler?Hypixel didn't patched C13 completely.
So, you can get your Fly working with C13 Disabler and no staff alerts.
what's your discordRecently hypixel patched scaffolds can someone help also with disabler for hypixel
my discord is Coribs?#2410what's your discord
can u add me ? 突突突突突突拖拖#3280my discord is Coribs?#2410
well then how do i fix the patchHypixel didn't patched C13 completely.
So, you can get your Fly working with C13 Disabler and no staff alerts.
i bypassed without blink.You can get it working again with a blink method.
(not gonna say more than that)
blink is stupid, When you stay away from the enabled place you will get a lagi bypassed without blink.
blink is stupid, When you stay away from the enabled place you will get a lag
Tell me how i should use blink properley. Im 99% sure blink is not a solution, I Asked a lot of people, they said DO not send C13's EVERy tick, or it will ban. You have to send it every certain amount of tickss, which i dont know.?
Also do u know how the new disabler works or what do you mean with "I bypassed without blink." ?
I don't think there is another way to get C13 working without blink.
Tell me how i should use blink properley. Im 99% sure blink is not a solution, I Asked a lot of people, they said DO not send C13's EVERy tick, or it will ban. You have to send it every certain amount of tickss, which i dont know.
Try to find your own way?
Also do u know how the new disabler works or what do you mean with "I bypassed without blink." ?
I don't think there is another way to get C13 working without blink.
Tell me how i should use blink properley. Im 99% sure blink is not a solution, I Asked a lot of people, they said DO not send C13's EVERy tick, or it will ban. You have to send it every certain amount of tickss, which i dont know.
@SubscribeEvent
public void onPacketSend(EventPacketSend e) {
if (this.mode.getValue().equals(FlyMode.Hypixel)) {
/*if (e.getPacket() instanceof C03PacketPlayer)
((C03PacketPlayer) e.getPacket()).onGround = true;
if ((e.getPacket() instanceof C0APacketAnimation || e.getPacket() instanceof C03PacketPlayer || e.getPacket() instanceof C03PacketPlayer.C04PacketPlayerPosition ||
e.getPacket() instanceof C03PacketPlayer.C06PacketPlayerPosLook || e.getPacket() instanceof C08PacketPlayerBlockPlacement || e.getPacket() instanceof C07PacketPlayerDigging
|| e.getPacket() instanceof C0BPacketEntityAction || e.getPacket() instanceof C02PacketUseEntity)) {
this.packets.add(e.getPacket());
e.setCancelled(true);
}*/
}
if (this.mode.getValue().equals(FlyMode.Hypixel)) {
/* if (mc.theWorld != null) {
Iterator var3 = this.packets.iterator();
while (var3.hasNext()) {
Packet packet = (Packet) var3.next();
mc.thePlayer.sendQueue.addToSendQueueWithOutEvent(packet);
}
}
this.packets.clear();*/
}