Welcome on MasterOf13FPS! MasterOf13FPS

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

Client norules v3 pit rofl

Auxy

Member
Joined
Jan 4, 2022
Messages
77
Reaction score
28
Points
18
Location
in Felix Keller
Java:
if (e.isPre()) {
            int slot = -1;
            for (int i = 0; i < 9; i++) {
                final ItemStack stack = mc.thePlayer.inventory.getStackInSlot(i);
                if (stack != null && stack.getItem() instanceof ItemBlock && ((ItemBlock) stack.getItem()).getBlock() == Blocks.anvil) {
                    slot = i;
                    break;
                }
            }
            if (slot != -1) {
                if (mc.thePlayer.inventory.currentItem != slot)
                    mc.getNetHandler().addToSendQueue(new C09PacketHeldItemChange(slot));
                for (int i = 0; i < 8; i++)
                    mc.getNetHandler().addToSendQueue(new C08PacketPlayerBlockPlacement(new BlockPos(mc.thePlayer).down(), 1, null, 0, 1, 0));
                if (mc.thePlayer.inventory.currentItem != slot)
                    mc.getNetHandler().addToSendQueue(new C09PacketHeldItemChange(mc.thePlayer.inventory.currentItem));
            }
        }



join norules pit and get a anvil (from your head) then toggle the module and every player will hear a hot loud anvil sound
(it makes no sense to post this because no one cares but i need to post smth 👍 )

Skidded From Daddy Solastis and monkey error aka david
 
Last edited:
🖕
why you leak my crazy exploit!!
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top