Advanced Bot Codings™
Open in Telegram
Hello Friends, This Is Official Channel Of Advanced Bot Codings. This Channel Provide You All BJS Of Bots.Business App Which Is Bot Making Platform And We Also Create Api For You. Ask Your Doubt In Our Group: https://t.me/+7XrrUmfcBQhmNTA1
Show more2 225
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
🎄 Wishing You Merry Christmas By Shadab Alam 🎅🏻 !
🏠 Stay Home! Stay Safe From COVID.
📌 Notice :- Maybe You Are Getting Error On Referral. I Will Update All Codes Soon After My Exam. This Error Is Coming Because Bots.Business Changes Their Referral Lib.
❣ Please Keep Patience & Keep Supporting Us!
❓ Want to get top referral with correct order (For new bot with new referral lib)
🧩Command:- /top
🖥BJS:-
let list = Libs.ReferralLib.getTopList();
list.order_by = "integer_value";
list.order_ascending = false
list.page = 1
list.per_page = 10
var items = list.get();
//Bot.inspect(items);
var msg = 'Top list: ';
var prop;
for(var ind in items){
prop = items[ind]
msg = msg + "\n" +
String( parseInt(ind) + 1 ) + "." +
Libs.commonLib.getLinkFor(prop.user) + ": 👨" +
String(prop.value)
}
Bot.sendMessage(msg);
👨💻 Code Updated :- @sohamdeogaonkar1
⚠️ Please report error to me if happens
⚠️ Anyone may already have made this.But we had not checked their Bjs .We have made this Bjs with references with demo bot of bb.Then also anyone have issue with it can contact meGuys, Don't Believe On This Scammer! It's Not Me He Is Using My Name & Profile Pic.
👉🏻 Scammer ID -> 🙃 HERO- THE REAL STAR🌟
⚠️ Report Him Then He Will Change His Name :- @Notoscam
Complete 100 Votes👍🏻
I Will Create The Api After 22th December Due To My Exam. Thank U.
🔰 Required Bot Maker For Channel
🔹 @Airdrop_Achiever
🔹 @Airdrops_Inspector
🔹 @Verified_Airdrops_Official
🗓 Rules: https://t.me/Verified_Airdrops_Official/1690
✅ You To Accept The Rules To Become As Admin In This 3 Channel.
📞 Contact Here -> @Hero_The_Real_Star
❓ How To Use This Api In BJS Code To Convert The Message In Hindi ?
📎 Command: /Translate
🔊 Answer:
Enter Your Text To Convert It To Another Language.
📩 Wait For Answer: On
🔎 BJS: HTTP.get({
url: "https://shadabalam.cf/api/translator.php",
params: { "text": message, "language": "hi" },
success: "Translated" })
📎 Command: Translated
🔎 BJS: var result = JSON.parse(content)
var text = result.data.translations[0].translatedText
var detected = result.data.translations[0].detectedSourceLanguage
Bot.sendMessage("*🎉 Text Converted From "+detected+" To Hi.\n\n📑 Translated Text: "+text+"\n\n🔊 Language: "+detected+" (Auto Detected)*")
⚠️ Note: You Can Change The Text Language Code To Convert The Text In Other Language. If Any Bug Or Error Happened Then Send The Screenshot On This Post Comments.
💯 This Is Advanced Code & It Will Not Get Error.
🧑🏻💻 Code Dev: @Shadab_Alam⁉️ 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.🎉 New Official Captcha Api Launched!
🧩 Captcha :- https://shadabalam.cf/api/captcha.php
📎 Format To Use Api:
=================
--> https://shadabalam.cf/api/captcha.php?captcha=<5-letter-text-&-number>
--> Example: https://shadabalam.cf/api/captcha.php?captcha=sh345
❤️ Keep Supporting Us For More Api. [ Complete 1500 Subscribers ]
❓ How To Use This Api In BJS Code To Convert The Message In Hindi ?
📎 Command: /Translate
🔊 Answer: Enter Your Text To Convert It To Another Language.
📩 Wait For Answer: On
🔎 BJS:
HTTP.get({
url: "https://shadabalam.cf/api/translator.php?text="+message.split(" ").join("+")+"&language=hi",
success: "Translated" })
📎 Command: Translated
🔎 BJS: var result = JSON.parse(content)
var text = result.data.translations[0].translatedText
var detected = result.data.translations[0].detectedSourceLanguage
Bot.sendMessage("*🎉 Text Converted From "+detected+" To Hi.\n\n📑 Translated Text: "+text+"\n\n🔊 Language: "+detected+" (Auto Detected)*")
⚠️ You can change the text language code to convert the text in other language. If any bug or error happened then send the Screenshot on this post comments.
🧑🏻💻 Code Dev: @Shadab_Alam🎉 New Google Translator Official Api
🖇 Api Link :- https://shadabalam.cf/api/translator.php
📑 Format To Use Api: https://shadabalam.cf/api/translator.php?text=<your-text-here>&language=<language-code>
✔️ Enter Your Message At text Parameter In Api.
✔️ Enter The Language Code At language Parameter In Api.
📚 Example: https://shadabalam.cf/api/translator.php?text=Hello&language=hi (For Converting The Text In Hindi)
✍🏻 See Documentation To Use This Api.
📩 List Of All Supported Language Available In Documentation Page.
Made With ❤️ By Shadab Alam
🔎 Making In Process ( ❤️ Thanks For 100 Votes )
I Will Make It Before 10 Am In Morning👍🏻
🎉 New Balance Checker Api Official Api.
📎 Api Link :- https://shadabalam.cf/api/address.php
🔎 Format To Use Api
==================
📎 https://shadabalam.cf/api/address.php?address=<address>
👉🏻 Click For Preview: https://shadabalam.cf/api/address.php?address=TH3XtVoHcSUNVcCvRKcJGUEwh33vL2GNEF
✅ Balance Checker Of TRC-10 & TRC-20.
⚠️ Alert: Telegram Account Number Leaked.
🤖 Many Bots Are Coming Which Are Sharing Other Users Number And At Start Command They Asking For Your Numbers. Don't Use Them And Block The Bot Directly. This Bot Also Sharing Your Numbers To Other Users And Your Numbers Are Getting Leaked. Never Share Your Number To Any Bots.
📌
Report The Bot Link At: @Notoscam
❤️ Thank U | Admin ~ Shadab Alam⁉️ How To Post A Message To Nekobin.
📎 Command:
/Nekobin
📚 Answer: Enter Your Message To Paste On Nekobin:
✅ Wait For Answer: On
🌐 BJS: HTTP.post({
url: 'https://nekobin.com/api/documents',
body: { 'content': message },
success: 'Neko'
})
📎 Command: Neko
🌐 BJS: var neko = JSON.parse(content)
var url = 'https://nekobin.com'+neko.result.key+''
var msg = neko.result.content
Bot.sendMessage("📚 Pasted On Nekobin: "+url+"\n\n📩 Your Message: "+msg+"")
👨🏻💻 Code Developer: @Shadab_Alam