A free and open-source SMS bombing application.
this program is just the enhanced sms part of the TBomb git repo, fetched and modified by myself. you can contribute or check the TBomb by clicking here...
Termux version from Play Store is not supported since 2019, please use the latest version from F-Droid Store!
- The application requires active internet connection to contact the APIs.
- You would not be charged for any SMS dispatched as a consequence of this script.
- For best performance, use single thread with considerable delay time.
- Always ensure that you are using the latest version and have Python 3.
- This application must not be used to cause harm/discomfort/trouble to others.
- By using this, you agree that you cannot hold the contributors responsible for any misuse.
Check your Python version by typing in
$ python --version
If you get the following
Python 3.12.1
or any version greater than or equal to 3.4, this script has been tested and confirmed to be supported. For obsolete versions of Python (eg 2.7), use discretion while executing the script as it has not been tested there.
- Unlimited (with abuse protection) and super-fast bombing with multithreading
- Flexible with addition of newer APIs with the help of JSON documents
- Modular codebase and snippets can be easily embedded in other program
just run:
python bomber.py --help
git clone https://github.com/h4jack/bms.git
cd bms
To use the bomber type the following commands in Termux:
pkg install git -y
pkg install python -y
git clone https://github.com/h4jack/bms.git
cd bms
brew install git
brew install python3
sudo easy_install pip
sudo pip install --upgrade pip
git clone https://github.com/h4jack/bms.git
cd bms
pip install -r requirements.txt
- Catch t0xic0der at https://atlasdoc.netlify.app
- Check Avinash at https://github.com/AvinashReddy3108
- Mail scpketer at [email protected]
- Mail 0n1cOn3 at [email protected]
- Ping Rieltar at https://t.me/RieltarReborn
- Check Bishal at https://github.com/kbshal
- Make Code More Readable and Extensible
- Make Code More Efficient and Faster
- Add More Mail Spam APIs
- Add More SMS Spam APIs
- Add More Call Spam APIs
- Resolve threading issue in some devices
Give a ★ if you like this project!