A lightweight Badlion jni hacked client Hooks into the JVM at runtime via DLL injection
| Category | Module | Description |
|---|---|---|
| Combat | LeftClicker | Automated left-click with randomized CPS and hit-select |
| Combat | RightClicker | Automated right-click |
| Render | PlayerESP | 2D bounding box overlay on players |
| Render | HUD | Minimal on-screen watermark |
Flame/ β Core DLL (injected into javaw.exe)
βββ SDK/ β JNI wrappers for Minecraft 1.8.9 classes
βββ Rendering/ β OpenGL hook, ImGui overlay, custom UI widgets
βββ ModuleManager/ β Module system with per-module settings
βββ Framework/ β ImGui, MinHook, JNI headers, OpenGL loader
- Visual Studio 2022 (v143 toolset)
- C++17
- x64 β targets 64-bit JVM
Open Flame.sln, build both projects. The DLL outputs to Build/Flame.dll.
- Launch Minecraft 1.8.9
- Inject via process hacker
- Press INSERT to toggle the menu
- Press END to eject
This project is provided for educational purposes only.