We Use TBomb in This Tutorials
tbomb is a python script which is to send bulk SMS or call like a bomb
An open-source SMS/call bomber for Linux And Termux.
This script is only for educational purposes or to prank. Do not use this to harm others. None of the developers/contributors are responsible for the misuse of TBomb.
You’ve been warned.
The script requires a working network connection to work. No balance will be deducted for using this script to send SMS/calls.
While doing infinite bombing use 2-3 seconds delay and 10 to 20 threads for maximum performance.
Don’t Put Spaces In Between Number Ex- 9999999999
Make Sure To Update it for New Versions…
That’s All !!!
Make sure you are using Python v3. How to check:
$ env python -V
If output looks like Python 3
– congrats, Python 3 is installed properly.
Usage
Run These Commands To Run TBomb
For Termux
To use the bomber type the following commands in Termux:
pkg install git
pkg install python
git clone https://github.com/TheSpeedX/TBomb.git
cd TBomb
chmod +x TBomb.sh
./TBomb.sh
For Linux
To use the bomber type the following commands in Linux terminal:
sudo apt install git
git clone https://github.com/TheSpeedX/TBomb.git
cd TBomb
chmod +x TBomb.sh
sudo bash TBomb.sh
Notice: git installation methods are not universal and do differ between distributions, so installing git as per instructions above may not work. Please check out how to install git
for your Linux distribution. Commands below provide instructions for Debian-based systems.