This template is free. If you want to get it, download it here. Download Free!

Pop

Social

المشاركات

✅ Ip Verification BJS Code With Keyboard URL.

MN TECK
Please wait 0 seconds...
Scroll Down and click on Go to Link for destination
Congrats! Link is Generated

 


✅ Ip Verification BJS Code With Keyboard URL.

❤️ Command:-
your command


BJS:-

    var uus = user.telegramid
       var txt = `🌹 Dear ${uus}, Welcome To Our Bot.

➡️ Need Verification: 
Just Click On ⚠️ Verify YourSelf After Verification You Can Use This Bot.` var url2 = Libs.Webhooks.getUrlFor({   command: "onWebhook",   user_id: user.id }) var webPage =   "https://api.jobians.top/captcha/verify?webhookUrl=" +   encodeURIComponent(url2) Api.sendMessage({   text: txt,   parse_mode: "html",   reply_markup: {     resize_keyboard: true,     keyboard: [[{ text: "⚠️ Verify YourSelf", web_app: { url: webPage } }]]   } })
❤️ Command:-
onWebhook


BJS:-

        if (!content) {
  return
}
var data = JSON.parse(content)
var ip = data.results.ip
  .split(".")
  .slice(0, 3)
  .join(".")
var captcha = data.results.captcha
var vpn = data.results.vpn

var verify = User.getProperty("verify")
if (verify) {
  Bot.sendMessage("✅ Verified")
  return
}
if (vpn == "yes") {
  Bot.sendMessage("*🚨 You Are Ban For Using VPN!*")
  Bot.blockChat(chat.id)
  return
}
var ips = Bot.getProperty("ips", { list: {} })
if (ips.list[ip]) {
  Bot.sendMessage("_❌ You Have Been Banned For Using Multiple Account.!_")
  Bot.blockChat(chat.id)
  return
}
if (captcha == "ok") {
  var ips = Bot.getProperty("ips", { list: {} })
  ips.list[ip] = true
  Bot.setProperty("ips", ips, "json")
  User.setProperty("verify", "ok", "string")
  Bot.sendMessage("✅ Verified")
}
    
🧑‍💻 Posted:- @mnteck

🎙 Note: Must Download Webhooks Libs.

إرسال تعليق

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.