Update get_token.js
This commit is contained in:
parent
c287382bd2
commit
59570259d6
19
get_token.js
Normal file
19
get_token.js
Normal file
@ -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');
|
Loading…
x
Reference in New Issue
Block a user