OriginalAlien/Roblox-Mass-Report — reverse-engineered prompt

Reverse engineered prompt

I want a safe educational version of this in Python, not something that actually hits Roblox or any real website.

Make it feel like the original idea, but turn it into a local demo that shows how a mass reporting script would work and why platforms block it. It should read sample data from simple text files, let me choose a fake username, a report reason, and a number of reports to simulate, then send those requests to a local mock endpoint and show which ones would succeed, fail, get rate limited, or be flagged as suspicious. Add a clear warning in the app that this is for learning only and not for real abuse.

Keep it easy to run on Windows, with one setup step and one main script. If the repo has any code that talks to live APIs, swap that out for mocked behavior. A simple terminal interface is fine. Look up current docs online if you need to.

Want more depth? Deep Reverse