Source Nursultan NextGen logo| Free For Minecraft

CrazyTrap

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Jul 18, 2023
Messages
707
Reaction score
3
Step into a realm of boundless possibilities with our handpicked selection of Minecraft resources! Welcome to this exclusive thread, where you can find a treasure trove of free and downloadable content under the title "Minecraft Cheat Sources." As passionate gamers ourselves, we understand the desire to elevate your Minecraft experience to unprecedented levels. Rest assured that each resource listed here has been rigorously tested to ensure seamless integration and an unforgettable adventure.

i

Nursultan NextGen logo:​

JavaScript:
case "Параша":
                    DraggableWaterMark d = (DraggableWaterMark) Rich.instance.draggableHUD.getDraggableComponentByClass(DraggableWaterMark.class);
                    d.setWidth(110);
                    d.setHeight(26);

                    float x = d.getX();
                    float y = d.getY();
                    String t = TextFormatting.DARK_GRAY + " | " + TextFormatting.GRAY + "CrashSystem" + TextFormatting.DARK_GRAY + " | " + TextFormatting.GRAY + Minecraft.getDebugFPS() + " fps";
                    String t2 = "nursultan";
                    int w = mc.nursultan_18.getStringWidth(t2) + mc.nursultan_18.getStringWidth(t);

                    Color color = ColorUtils.interpolateColorsBackAndForth(12, 0, Rich.instance.getClientColor(), Rich.instance.getAlternateClientColor(), false);
                    Color color2 = ColorUtils.interpolateColorsBackAndForth(12, 0, Rich.instance.getAlternateClientColor(), Rich.instance.getClientColor(), false);
                    GLUtils.INSTANCE.rescale(scale);


                    GradientUtil.applyGradientHorizontal(x, y, w + 4, 14, 1, color, color2, () -> {
                        RenderUtils.setAlphaLimit(0);
                        RenderUtils.drawBlurredShadow(x, y, w + 4, 15, 8, color);
                    });
                    resetColor();

                    RoundedUtil.drawRound(x, y, w + 4, 14, 2.5f, new Color(16, 16, 16));

                    GradientUtil.applyGradientHorizontal(x + 1, y + 2, (float) w + 4, mc.nursultan_18.getFontHeight() + 1, 1, color, color2, () -> {
                        RenderUtils.setAlphaLimit(0);
                        mc.nursultan_18.drawString(t2, x + 2, y + 3, new Color(0, 0, 0).getRGB());
                    });
                    resetColor();

                    mc.nursultan_18.drawString(t, x + 39, y + 3, 0);



                    GLUtils.INSTANCE.rescaleMC();


                    break;
 
Top