Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 560 Bytes

File metadata and controls

19 lines (14 loc) · 560 Bytes

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')