horionclient/horion — reverse-engineered prompt
Reverse engineered prompt
Build me a Windows C++ Minecraft Bedrock Edition utility mod like Horion. I want it to compile in Visual Studio and produce a DLL that can be loaded with a simple injector for my own local game testing.
Keep the first version simple, with a clean in game menu, a way to toggle small gameplay helper modules, and a structure that makes it easy to add more modules later. Include the basic hooking and memory setup needed for Bedrock, but keep it stable and easy to understand.
Please set up the project so someone can fork it, build it, and contribute without guessing. Add clear build steps, comments in the tricky parts, and a short README that explains what the mod is, how to compile it, and that it’s for non commercial use. Look up current docs online if you need to.
Want more depth? Deep Reverse