ADVANCED_BOT_CODINGS Telegram 305
⁉️ How To Use This Captcha Api In Your Bot ?

📎 Command: /Captcha

🔎 BJS: function captcha(length) {
var result = [];
var characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';
var charactersLength = characters.length;
for ( var i = 0; i < length; i++ ){ result.push(characters.charAt(Math.floor(Math.random() *
charactersLength)));
}
return result.join('');
}
var captcha = captcha(5)
User.setProperty("captcha", captcha, "string")
Api.sendPhoto({
photo: "https://shadabalam.cf/api/captcha.php?captcha="+captcha+"",
caption: "Enter The Captcha To Verify Yourself As Human" })
Bot.runCommand("Captcha")


📎 Command: Captcha

📩 Wait For Answer: On

🌐 BJS: if(message == User.getProperty("captcha")){
Bot.sendMessage("* You Are Verfied As A Human.*")
/* now run you next command like Bot.runCommand("Menu") */
}else{
Bot.sendMessage("*⚠️ Wrong Captcha! You have enter the wrong captcha value. Try again!*")
Bot.runCommand("/Captcha")
}


⚠️ You Can Report The Error Screenshot In Our Offical Group. If You Are Facing Any Problem.



tgoop.com/Advanced_Bot_Codings/305
Create:
Last Update:

⁉️ How To Use This Captcha Api In Your Bot ?

📎 Command: /Captcha

🔎 BJS: function captcha(length) {
var result = [];
var characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';
var charactersLength = characters.length;
for ( var i = 0; i < length; i++ ){ result.push(characters.charAt(Math.floor(Math.random() *
charactersLength)));
}
return result.join('');
}
var captcha = captcha(5)
User.setProperty("captcha", captcha, "string")
Api.sendPhoto({
photo: "https://shadabalam.cf/api/captcha.php?captcha="+captcha+"",
caption: "Enter The Captcha To Verify Yourself As Human" })
Bot.runCommand("Captcha")


📎 Command: Captcha

📩 Wait For Answer: On

🌐 BJS: if(message == User.getProperty("captcha")){
Bot.sendMessage("* You Are Verfied As A Human.*")
/* now run you next command like Bot.runCommand("Menu") */
}else{
Bot.sendMessage("*⚠️ Wrong Captcha! You have enter the wrong captcha value. Try again!*")
Bot.runCommand("/Captcha")
}


⚠️ You Can Report The Error Screenshot In Our Offical Group. If You Are Facing Any Problem.

BY Advanced Bot Codings™


Share with your friend now:
tgoop.com/Advanced_Bot_Codings/305

View MORE
Open in Telegram


Telegram News

Date: |

The Channel name and bio must be no more than 255 characters long During a meeting with the president of the Supreme Electoral Court (TSE) on June 6, Telegram's Vice President Ilya Perekopsky announced the initiatives. According to the executive, Brazil is the first country in the world where Telegram is introducing the features, which could be expanded to other countries facing threats to democracy through the dissemination of false content. A vandalised bank during the 2019 protest. File photo: May James/HKFP. With Bitcoin down 30% in the past week, some crypto traders have taken to Telegram to “voice” their feelings. The court said the defendant had also incited people to commit public nuisance, with messages calling on them to take part in rallies and demonstrations including at Hong Kong International Airport, to block roads and to paralyse the public transportation system. Various forms of protest promoted on the messaging platform included general strikes, lunchtime protests and silent sit-ins.
from us


Telegram Advanced Bot Codings™
FROM American