SleepyFish-YT/SimpleInjectionClientBase — reverse-engineered prompt

Reverse engineered prompt

I want a simple Windows C++ base for an injectable Lunar Client 1.8.9 client.

Please set it up so I can open it in CLion, use the Visual Studio 2022 toolchain, build a Release version, and get a DLL I can inject with a normal injector. The main thing I need is a clean starter project with the Lunar mappings and JNI side wired up properly, so it actually attaches to the game and gives me a solid base to build on.

If it makes sense, include a very basic in game menu or overlay and a couple of small example toggles just so I can tell the injection worked and see how to add more features later. Keep the code organized and easy to extend, not over complicated.

I am not looking for anything fancy right now, just a working client base that matches what this repo is supposed to be. If any setup steps, mappings, or build details are outdated, look up current docs online if you need to and make it work on Windows.

Want more depth? Deep Reverse