Подведи собственные итоги года совместно с YOUGAME и забери ценные призы! Перейти

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

  • Автор темы Автор темы plazmee
  • Дата начала Дата начала
Начинающий
Начинающий
Статус
Оффлайн
Регистрация
16 Сен 2022
Сообщения
19
Реакции
0
Лютейший никас, я же просил тебя меня разбанить...

Java:
Expand Collapse Copy
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();
            }
        }
    }
 
так овнер уже слил сурсы 2.1 версии
/del
да и вообще, это сурсы патрика
 
Лютейший никас, я же просил тебя меня разбанить...

Java:
Expand Collapse Copy
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();
            }
        }
    }
хуйня паста из катлаван клиент
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Лютейший никас, я же просил тебя меня разбанить...

Java:
Expand Collapse Copy
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 ?
 
Лютейший никас, я же просил тебя меня разбанить...

Java:
Expand Collapse Copy
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();
            }
        }
    }

ахах сурс патрика, так еще и старые кэт стрейфы
 
блять ты умный ты мне на старый ак писал хах
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Лютейший никас, я же просил тебя меня разбанить...

Java:
Expand Collapse Copy
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 Смысл выкладывать если сурсы и так на юг?
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Назад
Сверху Снизу