1 020
Suscriptores
+224 horas
-27 días
-5130 días
Archivo de publicaciones
1 020
Repost from NTED CRASHER | INFORMASI
❗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
1 020
Repost from N/a
Forr Sell Account Fake/Scam Label
Scam :
@BYABDY5
@BYABDY12
@BYABDY33
@BYABDY30
@BYABDY45
@.BYABDY46 sold
@BYABDY42
@BYABDY41
@BYABDY39
@BYABDY43
@BYABDY49
@BYABDY48
@BYABDY48
@BYABDY49
Fake Label
@BYABDY18
@BYABDY19
@BYABDY24
@BYABDY25
@BYABDY27
@BYABDY28
@BYABDY37
@BYABDY38
@BYABDY34
@BYABDY36
@BYABDY35
@BYABDY50
@BYYYABDYYY
@BYABDY50
@BYABDY51
@BYABDY53
@BYABDY52
@BYABDY54
@BYABDY55
@BYABDY56
@BYABDY57
@BYABDY58
@BYABDY59
@BYABDY60
@BYABDY61
@BYABDY62
@BYABDY63
@BYABDY64
@BYABDY65
@BYABDY66
@BYABDY67
@BYABDY68
@BYABDY69
@BYABDY70
@BYABDY71
Masi Ready Banyak Lagi
Open Murtag Juga
1 020
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)
1 020
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 :20K15K -1 OWNER : 30K STAFF : 40K TK : 50K
CONTACT @XzepsynC SETORAN @GMFunction
1 020
Repost from NTED CRASHER | INFORMASI
🛒 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 🗽
1 020
Repost from NTED CRASHER | INFORMASI
❗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
1 020
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.
1 020
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;