Forwarded from Adclickersbot Admin
#Captcha #Hcaptcha
Adclickersbot Hcaptcha Earning BJS Sample Code
Command Name : /yoursecurecommand ( Do not Share )
BJS Code
Command Name : /onCaptchaComplete
BJS Code
BJS Code
Adclickersbot Hcaptcha Earning BJS Sample Code
Command Name : /yoursecurecommand ( Do not Share )
BJS Code
var url = Libs.Webhooks.getUrlFor({
command: "/onCaptchaComplete",
content: "%user_id% Completed A Captcha",
user_id: user.id,
redirect_to: "https://adclickersbot.com/hcaptcha"
})
Bot.sendMessage(url) // ( Use This Url As POSTBACK URL in @Adclickersbot Do Not Share It To Anyone )Command Name : /onCaptchaComplete
BJS Code
Bot.sendMessage(inspect(content))Command Name : /earnCaptcha
BJS Code
var publisher_id = put your publisher_id //You Will Get It From @Adclickersbotvar inline_keyboard = [{title: "Earn Captcha", url: "https://adclickersbot.com/pub_hcaptcha?publisher_id=" + publisher_id + "&user_id="+user.telegramid}]
Bot.sendInlineKeyboard(inline_keyboard, "Earn Money By Complete Captcha.")