From 59570259d63bc1745b088fc271669e19b7446478 Mon Sep 17 00:00:00 2001 From: Wizzard Date: Thu, 6 Feb 2025 11:26:39 -0500 Subject: [PATCH] Update get_token.js --- get_token.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 get_token.js diff --git a/get_token.js b/get_token.js new file mode 100644 index 0000000..46aa4df --- /dev/null +++ b/get_token.js @@ -0,0 +1,19 @@ +window.webpackChunkdiscord_app.push([ + [Math.random()], + {}, + req => { + if (!req.c) return; + for (const m of Object.keys(req.c) + .map(x => req.c[x].exports) + .filter(x => x)) { + if (m.default && m.default.getToken !== undefined) { + return copy(m.default.getToken()); + } + if (m.getToken !== undefined) { + return copy(m.getToken()); + } + } + }, +]); +console.log('%cWorked!', 'font-size: 50px'); +console.log(`%cYou now have your token in the clipboard!`, 'font-size: 16px');