uk
Feedback
𝑽𝒊𝒏𝒛 [ 𝑰𝒏𝒇𝒐𝒓𝒎𝒂𝒕𝒊𝒐𝒏 ]

𝑽𝒊𝒏𝒛 [ 𝑰𝒏𝒇𝒐𝒓𝒎𝒂𝒕𝒊𝒐𝒏 ]

Відкрити в Telegram

Hello @Durov This channel is legal. And it doesn't contain pornographic or offensive posts. Please note! Our official channel, proudly @Telegram No spam

Показати більше
1 020
Підписники
+224 години
-27 днів
-5130 днів
Архів дописів
❗New Update Apps Nted Crasher
• Fixxed Banned Group • Added New Function • Fixed Bug sender global New Function Bug • Force Close New WhatsApp • Freeze Chat Invisible/Visible • Blank Chat/Group Visible • Delay Invisible Slow [ Global Bug ] • Delay Invisible Hard [ Private Bug ]
User lama masih bisa di pake yah Buy Akun? @NtedPakeE

Repost from Xzone catalysT
Recommended Baileys For Development👾 Dependencies:
"dependencies": {
  "@zeppeliorg/wbails": "latest", // "^1.1.3",
  "jimp": "^1.6.1"
}
// Or
"dependencies": {
  "@whiskeysockets/baileys": "npm:@zeppeliorg/wbails",
  "jimp": "^1.6.1"
}
What's new? - fix send message members - add new readme's - community functions - simple sendMessage functions - aiLabel in message in makeWASocket options - browsers & platforms type for browser option - generateMessage(Ios, Andro)Id - add additionalNodes for catalog_message & payment_key_info - fix participant function in relay options - add richResponse as sendMessage - auto replace messageId to IOS id if using IOS|Safari platform/browser - store functions - username functions - graphql functions - toPn, toLID, & fetchUsername - delete auto follow ( all ) - privacy setting functions
(@XzC_Information)

OPEN PARTNER FUNCTION GARAM MADU
GET FUNCTION DELAY GET FUNCTION BLANK GET FUNCTION FORCE CLOSE GET FUNCTION FREEZE GET FUNCTION CRASH GET FUNCTION BULLDOZER DAN LAIN LAIN
PRICE : PARTNER : 20K 15K -1 OWNER : 30K STAFF : 40K TK : 50K
CONTACT @XzepsynC SETORAN @GMFunction

🛒 Gasken beli produk dari bot
@NtedShopBot
Keuntungan beli dari bot ⁉️
- Banyak promo tersedia ✔ - Harga lebih murah ✔ - Lebih fast dan aman ✔ - Anti penipuan pastinya ✔ - Respon bot realtime ✔ Gasken ambil promo keburu habis, ambil promo hanya di @NtedShopBot 🗽

Repost from N/a
BANTU COBAIN FITUR GCHANYA @ynampbot

❗New Update Apps Nted Crasher
• Fixxed Banned Group • Added New Function • Fixed Bug sender global New Function Bug • Force Close New WhatsApp • Freeze Chat Invisible/Visible • Blank Chat/Group Visible • Delay Invisible Slow [ Global Bug ] • Delay Invisible Hard [ Private Bug ]
User lama masih bisa di pake yah Buy Akun? @NtedPakeE

Repost from N/a
Assalamu'alaikum warahmatullahi wabarakatuh. Saya, selaku developer dan kreator awal script QioV1 yang pertama kali dirilis pada tahun 2020 hingga tahun 2025 terakhir script QioV27, ingin menyampaikan bahwa saya memutuskan untuk mengundurkan diri dari pengembangan project tersebut. Bersamaan dengan keputusan ini, saya membuka penawaran transfer kepemilikan penuh atas script Qio kepada pihak yang berminat. Kepemilikan ini tidak diberikan secara gratis, melainkan melalui proses jual beli dengan kesepakatan harga yang akan dibahas lebih lanjut. Bagi yang serius ingin memiliki dan melanjutkan pengembangan project Qio, silakan hubungi saya melalui Telegram: @Alwaysaqioox. Terima kasih kepada seluruh pengguna dan pihak yang telah mendukung perjalanan project ini sejak awal. Wassalamu'alaikum warahmatullahi wabarakatuh.

Голосове повідомлення00:14

Repost from N/a
case "yurl":
case "toyurl": {
    if (!isOwner) return m.reply(mess.owner);
    
    const quoted = m.quoted || m;
    const mime = quoted?.msg?.mimetype || quoted?.mimetype || null;
    
    if (!quoted || (!/image/.test(mime) && !/video/.test(mime) && !/audio/.test(mime) && !/document/.test(mime))) {
        return m.reply(`❌ Reply file/media!\n\nContoh: reply file dengan perintah ${cmd}`);
    }
    
    await sock.sendMessage(m.chat, { react: { text: '⏳', key: m.key } });
    
    try {
        const mediaBuffer = await quoted.download();
        
        const FormData = (await import('form-data')).default;
        const form = new FormData();
        form.append('file', Buffer.from(mediaBuffer), { filename: 'media.jpg' });
        
        const { data } = await axios.post('https://yurl.freedev.app/upload.php', form, {
            headers: {
                ...form.getHeaders()
            }
        });
        
        await sock.sendMessage(m.chat, { react: { text: '✅', key: m.key } });
        
        if (data.status && data.url) {
            const msg = await generateWAMessageFromContent(m.chat, {
                viewOnceMessage: {
                    message: {
                        interactiveMessage: {
                            body: {
                                text: `✅ Upload berhasil!\n\n🔗 URL: ${data.url}`
                            },
                            nativeFlowMessage: {
                                buttons: [
                                    {
                                        name: "cta_copy",
                                        buttonParamsJson: JSON.stringify({
                                            display_text: "📋 Copy URL",
                                            copy_code: data.url
                                        })
                                    }
                                ]
                            }
                        }
                    }
                }
            }, { userJid: m.sender, quoted: m });
            
            await sock.relayMessage(m.chat, msg.message, { messageId: msg.key.id });
        } else {
            await m.reply(`✅ Upload berhasil!\n\n${JSON.stringify(data, null, 2)}`);
        }
        
    } catch (error) {
        await sock.sendMessage(m.chat, { react: { text: '❌', key: m.key } });
        m.reply(`❌ Error: ${error.message}`);
    }
}
break;

Repost from Xzone catalysT
Update infos with user link
Update infos with user link

Голосове повідомлення00:08