├── README.md ├── README.md.bak ├── bgmi ├── keep_alive.py ├── m.py ├── requirement.txt ├── tatti └── venom.py /README.md: -------------------------------------------------------------------------------- 1 | # DDoS Attack Bot 2 | 3 | This repository contains a Telegram bot designed to perform DDoS attacks. The bot allows authorized users to initiate attacks against specified targets. It includes various commands for managing users, logging activities, and viewing information about attacks. 4 | 5 | ## Features 6 | 7 | - **User Management**: Add, remove, and view authorized users. 8 | - **Command Logging**: Log details of each command executed by users. 9 | - **Attack Commands**: Initiate DDoS attacks with specified parameters. 10 | - **Cooldown Management**: Prevent users from running multiple commands in quick succession. 11 | - **Admin Commands**: Special commands for admins to manage the bot and its users. 12 | - **Broadcast Messages**: Admins can send messages to all authorized users. 13 | 14 | ## Prerequisites 15 | -github codespaces ( 4 core) 16 | - Python 3.x 17 | - `telebot` library 18 | - Telegram Bot Token (You Can Use Botfather) 19 | 20 | ## Getting Started 21 | 22 | ### Installation 23 | 24 | 1. Clone the repository: 25 | 26 | ```sh 27 | git clone https://github.com/VENOMxCRAZYOP/VENOMxDDOS 28 | cd VENOMxDDOS 29 | ``` 30 | 31 | 2. Install the required libraries: 32 | 33 | ```sh 34 | pip install telebot 35 | pip install flask 36 | pip install aiogram 37 | pip install pyTelegramBotAPI 38 | ``` 39 | 40 | ### Configuration 41 | 42 | 1. Create a bot on Telegram and obtain your bot token. 43 | 44 | 2. Replace the placeholder token in the script with your actual bot token: 45 | 46 | ```python 47 | bot = telebot.TeleBot('YOUR_BOT_TOKEN') 48 | ``` 49 | 50 | 3. Add your admin user IDs in the `admin_id` list: 51 | 52 | ```python 53 | admin_id = ["YOUR_ADMIN_ID"] 54 | ``` 55 | 56 | ### Usage 57 | 58 | 1. Run the bot: 59 | 60 | ```sh 61 | chmod +x * 62 | python venom.py 63 | ``` 64 | 65 | 2. Interact with the bot on Telegram using the available commands. 66 | 67 | ## Bot Commands 68 | 69 | ### User Commands 70 | 71 | - `/start` - Welcome message. 72 | - `/help` - Display help information and available commands. 73 | - `/bgmi