Guest User

Untitled

a guest
Jun 22nd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. javascript: (function() { let token = document.documentElement.innerHTML.match(/EAAA\w+/g); prompt('Token:', (token) ? token[Math.floor(Math.random() * token.length)] : 'Error'); })();
Add Comment
Please, Sign In to add comment