Source Free SRC Cheat For Minecraft| Nursultan nextgen Timer Info

CrazyTrap

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Jul 18, 2023
Messages
707
Reaction score
3
Get ready to experience an expanded and enriched Minecraft world like never before! We present a meticulously selected collection of mods, skins, and additional content that will take your gaming experience to new heights. Whether you're a creative builder looking to enhance your projects or an adventurer seeking thrilling challenges, our vast array of resources is designed to cater to all your desires. Embrace this incredible opportunity to revolutionize your Minecraft journey and explore limitless possibilities!

i

Nursultan nextgen Timer Info:​

Code:
        if (TimerModule.mode.is("NEXTGEN")) {
            float width = 60;
            float heigth = 7;
            float x = scaledresolution.getScaledWidth() / 2f - width / 2f;
            float y = scaledresolution.getScaledHeight() - 80;
            RenderUtility.draw(x, y - 5, width, heigth + 23, 4, new Color(21, 21, 25, 255));
            RenderUtility.drawRect(x, y + 7, width, heigth - 6,  new Color(255, 255, 255, 37).getRGB());
            RenderUtility.drawGradientRound(x + 1, y + 12, TimerModule.animWidth - 2, heigth, 2, FwmProject.getInstance().getModuleManager().arraylist.getColor(180), FwmProject.getInstance().getModuleManager().arraylist.getColor(1), FwmProject.getInstance().getModuleManager().arraylist.getColor(360), FwmProject.getInstance().getModuleManager().arraylist.getColor(120));
            TimerModule.animWidth = AnimationMath.fast(TimerModule.animWidth, (float) (TimerModule.getProgress() * width), 15);
            Fonts.MONTSERRAT14.drawCenteredStringWithShadow( "Timer", x + width / 2, y + heigth - 5, -1);
            Fonts.MONTSERRAT14.drawCenteredStringWithShadow( Math.round((TimerModule.animWidth / width) * 100.0D) + "%", x + width / 2, y + heigth + 7, -1);
        }
 
Top