Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Retrieving your token

Marcel Schramm edited this page Oct 27, 2019 · 5 revisions

If you know of a different way to retrieve a token, or you can't get the methods listed here working, please make an issue.

Using Developer Tools

Open the developer tools (Chrome/Firefox/Discord App)

There are multiple ways of opening developer tools, here's a list of the three most common:

  • If using discord client or browser: Press the key combination ctrl + shift + i
  • If using browser: Press the function key F12
  • If using browser: Click the menu icon in the top right corner -> go down to more tools/developer tools -> toggle developer tools

Open Network tab

  • Look towards the top right of the window
  • You should see a view of [Elements] [Console] [Sources] [Network] [Performance] [>>]
  • Click on the Network tab

Filter network view by XHR

  • Look below where you selected Network
  • You should see a view of [All] [XHR] [JS] [CSS] [Img] [Media] [Font] [Doc] [WS] [Manifest] [Other]
  • Click XHR

Reload the page

  • If using discord client: Press the key combination ctrl + r
  • If using browser: Press the key combination F5
  • You should see a list of things including: region, player, messages?limit=50, if so continue to next step

View on messages?limit=50

  • Click on messages?limit=50
  • You should see a little tabbed area with [Headers] [Preview] [Response] [Cookies] [Timing]
  • Click on headers

Grab authorization header

  • In the headers tab, scroll down until you see Request Headers
  • Look for the header authorization:
  • Copy what comes after that authorization header, if you are using a 2FA account it will start off with mfa.