Your Discord token is like your account password - NEVER share it with anyone!
- Selfbots violate Discord's Terms of Service
- Your account may be banned if detected
- Use alternate accounts, never your main account
- We are not responsible for any consequences
- This guide is for educational purposes only
BlueCord is a modified Discord client that makes token extraction easier on mobile devices.
-
Download BlueCord APK
- Search "BlueCord Discord APK" in your browser
- Download from trusted sources only
⚠️ Scan with antivirus before installing
-
Install & Login
- Install the APK file
- Open BlueCord and login to Discord
- Complete 2FA if enabled
-
Extract Token
- Tap the Settings gear in BlueCord
- Scroll down to "Bluecord Mods"
- Tap "Account Switcher"
- Select "Copy Current Token"
- Your token is now in clipboard
-
Use in Vantrix
- Open
config.yml - Replace
token: ""with your copied token - Save the file
- Open
-
Open Discord Desktop
- Launch the Discord desktop application
- Make sure you're logged in
-
Open Developer Tools
- Press
Ctrl + Shift + I(Windows/Linux) - Or
Cmd + Option + I(Mac) - Click the "Console" tab
- Press
-
Extract Token
- Copy and paste this code:
window.webpackChunkdiscord_app.push([
[Symbol()],
{},
(req) => {
if (!req.c) return;
for (let m of Object.values(req.c)) {
try {
if (!m.exports || m.exports === window) continue;
if (m.exports?.getToken) return copy(m.exports.getToken());
for (let ex in m.exports) {
if (
m.exports?.[ex]?.getToken &&
m.exports[ex][Symbol.toStringTag] !== "IntlMessagesProxy"
)
return copy(m.exports[ex].getToken());
}
} catch {}
}
},
]);
window.webpackChunkdiscord_app.pop();
console.log("%cToken copied to clipboard!", "font-size: 20px; color: green;");- Execute Code
- Press Enter
- You should see "Token copied to clipboard!" message
- Your token is now copied
-
Open Discord Web
- Go to https://discord.com/app
- Login to your account
-
Open Developer Tools
- Press
F12orCtrl + Shift + I - Click the "Console" tab
- Press
-
Run Token Code
- Paste the same JavaScript code from Method 2
- Press Enter
- Token will be copied to clipboard
-
Open Network Tab
- Press
F12→ "Network" tab - Type
api/vin the filter box
- Press
-
Trigger API Request
- Send any message in Discord
- Look for API requests in the list
-
Extract from Headers
- Click on any
messagesorchannelsrequest - Go to "Headers" tab
- Find "authorization" header
- Copy the long token value
- Click on any
-
Enable Desktop Mode
- Open Chrome/Safari/Firefox on your phone
- Go to https://discord.com/app
- Enable "Request Desktop Site" in browser menu
-
Access Developer Tools
- Tap browser menu → "Developer Tools" or "Inspect"
- Navigate to "Console" tab
-
Extract Token
- Paste the JavaScript code from Method 2
- Execute and copy the token
Many token extractors contain malware. Only use if you know what you're doing:
- BetterDiscord Plugins (if you use BetterDiscord)
- Open-source token extractors from GitHub
- Browser extensions (scan with antivirus first)
Recommendation: Stick to the console methods above - they're safer!
selfbot:
token: "" # ← Paste your token hereselfbot:
token: "MTEzMjMzODI1ND..."node index.js- 🔴 Never share it publicly
- 🔴 Don't paste in untrusted websites
- 🔴 Use environment variables for extra security
- 🟢 Regenerate if compromised
- Change Discord password immediately
- Enable 2FA on your account
- Check recent activity
- Consider account recovery
- Check for extra spaces around the token
- Ensure token is in quotes:
token: "YOUR_TOKEN" - Try getting a fresh token
- Refresh Discord and try again
- Try different browser (Chrome recommended)
- Clear browser cache/cookies
- Use desktop mode in mobile browser
- Try different mobile browser
- Use BlueCord app method instead
- Join Support Server: https://discord.gg/NUPbGzY8Be
- GitHub Issues: https://github.com/faiz4sure/vantrix/issues
- Developer:
faiz4sure
Selfbots = Account Ban Risk
- Use alternate accounts only
- Don't use for spamming/abuse
- Accept the risks involved
- Educational purposes only
Stay safe and don't get caught! 🛡️