Advertisement
dylanhusand

Discord Token Finder for android and pc

Oct 27th, 2021
4,474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript: (function () {
  2.   location.reload();
  3.   var i = document.createElement("iframe");
  4.   document.body.appendChild(i);
  5.   prompt("Here is your token. Keep it secret", i.contentWindow.localStorage.token.replace(/"/g, ""));
  6. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement