A selfbot for detecting who sends invite links to your users
I don't take any responsibility for blocked/banned Discord accounts that used this source. Using this on a user account is prohibited by the Discord TOS and can lead to the account block.
Run code (Discord Console - [Ctrl + Shift + I])
window.webpackChunkdiscord_app.push([
[Math.random()],
{},
req => {
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');Credit: hxr404
Node.js 16.6.0 or newer is required
Recommended Node.js version: 18 (LTS)
Complete config.js before running otherwise it'll crash!
Then run these commands and enjoy!
npm install
node .