This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Home
Mickey edited this page Oct 8, 2022
·
15 revisions
First, make sure you have python installed. You can download it here
Second, run the installer
install.bat
You do not need to do this when using the binary version
Proxies allow you to mask your ip when checking accounts.
- Xyliase (Best Prices)
- Zenum
- Datacenter.lol
- GodProxy
- RainProxy
- MimicProxy
- ProxyScrape
This allows you to use proxies which support authentication. The format of this is as follows
IP:PORT:USERNAME:PASSWORD
Example
0.0.0.0:80:mickey:password123
You can edit the settings inside of the application, or by changing the values in the config file
{
"proxy_type": "http", # The proxy type | http/socks4/socks5
"proxy_timeout": 10, # The time before a proxy is deemed dead. This value is in seconds.
"threads": 200, # How many bots are going to be used for checking accounts. A higher value results in more cpu usage.
"retries": 1, # How many times to retry a request if it fails, until another proxy is used.
"print_mode": "log" # The method the application uses to show you information. | cui=good,bad,errors etc / log=account,service
"solver_service": "2captcha", # The service used for solving captchas | 2captcha/anticaptcha/anycaptcha
"api_key": "" # The API key for the solving service
}