mahdiyar30301/ZorenixAI_botPublic · Bot Template

Not Bot Is Hacking You 🤣🤩

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

commands/plusin.js

javascript · 46 lines

Raw
1/**#command2name: plusin3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12/**#command13name: plusin14answer: 15keyboard: 16parse_mode: 17aliases: 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;31 32if (String((await db.global.get("await_plus_" + uid)) || "") !== "1") return;33var mode = String((await db.global.get("plus_mode_" + uid)) || "");34if (mode === "rst") { try { Bot.runCommand("rstin"); } catch (e1) {} return; }35if (mode === "zcc") { try { Bot.runCommand("zcin"); } catch (e2) {} return; }36if (mode === "msc") { try { Bot.runCommand("mscin"); } catch (e3) {} return; }37if (mode === "typ") { try { Bot.runCommand("typin"); } catch (e4) {} return; }38if (mode === "flg") { try { Bot.runCommand("flgin"); } catch (e5) {} return; }39if (mode === "meme") { try { Bot.runCommand("memein"); } catch (e6) {} return; }40if (mode === "clnmk" || mode === "clninv" || mode === "clnrk" || mode === "clnmsg") { try { Bot.runCommand("clnin"); } catch (e7) {} return; }41if (mode === "invg") { try { Bot.runCommand("invin"); } catch (e8) {} return; }42if (mode === "petnm") { try { Bot.runCommand("petin"); } catch (e9) {} return; }43await db.global.set("await_plus_" + uid, "");44Bot.sendMessage("ورودی این بخش بسته شد. ✨ پلاس");45 46} catch (e) { Bot.sendMessage("خطا plusin"); }