deky2001z/tenjekubot9app_botPublic · Bot Template

AIBot is a Vietnamese-language control panel for managing Discord, Zalo, and Messenger 'tabs', letting users add, edit, delete, enable/disable, set delay and language, and store credentials such as tokens, cookies, and IMEI data via Bot/User properties. It renders status dashboards with online/offline counts and shows a menu of platform-specific spamming tools. One command ('Treo ngôn') contains a node-telegram-bot-api polling app that gathers a token, user ID, channel ID, and text-file lines to send automated messages. Overall, the bot appears designed for auto-spam and message-flooding operations across multiple chat platforms.

Spamspamtelegramdiscordzalomessengerauto-messaging
ProfileTelegram
15 commands0 envUpdated 10d agoCreated Jul 22, 2026
Back to folder

commands/『💚』Zalo/『💚』Zalo.js

javascript · 37 lines

Raw
1/**#command2name: 『💚』Zalo3answer: 📌 Chọn một chức năng bên dưới.4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12Api.sendMessage({13  text: `💚 ━━━━━━━━━━━━━━━━━━ 💚14       ZALO TOOLS15💚 ━━━━━━━━━━━━━━━━━━ 💚16 17📌 Chọn chức năng:18 19🏷️ Treo nhây tag20💬 Treo nhây không tag21🗣️ Treo spam ngôn22🎭 Spam Sticker23📝 Spam đổi tên box24 25⬇️ Chọn một nút bên dưới.`,26  reply_markup: {27    keyboard: [28      ["🏷️ Treo nhây tag"],29      ["💬 Treo nhây không tag"],30      ["🗣️ Treo spam ngôn"],31      ["🎭 Spam Sticker"],32      ["📝 Spam đổi tên box"],33      ["🔙 Quay lại"]34    ],35    resize_keyboard: true36  }37});