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
MickeyYe edited this page Feb 1, 2023
·
15 revisions
-
Make sure you have python installed. You need to use Python 3.10+. You can download the latest version here
-
Run the installer
install.bat
You do not need to do this when using the binary version.
Proxies allow you to mask your ip address while using the program.
- Xyliase (Best Prices)
- Zenum
- Datacenter.lol
- GodProxy
- RainProxy
- MimicProxy
- ProxyScrape
This allows you to use proxies which support authentication. These are the different formats
SERVER:PORT:USERNAME:PASSWORD
USERNAME:PASSWORD@SERVER:PORT
Example
192.168.0.1:80:mickey:yax8dZY
mickey:yax8dZY@192.168.0.1:80
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/none
"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
}