Criticals | MCP 1.16.5

Начинающий
Статус
Онлайн
Регистрация
19 Ноя 2023
Сообщения
211
Реакции[?]
2
Поинты[?]
2K
Сливаю от Sertyo

Criticals.java:
public void attack() {
        //Bypass Fabos
        //Make for ready 1.16.5 mcp Sertyo
        ClientPlayerEntity player = mc.player;

        if (player.isOnGround()) {
            mc.getConnection().sendPacket(new CPlayerPacket.PositionRotationPacket(player.getPosX(), player.getPosY() + 1e-8, player.getPosZ(), player.rotationYaw, player.rotationPitch, false));
            mc.getConnection().sendPacket(new CPlayerPacket.PositionRotationPacket(player.getPosX(), player.getPosY() - 1e-9, player.getPosZ(), player.rotationYaw, player.rotationPitch, false));

            if (!player.isHandActive()) {
                mc.getConnection().sendPacket(new CPlayerTryUseItemPacket(Hand.OFF_HAND));
                mc.playerController.onStoppedUsingItem(player);
            }
        } else {
            mc.getConnection().sendPacket(new CPlayerPacket.PositionRotationPacket(player.getPosX(), player.getPosY() - 1e-9, player.getPosZ(), player.rotationYaw, player.rotationPitch, false));

            if (!player.isHandActive()) {
                mc.getConnection().sendPacket(new CPlayerTryUseItemPacket(Hand.OFF_HAND));
                mc.playerController.onStoppedUsingItem(player);
            }
        }
    }
 
Начинающий
Статус
Оффлайн
Регистрация
15 Июл 2024
Сообщения
43
Реакции[?]
0
Поинты[?]
1K
Сливаю от Sertyo

Criticals.java:
public void attack() {
        //Bypass Fabos
        //Make for ready 1.16.5 mcp Sertyo
        ClientPlayerEntity player = mc.player;

        if (player.isOnGround()) {
            mc.getConnection().sendPacket(new CPlayerPacket.PositionRotationPacket(player.getPosX(), player.getPosY() + 1e-8, player.getPosZ(), player.rotationYaw, player.rotationPitch, false));
            mc.getConnection().sendPacket(new CPlayerPacket.PositionRotationPacket(player.getPosX(), player.getPosY() - 1e-9, player.getPosZ(), player.rotationYaw, player.rotationPitch, false));

            if (!player.isHandActive()) {
                mc.getConnection().sendPacket(new CPlayerTryUseItemPacket(Hand.OFF_HAND));
                mc.playerController.onStoppedUsingItem(player);
            }
        } else {
            mc.getConnection().sendPacket(new CPlayerPacket.PositionRotationPacket(player.getPosX(), player.getPosY() - 1e-9, player.getPosZ(), player.rotationYaw, player.rotationPitch, false));

            if (!player.isHandActive()) {
                mc.getConnection().sendPacket(new CPlayerTryUseItemPacket(Hand.OFF_HAND));
                mc.playerController.onStoppedUsingItem(player);
            }
        }
    }
что это чудовище обходит
 
Забаненный
Статус
Оффлайн
Регистрация
10 Май 2023
Сообщения
804
Реакции[?]
9
Поинты[?]
3K
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Сверху Снизу