Setup Guide
In this section, you will learn how to setup this program for use.
Setup Guide
Download the Boost Bot Get the file from the following link: https://mega.nz/file/sOdHlLrY#F_IB9j-hk_zaZdwDNy1n1C34_5TZGGhCxsMUzb0tenk
Extract the Files Once downloaded, extract the contents using WinRAR (or any compatible archive tool).
Activate Your License Navigate to the following file:
assets/license.key
Open it and paste your license key provided at the time of purchase.
Configure Your Settings Go to:
assets/config.json
Open the file and begin setting up your preferences. It should look similar to the example below (replace placeholders with your own values).
{
"discord-settings": {
"use-proxies": true,
"logging": {
"automationLogs": true,
"automationLogsChannelWebhook": "xxx"
},
"captcha-settings": {
"type": "hcoptcha",
"key": "xxx"
}
},
"customization": {
"enable-onliner": true,
"embed-color": "#00A2FF",
"display-name": ".gg/vantaboosts",
"custom-bio": "Buy Boosts Here | https://vantaboosts.com/ | Cheap Nitro Gifts | Nitro Tokens | Boosts Bot | Boost Tool | **DO NOT KICK**",
"custom-pfp": "assets/images/vantaboosts.png",
"custom-banner": "assets/images/banner.jpg",
"custom-status": "Playing VANTABOOSTS",
"custom-status-emoji": "🔥",
"custom-decoration": "boostrelic",
"custom-avatar-decoration": "Headset",
"custom-pronouns": "https://vantaboosts.com/"
},
"RPC-settings": {
"enabled": true,
"name": "VANTABOOSTS!",
"buttons": [
{
"label": "Server Boosts",
"value": "https://vantaboosts.com/"
},
{
"label": "Support Server",
"value": "https://discord.gg/vantaboosts"
}
],
"large-text": "Boosts Bot",
"large-image": "xxx",
"details": "Website",
"state": "https://vantaboosts.com/",
"application-id": "xxx"
}
}
Discord Settings
"discord-settings": {
"use-proxies": true, // Enable proxies (format: USER:PASS@HOST:PORT)
"logging": {
"automationLogs": true, // Enable automation logs
"automationLogsChannelWebhook": "YOUR WEBHOOK HERE" // Webhook URL for logs
},
"captcha-settings": {
"type": "hcoptcha", // Captcha solver type: "hcoptcha" or "capsolver"
"key": "YOUR KEY HERE" // API key for captcha solver
}
}
Proxies: Enable if you want to use proxies.
Discord Logging: Enable to send automation logs to Discord via webhook.
Captcha Settings: Choose between Hcaptcha or Capsolver; input your API key accordingly.
Customizations
"customization": {
"enable-onliner": true, // Keep tokens online after boosting
"embed-color": "#00A2FF", // Embed color (choose from https://htmlcolorcodes.com/)
"display-name": ".gg/vantaboosts", // Token nickname
"custom-bio": "Buy Boosts Here", // Token bio
"custom-pfp": "assets/images/vantaboosts.png", // Token profile picture
"custom-banner": "assets/images/banner.png", // Token banner
"custom-status": "Playing VANTABOOSTS!", // Token status text
"custom-status-emoji": "🔥", // Emoji for status
"custom-decoration": "boostrelic", // Choose: "boostrelic" or "cyberspace", or leave blank
"custom-avatar-decoration": "Headset", // Choose: "Headset", "FuturisticUI", or "Smoke", or leave blank
"custom-pronouns": "https://vantaboosts.com/" // Profile pronouns or text
}
Onliner: Enable if you want tokens to stay online after boosting.
Embed Color: Use a hex color code for embeds.
Display Name: Set a custom name; leave blank to keep default.
Custom Bio: Set a bio or leave blank.
Custom PFP & Banner: Add images to
assets/images
and specify their filenames here.Custom Status & Emoji: Customize what tokens display as status and which emoji appear.
Custom Decoration: Choose one decoration or leave blank.
Custom Avatar Decoration: Choose one avatar decoration or leave blank.
Custom Pronouns: Set text for pronouns or leave blank.
Setting Up Discord Rich Presence (RPC)
"RPC-settings": {
"enabled": true, // Enable or disable RPC
"name": "VANTABOOSTS!", // RPC display name
"buttons": [ // Up to 2 buttons; remove one if you want only one
{
"label": "Buy Boosts", // Button text
"value": "https://vantaboosts.com/" // Button URL
},
{
"label": "Support Server",
"value": "https://discord.gg/vantaboosts"
}
],
"large-text": "Boosts Bot", // Text shown when hovering over large image
"large-image": "XXX", // Image asset ID from Discord Developer Portal
"details": "Cheapest Boosts & Legit :)", // Custom details text
"state": "https://vantaboosts.com/", // Custom state text
"application-id": "XXX" // Your bot's Application ID
}
RPC: Enable or disable. If enabled, fill out all fields; if disabled, only status and emoji are required.
Buttons:
label
is button text,value
is the link users visit when clicked.Large Text: Text displayed when hovering over the large image.
Large Image: Upload and get the asset ID from Discord Developer Portal Rich Presence Assets.
Details & State: Custom text lines you can set.
Application ID: Your bot's ID from Discord Developer Portal.
How to Get Large Image Asset ID
Upload your image under the Rich Presence tab on your bot's page at Discord Developer Portal.
In the visualizer, select the uploaded image as Large Image Key.
Right-click the image preview and copy its URL.
The asset ID is the part after the last
/
and before.png
in the URL.Use this ID in the
"large-image"
field of your config.
If you need assistance, open a ticket or DM support.
Last updated