Исходник Время | Expensive 2.0

Новичок
Статус
Оффлайн
Регистрация
8 Янв 2024
Сообщения
1
Реакции[?]
0
Поинты[?]
0

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

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

Спасибо!

Всем приветик, чисто тема для таких пастеров как я которые хотят добавить не нужную функцию в свой читикс!

Думаю разберетесь что и как подключить <3

SS -
Пожалуйста, авторизуйтесь для просмотра ссылки.
(no ad)

Code:

Код:
    public Dragging TimeRendering = Initilization.createDrag(this, "TimeRender", 200, 50);

    private int onTimeRender = 0;

    private void onTimeRender(final MatrixStack stack, final EventRender renderEvent) {

        float posX = TimeRendering.getX();
        float posY = TimeRendering.getY();

        int headerHeight = 14;
        int width = 100;
        int offset = 10;


        StringBuilder titleText = new StringBuilder("  TIME");

        if (watermarkElement.get(0)) {
            titleText.append(" - ");
            LocalTime time = LocalTime.now();
            DateTimeFormatter formatter = DateTimeFormatter.ofPattern("HH:mm:ss");
            titleText.append(time.format(formatter));
        }

        final float x = posX, y = posY, titleWidth = Fonts.gilroyBold[12].getWidth(titleText.toString()) + 6, titleHeight = 12;

        int firstColor = ColorUtil.getColorStyle(0);
        int secondColor = ColorUtil.getColorStyle(90);

        RenderUtil.Render2D.drawShadow(posX, posY, titleWidth, titleHeight, 10, firstColor, secondColor, ColorUtil.getColorStyle(180), ColorUtil.getColorStyle(270));

        RenderUtil.Render2D.drawGradientRound(posX, posY, titleWidth, titleHeight, 3, firstColor, secondColor, ColorUtil.getColorStyle(180), ColorUtil.getColorStyle(270));

        RenderUtil.Render2D.drawRoundedRect(TimeRendering.getX(), posY, titleWidth, titleHeight, 2.5f, rgba(21, 21, 21, 200));

        Fonts.gilroyBold[12].drawString(stack, titleText.toString(), TimeRendering.getX(), y + Fonts.gilroyBold[12].getFontHeight() / 2f + 1, -1);

        TimeRendering.setWidth(width);
        TimeRendering.setHeight(onTimeRender * offset + headerHeight);
    }
 
Начинающий
Статус
Оффлайн
Регистрация
31 Июл 2022
Сообщения
409
Реакции[?]
17
Поинты[?]
22K
Всем приветик, чисто тема для таких пастеров как я которые хотят добавить не нужную функцию в свой читикс!

Думаю разберетесь что и как подключить <3

SS -
Пожалуйста, авторизуйтесь для просмотра ссылки.
(no ad)

Code:

Код:
    public Dragging TimeRendering = Initilization.createDrag(this, "TimeRender", 200, 50);

    private int onTimeRender = 0;

    private void onTimeRender(final MatrixStack stack, final EventRender renderEvent) {

        float posX = TimeRendering.getX();
        float posY = TimeRendering.getY();

        int headerHeight = 14;
        int width = 100;
        int offset = 10;


        StringBuilder titleText = new StringBuilder("  TIME");

        if (watermarkElement.get(0)) {
            titleText.append(" - ");
            LocalTime time = LocalTime.now();
            DateTimeFormatter formatter = DateTimeFormatter.ofPattern("HH:mm:ss");
            titleText.append(time.format(formatter));
        }

        final float x = posX, y = posY, titleWidth = Fonts.gilroyBold[12].getWidth(titleText.toString()) + 6, titleHeight = 12;

        int firstColor = ColorUtil.getColorStyle(0);
        int secondColor = ColorUtil.getColorStyle(90);

        RenderUtil.Render2D.drawShadow(posX, posY, titleWidth, titleHeight, 10, firstColor, secondColor, ColorUtil.getColorStyle(180), ColorUtil.getColorStyle(270));

        RenderUtil.Render2D.drawGradientRound(posX, posY, titleWidth, titleHeight, 3, firstColor, secondColor, ColorUtil.getColorStyle(180), ColorUtil.getColorStyle(270));

        RenderUtil.Render2D.drawRoundedRect(TimeRendering.getX(), posY, titleWidth, titleHeight, 2.5f, rgba(21, 21, 21, 200));

        Fonts.gilroyBold[12].drawString(stack, titleText.toString(), TimeRendering.getX(), y + Fonts.gilroyBold[12].getFontHeight() / 2f + 1, -1);

        TimeRendering.setWidth(width);
        TimeRendering.setHeight(onTimeRender * offset + headerHeight);
    }
NURSULTAN TECH$$$$$$$$$
 
Начинающий
Статус
Оффлайн
Регистрация
2 Янв 2024
Сообщения
69
Реакции[?]
1
Поинты[?]
0
Всем приветик, чисто тема для таких пастеров как я которые хотят добавить не нужную функцию в свой читикс!

Думаю разберетесь что и как подключить <3

SS -
Пожалуйста, авторизуйтесь для просмотра ссылки.
(no ad)

Code:

Код:
    public Dragging TimeRendering = Initilization.createDrag(this, "TimeRender", 200, 50);

    private int onTimeRender = 0;

    private void onTimeRender(final MatrixStack stack, final EventRender renderEvent) {

        float posX = TimeRendering.getX();
        float posY = TimeRendering.getY();

        int headerHeight = 14;
        int width = 100;
        int offset = 10;


        StringBuilder titleText = new StringBuilder("  TIME");

        if (watermarkElement.get(0)) {
            titleText.append(" - ");
            LocalTime time = LocalTime.now();
            DateTimeFormatter formatter = DateTimeFormatter.ofPattern("HH:mm:ss");
            titleText.append(time.format(formatter));
        }

        final float x = posX, y = posY, titleWidth = Fonts.gilroyBold[12].getWidth(titleText.toString()) + 6, titleHeight = 12;

        int firstColor = ColorUtil.getColorStyle(0);
        int secondColor = ColorUtil.getColorStyle(90);

        RenderUtil.Render2D.drawShadow(posX, posY, titleWidth, titleHeight, 10, firstColor, secondColor, ColorUtil.getColorStyle(180), ColorUtil.getColorStyle(270));

        RenderUtil.Render2D.drawGradientRound(posX, posY, titleWidth, titleHeight, 3, firstColor, secondColor, ColorUtil.getColorStyle(180), ColorUtil.getColorStyle(270));

        RenderUtil.Render2D.drawRoundedRect(TimeRendering.getX(), posY, titleWidth, titleHeight, 2.5f, rgba(21, 21, 21, 200));

        Fonts.gilroyBold[12].drawString(stack, titleText.toString(), TimeRendering.getX(), y + Fonts.gilroyBold[12].getFontHeight() / 2f + 1, -1);

        TimeRendering.setWidth(width);
        TimeRendering.setHeight(onTimeRender * offset + headerHeight);
    }
Нахуй секунда нужны?
 
Забаненный
Статус
Оффлайн
Регистрация
29 Дек 2023
Сообщения
138
Реакции[?]
1
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Всем приветик, чисто тема для таких пастеров как я которые хотят добавить не нужную функцию в свой читикс!

Думаю разберетесь что и как подключить <3

SS -
Пожалуйста, авторизуйтесь для просмотра ссылки.
(no ad)

Code:

Код:
    public Dragging TimeRendering = Initilization.createDrag(this, "TimeRender", 200, 50);

    private int onTimeRender = 0;

    private void onTimeRender(final MatrixStack stack, final EventRender renderEvent) {

        float posX = TimeRendering.getX();
        float posY = TimeRendering.getY();

        int headerHeight = 14;
        int width = 100;
        int offset = 10;


        StringBuilder titleText = new StringBuilder("  TIME");

        if (watermarkElement.get(0)) {
            titleText.append(" - ");
            LocalTime time = LocalTime.now();
            DateTimeFormatter formatter = DateTimeFormatter.ofPattern("HH:mm:ss");
            titleText.append(time.format(formatter));
        }

        final float x = posX, y = posY, titleWidth = Fonts.gilroyBold[12].getWidth(titleText.toString()) + 6, titleHeight = 12;

        int firstColor = ColorUtil.getColorStyle(0);
        int secondColor = ColorUtil.getColorStyle(90);

        RenderUtil.Render2D.drawShadow(posX, posY, titleWidth, titleHeight, 10, firstColor, secondColor, ColorUtil.getColorStyle(180), ColorUtil.getColorStyle(270));

        RenderUtil.Render2D.drawGradientRound(posX, posY, titleWidth, titleHeight, 3, firstColor, secondColor, ColorUtil.getColorStyle(180), ColorUtil.getColorStyle(270));

        RenderUtil.Render2D.drawRoundedRect(TimeRendering.getX(), posY, titleWidth, titleHeight, 2.5f, rgba(21, 21, 21, 200));

        Fonts.gilroyBold[12].drawString(stack, titleText.toString(), TimeRendering.getX(), y + Fonts.gilroyBold[12].getFontHeight() / 2f + 1, -1);

        TimeRendering.setWidth(width);
        TimeRendering.setHeight(onTimeRender * offset + headerHeight);
    }
помогите, почему нельзя как исправить
1704814059952.png
 
Начинающий
Статус
Оффлайн
Регистрация
13 Фев 2023
Сообщения
3
Реакции[?]
0
Поинты[?]
0
Вот вариант под Excelent или как там его ещё + NotePad ready


Java:
    public final DragValue position = new DragValue("Position", this, new Vector2d(100, 50));
    private final Animation expandAnimation = new Animation(Easing.EASE_OUT_QUART, 100);
    private final Font interbold14 = Fonts.INTER_BOLD.get(14);

    public final Listener<ShaderEvent> onShader = event -> {
        double width = position.size.x;
        double height = expandAnimation.getValue();

        double x = position.position.x;
        double y = position.position.y;
        if (mc.gameSettings.showDebugInfo) return;

        Color colorFirst = ColorUtil.withAlpha(getTheme().getFirstColor(), 255).brighter();
        Color colorSecond = ColorUtil.withAlpha(getTheme().getSecondColor(), 255).brighter();

        int color1 = ColorUtil.lerp(5, 0, colorFirst, colorSecond).hashCode();
        int color2 = ColorUtil.lerp(5, 90, colorFirst, colorSecond).hashCode();
        int color3 = ColorUtil.lerp(5, 180, colorFirst, colorSecond).hashCode();
        int color4 = ColorUtil.lerp(5, 270, colorFirst, colorSecond).hashCode();

        RenderUtil.roundedGradient(x, y, width, height, 3, color1, color2, color3, color4);
    };
    public final Listener<UpdateEvent> onUpdate = event -> {
    };
    public final Listener<Render2DEvent> onRender2D = event -> {

        DateFormat dateFormat = new SimpleDateFormat("HH:mm:ss");
        Calendar cal = Calendar.getInstance();

            String name = "Время" + TextFormatting.GRAY + " - " + TextFormatting.WHITE + dateFormat.format(cal.getTime());
        ColorUtil.withAlpha(getTheme().getSecondColor(), 128);

        double width = position.size.x = 40 + interbold14.getWidth("TTTTIME");

        expandAnimation.run(position.size.y);

        double height = expandAnimation.getValue();

        position.size.y = 3 + interbold14.getHeight() + 3;

        if (mc.gameSettings.showDebugInfo) return;

        double x = position.position.x;
        double y = position.position.y;

        Color colorOne = ColorUtil.withAlpha(new Color(29, 29, 29), 164);
        Color colorTwo = ColorUtil.withAlpha(new Color(29, 29, 29), 164);

        int backColor = ColorUtil.lerp(5, 270, colorOne, colorTwo).hashCode();

        RenderUtil.roundedRect(x, y, width, height, 3, backColor);
        double expaned = 14;
        position.size.y = expaned;

        interbold14.drawCenter(event.getMatrix(), name, x + width / 2F, y + (expaned / 2F) - (interbold14.getHeight() / 2F), -1);

    };

    public static boolean check(String name) {
        return false;
    }
 
Начинающий
Статус
Оффлайн
Регистрация
12 Июл 2023
Сообщения
174
Реакции[?]
2
Поинты[?]
3K
Вот вариант под Excelent или как там его ещё + NotePad ready


Java:
    public final DragValue position = new DragValue("Position", this, new Vector2d(100, 50));
    private final Animation expandAnimation = new Animation(Easing.EASE_OUT_QUART, 100);
    private final Font interbold14 = Fonts.INTER_BOLD.get(14);

    public final Listener<ShaderEvent> onShader = event -> {
        double width = position.size.x;
        double height = expandAnimation.getValue();

        double x = position.position.x;
        double y = position.position.y;
        if (mc.gameSettings.showDebugInfo) return;

        Color colorFirst = ColorUtil.withAlpha(getTheme().getFirstColor(), 255).brighter();
        Color colorSecond = ColorUtil.withAlpha(getTheme().getSecondColor(), 255).brighter();

        int color1 = ColorUtil.lerp(5, 0, colorFirst, colorSecond).hashCode();
        int color2 = ColorUtil.lerp(5, 90, colorFirst, colorSecond).hashCode();
        int color3 = ColorUtil.lerp(5, 180, colorFirst, colorSecond).hashCode();
        int color4 = ColorUtil.lerp(5, 270, colorFirst, colorSecond).hashCode();

        RenderUtil.roundedGradient(x, y, width, height, 3, color1, color2, color3, color4);
    };
    public final Listener<UpdateEvent> onUpdate = event -> {
    };
    public final Listener<Render2DEvent> onRender2D = event -> {

        DateFormat dateFormat = new SimpleDateFormat("HH:mm:ss");
        Calendar cal = Calendar.getInstance();

            String name = "Время" + TextFormatting.GRAY + " - " + TextFormatting.WHITE + dateFormat.format(cal.getTime());
        ColorUtil.withAlpha(getTheme().getSecondColor(), 128);

        double width = position.size.x = 40 + interbold14.getWidth("TTTTIME");

        expandAnimation.run(position.size.y);

        double height = expandAnimation.getValue();

        position.size.y = 3 + interbold14.getHeight() + 3;

        if (mc.gameSettings.showDebugInfo) return;

        double x = position.position.x;
        double y = position.position.y;

        Color colorOne = ColorUtil.withAlpha(new Color(29, 29, 29), 164);
        Color colorTwo = ColorUtil.withAlpha(new Color(29, 29, 29), 164);

        int backColor = ColorUtil.lerp(5, 270, colorOne, colorTwo).hashCode();

        RenderUtil.roundedRect(x, y, width, height, 3, backColor);
        double expaned = 14;
        position.size.y = expaned;

        interbold14.drawCenter(event.getMatrix(), name, x + width / 2F, y + (expaned / 2F) - (interbold14.getHeight() / 2F), -1);

    };

    public static boolean check(String name) {
        return false;
    }
А что не в отдельную тему?
 
Сверху Снизу