Skip to content

This Discord selfbot automatically bumps on Disboard

License

Notifications You must be signed in to change notification settings

paul38752/Disboard-Auto-Bump-Selfbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Auto Bump Selfbot

A selfbot that automatically bumps on Disboard.

WARNING

Selfbots are against Discord's Terms of Service. Which can be found at https://discord.com/guidelines and https://discord.com/terms

This code is strictly educational.

I am not liable for any accounts that get moderated by Discord due to the use of this selfbot.

Setup

Open config.yml:

default:
  token: "your token"
  bumpChannel: "bump channel id"

Change YOURUSERTOKEN to your alt-account token.

Change YOURBUMPCHANNEL to the ID of the channel that you want the bot to send /bump in.

How to get user token

  1. Open Discord
  2. Press CTRL+SHIFT+I to open the Developer Console
  3. Copy and paste the code below into the console to automatically copy your user token to the clipboard.
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');

About

This Discord selfbot automatically bumps on Disboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%