RooXChicken/locator-color-bruteforce ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Java app that can brute force through UUIDs and find a user whose locator bar color matches a target color.
I want to be able to give it the color I’m looking for, let it keep trying possible UUIDs, and stop when it finds a match. It should show progress while it runs, print the matching UUID when it finds one, and be easy to change the target color and search settings. If you need to look up current docs online for anything, go ahead.
Make it simple to run from the command line, and keep the code clean enough that I can tweak the search logic later if needed.
Are you gonna build this?
make sure you review the code using coderabbit