Skip to content

Soliux/DiscSpam

Repository files navigation


DiscSpam

Fast, Free, Easy to use Discord.com raid tool
Report Bug , Request Feature

About The Project

Screen Shot

There are a few Discord raid tools on GitHub, however, I didn't find that they suited my use case so I decided to make my own one, a much better one then any online at the moment. This tool aims to be the one and only raid tool you need.

Some unique features:

  • When developing this tool the Discord API endpoints were reversed but also some of the function it uses like the X-PROPERTIES header that is passed to identify the device have been recreated.
  • The chances of your tokens getting phone locked or terminated from this tool are next to none.
  • Cloudflare checking has been reversed and implemented into this tool. On the server side discord will see your requests as a legitimate user using the discord client.

Built With

This tool has been created in Go. For the speed and concurrency it is also using thread safe go routines these can be spawned, used and destroyed very fast whilst also being lightweight to run.

Getting Started

Getting started is really simple. Head over the the release page and download the correct version of the program for your operating system.

Once you have downloaded the correct version of the program just add all your discord tokens into the tokens.txt file and then run the program.

Installation

  1. Install Go

  2. Clone the repo

git clone https://github.com/topji/DiscSpam.git
  1. Install Go Modules
go install
  1. Compile Code
go build .
  1. Add Tokens
Add the Discord tokens to tokens.txt
  1. Run Program Simply run the executable file if you're on windows or run the binary files if you're on Linux

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Roadmap

  • Proxy Support
  • Add/Remove Friends
  • Logger
  • Voice Chat Support
  • Add Nickname Changing
  • Add Ability To Change Status
  • Add Ability To Heartbeat Token
  • Add Support For Colon Emojis :joy:
  • Token Checker
  • Create, Train, Manage Captcha Solving AI
  • Allow Fake Typing
  • Anti-Kick, Auto Join Back If Kicked

These are just some things I am going to be adding to the tool very soon. If you have any ideas feel free to open a issue request and let me know.

License

Distributed under the MIT License. See LICENSE for more information.