Bomber-X
A SMS Bomber made with Python
Linux/Termux
apt update
apt upgrade
apt install python3
apt install git
git clone https://github.com/dev-zarir/Bomber-X/
cd Bomber-X
pip3 install -r requirements.txt
python3 bomber.py
1 line command
apt update && apt upgrade && apt install python3 && apt install git && git clone https://github.com/dev-zarir/Bomber-X/ && cd Bomber-X && pip3 install -r requirements.txt && python3 bomber.py