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
15 commands0 envUpdated 10d agoCreated Jul 22, 2026
commands/🔙 Quay lại.js
javascript · 29 lines
1/**#command2name: 🔙 Quay lại3answer: 🏠 Đã quay lại menu chính.4keyboard: 『💜』Discord, 『💚』Zalo 『💙』Messenger, 『👑』Admin, 『📂』Danh sách5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12Api.sendMessage({13 text: `👋 Chào mừng bạn trở lại!14 15📋 *MENU BOT 3APP BY TENJEKU*16 17Vui lòng chọn một danh mục bên dưới 👇`,18 parse_mode: "Markdown",19 reply_markup: {20 keyboard: [21 [{ text: "『💜』Discord" }, { text: "『💚』Zalo" }],22 [{ text: "『💙』Messenger" }, { text: "『👑』Admin" }],23 [{ text: "『📂』Danh sách"}]24 25 ],26 resize_keyboard: true,27 one_time_keyboard: false28 }29});