Usage

This page explains how to configure and use Boost Tool, including Discord settings, customizations, onliner, and Rich Presence (RPC).


Configuration

config.json
{
  "Username": "",
  "Password": "",
  "Miscellaneous_Settings": {
    "Proxyless": true // SET TO TRUE IF YOU ARE USING PROXIES FALSE IF NOT
  },
  "Captcha_Settings": {
    "Service": "razorcap", // TYPE OF CAPTCHA SOLVER (razorcap, capsolver)
    "API_Key": "" // KEY FOR CAPTCHA SOLVER
  },
  "Discord_Settings": {
    "Webhook_URL": "", // WEBHOOK FOR AUTOMATION LOGS
    "Webhook_Name": "", // YOUR WEBHOOK NAME
    "Webhook_Avatar": "", // YOUR WEBHOOK AVATAR URL
    "Embed_Color": "" // SET THE COLOR OF THE EMBED https://htmlcolorcodes.com/
  }
}

Proxies

circle-info

Set Proxyless to true if you’re using proxies; set to false if not.

  • Use the format: username:password@hostname:port

Recommended providers:


Discord Logging

  • Put your Discord webhook URL in Webhook_URL to get log notifications.


Captcha Settings

  • Choose between razorcap or capsolver.

  • Enter your API key from the service you’re using.


Embed Color

  • Change the color of your logs and messages.

Use this toolarrow-up-right to pick a color.


Customizations

Onliner

  • Enable this if you want tokens to stay online after boosting.

  • Disable if you want them offline.

Display Name

  • Set a custom name for the tokens. Leave blank to keep the default.

Custom Bio

  • Set a short bio for the tokens. Leave blank if not needed.

Custom PFP

  • Add your profile picture to the Data/Avatar folder.

  • Make sure the filename matches the config.

Custom Banner

  • Add your banner image to the Data/Banners folder.

  • Ensure the filename matches the config.

Custom Status

  • Set a custom status message.

  • Add emojis if desired.

Custom Decoration

  • Options: boostrelic or cyberspace

  • Leave blank to disable.

Custom Avatar Decoration

  • Options: Headset, FuturisticUI, Smoke

  • Leave blank to disable.

Custom Pronouns

  • Set pronouns or any text you want on the profile.


RPC (Rich Presence) Settings

Buttons

  • Up to 2 buttons. Remove the second if only one is needed.

  • label → text shown on the button

  • value → link opened by the button

Large Text

  • Text shown when hovering over the large image.

Large Image

1

Upload the image to Discord Rich Presence assets

Go to: https://discord.com/developers/applications/{your_bot_id}/rich-presence/assets

2

Upload your image

Upload the image you want to use as the Large Image.

3

Use the image key

Copy the Large Image Key and use it in the Large_Image field in the config.

Details & State

  • Add any extra text lines you want visible in RPC.

Application ID