Usage

This guide explains how to configure and use the Password Changer Tool.


Configuration

Below is the sample configuration file (config.json) for Password Changer:

config.json
{
    "general": {
        "proxyless": true
    },
    "security": {
        "Password": "Moonly2025*****",
        "passwordless": true
    },
    "logging": {
        "webhook_logging": true,
        "webhook_url": ""
    }
}

Settings Explanation

General

  • proxyless: Set to true if you are not using HTTP proxies, false if using proxies.

Security

  • Password: The default password to set on tokens (only used if passwordless is false).

  • passwordless: Set to true to change tokens without specifying a password.

Logging

  • webhook_logging: Set to true to enable Discord webhook logging.

  • webhook_url: Your Discord webhook URL for logging updates.