Account generator
To create cookies 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.
Username Configuration
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
.
Captcha Solver
A captcha solver 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, capbypass is the best and cheapest captcha solver.
Getting your Cookies
After the cookies are generated, you can find them in the AccountGenerator
folder. upc.txt
containes the User:Password:Cookie format.
Step by Step Instructions
Make sure you've got your proxies or the proxy pool activated
Make an account on the available captcha solving service (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 50Configure 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!
Configuration options
"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.
"solver" - Here you put the name of your captcha solver. For example if you're using capbypass.com then add "solver": "capbypass",
if you need more info check "Captcha solver" above.
"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.
Last updated