📚 Instagram Link Validator🗞️CMD : Your Choice BJS- if(params){var p = /^\s*(https\:\/\/)?instagram\.com\/[a-z\d-_]{1,255}\s*$/i} if (params.match(p)) { Bot.sendMessage(“valid”)} else { Bot.sendMessage(“invalid”)}————–¬ U can delete params and use Wait for Answer ON And BJS var p = /^\s*(https\:\/\/)?instagram\.com\/[a-z\d-_]{1,255}\s*$/iif (message.match(p)) { Bot.sendMessage(“valid”)} else { Bot.sendMessage(“invalid”)}Premium Bjs ™

Reply in Support

📞 How To Reply User In Support Command ?

» Command = /SPM

» Answer = ✅ Send User Telegram Id To Send Message:

» Wait For Answer = On

» BJS = if(user.telegramid == “Owner Id”){
Bot.run({
command: “/PM”,
options: { tgid : message }
})
}

>> Now Make A New Command For Sending Message.

» Command = /PM

» Answer = 📝 Enter Your Message For User:

» Wait For Answer = On

» BJS = var tgid = options.tgid
Api.sendMessage({
chat_id: tgid,
text: “*💬 Message From Admin\n➖➖➖➖➖➖➖➖➖➖➖➖\n➡️ Admin Messsage = “+message+”*”,
parse_mode: “markdown” })
Bot.sendMessage(“*📞 Message Sended To User = “+tgid+”*”)

Fake Stats Command.

Fake Statistics BJ’s

💫 Command = //yourcommand

👍Ans = ⚡️ Enter an fake statistics AMOUNT


️❤️ BJ’s = var stats = Libs.ResourcesLib.anotherChatRes(“status”, “global”)
stats.add(+message)
Bot.sendMessage(“*✅ Successfully Added check stats section*”)

CODED BY @mrevil_xz

Design a site like this with WordPress.com
Get started