Skip to content

passedout/Discord-Token-Login-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Discord-Token-Login-Script

If you tried to login but it didn't worked you have to spam it in the console because of discord's new gay update.

This script is not made by me! (yes it is safe won't steal your token and its works).-.

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

login('TOKEN_IN_HERE')