kyan0045 / Spammer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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
debug String false Tells the program whether or not you want errors/bugs to log in the console

Installation

Windows Setup 1. Download NodeJS: 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:

node .
Replit Setup Deploy on replit
1. Run the following commands in your shell/console:
npm i
  • Now enter the correct values in config.json & tokens.txt. Note: It's recommend to use secrets when you host on replit. TOKENS for the tokens.txt contentc, CONFIG for the config.json contents

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

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

Token Format

Token1 spamChannelId1
Token2 spamChannelId2
  • Use a space to seperate the spamChannelId from the token.

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

BSD

About

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

License:Other


Languages

Language:JavaScript 98.6%Language:Batchfile 1.4%