xenoexecutorv1/XenoExecutor ? reverse-engineered prompt
Reverse engineered prompt
Build me a Roblox script executor for the web version of Roblox, with a clean desktop app and a simple UI for loading and running Lua scripts. I want it to feel fast, support multiple instances, and include extras like a script box, logs, file browsing, and an easy way to toggle features like HttpSpy and global storage between clients.
Please make the app manage execution through the external process, keep CPU usage low, and add the custom helpers shown in the README, like getting the real address of an instance, spoofing an instance, and reading and writing shared globals. If parts of the implementation need current docs or library details, look them up online and use the most practical approach.
I also want the project organized so the C++ core and the UI are easy to work on separately, with a polished prototype style and working build instructions for a Windows machine.
Are you gonna build this?
make sure you review the code using coderabbit