Caution
This project is a proof of concept and using it may lead to an account block according to the Discord TOS. I do not take responsability for any blocked account.
Welcome to Cdiscord a discord CLI!
- Direct messages from the terminal.
Run those commands
git clone https://github.com/guilhermecara/cdiscord
cd cdiscord
npm link
cdiscordRun cdiscord in your terminal!
To use Cdiscord, you'll need to get your discord token.
Run this on the Discord Console - [Ctrl + Shift + I]
window.webpackChunkdiscord_app.push([
[Symbol()],
{},
(req) => {
if (!req.c) return;
for (let m of Object.values(req.c)) {
try {
if (!m.exports || m.exports === window) continue;
if (m.exports?.getToken) return copy(m.exports.getToken());
for (let ex in m.exports) {
if (
m.exports?.[ex]?.getToken &&
m.exports[ex][Symbol.toStringTag] !== "IntlMessagesProxy"
)
return copy(m.exports[ex].getToken());
}
} catch {}
}
},
]);
window.webpackChunkdiscord_app.pop();
console.log("%cWorked!", "font-size: 50px");
console.log(`%cYou now have your token in the clipboard!`, "font-size: 16px");- Based: findByProps