cchhaarroonn/XenonChecker — reverse-engineered prompt
Reverse engineered prompt
Build me a small Python tool for educational testing that opens Roblox in a browser and checks whether my own test accounts can log in. It should read accounts from a simple local combo.txt file, where each line has a username or email and password, then show a clear result in the terminal for each one.
Keep it simple and beginner friendly. I want to run it with python main.py, install the needed packages from requirements.txt, and have it work on Windows with ChromeDriver. If possible, make the code easy to adjust for Linux too.
Please add friendly colored output, basic error handling, and clear instructions in the README. Don’t add anything for stealing accounts, bypassing security, or avoiding Roblox protections. If a captcha, verification, or lockout appears, the script should stop and tell me manual verification is needed. Look up current browser automation docs online if you need to.
Want more depth? Deep Reverse