Meresye/SaloMenu_Source_Completa — reverse-engineered prompt
Reverse engineered prompt
I want you to turn this repo into a safe educational Windows demo that explains how a game executor style tool is structured, without connecting to Roblox, injecting into any real process, or bypassing anything. Build a small desktop app where I can type sample Lua or Luau like text, send it to a mock core component, and see how the layers talk to each other through a clearly separated UI, injector simulation, and DLL simulation. The injector part should be fake and only work against a local sandbox process made for this project, or just simulate the steps visually so it stays harmless.
Please clean up the project, make it actually runnable, and add simple documentation in English that explains what each part does in plain language. If there are placeholders or old folders, keep only what helps the demo. I also want a basic script queue, a simple log window, and a clear warning in the app that this is for learning only. You can look up current docs online if needed.
Want more depth? Deep Reverse