sqarlex / discord-token-login

Oturum açmaya çalıştıysanız ancak işe yaramadıysa, Discord'un yeni monkey güncellemesi ile Discorda token ile giriş yapabilirsin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

token login

ardae0226 opened this issue · comments

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

login(NjA1NjM0MTk4MzcxNDM0NTE2)