Setup Guide
In this section, you will learn how to setup this program for use.
4
Configuring Your Tool
{
"proxyless": false, // Set to false if you want to use proxies (and have added them to data/proxies.txt). Set to true for proxyless mode
"captcha_solver": {
"solve_captcha": false, // Set to true to enable automatic captcha solving
"use_solver": "razorcap", // Select the captcha solver service to use
"razorcap_api_key": "", // Razorcap API key
"2captcha_api_key": "", // 2Captcha API key
"max_retries": 1 // Maximum retry attempts for solving captcha and boosting
},
"advance_mode": false, // Set to true to enable watermarking on tokens
"customisation": {
"nick": "", // Apply a custom nickname
"bio": "" // Apply a custom bio
}
}Last updated