Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. function login(token) {
  2. setInterval(() => {
  3. document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"`
  4. }, 50);
  5. setTimeout(() => {
  6. location.reload();
  7. }, 2500);
  8. }
  9.  
  10. // login("")
  11. // Inside the parenthisues and qotation marks go to token (i cant type)
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. ----------------------yudas tarafından yapılmıştır..-------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement