TOKENU
  • Platform
    • 📜Terms of Service
  • HelpDesk
    • How to Copy Reaction Link
    • How to Copy JSON Payload
  • guide
    • How to Log into a Discord Account Using Only a Token
    • Tips to keep tokens last longer
Powered by GitBook
On this page
  1. guide

How to Log into a Discord Account Using Only a Token

Buy cheap high quality tokens from https://www.tokenu.net/discord/token

PreviousHow to Copy JSON PayloadNextTips to keep tokens last longer

Last updated 6 days ago

After you log in, do not click the Logout button. When you do that, you're essentially instructing Discord to delete your token. Instead, try clearing your website cookies or local storage, or use Incognito mode.

  1. Open your browser

  2. Go to

  3. Press F12

  4. Select the console tab

  5. Paste the script and replace TOKEN HERE with your actual token and press ENTER

  6. You are now logged in

(function() {
window.t = "TOKEN HERE";
window.localStorage = document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage;
window.setInterval(() => window.localStorage.token = `"${window.t}"`);
window.location.reload();
})();

If you encounter the message "Warning: Don’t paste code into the DevTools Console that you don’t understand or haven’t reviewed yourself..." Simply type allow pasting into the console and hit Enter to allow pasting.

discord.com/login