MinecraftESP
MinecraftESP copied to clipboard
Internal ESP hack in C# for Java Minecraft
MinecraftESP
Internal Minecraft ESP hack written in C# using Korn
Avaible Version: 1.0.0 - 1.14.4 and additional projects: Cristalix
Functions
- PlayerESP - Highlights players
- ChestESP - Highlights all types of chests (doesn't support dispensers, hoppers, etc.)
- SignESP - Highlights signs
- ItemESP - Highlights items
- NoFog - Remove fog
- NoLight - Remove models light
- NoBackground - Remove GUI background
- CaveViewer - Breaks game render, highlighting caves
All available binds are in the config file, which is created upon first launch. But by default these are Numpad buttons
Use
[!] Keep Wrapper.dll and Minecraft.dll in the same folder
Can be used any injector. The most popular — Process Hacker 2, Extreme Injector (good for getting error info) and GH Injector
For injection — inject Wrapper.dll
If you need use another from LoadLibraryW injection method, inject first MinecraftESP and after it Wrapper.dll by your injection method
Screenshot

Used Libraries
Cetours
Yotic.Hook
Yotic.OpenGL
Yotic.Memory.Extensions
Build
Build solution and enter the command dotnet publish -r win-x64 -c Release in Powershell for developers
It will create MinecraftESP.dll in MinecraftESP\MinecraftESP\bin\Release\net7.0\win-x64\native
Wrapper.dll you can get from MinecraftESP\x64\Release
Special Thanks
August Vishnevsky - for his original idea and C++ source code