Исходник Speed Near for Funtime excellent ready

Начинающий
Статус
Оффлайн
Регистрация
6 Дек 2023
Сообщения
112
Реакции[?]
0
Поинты[?]
0
Начинающий
Статус
Оффлайн
Регистрация
6 Июл 2024
Сообщения
35
Реакции[?]
2
Поинты[?]
1K
JavaScript:
package dev.excellent.client.module.impl.movement;

import dev.excellent.api.event.impl.player.UpdateEvent;
import dev.excellent.api.interfaces.event.Listener;
import dev.excellent.client.module.api.Category;
import dev.excellent.client.module.api.Module;
import dev.excellent.client.module.api.ModuleInfo;
import dev.excellent.impl.util.time.TimerUtil;
import dev.excellent.impl.value.impl.ModeValue;
import dev.excellent.impl.value.mode.SubMode;

import net.minecraft.entity.LivingEntity;
import net.minecraft.entity.item.ArmorStandEntity;
import net.minecraft.util.math.AxisAlignedBB;

@ModuleInfo(name = "Speed", description = "Позволяет вам быстро бегать.", category = Category.MOVEMENT)
public class Speed extends Module {
    public final ModeValue mode = new ModeValue("Режим", this)
            .add(
                    new SubMode("Funtime")
            ).setDefault("Funtime");

    @Override
    protected void onEnable() {
        super.onEnable();
    }

    @Override
    protected void onDisable() {
        super.onDisable();
        mc.timer.resetSpeed();
    }





    {
    };
    private final Listener<UpdateEvent> onUpdate = event -> {
        if (mode.is("Funtime")) {
            handleGrim();
        }
        {

        }
        {
            {

            }
            {
            }
            {
            }

            }
        {
    }};

    private void handleGrim() {
        AxisAlignedBB aabb = mc.player.getBoundingBox().grow(0.1);
        int armorstans = mc.world.getEntitiesWithinAABB(ArmorStandEntity.class, aabb).size();
        boolean canBoost = armorstans > 1
                || mc.world.getEntitiesWithinAABB(LivingEntity.class, aabb).size() > 1;
        if (canBoost) {
            if (!mc.player.isOnGround()) {
                mc.player.jumpMovementFactor = armorstans > 1 ? 1F / armorstans : 0.16F;
            }
        }
    }

    private final TimerUtil timerUtil = TimerUtil.create();
    private boolean boosting;


    {}

    @Override
    public String getSuffix() {
        return mode.getValue().getName();
    }

    {
    }
}
Спиды под фт excellent ready
как же сложно было взять код с таргет стрейфов да и еще кривой
 
Начинающий
Статус
Оффлайн
Регистрация
14 Июн 2023
Сообщения
77
Реакции[?]
0
Поинты[?]
0
у тебя мозг меньше чем орех? ты думаешь НИКТО ВООБЩЕ из модеров на фт не додумается зайти на самый популярный сайт по софтам в снг и чекнуть тему майна?))) лечись иди
я промолчу, айкью камня >= твой айкью
 
Начинающий
Статус
Оффлайн
Регистрация
23 Апр 2024
Сообщения
12
Реакции[?]
0
Поинты[?]
0
JavaScript:
package dev.excellent.client.module.impl.movement;

import dev.excellent.api.event.impl.player.UpdateEvent;
import dev.excellent.api.interfaces.event.Listener;
import dev.excellent.client.module.api.Category;
import dev.excellent.client.module.api.Module;
import dev.excellent.client.module.api.ModuleInfo;
import dev.excellent.impl.util.time.TimerUtil;
import dev.excellent.impl.value.impl.ModeValue;
import dev.excellent.impl.value.mode.SubMode;

import net.minecraft.entity.LivingEntity;
import net.minecraft.entity.item.ArmorStandEntity;
import net.minecraft.util.math.AxisAlignedBB;

@ModuleInfo(name = "Speed", description = "Позволяет вам быстро бегать.", category = Category.MOVEMENT)
public class Speed extends Module {
    public final ModeValue mode = new ModeValue("Режим", this)
            .add(
                    new SubMode("Funtime")
            ).setDefault("Funtime");

    @Override
    protected void onEnable() {
        super.onEnable();
    }

    @Override
    protected void onDisable() {
        super.onDisable();
        mc.timer.resetSpeed();
    }





    {
    };
    private final Listener<UpdateEvent> onUpdate = event -> {
        if (mode.is("Funtime")) {
            handleGrim();
        }
        {

        }
        {
            {

            }
            {
            }
            {
            }

            }
        {
    }};

    private void handleGrim() {
        AxisAlignedBB aabb = mc.player.getBoundingBox().grow(0.1);
        int armorstans = mc.world.getEntitiesWithinAABB(ArmorStandEntity.class, aabb).size();
        boolean canBoost = armorstans > 1
                || mc.world.getEntitiesWithinAABB(LivingEntity.class, aabb).size() > 1;
        if (canBoost) {
            if (!mc.player.isOnGround()) {
                mc.player.jumpMovementFactor = armorstans > 1 ? 1F / armorstans : 0.16F;
            }
        }
    }

    private final TimerUtil timerUtil = TimerUtil.create();
    private boolean boosting;


    {}

    @Override
    public String getSuffix() {
        return mode.getValue().getName();
    }

    {
    }
}
Спиды под фт excellent ready
Зачем? /del:NotLikeThis:
 
Сверху Снизу