Hemiize/Whatsapp-Username-Sniper — reverse-engineered prompt

Reverse engineered prompt

Build me a simple Python tool that checks WhatsApp username availability through my Android phone over ADB. I want to plug in a phone with USB debugging on, open the WhatsApp username edit screen, run one script, and have it type candidate names into the field, read the result on the phone, and instantly save any available usernames to a hits.txt file.

Give it a small terminal menu with a random combo mode, a custom wordlist mode using wordlist.txt, and English and German dictionary modes that can download and cache common word lists the first time they are used. Add a settings screen for Discord webhook URLs so hits can be sent to different channels depending on the mode. It should try to detect the username field automatically, ask once for screen coordinates if that fails, show colored live stats while running, and pause itself every 15 minutes for 5 minutes so it is less likely to get throttled. Keep it no root and no extra packages if possible. Look up current ADB docs online if you need to.

Want more depth? Deep Reverse