Decrypt Bot keyless without any key and for free

freeman23 freeman23 Started 21 replies 1,144 views
#1
[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:
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:

  1. Click "New Application" and give it a name
  2. Go to "Bot" → "Add Bot"
  3. Copy the Token (you’ll need it later)
  4. Enable these options in "Privileged Gateway Intents":

    • ✅ Server Members Intent
    • ✅ Message Content Intent

  5. Go to "OAuth2" → "URL Generator"

    • Check "bot" and "applications.commands"
    • Under permissions, check "Administrator"

  6. 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]





















CommandPermissionDescription
/decrypt
UserDecrypt a FiveM resource (.fxap or .zip)
/credits
UserCheck your credit balance
/addcredits
AdminAdd credits to a user
/subscription-add
AdminAdd a subscription to a user
/apikey-create
AdminCreate an API key for integrations
/blacklist-resource
AdminBlacklist a specific resource


[/HEADING]
[HEADING=2]Web Interface[/HEADING]
[HEADING=1]

  1. The user receives a decryption link from the Discord bot
  2. Go to http://localhost:3000
  3. Enter the session ID provided by the bot
  4. Click “Check Session” to verify the status
  5. Download your decrypted files once they are ready
[/HEADING]




~~~~~~~~~~~~~~~
Link to download
``````````````````[/hr][/hr][/hr][/hr][/hr][/hr][/hr]
#21
TY man!! I've been looking for it everywhere but you're literally the first person to leak it