[HEADING=1] Installation[/HEADING]
[HEADING=2]1ï¸âƒ£ Extract the Project[/HEADING]
[HEADING=1]Unzip the downloaded file into a folder of your choice, then open a terminal in that folder:
[/HEADING]
[HEADING=2]2ï¸âƒ£ Install Dependencies[/HEADING]
[HEADING=1]Install all required dependencies using npm:
[/HEADING]
[HEADING=2]3ï¸âƒ£ Create Your Discord Bot[/HEADING]
[HEADING=1]Go to the Discord Developer Portal and create a new application:
[/HEADING]
[HEADING=2]4ï¸âƒ£ Get Discord IDs[/HEADING]
[HEADING=1]Enable Developer Mode in Discord (Settings → Advanced → Developer Mode), then collect the following:
[/HEADING]
[HEADING=2]5ï¸âƒ£ Configuration[/HEADING]
[HEADING=1]Open the
💡 Replace all uppercase values with your actual information gathered in the previous step.
[/HEADING]
[HEADING=2]6ï¸âƒ£ Start the Bot[/HEADING]
[HEADING=1]Run the bot using this command:
✅ If everything is configured correctly, the bot will come online on Discord and the web server will be available at:
👉 http://localhost:3000
[/HEADING]
[HEADING=1]🎮 Usage[/HEADING]
[HEADING=2]Discord Commands[/HEADING]
[HEADING=1]
[/HEADING]
[HEADING=2]Web Interface[/HEADING]
[HEADING=1]
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
loading="lazy">
~~~~~~~~~~~~~~~
Link to download
``````````````````[/hr][/hr][/hr][/hr][/hr][/hr][/hr]
[HEADING=2]1ï¸âƒ£ Extract the Project[/HEADING]
[HEADING=1]Unzip the downloaded file into a folder of your choice, then open a terminal in that folder:
cd FiveCFX-DecryptBot
[/HEADING]
[HEADING=2]2ï¸âƒ£ Install Dependencies[/HEADING]
[HEADING=1]Install all required dependencies using npm:
npm install
[/HEADING]
[HEADING=2]3ï¸âƒ£ Create Your Discord Bot[/HEADING]
[HEADING=1]Go to the Discord Developer Portal and create a new application:
- Click "New Application" and give it a name
- Go to "Bot" → "Add Bot"
- Copy the Token (you’ll need it later)
- Enable these options in "Privileged Gateway Intents":
- ✅ Server Members Intent
- ✅ Message Content Intent
- ✅ Server Members Intent
- Go to "OAuth2" → "URL Generator"
- Check "bot" and "applications.commands"
- Under permissions, check "Administrator"
- Check "bot" and "applications.commands"
- Copy the generated URL and invite the bot to your Discord server
[/HEADING]
[HEADING=2]4ï¸âƒ£ Get Discord IDs[/HEADING]
[HEADING=1]Enable Developer Mode in Discord (Settings → Advanced → Developer Mode), then collect the following:
- Client ID: Developer Portal → General Information → Application ID
- Guild ID: Right-click your server → Copy Server ID
- Channel ID: Right-click a text channel → Copy Channel ID (for logs)
- Your User ID: Right-click your profile → Copy User ID
[/HEADING]
[HEADING=2]5ï¸âƒ£ Configuration[/HEADING]
[HEADING=1]Open the
config.js file located in the project’s root folder and fill in your details:const config = {
appurl: 'http://localhost:3000/',
discord: {
invite: 'https://discord.gg/YOUR_INVITE',
token: 'YOUR_BOT_TOKEN',
clientId: 'YOUR_CLIENT_ID',
guildId: 'YOUR_GUILD_ID',
logChannelId: 'YOUR_CHANNEL_ID'
},
adminUsers: [
"YOUR_USER_ID"
]
};
💡 Replace all uppercase values with your actual information gathered in the previous step.
[/HEADING]
[HEADING=2]6ï¸âƒ£ Start the Bot[/HEADING]
[HEADING=1]Run the bot using this command:
npm start
✅ If everything is configured correctly, the bot will come online on Discord and the web server will be available at:
👉 http://localhost:3000
[/HEADING]
[HEADING=1]🎮 Usage[/HEADING]
[HEADING=2]Discord Commands[/HEADING]
[HEADING=1]
| Command | Permission | Description |
|---|---|---|
| User | Decrypt a FiveM resource (.fxap or .zip) |
| User | Check your credit balance |
| Admin | Add credits to a user |
| Admin | Add a subscription to a user |
| Admin | Create an API key for integrations |
| Admin | Blacklist a specific resource |
[/HEADING]
[HEADING=2]Web Interface[/HEADING]
[HEADING=1]
- The user receives a decryption link from the Discord bot
- Go to http://localhost:3000
- Enter the session ID provided by the bot
- Click “Check Session†to verify the status
- Download your decrypted files once they are ready
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
loading="lazy">
~~~~~~~~~~~~~~~
Link to download
``````````````````[/hr][/hr][/hr][/hr][/hr][/hr][/hr]
Reactions are only available for posts