WELCOME TO INFOCHEATS.NET

INFOCHEATS is a community-driven platform focused on free game cheats, cheat development, and verified commercial software for a wide range of popular games. We provide a large collection of free cheats shared by the community. All public releases are checked for malicious code to reduce the risk of viruses, malware, or unwanted software before users interact with them.

Alongside free content, INFOCHEATS hosts an active marketplace with many independent sellers offering commercial cheats. Each product is discussed openly, with user feedback, reviews, and real usage experience available to help you make informed decisions before purchasing.

Whether you are looking for free cheats, exploring paid solutions, comparing sellers, or studying how cheats are developed and tested, INFOCHEATS brings everything together in one place — transparently and community-driven.

Source Free SRC Cheat Nursultan Timer Info For Minecraft

CrazyTrap

Newbie
Newbie

CrazyTrap

Newbie
Newbie
Status
Offline
Joined
Jul 18, 2023
Messages
378
Reaction score
1
Welcome, builders and adventurers, to a vast sanctuary of Minecraft resources that will revolutionize your gameplay like never before! Immerse yourself in our treasure trove of meticulously curated mods, skins, and much more, each expertly crafted to elevate your gaming experience to new heights. Whether you aspire to construct awe-inspiring structures or embark on daring quests, our extensive selection is tailored to fulfill your every need. Embrace the boundless possibilities that await you in this pixelated realm, and unleash your imagination without limits!

1613163150_188-p-zheltii-fon-mainkraft-237.png

Nursultan Timer Info:​

JavaScript:
float x3 = sr.getScaledWidth() / 2f;
            float y2 = sr.getScaledHeight() / 3.5f;
            double width2 = 70;
            double height2 = 30;

            TimerModule timer = new TimerModule();

            RenderUtility.drawGlow(x3, y2, (float) width2, (float) height2, 11, new Color(Expensive.getInstance().getModuleManager().arraylist.getColor(5)));

            RenderUtility.drawRound(x3, y2, (float) width2, (float) height2, 6, ColorUtility.rgba(15, 15, 15, 255));

            RenderUtility.drawGlow(x3 + 8, y2 + 17, (float) TimerModule.animWidth - 10, (float) 8, 8, new Color(Expensive.getInstance().getModuleManager().arraylist.getColor(5)));

            RenderUtility.drawGradientRound(x3 + 8, y2 + 17, (float) TimerModule.animWidth - 10, (float) 8, 3,  new Color(76, 225, 207).getRGB(), new Color(70, 192, 215).getRGB(), new Color(204, 106, 234).getRGB(), new Color(205, 150, 234).getRGB());


            Fonts.MONTSERRAT14.drawString("Timer", x3 + 25, y2 + 4, Color.WHITE.getRGB());

            TimerModule.animWidth = AnimationMath.fast(TimerModule.animWidth, (float) (TimerModule.getProgress() * width2), 15);

            Fonts.MONTSERRAT13.drawString(Math.round((TimerModule.animWidth / width2) * 100.0D) + "%", x3 + 30, y2 + 19, Color.WHITE.getRGB());

            RenderUtility.horizontalGradient(x3, y2 + 10.5f, 70 / 2f, 1, new Color(0, 0, 0, alpha).getRGB(), new Color(ColorUtility.setAlpha(new Color(225, 255, 255).getRGB(), alpha)).getRGB());
            RenderUtility.horizontalGradient(x3 + 70 / 2f, y2 + 10.5f, 70 / 2f, 1, new Color(ColorUtility.setAlpha(new Color(225, 255, 255).getRGB(), alpha)).getRGB(), new Color(0, 0, 0, alpha).getRGB());
 
Top