Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. var TOKEN = prompt('TOKEN:', "");
  2.  
  3. function tokenlogin() {
  4. window.t = TOKEN
  5. window.localStorage = document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage;
  6. window.setInterval(() => window.localStorage.token = `"${window.t}"`);
  7. window.location.reload();
  8. }
  9.  
  10. tokenlogin();
  11.  
  12. if(window.location.href.indexOf("login") > -1) {
  13. window.location.href = 'https://discordapp.com/channels/@me';
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement