Create roblox.com bots, currently only creates accounts.
- Proxy support (To prevent the Captcha)
- Check if username is taken
- Star, 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()