Исходник EcExploit | MCP 1.16.5 | Лютый байпасс :)

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

Код:
@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;
    };
}
 
Начинающий
Статус
Оффлайн
Регистрация
26 Янв 2023
Сообщения
122
Реакции[?]
1
Поинты[?]
1K
Байпасит RW | HolyWorld | FunTime

Код:
@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
 
Начинающий
Статус
Оффлайн
Регистрация
12 Сен 2022
Сообщения
309
Реакции[?]
8
Поинты[?]
3K
Байпасит RW | HolyWorld | FunTime

Код:
@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;
    };
}
и что он делает типо ек открывает в кт? или что
 
Пользователь
Статус
Оффлайн
Регистрация
23 Авг 2021
Сообщения
521
Реакции[?]
53
Поинты[?]
20K
Байпасит RW | HolyWorld | FunTime

Код:
@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 в первые слышу, что это вообще делает и что оно дает?
 
Начинающий
Статус
Оффлайн
Регистрация
21 Июл 2022
Сообщения
89
Реакции[?]
1
Поинты[?]
0
что блять за ecexploit в первые слышу, что это вообще делает и что оно дает?
вроде когда ты ендер чест закрываешь и нажимаешь на кнопку с биндом, то ендер чест открывается
 
Начинающий
Статус
Оффлайн
Регистрация
8 Июн 2023
Сообщения
244
Реакции[?]
1
Поинты[?]
1K
Байпасит RW | HolyWorld | FunTime

Код:
@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;
    };
}
кинь с импортами) хочу сделать супер пупер пасту сокола
 
Пользователь
Статус
Оффлайн
Регистрация
23 Авг 2021
Сообщения
521
Реакции[?]
53
Поинты[?]
20K
Сверху Снизу