Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

kaveh-dev/discord-dm-ads-detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Project Discontinued.

😃 About this script

A selfbot for detecting who sends invite links to your users

Requirements :

  • latest Node.js
  • little knowledge about javascript
  • a Discord USER token. (tutorial below)

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.

⚠️ Highly recommended to use on a new discord user.

Get Token ?

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

Installation

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 .

By kavascriptos. Feel free to copy, paste, use and change.

⭐ Don't forget to star!

About

a Discord selfbot for detecting DMers and reporting them by Webhook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors