- Status
- Offline
- Joined
- Jul 18, 2023
- Messages
- 707
- Reaction score
- 3
Calling all Minecraft enthusiasts, adventurers, and builders of blocky worlds! Gather 'round as we unveil a treasure trove of unparalleled delights just for you! Prepare to be enthralled as we present our meticulously curated collection of free and easily downloadable Minecraft resources, including the holy grail of all sources, the legendary "DeadCode Watermark | Expensive Ready"
In this glorious thread, we welcome you to a realm of possibilities where your Minecraft dreams can become a reality. We understand your passion for the game, and that's why we've spared no effort in sourcing the most credible and effective tools available. Every single entry in our hallowed "Minecraft Cheat Sources" section has been subjected to rigorous testing, ensuring unwavering reliability for all your gaming endeavors.
DeadCode Watermark | Expensive Ready
In this glorious thread, we welcome you to a realm of possibilities where your Minecraft dreams can become a reality. We understand your passion for the game, and that's why we've spared no effort in sourcing the most credible and effective tools available. Every single entry in our hallowed "Minecraft Cheat Sources" section has been subjected to rigorous testing, ensuring unwavering reliability for all your gaming endeavors.
DeadCode Watermark | Expensive Ready
There are two watermarks, I will not pull the cat by the tail, so here:
1. Author: neDll
JavaScript:
int waterMarkTextColor = ColorUtility.rgba(112, 35, 145, 255);
int userNameTextColor = ColorUtility.rgba(255, 255 ,255 ,255);
int rectColor = ColorUtility.rgba(40, 176, 174, 255);
RenderUtility.drawImage(new ResourceLocation("expensive/images/avatar2.png"), 3, 4, 40, 40, Color.WHITE, 255);
//RenderUtility.drawRect(45, 19, 100, 15, rectColor);
Fonts.NEVERLOSE900_23.drawStringWithOutlineCustom("DeadCode 4.4", 48, 23, 0.7f, waterMarkTextColor);
Fonts.MONTSERRAT16.drawStringWithOutline(mc.player.getName(), 48, 37, userNameTextColor);
2. The author: Protected, (This person doesn't have such a nickname, it's just such a creative decision to hide his nickname, because he didn't want to appear on this forum)
JavaScript:
int x = 10;
int y = 18;
GlowUtility.drawGlow(x, y-2, Fonts.MONTSERRAT18.getStringWidth("DEADCODE 4.4"), 10, 5, new Color(0, 0, 0, 60).getRGB());
Fonts.MONTSERRAT18.drawStringWithOutline("DEADCODE 4.4", x, y, Color.decode("#a539e0").getRGB());
GlowUtility.drawGlow(x+Fonts.MONTSERRAT18.getStringWidth("DEADCODE 4.4")-Fonts.MONTSERRAT12.getStringWidth(Minecraft.getMinecraft().player.getName()), y+12-2, Fonts.MONTSERRAT12.getStringWidth(Minecraft.getMinecraft().player.getName()), 6, 5, new Color(0, 0, 0, 60).getRGB());
Fonts.MONTSERRAT12.drawStringWithOutline(Minecraft.getMinecraft().player.getName(), x+Fonts.MONTSERRAT18.getStringWidth("DEADCODE 4.4")-Fonts.MONTSERRAT12.getStringWidth(Minecraft.getMinecraft().player.getName()), y+12, -1);
StencilUtil.initStencilToWrite();
drawGenesisCircle(x+Fonts.MONTSERRAT18.getStringWidth("DEADCODE 4.4")+22, y+8, 70, Color.WHITE);
//RenderUtility.drawRoundCircle(x+Fonts.MONTSERRAT18.getStringWidth("DEADCODE 4.4")+20, y+8, 28, -1);
StencilUtil.readStencilBuffer(1);
RenderUtility.drawFace(255, x+Fonts.MONTSERRAT18.getStringWidth("DEADCODE 4.4")+4, y-10, 8, 8, 8, 8, 36, 36, 64, 64, Minecraft.getMinecraft().player);
StencilUtil.uninitStencilBuffer();
Code:
private void drawGenesisCircle(double x, double y, float radius, Color color) {
GL11.glPushMatrix();
GL11.glColor4f(color.getRed() / 255f, color.getGreen() / 255f, color.getBlue() / 255f, color.getAlpha() / 255f);
boolean isEnabled = GL11.glIsEnabled(GL11.GL_BLEND);
GL11.glEnable(GL11.GL_BLEND);
GL11.glDisable(GL11.GL_TEXTURE_2D);
GL11.glBlendFunc(GL11.GL_SRC_ALPHA, GL11.GL_ONE_MINUS_SRC_ALPHA);
GL11.glDisable(GL11.GL_ALPHA_TEST);
GL11.glTranslated(x, y, 0);
GL11.glPointSize(radius);
GL11.glEnable(GL11.GL_POINT_SMOOTH);
GL11.glHint(GL11.GL_POINT_SMOOTH_HINT, GL11.GL_NICEST);
GL11.glBegin(GL11.GL_POINTS);
GL11.glVertex2d(0, 0);
GL11.glEnd();
GL11.glHint(GL11.GL_POINT_SMOOTH_HINT, GL11.GL_DONT_CARE);
GL11.glDisable(GL11.GL_POINT_SMOOTH);
if (!isEnabled)
GL11.glDisable(GL11.GL_BLEND);
GL11.glEnable(GL11.GL_TEXTURE_2D);
GL11.glEnable(GL11.GL_ALPHA_TEST);
GL11.glPopMatrix();
}
Instructions for getting a round avatar, (Only needed for the first watermark):
1. We throw our avatar on any site with a change in the size of the image, and put 80 x 80 there, (Choose PNG format)
2. In Google, we find a website for rounding avatars, and round up our avatar.
3. Done!