Skip to content

MisTraleuh/Selfbot-Discord

Repository files navigation

selfbot.png

👑 Selfbot-Discord !

⚡️ Download | Install

node.js (v16.14.0 or higher)

# Clone this repository
$ git clone https://github.com/CatalanNathan/Selfbot-Discord

# Go into the repository
$ cd SelfbotDiscord

# Install the dependencies
$ npm install --save-dev

# Start the selfbot
$ sudo npm start

🛡️ TOS | Privacy Policy

Small reminder, the use of a selfbot is prohibited by discord themselves.

The question regarding "self bots" has come up here and there, and we'd like to make our stance clear:

Discord's API provides a separate type of user account dedicated to automation, called a bot account. Bot accounts can be created through the applications page, and are authenticated using a token (rather than a username and password). Unlike the normal OAuth2 flow, bot accounts have full access to all API routes without using bearer tokens, and can connect to the Real Time Gateway. Automating normal user accounts (generally called "self-bots") outside of the OAuth2/bot API is forbidden, and can result in an account termination if found. To read more click here

📝 Utilisation | Usage

  • Create a file called .env in the root directory of the repository
  • Add the following lines to the file:
TOKEN=<your token>
MDP=<your password> # Optional (if you want to use cp_user...)
PREFIX_NORMAL=+
PREFIX_CRYPTO=!
PREFIX_FUN=&
PREFIX_HACKER=*
PREFIX_EMOTES=$
PREFIX_PERSO=%
PREFIX_INFOS=?
PREFIX_ADMIN=@
  • To have your token connected to discord.com and paste this code into the console
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');

Once this is done your token is copied into your paper-press.

✔️ Start

  1. Linux :
  • $ npm run start
  1. Windows :
  • $ npm run start

You just have to do a "+help" to see all the orders!

Type Description State
NitroSniper Take a nitro anything it is drop
History Saves all received messages, even if they are deleted 🔨
Crypto Allows to see in real time the prices of crypto currencies
Ping Shows user latency and discord
Pic Allows you to see a person's profile picture
Cat Send a picture of random cat
Dog Like cat but for dog
Meme Like cat and dog but for meme
Clearme Delete your own posts from any channels
Spam Spam a message in a channel(s)
Cp_pp Copy the pp of a person (a save of the current one is made)
Cp_user Copy all the information of a person (a save of you are made)
Emotes Lots of emotes are available!
Avatar Change your avatar without the photo or gif
Bio Change your bio
Status Change your status
Aboutme Change your aboutme
Info_user Give some information to a user
Info_serv Give some information to a guild
Info_servAll Give some information to a guild (All channels, roles ID -> Name -> Type)

📚 Coding Style

My code is written in JavaScript and it is written in standard style.

If you have some idea send me a message : mistraleuh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published