Skip to content

BYPASS-ALT/discord-server-spammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Discord Server Spammer

⚠️ DISCLAIMER:
This tool is intended for educational or testing purposes only. Abusing it on real servers is against Discord's Terms of Service and can result in account bans or legal consequences. Use at your own risk.

🚀 Features

  • Spam messages in a Discord server
  • Proxy support
  • Lightweight and fast

📦 Requirements

  • Python 3.8+
  • pip (Python package installer)

🛠️ Installation

git clone https://github.com/BYPASS-ALT/discord-server-spammer.git
cd discord-server-spammer

# Create a virtual environment (optional but recommended)
python3 -m venv venv

# Activate the virtual environment
# On Linux/macOS:
source venv/bin/activate
# On Windows:
venv\Scripts\activate

# Install dependencies
pip3 install -r requirements.txt

⚙️ Configuration

  1. Open spammer.py in a text editor.
  2. Add your proxy in the specified section inside the file.

The proxy should be in the format http://user:pass@ip:port or similar, depending on the script's structure.

💡 If you want free proxies, visit: https://www.sslproxies.org/#list

▶️ Usage

python3 spammer.py

❗ Important

  • DO NOT use this on servers without permission.
  • ALWAYS test in a controlled environment.
  • YOU ARE RESPONSIBLE for any misuse.

🧠 Educational Reminder

Use this script to learn about HTTP requests, proxies, and automation.
Not to be a Discord menace.