· 6 years ago · Dec 16, 2019, 11:34 PM
1-- Installing Python --
2
3Python 3.7.2 is required: https://www.python.org/ftp/python/3.7.2/python-3.7.2-amd64.exe
4
5If you have any other version of Python installed, it is recommended that you delete it.
6
7While installing Python, make sure to check the 'Add Python 3.7 to PATH' setting
8
9To install all required modules for this bot, run modules.bat
10
11-- Setup --
12
13Replace YOUR_API_KEY with your solver API key, and set YOUR_SOLVERS_NAME to 2captcha or anticaptcha in config.json
14
15After that, just double click account_creator.py and it should start the bot.
16
17Cookies will be output to cookies.txt
18
19-- Additional Documentation --
20
21threads - Number of threads to use
22use_username_list- If set to true, this setting will result in accounts being created with usernames from usernames.txt, and 'username_gen' will be appended after the username
23use_proxies - If set to true, this setting will cause the bot to use proxies from proxies.txt to create accounts
24
25username_gen - Regex for creating usernames (this gets appended to the username if use_username_list is enabled)
26 ;word; will get converted to a random word
27 ;Word; will get converted to a random word with it's first letter capitalized
28 ;WORD; will get converted to an uppercase random word
29password_gen - Regex for creating passwords
30birthday_range - A random date from start to end will be generated and used as the birthday for the accounts
31gender_frequency - Chances of account being male or female
32
33solver[name] - Name of solving service to use (currently supported: '2captcha', 'anticaptcha')
34solver[key] - API key for solving service
35solver[tries] - Amount of attempts to refresh status of solving task
36solver[wait] - Seconds to wait before next attempt
37
38avatar_wait - Seconds to wait for roblox avatar to load
39request_attempts - Amount of requests to send (if the prev. req. failed) before giving up
40
41funcaptcha - Funcaptcha settings for Roblox signup
42user_agents - List of user-agents to use while signing up