Исходник Verist Client | WaterMark Expensive 3.1

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

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

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

Спасибо!

Кек кривой скид флюгер клиента :roflanBuldiga:
WaterMarkRenderer:
package im.expensive.ui.display.impl;

import com.mojang.blaze3d.matrix.MatrixStack;
import im.expensive.Expensive;
import im.expensive.events.EventDisplay;
import im.expensive.ui.display.ElementRenderer;
import im.expensive.ui.styles.Style;
import im.expensive.utils.math.Vector4i;
import im.expensive.utils.render.ColorUtils;
import im.expensive.utils.render.DisplayUtils;
import im.expensive.utils.render.font.Fonts;
import im.expensive.utils.text.GradientUtil;
import net.minecraft.util.ResourceLocation;
import net.minecraft.util.math.vector.Vector4f;
import net.minecraft.util.text.StringTextComponent;

public class WatermarkRenderer
implements ElementRenderer {
    private final ResourceLocation user = new ResourceLocation("expensive/images/hud/www.png");

    @Override
    public void render(EventDisplay eventDisplay) {
        MatrixStack ms = eventDisplay.getMatrixStack();
        float posX = 855.0f;
        float posY = 4.0f;
        float padding = 5.1f;
        float fontSize = 6.5f;
        float iconSize = 11.0f;
        Style style = Expensive.getInstance().getStyleManager().getCurrentStyle();
        this.drawStyledRect(posX - 39.0f, posY, iconSize + padding * 20.0f, iconSize, 4.0f);
        DisplayUtils.drawRoundedRect(posX - 22.0f, posY, iconSize + padding * 13.5f, 15.3f, new Vector4f(5.0f, 5.0f, 7.0f, 0.0f), new Vector4i(ColorUtils.getColor(0), ColorUtils.getColor(800), ColorUtils.getColor(1600), ColorUtils.getColor(2700)));
        StringTextComponent text = GradientUtil.gradient("Verist Premium | Build: 1.2");
        float textWidth = Fonts.consolas.getWidth(text, fontSize);
        float localPosX = posX + iconSize + padding;
        Fonts.sfbold.drawText(ms, "     Verist Client | Build: 1.2", localPosX + iconSize + padding * -9.7f, posY + iconSize / 2.0f - 1.0f, -1, 8.0f, 0.01f);
    }

    private void drawStyledRect(float x, float y, float width, float height, float radius) {
        DisplayUtils.drawRoundedRect(x + 16.5f, y - 0.5f, width + 12.0f, height + 5.5f, new Vector4f(5.0f, 5.0f, 5.0f, 5.0f), new Vector4i(ColorUtils.getColor(0), ColorUtils.getColor(800), ColorUtils.getColor(1600), ColorUtils.getColor(2700)));
        DisplayUtils.drawRoundedRect(x + 17.0f, y, width + 12.0f, height + 5.0f, radius, ColorUtils.rgb(22, 21, 21));
    }
}
1714142164163.png
 
Начинающий
Статус
Оффлайн
Регистрация
21 Фев 2024
Сообщения
102
Реакции[?]
2
Поинты[?]
3K
Кек кривой скид флюгер клиента :roflanBuldiga:
WaterMarkRenderer:
package im.expensive.ui.display.impl;

import com.mojang.blaze3d.matrix.MatrixStack;
import im.expensive.Expensive;
import im.expensive.events.EventDisplay;
import im.expensive.ui.display.ElementRenderer;
import im.expensive.ui.styles.Style;
import im.expensive.utils.math.Vector4i;
import im.expensive.utils.render.ColorUtils;
import im.expensive.utils.render.DisplayUtils;
import im.expensive.utils.render.font.Fonts;
import im.expensive.utils.text.GradientUtil;
import net.minecraft.util.ResourceLocation;
import net.minecraft.util.math.vector.Vector4f;
import net.minecraft.util.text.StringTextComponent;

public class WatermarkRenderer
implements ElementRenderer {
    private final ResourceLocation user = new ResourceLocation("expensive/images/hud/www.png");

    @Override
    public void render(EventDisplay eventDisplay) {
        MatrixStack ms = eventDisplay.getMatrixStack();
        float posX = 855.0f;
        float posY = 4.0f;
        float padding = 5.1f;
        float fontSize = 6.5f;
        float iconSize = 11.0f;
        Style style = Expensive.getInstance().getStyleManager().getCurrentStyle();
        this.drawStyledRect(posX - 39.0f, posY, iconSize + padding * 20.0f, iconSize, 4.0f);
        DisplayUtils.drawRoundedRect(posX - 22.0f, posY, iconSize + padding * 13.5f, 15.3f, new Vector4f(5.0f, 5.0f, 7.0f, 0.0f), new Vector4i(ColorUtils.getColor(0), ColorUtils.getColor(800), ColorUtils.getColor(1600), ColorUtils.getColor(2700)));
        StringTextComponent text = GradientUtil.gradient("Verist Premium | Build: 1.2");
        float textWidth = Fonts.consolas.getWidth(text, fontSize);
        float localPosX = posX + iconSize + padding;
        Fonts.sfbold.drawText(ms, "     Verist Client | Build: 1.2", localPosX + iconSize + padding * -9.7f, posY + iconSize / 2.0f - 1.0f, -1, 8.0f, 0.01f);
    }

    private void drawStyledRect(float x, float y, float width, float height, float radius) {
        DisplayUtils.drawRoundedRect(x + 16.5f, y - 0.5f, width + 12.0f, height + 5.5f, new Vector4f(5.0f, 5.0f, 5.0f, 5.0f), new Vector4i(ColorUtils.getColor(0), ColorUtils.getColor(800), ColorUtils.getColor(1600), ColorUtils.getColor(2700)));
        DisplayUtils.drawRoundedRect(x + 17.0f, y, width + 12.0f, height + 5.0f, radius, ColorUtils.rgb(22, 21, 21));
    }
}
Посмотреть вложение 275540
скид на флюгей клиент..
 
Начинающий
Статус
Оффлайн
Регистрация
26 Фев 2024
Сообщения
384
Реакции[?]
0
Поинты[?]
0
Кек кривой скид флюгер клиента :roflanBuldiga:
WaterMarkRenderer:
package im.expensive.ui.display.impl;

import com.mojang.blaze3d.matrix.MatrixStack;
import im.expensive.Expensive;
import im.expensive.events.EventDisplay;
import im.expensive.ui.display.ElementRenderer;
import im.expensive.ui.styles.Style;
import im.expensive.utils.math.Vector4i;
import im.expensive.utils.render.ColorUtils;
import im.expensive.utils.render.DisplayUtils;
import im.expensive.utils.render.font.Fonts;
import im.expensive.utils.text.GradientUtil;
import net.minecraft.util.ResourceLocation;
import net.minecraft.util.math.vector.Vector4f;
import net.minecraft.util.text.StringTextComponent;

public class WatermarkRenderer
implements ElementRenderer {
    private final ResourceLocation user = new ResourceLocation("expensive/images/hud/www.png");

    @Override
    public void render(EventDisplay eventDisplay) {
        MatrixStack ms = eventDisplay.getMatrixStack();
        float posX = 855.0f;
        float posY = 4.0f;
        float padding = 5.1f;
        float fontSize = 6.5f;
        float iconSize = 11.0f;
        Style style = Expensive.getInstance().getStyleManager().getCurrentStyle();
        this.drawStyledRect(posX - 39.0f, posY, iconSize + padding * 20.0f, iconSize, 4.0f);
        DisplayUtils.drawRoundedRect(posX - 22.0f, posY, iconSize + padding * 13.5f, 15.3f, new Vector4f(5.0f, 5.0f, 7.0f, 0.0f), new Vector4i(ColorUtils.getColor(0), ColorUtils.getColor(800), ColorUtils.getColor(1600), ColorUtils.getColor(2700)));
        StringTextComponent text = GradientUtil.gradient("Verist Premium | Build: 1.2");
        float textWidth = Fonts.consolas.getWidth(text, fontSize);
        float localPosX = posX + iconSize + padding;
        Fonts.sfbold.drawText(ms, "     Verist Client | Build: 1.2", localPosX + iconSize + padding * -9.7f, posY + iconSize / 2.0f - 1.0f, -1, 8.0f, 0.01f);
    }

    private void drawStyledRect(float x, float y, float width, float height, float radius) {
        DisplayUtils.drawRoundedRect(x + 16.5f, y - 0.5f, width + 12.0f, height + 5.5f, new Vector4f(5.0f, 5.0f, 5.0f, 5.0f), new Vector4i(ColorUtils.getColor(0), ColorUtils.getColor(800), ColorUtils.getColor(1600), ColorUtils.getColor(2700)));
        DisplayUtils.drawRoundedRect(x + 17.0f, y, width + 12.0f, height + 5.0f, radius, ColorUtils.rgb(22, 21, 21));
    }
}
Посмотреть вложение 275540
пнг даи
 
Начинающий
Статус
Оффлайн
Регистрация
10 Мар 2024
Сообщения
34
Реакции[?]
0
Поинты[?]
0
Кек кривой скид флюгер клиента :roflanBuldiga:
WaterMarkRenderer:
package im.expensive.ui.display.impl;

import com.mojang.blaze3d.matrix.MatrixStack;
import im.expensive.Expensive;
import im.expensive.events.EventDisplay;
import im.expensive.ui.display.ElementRenderer;
import im.expensive.ui.styles.Style;
import im.expensive.utils.math.Vector4i;
import im.expensive.utils.render.ColorUtils;
import im.expensive.utils.render.DisplayUtils;
import im.expensive.utils.render.font.Fonts;
import im.expensive.utils.text.GradientUtil;
import net.minecraft.util.ResourceLocation;
import net.minecraft.util.math.vector.Vector4f;
import net.minecraft.util.text.StringTextComponent;

public class WatermarkRenderer
implements ElementRenderer {
    private final ResourceLocation user = new ResourceLocation("expensive/images/hud/www.png");

    @Override
    public void render(EventDisplay eventDisplay) {
        MatrixStack ms = eventDisplay.getMatrixStack();
        float posX = 855.0f;
        float posY = 4.0f;
        float padding = 5.1f;
        float fontSize = 6.5f;
        float iconSize = 11.0f;
        Style style = Expensive.getInstance().getStyleManager().getCurrentStyle();
        this.drawStyledRect(posX - 39.0f, posY, iconSize + padding * 20.0f, iconSize, 4.0f);
        DisplayUtils.drawRoundedRect(posX - 22.0f, posY, iconSize + padding * 13.5f, 15.3f, new Vector4f(5.0f, 5.0f, 7.0f, 0.0f), new Vector4i(ColorUtils.getColor(0), ColorUtils.getColor(800), ColorUtils.getColor(1600), ColorUtils.getColor(2700)));
        StringTextComponent text = GradientUtil.gradient("Verist Premium | Build: 1.2");
        float textWidth = Fonts.consolas.getWidth(text, fontSize);
        float localPosX = posX + iconSize + padding;
        Fonts.sfbold.drawText(ms, "     Verist Client | Build: 1.2", localPosX + iconSize + padding * -9.7f, posY + iconSize / 2.0f - 1.0f, -1, 8.0f, 0.01f);
    }

    private void drawStyledRect(float x, float y, float width, float height, float radius) {
        DisplayUtils.drawRoundedRect(x + 16.5f, y - 0.5f, width + 12.0f, height + 5.5f, new Vector4f(5.0f, 5.0f, 5.0f, 5.0f), new Vector4i(ColorUtils.getColor(0), ColorUtils.getColor(800), ColorUtils.getColor(1600), ColorUtils.getColor(2700)));
        DisplayUtils.drawRoundedRect(x + 17.0f, y, width + 12.0f, height + 5.0f, radius, ColorUtils.rgb(22, 21, 21));
    }
}
Посмотреть вложение 275540
чоо блюхера 44 енжоер тут сидит?
 
Начинающий
Статус
Оффлайн
Регистрация
21 Июл 2023
Сообщения
450
Реакции[?]
9
Поинты[?]
11K
Кек кривой скид флюгер клиента :roflanBuldiga:
WaterMarkRenderer:
package im.expensive.ui.display.impl;

import com.mojang.blaze3d.matrix.MatrixStack;
import im.expensive.Expensive;
import im.expensive.events.EventDisplay;
import im.expensive.ui.display.ElementRenderer;
import im.expensive.ui.styles.Style;
import im.expensive.utils.math.Vector4i;
import im.expensive.utils.render.ColorUtils;
import im.expensive.utils.render.DisplayUtils;
import im.expensive.utils.render.font.Fonts;
import im.expensive.utils.text.GradientUtil;
import net.minecraft.util.ResourceLocation;
import net.minecraft.util.math.vector.Vector4f;
import net.minecraft.util.text.StringTextComponent;

public class WatermarkRenderer
implements ElementRenderer {
    private final ResourceLocation user = new ResourceLocation("expensive/images/hud/www.png");

    @Override
    public void render(EventDisplay eventDisplay) {
        MatrixStack ms = eventDisplay.getMatrixStack();
        float posX = 855.0f;
        float posY = 4.0f;
        float padding = 5.1f;
        float fontSize = 6.5f;
        float iconSize = 11.0f;
        Style style = Expensive.getInstance().getStyleManager().getCurrentStyle();
        this.drawStyledRect(posX - 39.0f, posY, iconSize + padding * 20.0f, iconSize, 4.0f);
        DisplayUtils.drawRoundedRect(posX - 22.0f, posY, iconSize + padding * 13.5f, 15.3f, new Vector4f(5.0f, 5.0f, 7.0f, 0.0f), new Vector4i(ColorUtils.getColor(0), ColorUtils.getColor(800), ColorUtils.getColor(1600), ColorUtils.getColor(2700)));
        StringTextComponent text = GradientUtil.gradient("Verist Premium | Build: 1.2");
        float textWidth = Fonts.consolas.getWidth(text, fontSize);
        float localPosX = posX + iconSize + padding;
        Fonts.sfbold.drawText(ms, "     Verist Client | Build: 1.2", localPosX + iconSize + padding * -9.7f, posY + iconSize / 2.0f - 1.0f, -1, 8.0f, 0.01f);
    }

    private void drawStyledRect(float x, float y, float width, float height, float radius) {
        DisplayUtils.drawRoundedRect(x + 16.5f, y - 0.5f, width + 12.0f, height + 5.5f, new Vector4f(5.0f, 5.0f, 5.0f, 5.0f), new Vector4i(ColorUtils.getColor(0), ColorUtils.getColor(800), ColorUtils.getColor(1600), ColorUtils.getColor(2700)));
        DisplayUtils.drawRoundedRect(x + 17.0f, y, width + 12.0f, height + 5.0f, radius, ColorUtils.rgb(22, 21, 21));
    }
}
Посмотреть вложение 275540
худшее
 
Начинающий
Статус
Оффлайн
Регистрация
20 Янв 2023
Сообщения
19
Реакции[?]
0
Поинты[?]
0
Начинающий
Статус
Оффлайн
Регистрация
25 Янв 2024
Сообщения
347
Реакции[?]
0
Поинты[?]
1K
жвзавхзвхзхвахвх коменты тупые делает и высирает
Кек кривой скид флюгер клиента :roflanBuldiga:
WaterMarkRenderer:
package im.expensive.ui.display.impl;

import com.mojang.blaze3d.matrix.MatrixStack;
import im.expensive.Expensive;
import im.expensive.events.EventDisplay;
import im.expensive.ui.display.ElementRenderer;
import im.expensive.ui.styles.Style;
import im.expensive.utils.math.Vector4i;
import im.expensive.utils.render.ColorUtils;
import im.expensive.utils.render.DisplayUtils;
import im.expensive.utils.render.font.Fonts;
import im.expensive.utils.text.GradientUtil;
import net.minecraft.util.ResourceLocation;
import net.minecraft.util.math.vector.Vector4f;
import net.minecraft.util.text.StringTextComponent;

public class WatermarkRenderer
implements ElementRenderer {
    private final ResourceLocation user = new ResourceLocation("expensive/images/hud/www.png");

    @Override
    public void render(EventDisplay eventDisplay) {
        MatrixStack ms = eventDisplay.getMatrixStack();
        float posX = 855.0f;
        float posY = 4.0f;
        float padding = 5.1f;
        float fontSize = 6.5f;
        float iconSize = 11.0f;
        Style style = Expensive.getInstance().getStyleManager().getCurrentStyle();
        this.drawStyledRect(posX - 39.0f, posY, iconSize + padding * 20.0f, iconSize, 4.0f);
        DisplayUtils.drawRoundedRect(posX - 22.0f, posY, iconSize + padding * 13.5f, 15.3f, new Vector4f(5.0f, 5.0f, 7.0f, 0.0f), new Vector4i(ColorUtils.getColor(0), ColorUtils.getColor(800), ColorUtils.getColor(1600), ColorUtils.getColor(2700)));
        StringTextComponent text = GradientUtil.gradient("Verist Premium | Build: 1.2");
        float textWidth = Fonts.consolas.getWidth(text, fontSize);
        float localPosX = posX + iconSize + padding;
        Fonts.sfbold.drawText(ms, "     Verist Client | Build: 1.2", localPosX + iconSize + padding * -9.7f, posY + iconSize / 2.0f - 1.0f, -1, 8.0f, 0.01f);
    }

    private void drawStyledRect(float x, float y, float width, float height, float radius) {
        DisplayUtils.drawRoundedRect(x + 16.5f, y - 0.5f, width + 12.0f, height + 5.5f, new Vector4f(5.0f, 5.0f, 5.0f, 5.0f), new Vector4i(ColorUtils.getColor(0), ColorUtils.getColor(800), ColorUtils.getColor(1600), ColorUtils.getColor(2700)));
        DisplayUtils.drawRoundedRect(x + 17.0f, y, width + 12.0f, height + 5.0f, radius, ColorUtils.rgb(22, 21, 21));
    }
}
Посмотреть вложение 275540
круто выглядит
 
Сверху Снизу