Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.34 KB

README.md

File metadata and controls

53 lines (41 loc) · 1.34 KB

Selfbot

How to start project

First : Start the install.bat or go the shell and run the command;

npm install

After : Start the start.bat and wait or go the shell and run the command;

node .
How to get token Copy code to console Discord [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");

Creator : . hxr404

Required node

node-current