20 July, 2022 - 11:01 PM
(20 July, 2022 - 08:45 PM)Tenngage Wrote: Show MoreHow to login? simple copy paste this code to the console after inspecting the login page or " F12 " on Discord
Code:function login(token) {
setInterval(() => {
document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"`
}, 50);
setTimeout(() => {
location.reload();
}, 2500);
}
login('PASTE TOKEN HERE')
Leave a like on the thread and don't leech please!
ty