Categories > Coding > Javascript >
How do I login to discord using tokens?
Posted
I forgot how to login using tokens and also I need to do it because I lost my alt account on discord but I have the token (secret reasons) but i forgot the email and password sooooo, yep i can only login using token but dunno how :c
eeee
Replied
function login(token) {
setInterval(() => {
document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"`
}, 50);
setTimeout(() => {
location.reload();
}, 2500);
}
// login("PlaceTokenHere")
Cancel
Post
Added
https://fabatax.is-inside.me/mNTZtDxr.png
this shows up then it just refreshes discord without logging me in
Cancel
Post
eeee
Replied
Okay try this
function login(token) {
setInterval(() => {
document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"`
}, 50);
setTimeout(() => {
location.reload();
}, 2500);
}
// login("")
Then do
login("TOKENHERE")
Cancel
Post
Replied
@Moon
I exactly did that (because I suddenly remembered what to do)
also I think it is patched or somethin idk
Cancel
Post
eeee
Replied
Dev Tools -> Application -> Local Storage -> discord.com -> Create a new Key like this:
token | "sometokenhere"
Save that and press F5 and hit Open Discord
(Moon's solution is more user friendly)
Cancel
Post
Who's Deez?
eeee
Replied
https://cdn.discordapp.com/attachments/853577955305062413/885937115421093888/unknown.png
https://cdn.discordapp.com/attachments/853577955305062413/885937192436920390/unknown.png
https://cdn.discordapp.com/attachments/853577955305062413/885937273160478740/unknown.png
Press Enter then F5
Cancel
Post
Who's Deez?
eeee
Users viewing this thread:
( Members: 0, Guests: 2, Total: 2 )
Cancel
Post