Skip to content

namzop/discord-token-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Discord Token Login

THIS METHOD DOESN'T WORK ON PHONE

Okay, So Many Youtubers fool you by making you download an app to login with discord token but there is an easy way in which you don't have to download any app.

It will work on the website as well as the discord client.

Now, you need to logout from the account if you have already logged in with some other one. Now when you get the login screen like this -

Now you have to press CTRL+SHIFT+I Now you will see this kind of thing - Now you have to click on the console , if you can't see it then just check the image I have underlined it with yellow!!

After clicking on it, the console with show something like this -

Now you have to paste this exactly as it's given -

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

And Press Enter

If you don't paste it correctly, then the console will give an error. After pasting this, if it replies with undefined then you are going the right way!!

Now the final step. You know just have to paste this - login("your-token-here") in the place of token, you have to paste your (or the token of the account you want to login to)

Congrats!! Now you're logged in

It will log you out as soon as you will close or reload the discord client or page.

Contributors

Namz

About

Many youtubers fool you and make you download an app for logging in using your token. but check this repo. I have made it easy :).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published