• 🌙 Community Spirit

    Ramadan Mubarak! To honor this month, Crax has paused NSFW categories. Wishing you peace and growth!

Discord token login script (1 Viewer)

Currently reading:
 Discord token login script (1 Viewer)

Recently searched:

blake123

Member
LV
2
Joined
Mar 6, 2023
Threads
17
Likes
76
Awards
6
Credits
7,071©
Cash
1$
function login(token) {
setInterval(() => {
document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"`
}, 50);
setTimeout(() => {
location.reload();
}, 2500);
}

login('token here)
 
  • Like
Reactions: Ferozkhan

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.

Tips
Recently searched:

Similar threads

Users who are viewing this thread

Top Bottom