-
-
Save valium007/e1a21c91c9d4f1670596ddd52f66ffd3 to your computer and use it in GitHub Desktop.
javascript:function login(token) { setInterval(() => { document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"` }, 50); setTimeout(() => { location.reload(); }, 2500); } function NEWTOKEN(){ var NEW = prompt("Enter the token to login :)"); return NEW } login(NEWTOKEN()) |
It means you are not sending correct auth headers, or your credentials ( here your token) is invalid
Ok, I guess you're right, do you know a way to get my two-factor authentication codes so I can get my account back?
The toekn that I took is from a year ago so I guess that's why I can't log in with it.
Ok, I guess you're right, do you know a way to get my two-factor authentication codes so I can get my account back? The toekn that I took is from a year ago so I guess that's why I can't log in with it.
I dont know much about how to get 2FA codes back and yes If you change your password your token gets changed too and token bypasses any security even 2FA
Alright noted thank you for your help! I will try my best to get a more recent token and try your code.
Mine keeps just taking the token then refreshing the login page. I'm not sure what I'm doing wrong
@moshem1234 can you try this
javascript:function OK() {const PROMPT = prompt("ENTER TOKEN"); return(PROMPT)} function login(token) { setInterval(() => { document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"` }, 50); setTimeout(() => { location.reload(); }, 3500); } login(OK())
Mine keeps just taking the token then refreshing the login page. I'm not sure what I'm doing wrong
seems like this method is broken on PC, can you try this on your phone browser maybe
Mine keeps just taking the token then refreshing the login page. I'm not sure what I'm doing wrong
seems like this method is broken on PC, can you try this on your phone browser maybe
I can give it a shot
yeah so you know how to do this on phone? just follow the same steps, if you get stuck I'm here to help
yeah so you know how to do this on phone? just follow the same steps, if you get stuck I'm here to help
Which browser do you suggest I use
didnt you go to discord.com/login ? then you have to open the bookmark there by searching for it on adress bar
so, did it work?
I'm not getting it I'm not sure why. The screen grays out a little but I get no prompt to input a token.
so, did it work?
Not quite. The screen greys out slightly but no prompt comes up to input my token
maybe you are doing it wrong and sorry for my bad english :(
Im sending a video
maybe you are doing it wrong and sorry for my bad english :( Im sending a video
No problem. Thank you so much for your help
here's a video I made, hopefully it will help you :)
Are you on IOS, also try cancel
Are you on IOS, also try cancel
That screenshot is from ios and cancel doesn't do anything. On android, it gives me the correct prompt, but then just reloads the login screen
hmm.., maybe it didnt work for you :(
also are you on firefox and your android version?
wait what!! , delete it you just made your token public
wait what!! , delete it you just made your token public
Oops. Didn't think about that. I'll regenerate a new one. But did you see what I mean it just brings back the original login page?
welp, yes I see that, also I remember another method I mean I made another back in the day, and it was working with phones without any issue, Im searching for it again
Also can you try it with chrome this time?
Sure
Hello! , did it work on chrome?
Hello! , did it work on chrome?
Unfortunately no
maybe this guy can help you out!!
https://gist.github.com/m-Phoenix852/d63d869f16e40dac623c9aa347e8641a
When doing this, I get this error and my page only refresh without logging in:
GET https://discord.com/api/v9/users/@me/billing/user-trial-offer/520373071933079552 401
By the way, the account I try to access have an two-factor authenticator which could actually be the reason of why I can't access.
Reason I want to access on this account is that this is my main account where I lost my Two Factors codes, which don't get me the possibility to access it again.