Minecraft:Hacked is a video series exploring various technical areas of Minecraft

Minecraft:HACKED is a video series by @LiveOverflow exploring various technical areas of Minecraft.It’s a weird series trying to combine classic “Let’s Plays” with “Hacking Tutorials”. We are exploring how servers work, how modding support is implemented, we develop our own hacks, audit minecraft for vulnerabilities and much more… Episodes I Spent 100 Days Hacking Minecraft video Minecraft network protocol basics Minecraft python proxy Teleport hack file Minecraft, But It’s Reverse Engineered… Reverse engineering obfuscated java How Minecraft servers are implemented […]

Read more

Minecraft Launcher for Raspberry Pi computers

Minecraft Launcher for Raspberry Pi computers. Things that work: Mojang accounts Microsoft accounts All versions from 1.5 to 1.18, excluding snaphots (Actually all the snapshots from 1.13 and above work, just not from 1.12 and blow) Forge. Every single forge version should work as well Things that dont work: Optifine (The standalone launcher, not the forge mod) Fabric (and all its included mods) Other non Forge/Fabric mod loaders and their mods Standalone mods (eg LabyMod) A settings menu (You cant […]

Read more

A 16×16 clone of Minecraft Classic, written in Python with the Ursina Engine

A 16×16 clone of Minecraft Classic, written in Python with the Ursina Engine Features:Trees, Water(But there’s no gravity, so if you break a block next to water, expect to see some floating water), Random Terrain Generation(with Perlin Noise), Inventory(With 4 items:Grass, Stone, Copper and Diamond) and Shaders(with the prefabricated lit_with_shadows_shader of Ursina) Yet to be implemented: Infinite worlds, Caves, Multiplayer and Crafting(Perhaps in the very distant future?) Required Modules: Ursina(pip install ursina) and perlin_noise(pip install perlin-noise) Stone Texture from https://www.youtube.com/channel/UCvTkXfdV-oQRUYMM2R3p9zQ […]

Read more

MCRPC (Minecraft Resource Pack Comparator) checks your resource pack against any version of Minecraft

MCRPC checks your resource pack against any version of Minecraft to show resources missing from your pack for that version. Installation and usage Clone the repo git clone https://github.com/txtsd/mcrpc.git You will need Python Install the dependencies: pip install -r requirements.txt Or if you have pipenv (preferred), install the pipenv environment and dependencies: pipenv install pipenv shell Finally, run Follow the prompts, and you will get a list of missing resources. Screenshot

Read more

Pre-1.0 door/chest sound injector for Minecraft

Pre-1.0 door/chest sound injector for Minecraft. While the game is running, doorjector hotswaps the new sounds for the old right before the sounds become cached, allowing the injected SFX to bypass Mojang server authentication. You need to execute the script while on the dirt splash screen, before going into a game. Injecting during active playthrough causes the cache to randomize the sounds, and it’s really just not an enjoyable experience for anyone involved. Injected SFX only work in their active […]

Read more

A bot to get Statistics like the Playercount from your Minecraft-Server on your Discord-Server

Hey Thanks for reading me. Warning: My English is not the best I have programmed this bot to show me statistics about the player numbers and ping of my Minecraft server on a Discord server. Yes I love statistics XD. And I thought this bot could be useful for others too. This bot uses Python3 and Discord.py So the Setup is really easy. First install Python3 or make sure it is installed First you have to install all Requirements on […]

Read more