bulutkocak/Roblox-Badge-Deleter — reverse-engineered prompt
Reverse engineered prompt
Build me a simple browser userscript for Tampermonkey that runs on Roblox and lets me delete badges from my own profile in bulk. I want a small red panel fixed in the bottom right of my profile page with a Start button, a Cancel button, an optional field where I can paste a game ID to only remove badges from that one game, and clear live progress showing how many were deleted, failed, and rate limited, plus a progress bar and activity log.
It should automatically detect that I am on my own profile before doing anything, fetch whatever token is needed, scan all my badges, and delete them safely with delays, retries, and smart backoff when Roblox rate limits requests. Failed badge deletions should retry a few times, and I should be able to stop the process anytime. Please include easy to tweak settings at the top of the script and a clear warning that deletion is permanent. Look up current Roblox docs online if you need to.
Want more depth? Deep Reverse