Daziusm/UsernameChecker ? reverse-engineered prompt
Reverse engineered prompt
Build me a Windows Python tool that can check Discord username availability by watching the actual Discord screen while it types names into the username field for me.
I want two simple modes. One should read names from a local words.txt file, one per line. The other should generate random 3 or 4 letter usernames and try those automatically. After I start it, give me a short countdown so I can click into the Discord username box, then have it type names, clear the field between tries, and keep going until I press ESC.
It should detect whether a name is available or taken by looking for Discord’s green and red status message colors on screen, and show a visible border or overlay around the area being watched so I can line it up. If it finds an available username, log it clearly and optionally send a Discord webhook notification with the name and a timestamp.
Make it easy to run, stable, and readable in the console. Look up current docs online if you need to.
Have a live product UI? Try website reverse