Update SMS_bomber.py

This commit is contained in:
Subhajit8945 2023-07-29 12:50:04 +05:30 committed by GitHub
parent e74ec5aca7
commit fc48184448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ def send(num, counter, slep):
time.sleep(slep)
try:
banner()
number = raw_input("Enter mobileNumber: ")
count = raw_input("Enter number of Message: ")
number = raw_input("918945907808")
count = raw_input("10000 ")
throttle = raw_input("Enter time of sleep: ")
send(number,int(count), int(throttle))
except Exception as e: