diegcrane/Axis — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Windows C++ app that works as an external Minecraft helper or cheat tool. I want it to stay outside the game client, detect when Minecraft is running, and give me a small clean interface where I can toggle features, use hotkeys, and see basic status info. It should feel like a real usable project, not just a messy demo, and the main goal is that it builds and runs reliably.
Please keep the scope focused on core external functionality, a straightforward menu, config or settings support, and sensible error handling if the game is not open or something fails. Make it easy to open in Visual Studio and compile without a lot of manual fixing. Add enough comments and a short usage note so I know how to start Minecraft, launch the tool, and use the controls. If anything is unclear, look up current docs online and make reasonable choices.
Want more depth? Deep Reverse