mahdiyar30301/ZorenixAI_botPublic · Bot Template

Not Bot Is Hacking You 🤣🤩

Utilityutility
ProfileTelegram
455 commands2 envUpdated 7h agoCreated Aug 26, 2026
Back to folder

commands/xtra.js

javascript · 50 lines

Raw
1/**#command2name: xtra3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12/**#command13name: xtra14answer: 15keyboard: 16parse_mode: markdown17aliases: 18allow_only_group: false19need_reply: false20is_web: 021#command**/22 23try {24try { Api.answerCallbackQuery({}); } catch (e0) {}25var uid = "";26if (typeof user !== "undefined" && user) {27  if (user.telegramid) uid = String(user.telegramid);28  else if (user.id) uid = String(user.id);29}30if (!uid) return;31Api.sendMessage({32  text:33    "✨ فاز ۵ زورنیکس\n────────────────\n" +34    "ستاره را دست نزن.\n" +35    "فاز ۶: /six",36  reply_markup: {37    inline_keyboard: [38      [{ text: "📦 فاز ۶", callback_data: "six" }],39      [{ text: "🎁 روزانه ۲ZC", callback_data: "dlyz" }, { text: "🎰 اسلات", callback_data: "slt" }],40      [{ text: "🔢 حدس", callback_data: "gsn" }, { text: "✊ قیچی", callback_data: "rps" }],41      [{ text: "🔑 رمز", callback_data: "pw" }, { text: "⏳ تایمر", callback_data: "tleft" }],42      [{ text: "🧾 خریدهای من", callback_data: "mybuy" }, { text: "👑 اشتراک", callback_data: "vipsee" }],43      [{ text: "🏓 پینگ", callback_data: "png" }, { text: "❓ راهنما", callback_data: "faq" }],44      [{ text: "📂 پوشه", callback_data: "fold" }, { text: "🏠 منو", callback_data: "/start" }]45    ]46  }47});48} catch (e) {49  Bot.sendMessage("خطا xtra");50}