1. Open the Google Chrome browser.
2. Go to discord.com. Not the login page, but the main page.
3. Press F12 (or Ctrl + Shift + I). For Mac, use the Developer Tools (alt + cmd + I).
4. Select the "Console" tab and paste the code below.
5. Replace the word "TOKEN" with your actual token and press ENTER.
function login(token) { setInterval(() => { document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"` }, 50); setTimeout(() => { location.reload(); }, 2500);} login('TOKEN');
6. Wait for the page to refresh and click the "Open Discord" button in the upper right corner.