Исходник TargetHud Akrien Premium (Rich Ready)

Начинающий
Статус
Оффлайн
Регистрация
26 Ноя 2022
Сообщения
177
Реакции[?]
3
Поинты[?]
1K
Сливаю для вас премиум таргетхуд :)
Код:
} else if (targetHudMode.currentMode.equals("Type 5")) {
            DraggableTargetHUD dwm = (DraggableTargetHUD) Rich.instance.draggableHUD.getDraggableComponentByClass(DraggableTargetHUD.class);
            dwm.setWidth(120);
            dwm.setHeight(35);
            String health;
            String distance;
            Iterator var8;
            NetworkPlayerInfo targetHead;
            float hurtPercent;
            double healthWid;
            if (KillAura.target == null) {
                if (Minecraft.player != null && mc.currentScreen instanceof GuiChat) {
                    curTarget = Minecraft.player;
                    this.scale = AnimationHelper.animation((float) this.scale, 1.0F, (float) (6.0 * Rich.deltaTime()));
                } else {
                    this.scale = AnimationHelper.animation((float) this.scale, 0.0F, (float) (6.0 * Rich.deltaTime()));
                }
            } else {
                curTarget = KillAura.target;
                this.scale = AnimationHelper.animation((float) this.scale, 1.0F, (float) (6.0 * Rich.deltaTime()));
            }
            if (curTarget != null) {
                try {
                    GlStateManager.pushMatrix();
                    GlStateManager.resetColor();
                    healthWid = curTarget.getHealth() / curTarget.getMaxHealth() * 55.0F;
                    healthWid = MathHelper.clamp(healthWid, 0.0, 55.0);
                    this.healthBarWidth = AnimationHelper.animation(this.healthBarWidth, (float) healthWid, (float) (80.0 * Rich.deltaTime()));
                    health = "" + MathematicHelper.round((double) curTarget.getHealth(), 1);
                    distance = "" + MathematicHelper.round((double) Minecraft.player.getDistance(curTarget), 1);
                    RenderUtils.drawBlurredShadow((float) (dwm.getX() + 1), (float) (dwm.getY() + 18), 87.0F, 25.5F, 1, new Color(14, 14, 14, 147));
                    RenderUtility.drawRect((float) dwm.getX() + 25.5F, (float) (dwm.getY() + 37), 61.0F, 5.5F, new Color(7, 7, 7, 66));
                    RenderUtility.drawGradientRect((float) dwm.getX() + 26.0F, (float) (dwm.getY() + 38), 5.0 + this.healthBarWidth, 4.0, (new Color(240, 141, 191)).getRGB(), (new Color(205, 53, 124)).getRGB());
                    mc.mntsb_14.drawString(curTarget.getName(), (float) (dwm.getX() + 26), (float) (dwm.getY() + 23), -1);
                    mc.mntsb_12.drawString(health + " HP - " + distance + "m", (float) (dwm.getX() + 26), (float) (dwm.getY() + 32), -1);
                    this.healthBarWidth = AnimationHelper.getAnimationState(this.healthBarWidth, (float) healthWid, (float) (10.0 * Rich.deltaTime()));
                    var8 = Minecraft.player.connection.getPlayerInfoMap().iterator();
                    while (var8.hasNext()) {
                        targetHead = (NetworkPlayerInfo) var8.next();
                        try {
                            if (Minecraft.world.getPlayerEntityByUUID(targetHead.getGameProfile().getId()) == curTarget && curTarget instanceof EntityPlayer) {
                                mc.getTextureManager().bindTexture(targetHead.getLocationSkin());
                                hurtPercent = getHurtPercent(curTarget);
                                GL11.glPushMatrix();
                                GL11.glColor4f(1.0F, 1.0F - hurtPercent, 1.0F - hurtPercent, 1.0F);
                                Gui.drawScaledCustomSizeModalRect(dwm.getX() + 2.5F, dwm.getY() + 20, 8.0F, 8.0F, 8, 8, 22, 22, 64.0F, 64.0F);
                                GL11.glPopMatrix();
                                GlStateManager.bindTexture(0);
                            }
                        } catch (Exception var11) {
                        }
                    }
                    GlStateManager.popMatrix();
                } catch (Exception var13) {
                }
            }
 

Вложения

Начинающий
Статус
Оффлайн
Регистрация
3 Авг 2022
Сообщения
261
Реакции[?]
10
Поинты[?]
6K
Сливаю для вас премиум таргетхуд :)
Код:
} else if (targetHudMode.currentMode.equals("Type 5")) {
            DraggableTargetHUD dwm = (DraggableTargetHUD) Rich.instance.draggableHUD.getDraggableComponentByClass(DraggableTargetHUD.class);
            dwm.setWidth(120);
            dwm.setHeight(35);
            String health;
            String distance;
            Iterator var8;
            NetworkPlayerInfo targetHead;
            float hurtPercent;
            double healthWid;
            if (KillAura.target == null) {
                if (Minecraft.player != null && mc.currentScreen instanceof GuiChat) {
                    curTarget = Minecraft.player;
                    this.scale = AnimationHelper.animation((float) this.scale, 1.0F, (float) (6.0 * Rich.deltaTime()));
                } else {
                    this.scale = AnimationHelper.animation((float) this.scale, 0.0F, (float) (6.0 * Rich.deltaTime()));
                }
            } else {
                curTarget = KillAura.target;
                this.scale = AnimationHelper.animation((float) this.scale, 1.0F, (float) (6.0 * Rich.deltaTime()));
            }
            if (curTarget != null) {
                try {
                    GlStateManager.pushMatrix();
                    GlStateManager.resetColor();
                    healthWid = curTarget.getHealth() / curTarget.getMaxHealth() * 55.0F;
                    healthWid = MathHelper.clamp(healthWid, 0.0, 55.0);
                    this.healthBarWidth = AnimationHelper.animation(this.healthBarWidth, (float) healthWid, (float) (80.0 * Rich.deltaTime()));
                    health = "" + MathematicHelper.round((double) curTarget.getHealth(), 1);
                    distance = "" + MathematicHelper.round((double) Minecraft.player.getDistance(curTarget), 1);
                    RenderUtils.drawBlurredShadow((float) (dwm.getX() + 1), (float) (dwm.getY() + 18), 87.0F, 25.5F, 1, new Color(14, 14, 14, 147));
                    RenderUtility.drawRect((float) dwm.getX() + 25.5F, (float) (dwm.getY() + 37), 61.0F, 5.5F, new Color(7, 7, 7, 66));
                    RenderUtility.drawGradientRect((float) dwm.getX() + 26.0F, (float) (dwm.getY() + 38), 5.0 + this.healthBarWidth, 4.0, (new Color(240, 141, 191)).getRGB(), (new Color(205, 53, 124)).getRGB());
                    mc.mntsb_14.drawString(curTarget.getName(), (float) (dwm.getX() + 26), (float) (dwm.getY() + 23), -1);
                    mc.mntsb_12.drawString(health + " HP - " + distance + "m", (float) (dwm.getX() + 26), (float) (dwm.getY() + 32), -1);
                    this.healthBarWidth = AnimationHelper.getAnimationState(this.healthBarWidth, (float) healthWid, (float) (10.0 * Rich.deltaTime()));
                    var8 = Minecraft.player.connection.getPlayerInfoMap().iterator();
                    while (var8.hasNext()) {
                        targetHead = (NetworkPlayerInfo) var8.next();
                        try {
                            if (Minecraft.world.getPlayerEntityByUUID(targetHead.getGameProfile().getId()) == curTarget && curTarget instanceof EntityPlayer) {
                                mc.getTextureManager().bindTexture(targetHead.getLocationSkin());
                                hurtPercent = getHurtPercent(curTarget);
                                GL11.glPushMatrix();
                                GL11.glColor4f(1.0F, 1.0F - hurtPercent, 1.0F - hurtPercent, 1.0F);
                                Gui.drawScaledCustomSizeModalRect(dwm.getX() + 2.5F, dwm.getY() + 20, 8.0F, 8.0F, 8, 8, 22, 22, 64.0F, 64.0F);
                                GL11.glPopMatrix();
                                GlStateManager.bindTexture(0);
                            }
                        } catch (Exception var11) {
                        }
                    }
                    GlStateManager.popMatrix();
                } catch (Exception var13) {
                }
            }
Где тут акриен только?
 
Модератор раздела «Читы для Minecraft»
Пользователь
Статус
Оффлайн
Регистрация
3 Авг 2022
Сообщения
386
Реакции[?]
138
Поинты[?]
57K
даже сюда вы свой ебаный монтсеррат болд вставить сумели
 
Начинающий
Статус
Оффлайн
Регистрация
26 Ноя 2022
Сообщения
177
Реакции[?]
3
Поинты[?]
1K
Где тут акриен только?
В акриене премиум был такой.
даже сюда вы свой ебаный монтсеррат болд вставить сумели
да), если он тебе так не нравится в клиентах, дай название какого-то красивого шрифта.
 
Последнее редактирование:
Начинающий
Статус
Оффлайн
Регистрация
3 Авг 2022
Сообщения
261
Реакции[?]
10
Поинты[?]
6K
(\ /) _ ($ __ $ ) _ (\ /)
Пользователь
Статус
Оффлайн
Регистрация
22 Окт 2021
Сообщения
350
Реакции[?]
92
Поинты[?]
24K
Начинающий
Статус
Оффлайн
Регистрация
1 Янв 2023
Сообщения
19
Реакции[?]
0
Поинты[?]
0
Начинающий
Статус
Оффлайн
Регистрация
26 Ноя 2022
Сообщения
177
Реакции[?]
3
Поинты[?]
1K
Начинающий
Статус
Оффлайн
Регистрация
14 Дек 2022
Сообщения
170
Реакции[?]
3
Поинты[?]
2K
Так это из стардаста тхуд лол
это из пасты пасты паст паст пасты пасты пасты пасты пасты и еще 300 раз пасты тхуд лол кек чебурек и ваще это измененные 3 строчки из тх рича
 
Сверху Снизу