http://mat.i2p/minecraft-uuids
There were a few things that made this harder though: Wildcard queries must have at least 3 characters Wildcard searches are limited to 1,000 results Cloudflare’s “under attack” mode is permanently enabled, so there’s a captcha every few minutes There’s a ratelimit for searching To work around the first two issues I made a program that finds every possible username by searching like aaa* , aab* , etc, and adding an extra character if the result returned more than 1,000 usernames.
For...