-
-
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()) |
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
It gives me this and then does nothing