Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

help

masterof13fpsfan

New member
Joined
Jan 23, 2022
Messages
68
Reaction score
7
Points
0
hello, i have a problem with sending packet poll.
ex:
PacketUtil.sendPacket(packets.poll);

it fucks the fps

can someone help me please
 
What does the sendPacket method contain and in what code is around "PacketUtil.sendPacket(packets.poll);" ?


shut the fuck up
public static void sendPacket(Packet packet) {
mc.getNetHandler().getNetworkManager().sendPacket(packet);
}

------
if (packets.size() > 300) {
PacketUtil.sendPacket(packets.poll);
}
 
public static void sendPacket(Packet packet) {
mc.getNetHandler().getNetworkManager().sendPacket(packet);
}

------
if (packets.size() > 300) {
PacketUtil.sendPacket(packets.poll);
}
why would you send additional packets in the first place? You'll get flagged on most anticheats for sending more packets than default minecraft?
 
why would you send additional packets in the first place? You'll get flagged on most anticheats for sending more packets than default minecraft?
this disabler is not my one, its flycode's disabler. so idk why he did that
 
He did that because of blink probably, since most Verus Disablers disable some Packets for some time
 
bro he is literally my friend fuck off
how about you going to fuck off? spamming the forum with useless trashy threads to ask other people to fix the pasted code that is autobanning
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top