đInstallation Guide
Here you will find a step-by-step tutorial on how to log into your purchased Discord tokens.
Download Discord Canary
Open Canary and press
CTRL + Shift + I
, a white window should pop up on the right sideNow 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')
IT'S IMPORTANT to replace 'PASTE TOKEN HERE' with the token you received upon purchase
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