- Notifications
You must be signed in to change notification settings - Fork32
This is a SMS And Call Bomber For Linux And Termux
License
Shiv-x/TBomb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An open-source SMS/call bomber for Linux And Termux.
## Note:
Due misusing of TBomb, several API's died.
Don't be afraid if you don't see all send messages.
- The script requires 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 phone number (Ex- 99999 99999)
- Make sure you are using the latest version of TBomb
- Make sure you are using Python3.
Here's how you can check it. Type this command in your terminal.
$ python -V
If output looks likePython 3
- Congrats, Python 3 is installed properly.
- Do not use this to harm others.
- This script is only for educational purposes or to prank.
- None of the developers/contributors are responsible for the misuse of TBomb.
- Lots of integrated SMS/call APIs
- Unlimited (Limited against abusing) and super-fast bombing
- International bombing available (APIS Dead. Try Your Luck.)
- Call bombing
- Frequent updates
- Automatic updating mechanism
- Easy to use and embed in code
Run these commands to run TBomb
Notice:
git installation methods are not universal and do differ between distributions,so, installing git as per instructions below may not work.Please check out how to installgit
for your Linux distribution.Commands below provide instructions for Debian-based systems.
To use the bomber type the following commands in Termux:
pkg install gitpkg install pythongit clone https://github.com/QueenArzoo/TBomb.gitcd TBombchmod +x TBomb.sh./TBomb.sh
Notice:
git installation methods are not universal and do differ between distributions,so, installing git as per instructions below may not work.Please check out how to installgit
for your Linux distribution.Commands below provide instructions for Debian-based systems.
To use the bomber type the following commands in Linux terminal:
sudo apt install gitgit clone https://github.com/QueenArzoo/TBomb.gitcd TBombchmod +x TBomb.shsudo bash TBomb.sh
To use the bomber type the following commands in macOS terminal:
# Install Brew: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"# Install dependencies:brew install gitbrew install python3sudo easy_install pipsudo pip install --upgrade pipgit clone https://github.com/QueenArzoo/TBomb.gitcd TBombchmod +x TBomb.sh# Missing Tools on MacOSToilet cannot be installed yet. But TBomb does still work.# Run TBomb:sudo bash TBomb.sh