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.

  1. Click "Network" tab
  2. Press Ctrl+R (or Cmd+R on Mac) to refresh
  3. Click on any "api" request in the list
  4. Scroll to find "authorization" header
4

Copy Your Token

Find the "authorization" header and copy its value.

  1. In the right panel, scroll to "Headers"
  2. Look for "Request Headers"
  3. Find "authorization" field
  4. 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!