Merhaba herkese, bugün sizlere "İmpluse" programını tanıtıcam. sms and call bomber programı hızlıca anlatıma geçelim.




















İşletim Sistemlerine göre

Kod:
Windows:

Download Python 3.8 from here
Launch installer, click add python to PATH
Download Impulse
Open cmd or powershell in Impulse directory
Run this command: pip install -r requirements.txt
python3 impulse.py --method SMS --time 20 --threads 15 --target +90********

Kod:
Linux:

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

Kod:
Termux:

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 --method SMS --time 20 --threads 15 --target +90********