Usage

This guide explains how to configure and use the Token Checker Tool.

Configuration

Below is a sample configuration file (config.json) for Token Checker:

config.json
{
    "num_threads": 200,
    "use_proxies": false,
    "webhook_url": "",
    "console_output_settings": {
        "show_age": true,
        "show_redeemable": true,
        "show_server_count": true,
        "show_nitro_expiry": true,
        "show_unused_boosts": true,
        "show_cooldown": true
    }
}

Settings Explanation

General

  • num_threads: Number of tokens to process simultaneously (higher = faster, but more resource usage).

  • use_proxies: Set to true to use HTTP proxies, false for proxyless operation.

  • webhook_url: Your Discord webhook URL to receive logging updates (optional).

Console Output Settings

These options control which information is displayed in the console:

  • show_age: Display account age in days.

  • show_redeemable: Show redeemable Nitro or items.

  • show_server_count: Show number of servers the token is in.

  • show_nitro_expiry: Display Nitro expiry date.

  • show_unused_boosts: Show tokens with unused boosts.

  • show_cooldown: Show cooldowns for token actions.