https://github.com/kyan0045/spammer
A compact and easy configurable Discord-spammer selfbot with multi-token support.
https://github.com/kyan0045/spammer
catchtwo pokemon-spammer poketwo-cheat poketwo-selfbot selfbot spam-tool spammer spammer-tool
Last synced: 10 days ago
JSON representation
A compact and easy configurable Discord-spammer selfbot with multi-token support.
- Host: GitHub
- URL: https://github.com/kyan0045/spammer
- Owner: kyan0045
- License: other
- Created: 2023-08-29T07:43:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T22:10:37.000Z (2 months ago)
- Last Synced: 2025-04-12T18:07:23.449Z (10 days ago)
- Topics: catchtwo, pokemon-spammer, poketwo-cheat, poketwo-selfbot, selfbot, spam-tool, spammer, spammer-tool
- Language: JavaScript
- Homepage:
- Size: 2.65 MB
- Stars: 22
- Watchers: 1
- Forks: 40
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spammer; Discord-spammer selfbot
A compact and easy configurable Discord-spammer selfbot with multi-token support.
[](https://discord.gg/tXa2Hw5jHy)

[](https://github.com/kyan0045/Spammer/stargazers)
[](https://github.com/kyan0045/Spammer/network/members)
[](https://github.com/kyan0045/Spammer/issues)
[](https://github.com/kyan0045/Spammer/pulls)About
A compact and easy configurable Discord-spammer selfbot with multi-token support.Features
* [x] Supports Infinite Accounts
* [x] Spams Real (Customizable) Human Messages
* [x] RAM efficient & fast spammerConfigurations
| 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 |
| ```debug``` | ```String``` | ```false``` | Tells the program whether or not you want errors/bugs to log in the console |## Installation
* Please note that you can change the spammed messages in [messages.txt](.data/messages.txt)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:```bash
git clone https://github.com/kyan0045/spammer.git
```
Note: You can also download the files using other methods.```bash
cd spammer
``````bash
npm i
```
- Now enter the correct values in [config.json](./config.json) & [tokens.json](./tokens.txt).To start the selfbot, run the following command in your shell/console:
```javascript
node .
```Replit Setup
![]()
1. Run the following commands in your shell/console:
```bash
npm i
```
- Now enter the correct values in [config.json](./config.json) & [tokens.txt](./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:
```javascript
node .
```Termux (Phone) Setup
- Will be added later, please head to our Discord server for support.### Token Format
```json
[
{
"token": "TOKEN1",
"channelIds": ["CHANNEL1", "CHANNEL2", "CHANNEL3"]
},
{
"token": "TOKEN2",
"channelIds": ["CHANNEL1", "CHANNEL2", "CHANNEL3"]
}
]
```
- 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
[BSD](./LICENSE)