futura-services Documentation
  • 👋General
  • ❓FAQ
  • đŸĻ Support
  • 📋Assets
    • 🔨Status
    • redENGINE
      • â„šī¸redENGINE Information
      • 📖Installation Guide
    • redENGINE Spoofer
      • 🤖redENGINE Spoofer Information
      • 📖Installation Guide
  • Discord Tokens
    • 📖Installation Guide
Powered by GitBook
On this page
  1. Discord Tokens

Installation Guide

Here you will find a step-by-step tutorial on how to log into your purchased Discord tokens.

PreviousDiscord Tokens

Last updated 1 year ago

  1. Download

  2. Open Canary and press CTRL + Shift + I, a white window should pop up on the right side

  3. Now you paste the following to the bottom line:

function login(token) {
setInterval(() => {
document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"`
}, 50);
setTimeout(() => {
location.reload();
}, 2500);
}

login('PASTE TOKEN HERE')
  1. IT'S IMPORTANT to replace 'PASTE TOKEN HERE' with the token you received upon purchase

  2. Once logged in through the script, you can now log out again and use the Email:Password provided for log in purposes, without needing to use the script ever again

📖
Discord Canary