How to Log into a Discord Account Using Only a Token

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

  1. Open your browser

  2. Press F12

  3. Select the console tab

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

  5. 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();
})();

Last updated