Account generator
Last updated
Last updated
To create for use with other functions, you can use our Account Generator. This page will explain how to properly configure the Account Generator.
First, make sure that Full Proxy Mode
is enabled. This is the same as making use_proxy
true in the JSON config. This is currently a requirement as Roblox updates the captchas.
To make all accounts prefixed with a string (eg. Shroot_32A2B1
), set random_usernames
to false
and set prefix
to your prefix of choice.
Alternatively, for random usernames, leave random_usernames
set to true
.
A is used to solve captchas that roblox adds to stop bots. Depending on what captcha solver you're using, theres always a charge of 1-5$ per 1000 captcha solves. Currently, is the best and cheapest captcha solver.
After the cookies are generated, you can find them in the AccountGenerator
folder. upc.txt
containes the User:Password:Cookie format.
Make sure you've got your or the activated
Make an account on the available (click on the blue text to set it up)
Once you've got the proxies and captcha solver ready, open up the versatile
Go to the account generator feature
Change threads
to 50
Configure your username settings as shown in the above section (Username Configuration)
Configure the captcha settings as shown in the above section (Captcha Solver)
Keep max_retries
at the default.
Start botting!
"threads" - This determines the speed that Versatile runs at. To be specific, its the amount of requests Versatile will send simultaneously. We recommend a range from 30 - 80. (If in doubt, choose 50).
"Username-settings" - For the username settings configuration, check "Username Configuration" above.
"_comment" - This is a comment set by versatile, no need to change anything on it.
"key" - You can get the random generated key from the captcha solver you are using.
"use_proxy" - This determines if you should use proxies or not while generating the accounts. We recommend leaving this on true, as it can get you ratelimited almost instantly if you set it to false.
"max_retries" - How many times versatile should keep trying to make an account. For example, if it fails the first time due to captcha issues and you have this set to 5, it will retry 4 more times.
"debug" - Debug mode prints out error messages and shows info that versatile would usually hide. You should keep it on false for a better experience. Only enable it when asked by staff, so they can see what error you are having.
"solver" - Here you put the name of your captcha solver. For example if you're using then add "solver": "capbypass",
if you need more info check "Captcha solver" above.