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

[!] Bu benim tarafımdan yapılmadı! (evet güvenlidir tokenlerinizi çalmaz)

discord.com > F12 (CTRL + SHIFT + I) > Console > kullanacağın kodu yapıştır.

Discord tokeni elde etme!

(webpackChunkdiscord_app.push(
[[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void 0).exports.default.getToken()

Discord token ile giriş yapmak!

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

login('TOKENI_BURAYA_YAPISTIR')

About

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


Languages

Language:Monkey 100.0%