Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spammer; Discord-spammer selfbot

A compact and easy configurable Discord-spammer selfbot with multi-token support.
Support Server Version Stargazers Forks Issues Pull Requests Deploy on replit

About

A compact and easy configurable Discord-spammer selfbot with multi-token support.

Features

  • Supports Infinite Accounts
  • Spams Real (Customizable) Human Messages
  • RAM efficient & fast spammer

Configurations

Name Type Default Value Description
LogWebhook String undefined Tells the program which webhook to log to.
SpamSpeed Number 1500 Tells the program how many milliseconds to wait between messages
Delete Boolean true Tells the program whether or not to delete the messages
DeleteSpeed Number 1000 Tells the program how many milliseconds to wait before deleting messages

Installation

  • Please note that you can change the spammed messages in messages.txt
Windows Setup 1. Download Node.js 18.13 or newer: https://nodejs.org/en/download
2. Download Git: https://git-scm.com/downloads
3. Run the following commands in your shell/console:
git clone https://github.com/kyan0045/spammer.git

Note: You can also download the files using other methods.

cd spammer
npm i

To start the selfbot, run the following command in your shell/console:

npm start
Replit Setup Deploy on replit
1. Run the following commands in your shell/console:
npm i

To start the selfbot, run the following command in your shell/console:

npm start
Termux (Phone) Setup - Will be added later, please head to our Discord server for support.

Token Format

const tokens = [
  {
    "token": "TOKEN1",
    "channelIds": ["CHANNEL1", "CHANNEL2", "CHANNEL3"]
  },
  {
    "token": "TOKEN2",
    "channelIds": ["CHANNEL1", "CHANNEL2", "CHANNEL3"]
  }
];

module.exports = { tokens };
  • You can use multiple channels per token, however this is not required nor recommended on high spamming speeds.

Contributing

Pull requests & suggestions are always welcome! For major changes, please open an issue/DM me on Discord first (@kyan0045) to discuss what you would like to change and to what extend.

License

See LICENSE.

About

A compact and easily configurable Discord-spammer selfbot with multi-token support.

Topics

Resources

Stars

42 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages