Creates roblox accounts.
pip install RobloxAccountMaker
- Proxy support
- Check if username is taken
- Account Manager (other project)
The program opens a script-controlled browser that navigates to the roblox.com page, fills in every info, and lets you click the sign up button and complete the captcha.
import RobloxAccountMaker
RobloxAccountMaker.setupUser("name123123", "password", "Male", "Jan", "04", "1990")
RobloxAccountMaker.createUser()
#creates account with randomized name
RobloxAccountMaker.setupUserRandomized("password")
RobloxAccountMaker.createUser()
#creates account with randomized name and password is name
RobloxAccountMaker.setupUserRandomized()
RobloxAccountMaker.createUser()
Current use:
RobloxAccountMaker.setupUser(name, password, month, day, year) RobloxAccountMaker.setupUserRandomized(password)
What it looks like: