Advertisement
peterlinuxos

Untitled

Aug 15th, 2022
989
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.51 KB | None | 0 0
  1. window.webpackChunkdiscord_app.push([
  2.   [Math.random()],
  3.   {},
  4.   req => {
  5.     for (const m of Object.keys(req.c)
  6.       .map(x => req.c[x].exports)
  7.       .filter(x => x)) {
  8.       if (m.default && m.default.getToken !== undefined) {
  9.         return copy(m.default.getToken());
  10.       }
  11.       if (m.getToken !== undefined) {
  12.         return copy(m.getToken());
  13.       }
  14.     }
  15.   },
  16. ]);
  17. console.log('%cWorked!', 'font-size: 50px');
  18. console.log(`%cYou now have your token in the clipboard!`, 'font-size: 16px');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement