WebhookSpammer
💎 So Fast, Multi Theard
Install / Use
/learn @secabuser/WebhookSpammerREADME
Discord Webhook Spammer

Features
-
Fast & Multi-threaded
-
Auto Retry on Rate-Limit
Install dependencies using:
pip install -r requirements.txt
How to Use
Linux
Step 1: Install Prerequisites
-
Verify Python 3.x is installed:
python3 --version -
If not installed:
sudo apt update sudo apt install python3 python3-pip -
Install required libraries:
pip3 install requests user_agent colorama pystyle
Step 2: Run the Script
python3 main.py
Step 3: Provide Inputs
-
Webhook URL
-
Message to send
-
Username (optional)
-
Number of messages
-
Number of threads
-
Delay per message
Step 4: View Results
- See success count and elapsed time in a nice formatted table.
Windows
Step 1: Install Python
-
Download and install Python from https://www.python.org/
-
During install, make sure to check
Add Python to PATH.
Verify installation:
python --version
Step 2: Install Required Libraries
Open cmd and run:
pip install requests user_agent colorama pystyle
Step 3: Run the Script
python main.py
Step 4: Enter Info
Provide:
-
Webhook URL
-
Message content
-
Optional username
-
Number of messages to send
-
Thread count
-
Delay between sends
Step 5: Results
Tool will display results including success count and time taken.
