Начинающий
- Статус
- Оффлайн
- Регистрация
- 19 Ноя 2023
- Сообщения
- 218
- Реакции
- 2
есть такой чит AntiLose (no ad)
эго сс ватермарки
дайте реп плз это мой первый норм скид
эго сс ватермарки
Пожалуйста, авторизуйтесь для просмотра ссылки.
Пожалуйста, авторизуйтесь для просмотра ссылки.
дайте реп плз это мой первый норм скид
Hud:
private void handleRender(EventRender renderEvent) {
final MatrixStack stack = renderEvent.matrixStack;
int firstColor = ColorUtil.getColorStyle(0);
int secondColor = ColorUtil.getColorStyle(90);
if (elements.get(0)) {
{
final String title = " | " + "§6" + "Ha1se1337" + "§f" + " | " + "delay - " + Utilites.calculatePing() + "ms";
final StringTextComponent gradientText = ClientUtil.gradient("antilose", firstColor, secondColor);
final StyledFont medium = gilroyBold[16];
final float x = 5;
final float y = 3;
final float titleWidth = medium.getWidth(gradientText.getString() + title) + 6;
final float titleHeight = 14;
RenderUtil.Render2D.drawShadow(x, y, titleWidth, titleHeight, 21, ColorUtil.rgba(0,0,0,255));
RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 4, ColorUtil.rgba(17, 17, 17, 255), new Vector4i(ColorUtil.getColor(0), ColorUtil.getColor(90), ColorUtil.getColor(180), ColorUtil.getColor(270)));
medium.drawString(stack, gradientText, x + 3, y + medium.getFontHeight() / 2f - 0.5f, -1);
medium.drawString(stack, title, x + medium.getWidth(gradientText.getString()) + 3.5f, y + medium.getFontHeight() / 2.5f + 0.5f, ColorUtil.rgba(200, 200, 200, 255));
}
}