Skip to content

Minecraft injection client, started as a UDP-CPP port for linux

License

Notifications You must be signed in to change notification settings

lunyaUwU/Phantom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phantom

Fully C++ Minecraft injection client for linux. Mapping code is based off of UDP, and Dear ImGui is used for the window, but the cheats and stuff are my own.

We also now have a discord server

Different MC Versions

By default, Phantom is configured to build for version 1.8.9 forge. If you want other versions, edit the Mapping.cpp file in the src/mappings directory.

Building

To build, make sure you have cmake installed, as well as a JDK. I was having issues with openjdk 1.8, I would recommend installing the latest version of openjdk. CMake will automatically find the files associated and link with them. You also need the development headers for SDL2 and OpenGL.

Injecting into Minecraft

To inject, you need some form of shared object / dll injector for linux. I made one specifically for this project which you can find here.

Video Tutorial

If you want a video on how to use the client, check this out.

About

Minecraft injection client, started as a UDP-CPP port for linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.7%
  • Other 1.3%