EcExploit | MCP 1.16.5 | Лютый байпасс :)

Начинающий
Начинающий
Статус
Оффлайн
Регистрация
30 Май 2023
Сообщения
9
Реакции
0
Байпасит RW | HolyWorld | FunTime

Код:
Expand Collapse Copy
@ModuleInfo(
        name = "EcExploit",
        category = Category.MISC,
        description = "Какая то хуета под ногами"
)
@Getter
@Setter
public class EcExploit extends Module {
    private ContainerScreen container;

    @EventLink()
    public final Listener<PacketReceiveEvent> onPlayerUpdate = event -> {
        if (mc.currentScreen instanceof ChestScreen) container = (ContainerScreen) mc.currentScreen;
        if (InputMappings.isKeyDown(mc.getMainWindow().getHandle(), GLFW.GLFW_KEY_INSERT) && container != null)  mc.displayScreen(container);
        if (event.packet instanceof CCloseWindowPacket) event.setCancelled(true);
        if (event.packet instanceof SCloseWindowPacket) container = null;
    };
}
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
мож кинуть весь код?)
 
Байпасит RW | HolyWorld | FunTime

Код:
Expand Collapse Copy
@ModuleInfo(
        name = "EcExploit",
        category = Category.MISC,
        description = "Какая то хуета под ногами"
)
@Getter
@Setter
public class EcExploit extends Module {
    private ContainerScreen container;

    @EventLink()
    public final Listener<PacketReceiveEvent> onPlayerUpdate = event -> {
        if (mc.currentScreen instanceof ChestScreen) container = (ContainerScreen) mc.currentScreen;
        if (InputMappings.isKeyDown(mc.getMainWindow().getHandle(), GLFW.GLFW_KEY_INSERT) && container != null)  mc.displayScreen(container);
        if (event.packet instanceof CCloseWindowPacket) event.setCancelled(true);
        if (event.packet instanceof SCloseWindowPacket) container = null;
    };
}
Дайте EventLink
 
Байпасит RW | HolyWorld | FunTime

Код:
Expand Collapse Copy
@ModuleInfo(
        name = "EcExploit",
        category = Category.MISC,
        description = "Какая то хуета под ногами"
)
@Getter
@Setter
public class EcExploit extends Module {
    private ContainerScreen container;

    @EventLink()
    public final Listener<PacketReceiveEvent> onPlayerUpdate = event -> {
        if (mc.currentScreen instanceof ChestScreen) container = (ContainerScreen) mc.currentScreen;
        if (InputMappings.isKeyDown(mc.getMainWindow().getHandle(), GLFW.GLFW_KEY_INSERT) && container != null)  mc.displayScreen(container);
        if (event.packet instanceof CCloseWindowPacket) event.setCancelled(true);
        if (event.packet instanceof SCloseWindowPacket) container = null;
    };
}
и что он делает типо ек открывает в кт? или что
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Байпасит RW | HolyWorld | FunTime

Код:
Expand Collapse Copy
@ModuleInfo(
        name = "EcExploit",
        category = Category.MISC,
        description = "Какая то хуета под ногами"
)
@Getter
@Setter
public class EcExploit extends Module {
    private ContainerScreen container;

    @EventLink()
    public final Listener<PacketReceiveEvent> onPlayerUpdate = event -> {
        if (mc.currentScreen instanceof ChestScreen) container = (ContainerScreen) mc.currentScreen;
        if (InputMappings.isKeyDown(mc.getMainWindow().getHandle(), GLFW.GLFW_KEY_INSERT) && container != null)  mc.displayScreen(container);
        if (event.packet instanceof CCloseWindowPacket) event.setCancelled(true);
        if (event.packet instanceof SCloseWindowPacket) container = null;
    };
}
что блять за ecexploit в первые слышу, что это вообще делает и что оно дает?
 
что блять за ecexploit в первые слышу, что это вообще делает и что оно дает?
вроде когда ты ендер чест закрываешь и нажимаешь на кнопку с биндом, то ендер чест открывается
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Байпасит RW | HolyWorld | FunTime

Код:
Expand Collapse Copy
@ModuleInfo(
        name = "EcExploit",
        category = Category.MISC,
        description = "Какая то хуета под ногами"
)
@Getter
@Setter
public class EcExploit extends Module {
    private ContainerScreen container;

    @EventLink()
    public final Listener<PacketReceiveEvent> onPlayerUpdate = event -> {
        if (mc.currentScreen instanceof ChestScreen) container = (ContainerScreen) mc.currentScreen;
        if (InputMappings.isKeyDown(mc.getMainWindow().getHandle(), GLFW.GLFW_KEY_INSERT) && container != null)  mc.displayScreen(container);
        if (event.packet instanceof CCloseWindowPacket) event.setCancelled(true);
        if (event.packet instanceof SCloseWindowPacket) container = null;
    };
}
кинь с импортами) хочу сделать супер пупер пасту сокола
 
а какой смысл от этого? Всё равно не можешь кликать по слотам
 
Назад
Сверху Снизу