📖Installation Guide

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

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

  2. 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

Last updated