Created
August 26, 2020 07:45
-
Star
(151)
You must be signed in to star a gist -
Fork
(75)
You must be signed in to fork a gist
-
-
Save m-Phoenix852/b47fffb0fd579bc210420cedbda30b61 to your computer and use it in GitHub Desktop.
Simple script to log in to discord account using token.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let token = "your token"; | |
function login(token) { | |
setInterval(() => { | |
document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"` | |
}, 50); | |
setTimeout(() => { | |
location.reload(); | |
}, 2500); | |
} | |
login(token); |
(fyi discord username on my GitHub profile isn't valid anymore and I don't plan on updating it.)
it just puts me in the login page
guys most token stealers are malwares this one works tho
guys most token stealers are malwares this one works tho
This isn't a stealer...
This code is used to log into discord with an existing token.
hmm got other plans with it
Is that a question?
no i have other plans with it
Idk what else you'd want to do with it, but alright.
yo bro can you help me? i only get debug logs and it sends me back to discord login page pls help
pro tip: if you keep getting notifs about this and dont want them, theres a unsubscribe button at the top of the page.
guys im getting this, what have I done wrong?
the token I used is for my bot and it is working fine, soo i guess it is not about the token, right?
let token = "yS7zW0uzMzO6h84I4MA.GbuYOLMz05sA4saZoxMTTMH.pE7yNQ_eGF08";
function login(token) {
setInterval(() => {
document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"`
}, 50);
setTimeout(() => {
location.reload();
}, 2500);
}
login(token);
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@DuhhMikey i didn't get a friend request, but if you join the server I can help you (most likely your token is invalid)