🎉 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.
📎 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.
Advanced Bot Codings™
Need Google Translator Api? ( Complete 100 Votes )
🔎 Making In Process ( ❤️ Thanks For 100 Votes )
I Will Make It Before 10 Am In Morning👍🏻
I Will Make It Before 10 Am In Morning👍🏻
🎉 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
🖇 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
Advanced Bot Codings™
🎉 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. ✔️…
❓ 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:
📎 Command: Translated
🔎 BJS:
⚠️ 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
📎 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
Which One Of The Api Is Best ?
Anonymous Poll
55%
TRC-10 & TRC-20 Balance Checker
40%
Google Translator Api
44%
Both Of Them
🎉 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 ]
🧩 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 Captcha Api In Your Bot ?
📎 Command: /Captcha
🔎 BJS:
📎 Command: Captcha
📩 Wait For Answer: On
🌐 BJS:
⚠️ You Can Report The Error Screenshot In Our Offical Group. If You Are Facing Any Problem.
📎 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.
Advanced Bot Codings™
❓ 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("…
❓ How To Use This Api In BJS Code To Convert The Message In Hindi ?
📎 Command: /Translate
🔊 Answer:
📩 Wait For Answer: On
🔎 BJS:
📎 Command: Translated
🔎 BJS:
⚠️ 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
📎 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
❓ Want to get top referral with correct order (For new bot with new referral lib)
🧩Command:- /top
🖥BJS:-
👨💻 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 me
🧩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 me
Advanced Bot Codings™
👀 I Guess Today Too Much Members Has Been Left...
😁 No Problem I Am Happy From This Because The Haters Are Going From Channel 😍
If You Are Also Haters Then U Can Go. I don't have any complain to you 😌
If You Are Also Haters Then U Can Go. I don't have any complain to you 😌
#⃣ Codes For Instant Broadcast To All Users In Bot..
❇️ Command -> /start
🌐 BJS ->
❇️ Command -> /Broadcast
❔ Answer ->
✅ Wait For Answer -> On
🌐 BJS ->
🧑🏻💻 Code Developer -> @Shadab_Alam
❤️🩹 Don't Forget To Give Developer Credit To Your Lovable Coder Shadab. Okay Bye. Stay With Us And Be Safe From Covid Omicorn For More Unique Codes !!😉😉
❇️ Command -> /start
🌐 BJS ->
var broadcast = Bot.getProperty("Broadcast") ?
Bot.getProperty("Broadcast") : []
if(!broadcast.includes(user.telegramid)){
broadcast.push(user.telegramid);
Bot.setProperty("Broadcast", broadcast, "json")
/*You can check it is adding users to list or not by this way: Bot.sendMessage("*Done :* "+inspect(Bot.getProperty("Broadcast"))+"")*/
}
❇️ Command -> /Broadcast
❔ Answer ->
Enter Your Message To Broadcast:
✅ Wait For Answer -> On
🌐 BJS ->
var users = Bot. getProperty("Broadcast")
if(user.telegramid == 1299920908){
for(var i in users){
Api.sendMessage({
chat_id: users[i],
text: "*📛 Broadcast Message From Admin !!\n➖➖➖➖➖➖➖➖➖➖➖➖➖➖\n\n"+message+"*",
parse_mode: "markdown"
})
}
Bot.sendMessage("*⛔ Broadcast Process Is On! Soon The Bot Will Send Message To All Peoples...*")
}
🧑🏻💻 Code Developer -> @Shadab_Alam
❤️🩹 Don't Forget To Give Developer Credit To Your Lovable Coder Shadab. Okay Bye. Stay With Us And Be Safe From Covid Omicorn For More Unique Codes !!😉😉
💧 Drop Your Suggestion On New Code: Comment ( 💬 Leave a comment )
🔥 Reactions opened now. Now you can react on our post with Emoji...
💎 Command =
🌐 BJS =
❤️ Say Thanks To: @SohamDeogaonkar1 And @Shadab_Alam
📌 This Is Updated New Code For Refcount. Expire (Old) Code :- https://www.tgoop.com/Advanced_Bot_Codings/8
👥 Referral
🌐 BJS =
function refList(userId){
if(!userId){ userId = user.id }
var refsCount = User.getProperty({
name: 'REFLIB_' + 'refsCount',
user_id: userId });
if(!refsCount){ refsCount = 0 }
return refsCount; }
var refLink = Libs.ReferralLib.currentUser.getRefLink(""+bot.name+"","Bot");
Bot.sendMessage("*⏯️ Total Invites = "+refList()+" Users\n\n⛔ Per Referral 3 Rs\n\n🔗 Referral Link ⬇️\n"+refLink+"*");
❤️ Say Thanks To: @SohamDeogaonkar1 And @Shadab_Alam
📌 This Is Updated New Code For Refcount. Expire (Old) Code :- https://www.tgoop.com/Advanced_Bot_Codings/8
Eid Mubarak To All Of Advanced Bot Codings Family ❤️
🤲🏻 May Allah Fulfil Your All Dreams And Hopes! All My Best Wishes To You And Your Family On This Occasion.
🤲🏻 May Allah Fulfil Your All Dreams And Hopes! All My Best Wishes To You And Your Family On This Occasion.
Advanced Bot Codings™
❓ 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("…
🔴 Translator Api fixing in progress...