This Python script automates the creation of Roblox accounts with unique usernames and secure passwords. The main goal of this project is educational, demonstrating web automation and data manipulation in Python.
(The .exe has the previous version and works perfectly, it's just slower.)
- Python 3.x
- Selenium (install with
pip install selenium
) - secrets (install with
pip install secrets
) - requests (install with
pip install requests
) - WebDriver compatible with your chosen browser (in this case, Microsoft Edge WebDriver)
- Win11 (maybe)
This project does not include an automatic captcha solving system. Captchas, if encountered during account creation, will need to be solved manually.
- Copy the
main.py
script. - Install dependencies:
pip install selenium secrets requests
- Download the WebDriver corresponding to your browser and place it in the same directory as the script.
- Run the script:
python main.py
In the main.py
file, you can adjust the number of accounts to create by changing the value of the Accounts
variable.
- Use this script responsibly and ethically.
- Avoid mass account creation, as it may violate Roblox's terms of service.
- Consider privacy and security when sharing or storing any information generated by the script.
This project is for educational purposes only. The author assumes no responsibility for misuse of this script.