Подведи собственные итоги года совместно с YOUGAME и забери ценные призы! Перейти

Akrien beta array list

Начинающий
Начинающий
Статус
Оффлайн
Регистрация
17 Дек 2022
Сообщения
149
Реакции
4
Делал его 39843589 лет и он оч сложный так что пон
1674049161183.png

пон:
Expand Collapse Copy
 @EventTarget
    public void onRender2D(EventRender2D event) {

        if (!isEnabled()) return;
        List<Feature> activeModules = Rich.instance.featureManager.getAllFeatures();
        activeModules.sort(Comparator.comparingDouble(s -> -mc.celestial_16.getStringWidth(s.getLabel())));
        float displayWidth = event.getResolution().getScaledWidth() * (event.getResolution().getScaleFactor() / 2F);
        float yPotionOffset = 2;
        for (PotionEffect potionEffect : Helper.mc.player.getActivePotionEffects()) {
            if (potionEffect.getPotion().isBeneficial()) {
                yPotionOffset = 45;
            }
            if (potionEffect.getPotion().isBadEffect()) {
                yPotionOffset = 45 * 2;
            }
        }
        int y = (int) (5 + yPotionOffset);
        int yTotal = 0;
        for (int i = 0; i < Rich.instance.featureManager.getAllFeatures().size(); ++i) {
            yTotal += mc.celestial_16.getFontHeight() + 0.5f;
        }
        for (Feature module : activeModules) {
            module.animYto = AnimationHelper.Move(module.animYto, (float) (module.isEnabled() ? 1 : 0), (float) (6.5f * Rich.deltaTime()), (float) (6.5f * Rich.deltaTime()), (float) Rich.deltaTime());
            if (module.animYto > 0.01f) {

                Color col = ColorUtils.TwoColoreffect(new Color(ClientOverlay.oneColor.getColorValue()), new Color(ClientOverlay.twoColor.getColorValue()), Math.abs(System.currentTimeMillis() / 10) / 100.0 + 3.0F * (4f * 2.55) / 60);

                double time;
                int pal = 0;

                int colorCustom = ClientOverlay.oneColor.getColorValue();
                int colorCustom2 = ClientOverlay.twoColor.getColorValue();


                Color wtf = new Color(22, 22, 22);

                for (int i = 0; i < 255; i += 1) {
                    wtf = ClientHelper.getClientColor(i, i, 0, 35);
                }


                if(colorMode.getCurrentMode().equalsIgnoreCase("Rainbow")){
                    time = 1;
                    pal = UtilityRender.rainbow((int) (y * time), 10, 10);
                }
                else if(colorMode.getCurrentMode().equalsIgnoreCase("Astolfo")){
                    time = delay.getNumberValue();
                    pal = UtilityRender.astolfoColors45(y, yTotal, 0.5f, 5).getRGB();
                }
                else if(colorMode.getCurrentMode().equalsIgnoreCase("Erase")){
                    time = delay.getNumberValue();
                    pal = UtilityRender.fadeColorRich(new Color(colorCustom).getRGB(), new Color(colorCustom2).getRGB(), (float) Math.abs(((((System.currentTimeMillis() / time) / time) + y * 6L / 61 * 2) % 2)));
                }else if(colorMode.currentMode.equalsIgnoreCase("Fade")){
                    EvolUtils.fade(10 - (int) delay.getNumberValue(), (int) 1, new Color(ClientOverlay.oneColor.getColorValue()), 1).getRGB();
                }


                RenderUtils.drawRect2(displayWidth - mc.celestial_16.getStringWidth(module.getLabel()) - 7, y - 20, mc.celestial_16.getStringWidth(module.getLabel()) + 6, 12f, color.getColorValue());
                RenderUtils.drawBlurredShadow(displayWidth - mc.celestial_16.getStringWidth(module.getLabel()) - 7, y - 20, mc.celestial_16.getStringWidth(module.getLabel()) + 6, 12f, 16, new Color(color.getColorValue()));
                mc.celestial_16.drawStringWithShadow(module.getLabel(), displayWidth - mc.celestial_16.getStringWidth(module.getLabel()) - 5, y + mc.celestial_16.getFontHeight() - 3 - 20, Color.WHITE.getRGB());


                int offsetY = 12;
                y += offsetY * module.animYto;
            }
        }
    }
 
Зачем щяс же Heliw запастит в свой Meteor Recode free и будет говорить что это селф код
 
Делал его 39843589 лет и он оч сложный так что пон
Посмотреть вложение 235681
пон:
Expand Collapse Copy
 @EventTarget
    public void onRender2D(EventRender2D event) {

        if (!isEnabled()) return;
        List<Feature> activeModules = Rich.instance.featureManager.getAllFeatures();
        activeModules.sort(Comparator.comparingDouble(s -> -mc.celestial_16.getStringWidth(s.getLabel())));
        float displayWidth = event.getResolution().getScaledWidth() * (event.getResolution().getScaleFactor() / 2F);
        float yPotionOffset = 2;
        for (PotionEffect potionEffect : Helper.mc.player.getActivePotionEffects()) {
            if (potionEffect.getPotion().isBeneficial()) {
                yPotionOffset = 45;
            }
            if (potionEffect.getPotion().isBadEffect()) {
                yPotionOffset = 45 * 2;
            }
        }
        int y = (int) (5 + yPotionOffset);
        int yTotal = 0;
        for (int i = 0; i < Rich.instance.featureManager.getAllFeatures().size(); ++i) {
            yTotal += mc.celestial_16.getFontHeight() + 0.5f;
        }
        for (Feature module : activeModules) {
            module.animYto = AnimationHelper.Move(module.animYto, (float) (module.isEnabled() ? 1 : 0), (float) (6.5f * Rich.deltaTime()), (float) (6.5f * Rich.deltaTime()), (float) Rich.deltaTime());
            if (module.animYto > 0.01f) {

                Color col = ColorUtils.TwoColoreffect(new Color(ClientOverlay.oneColor.getColorValue()), new Color(ClientOverlay.twoColor.getColorValue()), Math.abs(System.currentTimeMillis() / 10) / 100.0 + 3.0F * (4f * 2.55) / 60);

                double time;
                int pal = 0;

                int colorCustom = ClientOverlay.oneColor.getColorValue();
                int colorCustom2 = ClientOverlay.twoColor.getColorValue();


                Color wtf = new Color(22, 22, 22);

                for (int i = 0; i < 255; i += 1) {
                    wtf = ClientHelper.getClientColor(i, i, 0, 35);
                }


                if(colorMode.getCurrentMode().equalsIgnoreCase("Rainbow")){
                    time = 1;
                    pal = UtilityRender.rainbow((int) (y * time), 10, 10);
                }
                else if(colorMode.getCurrentMode().equalsIgnoreCase("Astolfo")){
                    time = delay.getNumberValue();
                    pal = UtilityRender.astolfoColors45(y, yTotal, 0.5f, 5).getRGB();
                }
                else if(colorMode.getCurrentMode().equalsIgnoreCase("Erase")){
                    time = delay.getNumberValue();
                    pal = UtilityRender.fadeColorRich(new Color(colorCustom).getRGB(), new Color(colorCustom2).getRGB(), (float) Math.abs(((((System.currentTimeMillis() / time) / time) + y * 6L / 61 * 2) % 2)));
                }else if(colorMode.currentMode.equalsIgnoreCase("Fade")){
                    EvolUtils.fade(10 - (int) delay.getNumberValue(), (int) 1, new Color(ClientOverlay.oneColor.getColorValue()), 1).getRGB();
                }


                RenderUtils.drawRect2(displayWidth - mc.celestial_16.getStringWidth(module.getLabel()) - 7, y - 20, mc.celestial_16.getStringWidth(module.getLabel()) + 6, 12f, color.getColorValue());
                RenderUtils.drawBlurredShadow(displayWidth - mc.celestial_16.getStringWidth(module.getLabel()) - 7, y - 20, mc.celestial_16.getStringWidth(module.getLabel()) + 6, 12f, 16, new Color(color.getColorValue()));
                mc.celestial_16.drawStringWithShadow(module.getLabel(), displayWidth - mc.celestial_16.getStringWidth(module.getLabel()) - 5, y + mc.celestial_16.getFontHeight() - 3 - 20, Color.WHITE.getRGB());


                int offsetY = 12;
                y += offsetY * module.animYto;
            }
        }
    }
подарите ему очки
 
Делал его 39843589 лет и он оч сложный так что пон
Посмотреть вложение 235681
пон:
Expand Collapse Copy
 @EventTarget
    public void onRender2D(EventRender2D event) {

        if (!isEnabled()) return;
        List<Feature> activeModules = Rich.instance.featureManager.getAllFeatures();
        activeModules.sort(Comparator.comparingDouble(s -> -mc.celestial_16.getStringWidth(s.getLabel())));
        float displayWidth = event.getResolution().getScaledWidth() * (event.getResolution().getScaleFactor() / 2F);
        float yPotionOffset = 2;
        for (PotionEffect potionEffect : Helper.mc.player.getActivePotionEffects()) {
            if (potionEffect.getPotion().isBeneficial()) {
                yPotionOffset = 45;
            }
            if (potionEffect.getPotion().isBadEffect()) {
                yPotionOffset = 45 * 2;
            }
        }
        int y = (int) (5 + yPotionOffset);
        int yTotal = 0;
        for (int i = 0; i < Rich.instance.featureManager.getAllFeatures().size(); ++i) {
            yTotal += mc.celestial_16.getFontHeight() + 0.5f;
        }
        for (Feature module : activeModules) {
            module.animYto = AnimationHelper.Move(module.animYto, (float) (module.isEnabled() ? 1 : 0), (float) (6.5f * Rich.deltaTime()), (float) (6.5f * Rich.deltaTime()), (float) Rich.deltaTime());
            if (module.animYto > 0.01f) {

                Color col = ColorUtils.TwoColoreffect(new Color(ClientOverlay.oneColor.getColorValue()), new Color(ClientOverlay.twoColor.getColorValue()), Math.abs(System.currentTimeMillis() / 10) / 100.0 + 3.0F * (4f * 2.55) / 60);

                double time;
                int pal = 0;

                int colorCustom = ClientOverlay.oneColor.getColorValue();
                int colorCustom2 = ClientOverlay.twoColor.getColorValue();


                Color wtf = new Color(22, 22, 22);

                for (int i = 0; i < 255; i += 1) {
                    wtf = ClientHelper.getClientColor(i, i, 0, 35);
                }


                if(colorMode.getCurrentMode().equalsIgnoreCase("Rainbow")){
                    time = 1;
                    pal = UtilityRender.rainbow((int) (y * time), 10, 10);
                }
                else if(colorMode.getCurrentMode().equalsIgnoreCase("Astolfo")){
                    time = delay.getNumberValue();
                    pal = UtilityRender.astolfoColors45(y, yTotal, 0.5f, 5).getRGB();
                }
                else if(colorMode.getCurrentMode().equalsIgnoreCase("Erase")){
                    time = delay.getNumberValue();
                    pal = UtilityRender.fadeColorRich(new Color(colorCustom).getRGB(), new Color(colorCustom2).getRGB(), (float) Math.abs(((((System.currentTimeMillis() / time) / time) + y * 6L / 61 * 2) % 2)));
                }else if(colorMode.currentMode.equalsIgnoreCase("Fade")){
                    EvolUtils.fade(10 - (int) delay.getNumberValue(), (int) 1, new Color(ClientOverlay.oneColor.getColorValue()), 1).getRGB();
                }


                RenderUtils.drawRect2(displayWidth - mc.celestial_16.getStringWidth(module.getLabel()) - 7, y - 20, mc.celestial_16.getStringWidth(module.getLabel()) + 6, 12f, color.getColorValue());
                RenderUtils.drawBlurredShadow(displayWidth - mc.celestial_16.getStringWidth(module.getLabel()) - 7, y - 20, mc.celestial_16.getStringWidth(module.getLabel()) + 6, 12f, 16, new Color(color.getColorValue()));
                mc.celestial_16.drawStringWithShadow(module.getLabel(), displayWidth - mc.celestial_16.getStringWidth(module.getLabel()) - 5, y + mc.celestial_16.getFontHeight() - 3 - 20, Color.WHITE.getRGB());


                int offsetY = 12;
                y += offsetY * module.animYto;
            }
        }
    }

ааа спасибо аааа
 
Делал его 39843589 лет и он оч сложный так что пон
Посмотреть вложение 235681
пон:
Expand Collapse Copy
 @EventTarget
    public void onRender2D(EventRender2D event) {

        if (!isEnabled()) return;
        List<Feature> activeModules = Rich.instance.featureManager.getAllFeatures();
        activeModules.sort(Comparator.comparingDouble(s -> -mc.celestial_16.getStringWidth(s.getLabel())));
        float displayWidth = event.getResolution().getScaledWidth() * (event.getResolution().getScaleFactor() / 2F);
        float yPotionOffset = 2;
        for (PotionEffect potionEffect : Helper.mc.player.getActivePotionEffects()) {
            if (potionEffect.getPotion().isBeneficial()) {
                yPotionOffset = 45;
            }
            if (potionEffect.getPotion().isBadEffect()) {
                yPotionOffset = 45 * 2;
            }
        }
        int y = (int) (5 + yPotionOffset);
        int yTotal = 0;
        for (int i = 0; i < Rich.instance.featureManager.getAllFeatures().size(); ++i) {
            yTotal += mc.celestial_16.getFontHeight() + 0.5f;
        }
        for (Feature module : activeModules) {
            module.animYto = AnimationHelper.Move(module.animYto, (float) (module.isEnabled() ? 1 : 0), (float) (6.5f * Rich.deltaTime()), (float) (6.5f * Rich.deltaTime()), (float) Rich.deltaTime());
            if (module.animYto > 0.01f) {

                Color col = ColorUtils.TwoColoreffect(new Color(ClientOverlay.oneColor.getColorValue()), new Color(ClientOverlay.twoColor.getColorValue()), Math.abs(System.currentTimeMillis() / 10) / 100.0 + 3.0F * (4f * 2.55) / 60);

                double time;
                int pal = 0;

                int colorCustom = ClientOverlay.oneColor.getColorValue();
                int colorCustom2 = ClientOverlay.twoColor.getColorValue();


                Color wtf = new Color(22, 22, 22);

                for (int i = 0; i < 255; i += 1) {
                    wtf = ClientHelper.getClientColor(i, i, 0, 35);
                }


                if(colorMode.getCurrentMode().equalsIgnoreCase("Rainbow")){
                    time = 1;
                    pal = UtilityRender.rainbow((int) (y * time), 10, 10);
                }
                else if(colorMode.getCurrentMode().equalsIgnoreCase("Astolfo")){
                    time = delay.getNumberValue();
                    pal = UtilityRender.astolfoColors45(y, yTotal, 0.5f, 5).getRGB();
                }
                else if(colorMode.getCurrentMode().equalsIgnoreCase("Erase")){
                    time = delay.getNumberValue();
                    pal = UtilityRender.fadeColorRich(new Color(colorCustom).getRGB(), new Color(colorCustom2).getRGB(), (float) Math.abs(((((System.currentTimeMillis() / time) / time) + y * 6L / 61 * 2) % 2)));
                }else if(colorMode.currentMode.equalsIgnoreCase("Fade")){
                    EvolUtils.fade(10 - (int) delay.getNumberValue(), (int) 1, new Color(ClientOverlay.oneColor.getColorValue()), 1).getRGB();
                }


                RenderUtils.drawRect2(displayWidth - mc.celestial_16.getStringWidth(module.getLabel()) - 7, y - 20, mc.celestial_16.getStringWidth(module.getLabel()) + 6, 12f, color.getColorValue());
                RenderUtils.drawBlurredShadow(displayWidth - mc.celestial_16.getStringWidth(module.getLabel()) - 7, y - 20, mc.celestial_16.getStringWidth(module.getLabel()) + 6, 12f, 16, new Color(color.getColorValue()));
                mc.celestial_16.drawStringWithShadow(module.getLabel(), displayWidth - mc.celestial_16.getStringWidth(module.getLabel()) - 5, y + mc.celestial_16.getFontHeight() - 3 - 20, Color.WHITE.getRGB());


                int offsetY = 12;
                y += offsetY * module.animYto;
            }
        }
    }
да пацан спасибо очень похоже!!
 
вообще на бетку не похоже
 
f
почему, я с ее пастил
Посмотреть вложение 235692
только напишите про это

а бля точно я не заметил просто стделать драв стринг с шадоу че сдесь сложного
так ты уже глупый в том, что ты через какой то celestial_16 шрифт, я понимаю, что ты фанатеешь с целестиала но все же, это как бы даже не шрифт целестиала дурачок.
почему, я с ее пастил
Посмотреть вложение 235692
только напишите про это

а бля точно я не заметил просто стделать драв стринг с шадоу че сдесь сложного
там шрифт Nunito притом то в аррайлисте акриена, а не твой понос
 
f

так ты уже глупый в том, что ты через какой то celestial_16 шрифт, я понимаю, что ты фанатеешь с целестиала но все же, это как бы даже не шрифт целестиала дурачок.

там шрифт Nunito притом то в аррайлисте акриена, а не твой понос
я ассеты не трогал и при этом откуда я должен знать какой там шрифт :sunglasses:
я так сделал потому что мне удобнее и привычнее пистать celestial место mntsb что поделать вроде это не мои уже проблемы
подарите ему очки
мне лень было его по иксу поправлять ну сделайте его драг
f

так ты уже глупый в том, что ты через какой то celestial_16 шрифт, я понимаю, что ты фанатеешь с целестиала но все же, это как бы даже не шрифт целестиала дурачок.

там шрифт Nunito притом то в аррайлисте акриена, а не твой понос
я шрифт из ассетов целестиала брал!!!!
 
код пжпж
1674061084213.png
 
Блять что ты запостил удали это тему пожалуйста
 
в 1941 году до н.э пастеры пастили импакт
мне только спастить надо а как работает меня ебать не должно вот сольют сурсы лоадера я ренеймну их и все и будет premium protect
в 1941 году до н.э пастеры пастили импакт
а я щас его санрайс спид пасщю
 
Назад
Сверху Снизу