Source Wildclient Watermark + Timer Hud| SRC Cheat For Free For Minecraft

CrazyTrap

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Jul 18, 2023
Messages
707
Reaction score
3
Greetings, dear comrades of the Minecraft community! We extend a warm welcome to you as we embark together on an extraordinary journey through a boundless realm filled with wonders and enchantments beyond imagination! Within this thread lies a treasure trove of top-tier, free-to-download Minecraft resources, with one standout gem being the renowned source aptly titled "Wildclient watermark + timer hud"

We, as passionate players, truly understand the pivotal role that reliable and innovative content plays in elevating the overall gameplay experience. That's precisely why we've dedicated ourselves to curating this exceptional collection, ensuring that each entry has undergone meticulous testing and proven itself to be a game-changer, breathing new life and unbridled excitement into your beloved Minecraft world.

i

Watermark:
JavaScript:
 DraggableWaterMark d = (DraggableWaterMark) Penit.instance.draggableHUD.getDraggableComponentByClass(DraggableWaterMark.class);
                d.setWidth(110);
                d.setHeight(26);

                float x = d.getX();
                float y = d.getY();
                String watermarkclient = "WILD CLIENT";
                int w = mc.sfpro_15.getStringWidth(watermarkclient);


                Color color = ColorUtils.interpolateColorsBackAndForth(1, 0,  ClientHelper.getClientColor(),  ClientHelper.getClientColor(), false);
                Color color2 = ColorUtils.interpolateColorsBackAndForth(1, 0,  ClientHelper.getClientColor(),  ClientHelper.getClientColor(), false);
                GLUtils.INSTANCE.rescale(scale);
                RenderUtils.drawBlurredShadow(x + -1, y, w + 41, 30, 8,color);
                RenderUtils.drawBlurredShadow(x + -1, y, w + 41, 30, 8, new Color(1,1,1,50));

                RoundedUtil.drawRound(x, y  + 2,  w + 37, 26, 0f, new Color(16, 16, 16, 255));
                RenderUtils.drawBlurredShadow(x + -2, y + 1.5f, w + -47, 26, 8,color);
                RoundedUtil.drawRound(x + -2, y + 2f,  w + -47, 26, 0f, color);

                // RenderUtils.drawBlurredShadow(x + -3, y + 3, w + 4, 13, 8, color);

                mc.mntsb_18.drawString(watermarkclient, x + 7.5f, y + 7f, -1);
                mc.mnml_18.drawString("1.9.2" + TextFormatting.GRAY + " RELEASE", x + 8.5f, y + 17f, -1);

Timer hud:
JavaScript:
final DraggableComponent dwm = Penit.instance.draggableHUD.getDraggableComponentByClass(DraggableIndicators.class);
            dwm.setWidth(50);
            dwm.setHeight(15);
            int x = (int) dwm.getX();
            int y = (int) dwm.getY();
            String t="Timer";
            int w = mc.sfpro.getStringWidth(t);

            animWidth = (float) RenderUtils.interpolate((101 - (ticks * 6f)), animWidth, 0.05f);


            Color color = ColorUtils.interpolateColorsBackAndForth(1, 0,  ClientHelper.getClientColor(),  ClientHelper.getClientColor(), false);
            Color color2 = ColorUtils.interpolateColorsBackAndForth(1, 0,  ClientHelper.getClientColor(),  ClientHelper.getClientColor(), false);
            GLUtils.INSTANCE.rescale(scale);

            GradientUtil.applyGradientHorizontal(x, y,w + 42, 20, 1, color, color2, () -> {
                RenderUtils.setAlphaLimit(0);
                RenderUtils.drawBlurredShadow(x + -3, y, w + 49, 20, 9, color);
            });
            resetColor();

            RoundedUtil.drawRound(x, y + 2, w + 42f, 16, 0f, new Color(16, 16, 16, 255));

            mc.mntsb_16.drawCenteredStringWithShadow("TIMER " + (int) (animWidth < 0 ? 0 : animWidth)+ "%", x + 30.5f, y + 8f, -1);
 
Top