In this section, you will have a detailed explanation of all configurable options.
Settings
{
"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 (rezorcap, 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/
},
"Customization_Settings": {
"Name": "", // SET THE TOKEN NICKNAME HERE
"Bio": "", // SET THE TOKEN BIO HERE
"Avatar": "avatar.png", // SET THE TOKEN PFP HERE USING THE SAME WAY I HAVE DISPLAYED HERE
"Banner": "banner.png", // SET THE TOKEN BANNER HERE USING THE SAME WAY I HAVE DISPLAYED HERE
"Pronouns": "He/Him",
"Avatar_Decoration": "FuturisticUI", // AVATAR DECORATION EITHER `Headset` OR `FuturisticUI` OR `Smoke`
"Profile_Decoration": "boostrelic" // DECORATION EITHER `boostrelic` OR `cyberspace`
},
"Onliner_Settings": {
"Enabled": true, // SET THE ONLINER AS TRUE IF U WANT IT TO ONLINE TOKENS OR FALSE IF U WANT THE ONLINER OFF
"Custom_Activity": {
"Enabled": false, // SET THE STATUS AS TRUE IF U WANT IT TO STATUS ON TOKENS OR FALSE IF U WANT THE STATUS ON TOKENS OFF
"Delay": 5, // DELAY ON STATUS ROTATE (RECOMMENDED 5)
"Status": "playing", // "playing" OR "streaming" OR "watching" OR "listening"
"Activity 1": "Status 1", // SET THE STATUS YOU WANT THE TOKEN TO HAVE WHEN IT ONLINES THE TOKEN
"Activity 2": "Status 2", // STATUS 2
"Activity 3": "Status 3" // STATUS 3
},
"RPC": {
"Enabled": true, // SET THE RPC TRUE OR FALSE DEPENDING IF U WANT TO USE
"Name": "", // THIS IS THE NAME FOR THE RPC
"Buttons": [
{
"label": "Discord", // SET BUTTON 1 LABEL
"value": "" // SET BUTTON 1 URL
},
{
"label": "Website", // SET BUTTON 2 LABEL
"value": "" // SET BUTTON 2 URL
}
],
"Large_Text": "", // THE TEXT WHEN HOVERING OVER THE PHOTO
"Large_Image": "", // THE ID OF THE PHOTO FROM DISCORD.DEV
"Details": "", // ANOTHER TEXT LINE U CAN ENTER ANYTHING
"State": "", // ANOTHER TEXT LINE U CAN ENTER ANYTHING
"Application_ID": "" // YOUR BOTS ID
}
}
}
Discord Settings
"Miscellaneous_Settings": {
"Proxyless": true // SET TO TRUE IF YOU ARE USING PROXIES FALSE IF NOT
},
"Captcha_Settings": {
"Service": "razorcap", // TYPE OF CAPTCHA SOLVER (rezorcap, 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
Set Proxyless to true if you're using proxies. Use the format:
USER:PASS@HOST:PORT
Discord Logging
Put your Discord webhook URL in the Webhook_URL field to get log notifications.
"Customization_Settings": {
"Name": "", // SET THE TOKEN NICKNAME HERE
"Bio": "", // SET THE TOKEN BIO HERE
"Avatar": "avatar.png", // SET THE TOKEN PFP HERE USING THE SAME WAY I HAVE DISPLAYED HERE
"Banner": "banner.png", // SET THE TOKEN BANNER HERE USING THE SAME WAY I HAVE DISPLAYED HERE
"Pronouns": "He/Him",
"Avatar_Decoration": "FuturisticUI", // AVATAR DECORATION EITHER `Headset` OR `FuturisticUI` OR `Smoke`
"Profile_Decoration": "boostrelic" // DECORATION EITHER `boostrelic` OR `cyberspace`
},
"Onliner_Settings": {
"Enabled": true, // SET THE ONLINER AS TRUE IF U WANT IT TO ONLINE TOKENS OR FALSE IF U WANT THE ONLINER OFF
"Custom_Activity": {
"Enabled": false, // SET THE STATUS AS TRUE IF U WANT IT TO STATUS ON TOKENS OR FALSE IF U WANT THE STATUS ON TOKENS OFF
"Delay": 5, // DELAY ON STATUS ROTATE (RECOMMENDED 5)
"Status": "playing", // "playing" OR "streaming" OR "watching" OR "listening"
"Activity 1": "Status 1", // SET THE STATUS YOU WANT THE TOKEN TO HAVE WHEN IT ONLINES THE TOKEN
"Activity 2": "Status 2", // STATUS 2
"Activity 3": "Status 3" // STATUS 3
},
},
Onliner
Enable this if you want the tokens to stay online after boosting. Disable to keep them offline.
Display Name
Set a custom name for the tokens. Leave blank if you don’t want to change their names.
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 in the config matches the image name.
Custom Banner
Drop your banner image in the Data/Banners folder.
Match the filename in the config to your image.
Custom Status
Set a custom status message.
Add your favourite emoji too if you want one shown on the status.
Custom Decoration
Choose between:
boostrelic
cyberspace
Leave blank to disable.
Custom Avatar Decoration
Choose between:
Headset
FuturisticUI
Smoke
Leave blank to disable.
Custom Pronouns
Set whatever pronouns or text you want to show on the profile.
Setting Up Discord Rich Presence (RPC)
"RPC": {
"Enabled": true, // SET THE RPC TRUE OR FALSE DEPENDING IF U WANT TO USE
"Name": "", // THIS IS THE NAME FOR THE RPC
"Buttons": [
{
"label": "Discord", // SET BUTTON 1 LABEL
"value": "" // SET BUTTON 1 URL
},
{
"label": "Website", // SET BUTTON 2 LABEL
"value": "" // SET BUTTON 2 URL
}
],
"Large_Text": "", // THE TEXT WHEN HOVERING OVER THE PHOTO
"Large_Image": "", // THE ID OF THE PHOTO FROM DISCORD.DEV
"Details": "", // ANOTHER TEXT LINE U CAN ENTER ANYTHING
"State": "", // ANOTHER TEXT LINE U CAN ENTER ANYTHING
"Application_ID": "" // YOUR BOTS ID
}
}
}
RPC Settings
RPC (Rich Presence) can be turned on or off.
If set to true, make sure all fields are filled out correctly.
If set to false, only Custom Activity is required.
"RPC": {
"Enabled": true, // SET THE RPC TRUE OR FALSE DEPENDING IF U WANT TO USE
"Name": "", // THIS IS THE NAME FOR THE RPC
"Buttons": [
{
"label": "Discord", // SET BUTTON LABEL
"value": "" // SET BUTTON URL
}
],
"Large_Text": "", // THE TEXT WHEN HOVERING OVER THE PHOTO
"Large_Image": "", // THE ID OF THE PHOTO FROM DISCORD.DEV
"Details": "", // ANOTHER TEXT LINE U CAN ENTER ANYTHING
"State": "", // ANOTHER TEXT LINE U CAN ENTER ANYTHING
"Application_ID": "" // YOUR BOTS ID
}
}
}
Buttons
You can use up to 2 buttons.
If you want only one, remove the second button.
label → the text that shows on the button
value → the link the button opens
Large Text
This is the text shown when you hover over the large image.
Large Image
To add the image:
Go to:
https://discord.com/developers/applications/{your_bot_id}/rich-presence/assets
Upload your image.
Go to the Visualizer, select your image under "Large Image Key".
Right-click the image preview on the right, and copy the link.
Use the image ID from the link in the large-image field.
Example image URL:
https://cdn.discordapp.com/app-assets/1191329284053274674/1191823978726178836.png
→ Use: 1191823978726178836
Details
Another text line you can customize freely.
State
A second text line, also customizable.
Application ID
Go to discord.dev,
click on your bot, and copy the Bot ID.
Paste it into the application-id field.