pasting corporation
/delВсём хэллоу зделал для своего чита ватермарку но я буду новую делать
Пожалуйста, авторизуйтесь для просмотра ссылки.
И драг для нёгоHudFunction.java:BetterText betterText = new BetterText(List.of("", "Yougame.biz" ), 2800); private void handleRender(EventRender renderEvent) { final MatrixStack stack = renderEvent.matrixStack; int firstColor = ColorUtil.getColorStyle(0); int secondColor = ColorUtil.getColorStyle(90); int firstColor2 = new Color(255, 255, 255, 255).getRGB(); int secondColor2 = new Color(255, 255, 255, 255).getRGB(); if (elements.get(0)) { { float x1 = this.WaterHUD.getX(); float y1 = this.WaterHUD.getY(); this.WaterHUD.setWidth(60.0f); this.WaterHUD.setHeight(20.0f); final String title = betterText.output + " / " + " fps " + mc.debugFPS + " / "+ HudUtil.calculatePing() + " ms"; final StringTextComponent gradientText = ClientUtil.gradient("", firstColor2, secondColor2); final StyledFont medium = gilroy[17]; final float x = 5; final float y = 5; final float titleWidth = medium.getWidth(gradientText.getString() + title) + 4; final float titleHeight = 14; RenderUtil.Render2D.drawShadow(x1, y1, titleWidth, titleHeight, 11, firstColor, secondColor, firstColor, secondColor); RenderUtil.Render2D.drawRoundedRect(x1, y1, titleWidth, titleHeight, 4, ColorUtil.rgba(0, 0, 0, 190)); medium.drawString(stack, gradientText, x1 + 3, y1 + medium.getFontHeight() / 2f - 0.5f, ColorUtil.rgba(0, 0, 0, 190)); medium.drawString(stack, title, x1 + medium.getWidth(gradientText.getString()) + 3.5f, y1 + medium.getFontHeight() / 2.5f + 0.5f, -1); } }
HudFunction.java:final Dragging WaterHUD = Initilization.createDrag(this, "WaterHUD", 15.0f, 10.0f);