Исходник Спиды с элитрами под RW из Vendex 2.1 | Expensive Ready

Начинающий
Статус
Оффлайн
Регистрация
16 Сен 2022
Сообщения
19
Реакции[?]
0
Поинты[?]
0

Перед прочтением основного контента ниже, пожалуйста, обратите внимание на обновление внутри секции Майна на нашем форуме. У нас появились:

  • бесплатные читы для Майнкрафт — любое использование на свой страх и риск;
  • маркетплейс Майнкрафт — абсолютно любая коммерция, связанная с игрой, за исключением продажи читов (аккаунты, предоставления услуг, поиск кодеров читов и так далее);
  • приватные читы для Minecraft — в этом разделе только платные хаки для игры, покупайте группу "Продавец" и выставляйте на продажу свой софт;
  • обсуждения и гайды — всё тот же раздел с вопросами, но теперь модернизированный: поиск нужных хаков, пати с игроками-читерами и другая полезная информация.

Спасибо!

Лютейший никас, я же просил тебя меня разбанить...

Java:
public void onEvent(final Event event) {
        if (event instanceof EventUpdate) {
            if (InventoryUtil.getItemSlot(Items.FIREWORK_ROCKET) == -1) {
                return;
            }
            if (!InventoryUtil.doesHotbarHaveItem(Items.ELYTRA)) {
                return;
            }
            if (CatSpeed.mc.player.isOnGround()) {
                this.groundStart = true;
            }
            if (CatSpeed.mc.player.isElytraFlying()) {
                final float floatValue = this.speedBoost.getValue().floatValue();
                final Vector3d motion = CatSpeed.mc.player.getMotion();
                motion.x *= floatValue;
                final Vector3d motion2 = CatSpeed.mc.player.getMotion();
                motion2.z *= floatValue;
            }
            if (CatSpeed.mc.player.fallDistance != 0.0f && !CatSpeed.mc.player.isElytraFlying() && this.groundStart && this.timerUtil.hasTimeElapsed(100L)) {
                this.groundStart = false;
                for (int i = 0; i < 36; ++i) {
                    if (CatSpeed.mc.player.inventory.getStackInSlot(i).getItem() == Items.ELYTRA) {
                        CatSpeed.mc.playerController.windowClick(0, 6, i, ClickType.SWAP, CatSpeed.mc.player);
                        final ClientPlayNetHandler connection = CatSpeed.mc.player.connection;
                        connection.sendPacket(new CEntityActionPacket(CatSpeed.mc.player, CEntityActionPacket.Action.START_FALL_FLYING));
                        CatSpeed.mc.playerController.windowClick(0, 6, i, ClickType.SWAP, CatSpeed.mc.player);
                        InventoryUtil.inventorySwapClick(Items.FIREWORK_ROCKET);
                    }
                }
                this.timerUtil.reset();
            }
        }
    }
 
Начинающий
Статус
Оффлайн
Регистрация
21 Июл 2023
Сообщения
449
Реакции[?]
9
Поинты[?]
11K
так овнер уже слил сурсы 2.1 версии
/del
да и вообще, это сурсы патрика
 
Начинающий
Статус
Оффлайн
Регистрация
5 Апр 2023
Сообщения
389
Реакции[?]
1
Поинты[?]
2K
Лютейший никас, я же просил тебя меня разбанить...

Java:
public void onEvent(final Event event) {
        if (event instanceof EventUpdate) {
            if (InventoryUtil.getItemSlot(Items.FIREWORK_ROCKET) == -1) {
                return;
            }
            if (!InventoryUtil.doesHotbarHaveItem(Items.ELYTRA)) {
                return;
            }
            if (CatSpeed.mc.player.isOnGround()) {
                this.groundStart = true;
            }
            if (CatSpeed.mc.player.isElytraFlying()) {
                final float floatValue = this.speedBoost.getValue().floatValue();
                final Vector3d motion = CatSpeed.mc.player.getMotion();
                motion.x *= floatValue;
                final Vector3d motion2 = CatSpeed.mc.player.getMotion();
                motion2.z *= floatValue;
            }
            if (CatSpeed.mc.player.fallDistance != 0.0f && !CatSpeed.mc.player.isElytraFlying() && this.groundStart && this.timerUtil.hasTimeElapsed(100L)) {
                this.groundStart = false;
                for (int i = 0; i < 36; ++i) {
                    if (CatSpeed.mc.player.inventory.getStackInSlot(i).getItem() == Items.ELYTRA) {
                        CatSpeed.mc.playerController.windowClick(0, 6, i, ClickType.SWAP, CatSpeed.mc.player);
                        final ClientPlayNetHandler connection = CatSpeed.mc.player.connection;
                        connection.sendPacket(new CEntityActionPacket(CatSpeed.mc.player, CEntityActionPacket.Action.START_FALL_FLYING));
                        CatSpeed.mc.playerController.windowClick(0, 6, i, ClickType.SWAP, CatSpeed.mc.player);
                        InventoryUtil.inventorySwapClick(Items.FIREWORK_ROCKET);
                    }
                }
                this.timerUtil.reset();
            }
        }
    }[/CODE
[QUOTE="plazmee, post: 3042128, member: 926484"]
Лютейший никас, я же просил тебя меня разбанить...

[CODE=java]public void onEvent(final Event event) {
        if (event instanceof EventUpdate) {
            if (InventoryUtil.getItemSlot(Items.FIREWORK_ROCKET) == -1) {
                return;
            }
            if (!InventoryUtil.doesHotbarHaveItem(Items.ELYTRA)) {
                return;
            }
            if (CatSpeed.mc.player.isOnGround()) {
                this.groundStart = true;
            }
            if (CatSpeed.mc.player.isElytraFlying()) {
                final float floatValue = this.speedBoost.getValue().floatValue();
                final Vector3d motion = CatSpeed.mc.player.getMotion();
                motion.x *= floatValue;
                final Vector3d motion2 = CatSpeed.mc.player.getMotion();
                motion2.z *= floatValue;
            }
            if (CatSpeed.mc.player.fallDistance != 0.0f && !CatSpeed.mc.player.isElytraFlying() && this.groundStart && this.timerUtil.hasTimeElapsed(100L)) {
                this.groundStart = false;
                for (int i = 0; i < 36; ++i) {
                    if (CatSpeed.mc.player.inventory.getStackInSlot(i).getItem() == Items.ELYTRA) {
                        CatSpeed.mc.playerController.windowClick(0, 6, i, ClickType.SWAP, CatSpeed.mc.player);
                        final ClientPlayNetHandler connection = CatSpeed.mc.player.connection;
                        connection.sendPacket(new CEntityActionPacket(CatSpeed.mc.player, CEntityActionPacket.Action.START_FALL_FLYING));
                        CatSpeed.mc.playerController.windowClick(0, 6, i, ClickType.SWAP, CatSpeed.mc.player);
                        InventoryUtil.inventorySwapClick(Items.FIREWORK_ROCKET);
                    }
                }
                this.timerUtil.reset();
            }
        }
    }
хуйня паста из катлаван клиент
 
Забаненный
Статус
Оффлайн
Регистрация
29 Дек 2023
Сообщения
138
Реакции[?]
1
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Лютейший никас, я же просил тебя меня разбанить...

Java:
public void onEvent(final Event event) {
        if (event instanceof EventUpdate) {
            if (InventoryUtil.getItemSlot(Items.FIREWORK_ROCKET) == -1) {
                return;
            }
            if (!InventoryUtil.doesHotbarHaveItem(Items.ELYTRA)) {
                return;
            }
            if (CatSpeed.mc.player.isOnGround()) {
                this.groundStart = true;
            }
            if (CatSpeed.mc.player.isElytraFlying()) {
                final float floatValue = this.speedBoost.getValue().floatValue();
                final Vector3d motion = CatSpeed.mc.player.getMotion();
                motion.x *= floatValue;
                final Vector3d motion2 = CatSpeed.mc.player.getMotion();
                motion2.z *= floatValue;
            }
            if (CatSpeed.mc.player.fallDistance != 0.0f && !CatSpeed.mc.player.isElytraFlying() && this.groundStart && this.timerUtil.hasTimeElapsed(100L)) {
                this.groundStart = false;
                for (int i = 0; i < 36; ++i) {
                    if (CatSpeed.mc.player.inventory.getStackInSlot(i).getItem() == Items.ELYTRA) {
                        CatSpeed.mc.playerController.windowClick(0, 6, i, ClickType.SWAP, CatSpeed.mc.player);
                        final ClientPlayNetHandler connection = CatSpeed.mc.player.connection;
                        connection.sendPacket(new CEntityActionPacket(CatSpeed.mc.player, CEntityActionPacket.Action.START_FALL_FLYING));
                        CatSpeed.mc.playerController.windowClick(0, 6, i, ClickType.SWAP, CatSpeed.mc.player);
                        InventoryUtil.inventorySwapClick(Items.FIREWORK_ROCKET);
                    }
                }
                this.timerUtil.reset();
            }
        }
    }
не подскажешь где именно находится этот код. в speed ?
 
Начинающий
Статус
Оффлайн
Регистрация
20 Янв 2023
Сообщения
40
Реакции[?]
0
Поинты[?]
0
Лютейший никас, я же просил тебя меня разбанить...

Java:
public void onEvent(final Event event) {
        if (event instanceof EventUpdate) {
            if (InventoryUtil.getItemSlot(Items.FIREWORK_ROCKET) == -1) {
                return;
            }
            if (!InventoryUtil.doesHotbarHaveItem(Items.ELYTRA)) {
                return;
            }
            if (CatSpeed.mc.player.isOnGround()) {
                this.groundStart = true;
            }
            if (CatSpeed.mc.player.isElytraFlying()) {
                final float floatValue = this.speedBoost.getValue().floatValue();
                final Vector3d motion = CatSpeed.mc.player.getMotion();
                motion.x *= floatValue;
                final Vector3d motion2 = CatSpeed.mc.player.getMotion();
                motion2.z *= floatValue;
            }
            if (CatSpeed.mc.player.fallDistance != 0.0f && !CatSpeed.mc.player.isElytraFlying() && this.groundStart && this.timerUtil.hasTimeElapsed(100L)) {
                this.groundStart = false;
                for (int i = 0; i < 36; ++i) {
                    if (CatSpeed.mc.player.inventory.getStackInSlot(i).getItem() == Items.ELYTRA) {
                        CatSpeed.mc.playerController.windowClick(0, 6, i, ClickType.SWAP, CatSpeed.mc.player);
                        final ClientPlayNetHandler connection = CatSpeed.mc.player.connection;
                        connection.sendPacket(new CEntityActionPacket(CatSpeed.mc.player, CEntityActionPacket.Action.START_FALL_FLYING));
                        CatSpeed.mc.playerController.windowClick(0, 6, i, ClickType.SWAP, CatSpeed.mc.player);
                        InventoryUtil.inventorySwapClick(Items.FIREWORK_ROCKET);
                    }
                }
                this.timerUtil.reset();
            }
        }
    }
ахах сурс патрика, так еще и старые кэт стрейфы
 
Начинающий
Статус
Оффлайн
Регистрация
23 Сен 2023
Сообщения
56
Реакции[?]
0
Поинты[?]
1K
Лютейший никас, я же просил тебя меня разбанить...

Java:
public void onEvent(final Event event) {
        if (event instanceof EventUpdate) {
            if (InventoryUtil.getItemSlot(Items.FIREWORK_ROCKET) == -1) {
                return;
            }
            if (!InventoryUtil.doesHotbarHaveItem(Items.ELYTRA)) {
                return;
            }
            if (CatSpeed.mc.player.isOnGround()) {
                this.groundStart = true;
            }
            if (CatSpeed.mc.player.isElytraFlying()) {
                final float floatValue = this.speedBoost.getValue().floatValue();
                final Vector3d motion = CatSpeed.mc.player.getMotion();
                motion.x *= floatValue;
                final Vector3d motion2 = CatSpeed.mc.player.getMotion();
                motion2.z *= floatValue;
            }
            if (CatSpeed.mc.player.fallDistance != 0.0f && !CatSpeed.mc.player.isElytraFlying() && this.groundStart && this.timerUtil.hasTimeElapsed(100L)) {
                this.groundStart = false;
                for (int i = 0; i < 36; ++i) {
                    if (CatSpeed.mc.player.inventory.getStackInSlot(i).getItem() == Items.ELYTRA) {
                        CatSpeed.mc.playerController.windowClick(0, 6, i, ClickType.SWAP, CatSpeed.mc.player);
                        final ClientPlayNetHandler connection = CatSpeed.mc.player.connection;
                        connection.sendPacket(new CEntityActionPacket(CatSpeed.mc.player, CEntityActionPacket.Action.START_FALL_FLYING));
                        CatSpeed.mc.playerController.windowClick(0, 6, i, ClickType.SWAP, CatSpeed.mc.player);
                        InventoryUtil.inventorySwapClick(Items.FIREWORK_ROCKET);
                    }
                }
                this.timerUtil.reset();
            }
        }
    }
/del Смысл выкладывать если сурсы и так на юг?
 
Сверху Снизу