uz
Feedback
Nostrus tool

Nostrus tool

Kanalga Telegramโ€™da oโ€˜tish
2 587
Obunachilar
-124 soatlar
-277 kunlar
-13530 kunlar
Postlar arxiv
Give reactions ๐Ÿ˜
Give reactions ๐Ÿ˜

New tool open src ?? Give max 2line reactions

9654014812 INSTA KI TOP RANDI HAI FULL MAJE DEGI CALL KRO MESSAGE KRO โค๏ธโ€๐Ÿ”ฅ๐Ÿซถ

๐Ÿš€ Start Your Hosting Business with Thickhost.com ๐Ÿš€ Launch your own hosting company with powerful servers, reliable performa
๐Ÿš€ 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

Join New channel โœจ https://t.me/+b96d7AP3lVQ3ZGFl https://t.me/+b96d7AP3lVQ3ZGFl Old channel banned!! ๐Ÿšซ

๐Ÿš€ 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

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");
  }
};

Mar gye sab ??

Redflag Men's loyalty< dogs loyalty ๐Ÿ™‚ offend hone wale hojao offend

All bots Active / http://t.me/eizonbots

Ye tg premium play balance se buy ka system hat gya kya๐Ÿคก

โ€ข 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

AMEER LOG BOOST KARDO https://t.me/boost?c=3291271268

โœจ 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

.adbotgc

<----Telegram Adbot Script---->
Open srcโœ”๏ธ
File -> click here
Channel -> Click Here
Share ss -> here
By -> @PokiePy ~ @Pokie_Toolz

..

Nostrus tool - Telegram kanali @nostrustool statistikasi va tahlili