6 886
Subscribers
No data24 hours
-1887 days
-74430 days
Posts Archive
6 886
• يا قلبي احنا قفلنا القناة لحتى ما حد يقدر يرسل😉
• كلشي مقفل ومحكم صارت محمية من كلشي 💖
6 886
سكربت تشيكر حسابات xbox, يسجل دخول على مايكروسوفت و يفحص لو موجود على منصة xbox و لو موجود على لعبة و منصة Minecraft و لو الحساب عليه اشتراك بريميوم او لا.
Xbox account checker script. It logs into Microsoft, checks whether the account exists on the Xbox platform, whether it’s linked to Minecraft (game and platform), and whether the account has a premium subscription or not.
~ @K33Kz6 886
اي مشكلة او سؤال عن السكربتات اسألوني بالتعليقات
Any Problem or qustion ask me in comments
6 886
import requests, json
username = input("channel username : ").strip()
url = f"https://kick.com/api/v1/channels/{username}"
r = requests.get(url, headers={"User-Agent": "Mozilla/5.0"})
if 'no query' in r.text:print('channel not found')
#print(r.text)
if r.status_code != 200:exit("Error:", r.status_code)
data = r.json()
channel_id = data.get("id")
user_id = data.get("user_id")
slug = data.get("slug")
followers = data.get("followersCount")
playback_url = data.get("playback_url")
livestream = data.get("livestream")
verified = data.get("verified")
chatroom = data.get("chatroom")
user = data.get("user")
media = data.get("media")
categories = data.get("recent_categories")
links = data.get("ascending_links")
print("username =", username)
print("channel_id =", channel_id)
print("user_id =", user_id)
print("slug =", slug)
print("followers =", followers)
print("playback_url =", playback_url)
print("livestream =", livestream)
print("user =", user)
print("verified =", verified)
print("chatroom =", chatroom)
print("categories =", categories)
print("media =", media)
print("links =", links)
سكربت تعطيه يوزر (اسم مستخدم) قناة بمنصة kick و يعطيك معلوماتها كاملة من اصغر شي لأكبر شي، و يعطيك رابط البث لو فاتحة بث
A script where you give it a Kick channel username and it returns full information about it, from the smallest details to the biggest, and also gives you the stream link if the channel is live.
~ @K33Kz6 886
import requests
username = input("Username: ")
url = f"https://kick.com/api/v1/users/{username}"
r = requests.get(url)
if r.status_code != 200:exit("User not found")
data = r.json()
user_id = data.get("id")
username = data.get("username")
bio = data.get("bio")
verified = data.get("verified")
twitter = data.get("twitter")
instagram = data.get("instagram")
youtube = data.get("youtube")
tiktok = data.get("tiktok")
discord = data.get("discord")
facebook = data.get("facebook")
profile_pic = data.get("profilepic")
print("iD:", user_id)
print("Username:", username)
print("Bio:", bio)
print("Verified:", verified)
print("Twitter:", twitter)
print("Instagram:", instagram)
print("YouTube:", youtube)
print("TikTok:", tiktok)
print("Discord:", discord)
print("Facebook:", facebook)
print("\nProfile Pic:", profile_pic)
سكربت معلومات حساب kick، و يعطيك حسابات السوشيال ميديا يلي مربوطة فيه او محطوطة فيه، مع صورة الحساب
Kick account info script that shows the linked or listed social media accounts, along with the profile picture
~ @K33Kz6 886
import requests, random, re
while True:
username = input('Enter The Username : ')
if re.search(r'[\u0600-\u06FF]', username) or username in ['.', '@', '.@','@.', ',']:exit('Please Put a Correct username type - استخدم نمط صحيح لليوزرات')
if len(username) < 4:exit('The minimum length is 4 characters - اقل عدد ممكن هو 4 احرف')
r = requests.get('https://kick.com/channels/check-username/'+username).text
if 'Good to go' in r:print('Available - متاح')
elif 'The username has already been taken' in r:print('Taken - مأخوذ')
elif 'Request blocked by security policy.' in r:print('iP Blocked From Kick, Turn vpn or use proxies - جهازك محظور، شغل vpn او استخدم بروكسيات')
elif 'html' in r.lower():print('Please Put a Correct username type - استخدم نمط صحيح لليوزرات')
else:print(r)
print('\n')
#print(r)
سكربت فحص يوزرات (اسماء مستخدمين) لمنصة kick، عطيتكم ياه api بس عشان "المطورين" يشدوا حالهم و ما يعتمدوا عالباقي و خلاص.
Kick username checker script, I gave you the API just so “developers” step up and don’t rely on the rest and that’s it.
~ @K33Kz6 886
import requests
username = input("Username: ")
r = requests.get(f"https://kick.com/api/v1/channels/{username}")
if r.status_code == 200:
d = r.json()
created = d["chatroom"]["created_at"].split("T")[0]
print("Username:", d["slug"])
print("Followers:", d["followersCount"])
print("Created:", created)
print("Live:", bool(d["livestream"]))
print("Verified:", bool(d["verified"]))
else:print("Not found")
سكربت معلومات قناة داخل منصة kick، فقط حط يوزر القناة
Script to fetch channel information on the Kick platform — just enter the channel username
~ @K33Kz6 886
سكربت تشيكر حسابات xbox, يسجل دخول على مايكروسوفت و يفحص لو موجود على منصة xbox و لو موجود على لعبة و منصة Minecraft و لو الحساب عليه اشتراك بريميوم او لا.
Xbox account checker script. It logs into Microsoft, checks whether the account exists on the Xbox platform, whether it’s linked to Minecraft (game and platform), and whether the account has a premium subscription or not.
~ @K33Kz6 886
import requests
username = input('Enter Any UserName : ')
r = requests.get('https://fragment.com/api').cookies
ss = r['stel_ssid']
response = requests.post('https://fragment.com/api', params={'hash': '4a701c9acc3b33fd8e'}, cookies={'stel_ssid': ss,'stel_dt': '-180'}, headers={'authority': 'fragment.com','accept': 'application/json, text/javascript, */*; q=0.01','accept-language': 'en-US,en;q=0.9,ar;q=0.8','content-type': 'application/x-www-form-urlencoded; charset=UTF-8','origin': 'https://fragment.com','referer': 'https://fragment.com/?ref=vc.ru','sec-ch-ua': '"Chromium";v="137", "Not/A)Brand";v="24"','sec-ch-ua-mobile': '?1','sec-ch-ua-platform': '"Android"','sec-fetch-dest': 'empty','sec-fetch-mode': 'cors','sec-fetch-site': 'same-origin','user-agent': 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Mobile Safari/537.36','x-requested-with': 'XMLHttpRequest'}, data={'type': 'usernames','sort': '','filter': '','query': username,'method': 'searchAuctions'}).text
#print(response)
if 'available' in response.lower():
print('For Sell')
elif 'taken' in response.lower():
print('On Telegram')
elif 'unavailable' in response.lower():
print('Available For Use')
سكربت فحص يوزرات تيليجرام
الفحص من منصة بيع اليوزرات الرسمية.
لو اجى عندك For Sell يعني اليوزر متاح للبيع
و لو اجى On Telegram يعني موجود بتيليجرام بس مو معروض للبيع
و لو اجى Available For Use يعني اليوزر مو مستخدم ولا معروض للبيع.
Telegram username checker script.
The check is done using the official username marketplace platform.
If it shows "For Sell", it means the username is available for purchase.
If it shows "On Telegram", it means the username exists on Telegram but is not listed for sale.
If it shows "Available For Use", it means the username is not in use and not listed for sale.
~ @K33Kz6 886
import requests
import json
from user_agent import generate_user_agent as zzz
c = requests.Session()
c.headers.update({
'User-Agent': zzz(),
'Accept': 'application/json, text/plain, */*',
'Accept-Language': 'en-US,en;q=0.9,ar;q=0.8',
'Content-Type': 'application/json',
'Origin': 'https://aifreeforever.com',
'Referer': 'https://aifreeforever.com/image-generators',
'sec-ch-ua': '"Google Chrome";v="125", "Chromium";v="125", "Not.A/Brand";v="24"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"Windows"',
'sec-fetch-dest': 'empty',
'sec-fetch-mode': 'cors',
'sec-fetch-site': 'same-origin'
})
u = "https://aifreeforever.com/api/generate-image"
h = input("Enter your prompt: ")
a = {
"prompt": h,
"resolution": "1024 × 1024 (Square)",
"speed_mode": "Unsqueezed 🍋 (highest quality)",
"output_format": "webp",
"output_quality": 100,
"seed": -1,
"model_type": "fast"
}
try:
rs = c.post(u, json=a)
rs.raise_for_status()
result = rs.json()
if 'images' in result and result['images']:
print(result['images'])
elif 'imageUrl' in result and result['imageUrl']:
print(f"{result['imageUrl']}")
else:
print("Error")
except requests.exceptions.HTTPError as er:
print(f"Error: {er}")
print(f"Error: {rs.text}")
except requests.exceptions.RequestException as e:
print(f"Error: {e}")
• كود اتصال انشاء صور استمتع واعمله api ✨👍6 886
الي يريدني ادمن ب قناته 🚬
انا موجود
او الي عنده قناه بايثون يدزلي رابطها خاص اي عدد مشتركين عادي
@cr7_younes
6 886
— — — — — — — — — — — — — —
تم الفك / 𝗗𝗲𝗰𝗿𝘆𝗽𝘁𝗶𝗼𝗻
— — — — — — — — — — — — — —
نوع الاد/اه: صيــ/ـٓد لعبة بليارد
نوع التشفير: marshal
مطور الاد/اه: مخموطة عدة مرات 🤣 (تحياتنه اله)
— — — — — — — — — — — — — —
Dev: 𝗬ًٌٍِْ𝗢ًٍ𝗨ًٍ𝗡ٍَ𝗘ٍَ𝗦ٍَ𝟳 / @cr7_younes
6 886
🧡 أقوى قائمة سايبر سيكيورتي وبرمجة على التليجرام!🧡
🔔 انضم الآن لأفضل المصادر في:
- الأمن السيبراني (اختبار اختراق، حماية، أدوات محترفة) ☄️
🥸 البرمجة (بايثون، سكريبتات، بوتات، شروحات حصرية) 📈
📱 أدوات ال.ها/كرز الأخلاقي (فك تشفير، اختبارات، ملفات جاهزة)
- كل ما تحتاجه في العالم الرقمي‼️
🫣 لماذا نحن الأفضل❓
🐕🦺 قنوات مختارة بعناية (لا عشوائية!)
⚠️ محتوى حصري ونادر
❓ تحديث يومي بأفضل القنوات الفعالة 🛫
كما أن هذا هو اقوى بوت 😂😂 خاص باللسته
@JOKER_HACKER1_BOT
يعمل على أفضل وجه الان وأكثر من طريقه 😂😂
🚀 أضف قناتك (بشرط التخصص والمحتوى القوي 😍
⚡️ تواصل معنا هنا🧪
💎@lTV_X ☑️
⚡⚡⚡⚡⚡⚡⚡
😀 *نضم الآن ولا تفوت الفرصة:
📨 [اضغط هنا للانضمام]
⚡⚡⚡⚡⚡⚡⚡
سارع قبل أن يتم إغلاق القائمة!
https://t.me/addlist/utDJCwarkuY3MmQ8
⚡⚡⚡⚡⚡⚡⚡
🚨 محتوى يفجر العقل، وجودة لا مثيل لها! ⛏
🔫🔫 اخترنا الأفضل لك، لن تخسر شيئاً إلا الفرصة إن لم تنضم! 🤑
🚨 سارع قبل أن يتم إغلاق القائمة! 🚨👍
6 886
— — — — — — — — — — — — — —
تم الفك / 𝗗𝗲𝗰𝗿𝘆𝗽𝘁𝗶𝗼𝗻
— — — — — — — — — — — — — —
نوع الاد/اه: صيــ/ــد فيس
نوع التشفير: marshal+base64+ninja وهمي
مطور الاد/اه: داروين (تحياتنه اله)
— — — — — — — — — — — — — —
Dev: 𝗬ًٌٍِْ𝗢ًٍ𝗨ًٍ𝗡ٍَ𝗘ٍَ𝗦ٍَ𝟳 / @cr7_younes
