Piece of Script to Login Discord Account with Auth Token | Web Scripts | Crax

Welcome To Crax.Pro Forum!

Check our new Marketplace at Crax.Shop

   Login! SignUp Now!
  • We are in solidarity with our brothers and sisters in Palestine. Free Palestine. To learn more visit this Page

  • Crax.Pro domain has been taken down!

    Alternatives: Craxpro.io | Craxpro.com

Piece of Script to Login Discord Account with Auth Token

Piece of Script to Login Discord Account with Auth Token

LV
1
 

Stormraider

Member
Joined
Aug 9, 2023
Threads
24
Likes
5
Awards
4
Credits
8,772©
Cash
0$
This little piece of script allows you to login discord account with auth token, direct editing from browser console.

HOW TO;
Visit the discord login page
Then press shift + ctrl + i to open terminal, click on the console tab.

Wait until the login page loads completely, then scroll down to the bottom of your console and paste the following code;

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);


Replace YOUR TOKEN with the token, scroll to the end of the code and tap ENTER.. discord reloads and logs you in.

cheers.
 
  • Like
Reactions: fognayerku

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

Top Bottom