SecondNewtonLaw/RbxStu — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Windows C++ tool for Roblox Studio, not the live Roblox client, that lets me run Luau scripts during Local Test and Team Test so I can see what a bad script could do in my own place before I publish it.

I want it to connect only to Studio sessions I start, show clear logs, and give me simple ways to execute a script, inspect what happened, and stop cleanly without crashing Studio. Please include the common helper functions needed for game penetration testing inside Studio, but keep it focused on authorized testing and do not add anything for the real Roblox client, bypassing bans, or hiding activity.

Set up the build files so it compiles on Windows with a normal C++ toolchain, and include short instructions for installing dependencies and running a safe test. If current Roblox Studio details matter, look up the current docs online.

Want more depth? Deep Reverse