Obtain Token
Step-by-step guide to finding your Discord account token.
Security Warning
Your Discord token is like a password. Never share it with anyone, as it gives full access to your account.
How to Find Your Discord Token
Follow these steps carefully to extract your Discord account token.
This process is required for selfbot authentication.
1
Open Discord in Browser
Open Discord in your web browser (Chrome, Firefox, or Edge recommended).
The desktop app will not work for this process.
2
Open Developer Console
Press F12 or Ctrl+Shift+I (Windows/Linux) / Cmd+Opt+I (Mac)
3
Go to Network Tab
Click on the "Network" tab in the developer console.
- Click "Network" tab
- Press
Ctrl+R(orCmd+Ron Mac) to refresh - Click on any "api" request in the list
- Scroll to find "authorization" header
4
Copy Your Token
Find the "authorization" header and copy its value.
- In the right panel, scroll to "Headers"
- Look for "Request Headers"
- Find "authorization" field
- Copy the entire value next to it
Next Steps
Now that you have your token, go to your control panel and paste it into the "Token" field in the Variables tab. Then start the selfbot!