Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
MickeyYe edited this page Feb 1, 2023 · 15 revisions

Running The Source Code

  1. Make sure you have python installed. You need to use Python 3.10+. You can download the latest version here

  2. Run the installer

    install.bat

You do not need to do this when using the binary version.

Getting Proxies

Proxies allow you to mask your ip address while using the program.

Paid Proxy Providers

Free Proxy Providers

Using Proxy Authentication

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:[email protected]:80

Editing The Config File

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
}