Creates roblox accounts.
- The project has been cancelled long ago.
- If you want to make use of it try learning some python, it really isn't that difficult :), some resources:
https://www.python.org/about/gettingstarted/
Knock yourself out! Good luck
Proxy support (To prevent the Captcha)Check if username is takenStar, Follow, Like (Generally control bots)
The program opens a script-controlled browser that navigates to the roblox.com page, then it signs up.
- Captcha Confirmation (Begins popping up after you've tried a couple times with same IP/proxy)
- Username Taken (Not handled currently)
Open python interpretter in main directory
>>> import BotController as bc
>>> bc.setupUser("kresten123", "password", "Male", "Aug", "7", "2002")
>>> bc.createUser()