|
|
|
Menu: Index page News Gallery List of pages |
InfDurability.
InfDurability is an exploit that prevents items from losing durability when breaking a block. As of 2Beta2T, implementations mostly rely on intercepting packet 14 - "BlockDig". So, when a player starts breaking a block, the exploit intercepts it and quickly switches to another slot. It then sends the block breaking packet (without any additional processing) to the server and switches back to the desired tool. Here's an example implementation in the Rose cheat client:
if (!event.serverBound()) return;
if (!(event.packet() instanceof Packet14BlockDig packet)) return;
if (packet.status == 0 && mode.value().equals(Mode.NoCheat))
mc.getSendQueue().addToSendQueue(new
|
|
:: BitByByte (c) 2026 :: |
|