Skip to content

Yoticc/MinecraftESP

Repository files navigation

MinecraftESP

Internal Minecraft ESP hack written in C# using Korn
Available version: 1.0.0 - 1.16.5 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 that is created at first inject. But by default they are Numpad buttons

Use

Inject Minecraft.dll
Any injector can be used. The most popular — Process Hacker 2, Extreme Injector (good for getting error info) and GH Injector

Screenshot

image

Used Libraries

DotnetNative project with Korn analyzer
Yotic.Linq
Yotic.Math
Cetours NuGet
Yotic.Hook NuGet
Yotic.OpenGL NuGet
Yotic.Memory.Extensions NuGet
Memory.Manipulation NuGet

Build

YOU CANNOT BUILD IT RIGHT NOW. USE THE PREVIOUS VERSION. YOU CAN DOWNLOAD CODE FROM 1.0.1 RELEASE.

Special Thanks

August Vishnevsky - for his original idea and C source code