Advertisement
Legend_Dev

Untitled

Jun 30th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function (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. // ()
  11. // Inside the parenthisues and qotation marks go to token (i cant type)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement