2 587
Підписники
-124 години
-277 днів
-13530 день
Архів дописів
2 587
🚀 Start Your Hosting Business with Thickhost.com 🚀
Launch your own hosting company with powerful servers, reliable performance, and affordable pricing.
💻 Hosting Plans Starting From:
🔹 Shared Hosting – ₹59/month
🔹 Reseller Hosting – ₹199/month
🔹 Master Reseller – ₹349/month
🔹 Alpha Reseller – ₹599/month
🔥 Build your own hosting brand today!
Order Reseller, Master Reseller, or Alpha Reseller plans and start selling hosting under your own name with full control and high profit potential.
📩 Contact Us:
📧 Email: support@thickhost.com
📱 WhatsApp: +994409570163
💬 Telegram: @ThickhostSupport
🌐 Website: https://Thickhost.com
Thickhost.com – Powering Your Hosting Business
2 587
Join New channel ✨
https://t.me/+b96d7AP3lVQ3ZGFl
https://t.me/+b96d7AP3lVQ3ZGFl
Old channel banned!! 🚫
2 587
🚀 HOW TO HOST & MAKE A TELEGRAM BOT FOR FREE 🤖
🔗 FaceSwap Bot Source Code
https://t.me/c/3291271268/323
🔗 Free Webhook Site
https://freereward.c0m.in/
🎥 Video Credit
@BJ_DEVS
📢 Posted By
@ABBAS_TECH_INDIA
🙏 Respect the Creator
⚠️ Give proper credit before using or sharing
🔥 Follow • Learn • Build
💡 Keep supporting developers & creators
2 587
FACESWAP BOT CODE
const BOT_TOKEN = "YOUR_ACTUAL_BOT_TOKEN";
const API_URL = "https://ab-faceswap.vercel.app/swap";
// in-memory user sessions
const sessions = new Map();
export default {
async fetch(req) {
if (req.method !== "POST") {
return new Response("OK");
}
const update = await req.json();
const msg = update.message;
if (!msg) return new Response("OK");
const chatId = msg.chat.id;
const tg = (method, body) =>
fetch(`https://api.telegram.org/bot${BOT_TOKEN}/${method}`, {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify(body)
});
// ---------- /start ----------
if (msg.text === "/start") {
sessions.set(chatId, []);
await tg("sendMessage", {
chat_id: chatId,
text:
"👋 *FaceSwap Bot*\n\n" +
"📸 Send *SOURCE* image first\n" +
"📸 Then send *TARGET* image\n\n" +
"✨ I will swap faces for you",
parse_mode: "Markdown"
});
return new Response("OK");
}
// ---------- PHOTO ----------
if (msg.photo) {
if (!sessions.has(chatId)) sessions.set(chatId, []);
const photos = sessions.get(chatId);
const fileId = msg.photo[msg.photo.length - 1].file_id;
// get file path
const fileInfo = await fetch(
`https://api.telegram.org/bot${BOT_TOKEN}/getFile?file_id=${fileId}`
).then(r => r.json());
const fileUrl =
`https://api.telegram.org/file/bot${BOT_TOKEN}/` +
fileInfo.result.file_path;
const imgBuffer = await fetch(fileUrl).then(r => r.arrayBuffer());
photos.push(imgBuffer);
if (photos.length === 1) {
await tg("sendMessage", {
chat_id: chatId,
text: "✅ *Source image received*\n📤 Send target image",
parse_mode: "Markdown"
});
}
if (photos.length === 2) {
await tg("sendMessage", {
chat_id: chatId,
text: "⏳ *Swapping faces...*",
parse_mode: "Markdown"
});
try {
const form = new FormData();
form.append("source", new Blob([photos[0]]), "source.jpg");
form.append("target", new Blob([photos[1]]), "target.jpg");
const res = await fetch(API_URL, {
method: "POST",
headers: {
"User-Agent": "Mozilla/5.0 (Android)",
"origin": "https://ab-faceswap.vercel.app",
"referer": "https://ab-faceswap.vercel.app/"
},
body: form
});
if (!res.ok) {
await tg("sendMessage", {
chat_id: chatId,
text: "❌ API Error"
});
sessions.delete(chatId);
return new Response("OK");
}
const resultBuffer = await res.arrayBuffer();
const sendForm = new FormData();
sendForm.append("chat_id", chatId);
sendForm.append("photo", new Blob([resultBuffer]), "result.jpg");
sendForm.append("caption", "✅ *Face Swap Completed*");
await fetch(
`https://api.telegram.org/bot${BOT_TOKEN}/sendPhoto`,
{ method: "POST", body: sendForm }
);
} catch (e) {
await tg("sendMessage", {
chat_id: chatId,
text: "❌ Error:\n`" + e.message + "`",
parse_mode: "Markdown"
});
}
sessions.delete(chatId);
}
}
return new Response("OK");
}
};2 587
• Phone number to info : 350₹ / month
• tg to number: 700₹ per month or 3₹ per search
• aadhar to family & ration : 350₹/month
• vehicle to info : 350₹/month
• vehicle number to owner number: 499₹/month
• telegram username to info : 350₹/month
• fampay to number: 400₹/month
• imei info : 350₹/month
• phone number to names : 350₹/month
• phone number to all names : 350₹/month
• 350₹/month : pakistani info , pan info , gst info , bangladesh number to info , RGCSM info , FF uid to info , bgmi uid info , challan info.
• voter id info : 400₹/month
DM :- @NO_MORE_NEZUKO
2 587
✨ Join Our New Channel! 📂🚀
🔥 All Latest Files & Resources in One Place
📥 Scripts • Tools • APIs • Updates
👉 Join Now:
🔗 https://t.me/+2XGQk3nbnNYyNjJl
💡 Don’t miss new uploads & exclusive content
❤️ Support & stay connected
2 587
<----Telegram Adbot Script---->
Open src✔️
File -> click here
Channel -> Click Here
Share ss -> here
By -> @PokiePy ~ @Pokie_Toolz
Вже доступно! Дослідження Telegram за 2025 — головні інсайти року 
