Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 681

anyone know how to login to discord's using tokens?

by ogusernon - 29 December, 2022 - 06:59 PM
This post is by a banned member (ogusernon) - Unhide
ogusernon  
Registered
208
Posts
49
Threads
1 Year of service
#1
add mme
This post is by a banned member (sixtysxx) - Unhide
This post is by a banned member (ogusernon) - Unhide
ogusernon  
Registered
208
Posts
49
Threads
1 Year of service
#3
(29 December, 2022 - 07:01 PM)gamerchaderneter Wrote: Show More
Go to the discords login page
https://discord.com/login
Press 
Code:
ctrl
 + 
Code:
shift
 + 
Code:
i and navigate to the console tab
Paste the script below and paste your token in the popup
[code]
 
function login() {
console.log("Fetching token");
var token = prompt("Please enter your token: ", "");

if (token.length == 0) {
console.log("Empty feild");
return;
}

console.log("Logging in");

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

[/quote]
This post is by a banned member (sixtysxx) - Unhide

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)