Advanced Bot Codingsβ„’
2.23K subscribers
37 photos
6 videos
4 files
36 links
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.

πŸ“ž Contact Owner: @Hero_The_Real_Star
Download Telegram
πŸŽ‰ 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.
πŸ‘2❀1
Need Google Translator Api? ( Complete 100 Votes )
Anonymous Quiz
85%
Yes
15%
No
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πŸ‘πŸ»
πŸŽ‰ 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
πŸ‘2
Do You Want BJS Code To Use This Api Or You Can Make ?
Anonymous Quiz
86%
Yes
14%
No
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: 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
πŸ‘7😁2
πŸ‘5
πŸŽ‰ 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 ]
πŸ‘8❀1
⁉️ 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.
πŸ‘6πŸ€”2πŸ₯°1😁1
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: 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
πŸ‘5😁2
❓ 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 me
πŸ‘5❀2πŸ”₯1πŸ₯°1πŸ‘1😁1
πŸŽ„ Wishing You Merry Christmas By Shadab Alam πŸŽ…πŸ» !

🏠 Stay Home! Stay Safe From COVID.
πŸ‘€ I Guess Today Too Much Members Has Been Left...
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 😌
#⃣ Codes For Instant Broadcast To All Users In Bot..

❇️ 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 !!πŸ˜‰πŸ˜‰
πŸ‘11πŸ₯°3❀2😁2πŸ€”2
πŸ’§ Drop Your Suggestion On New Code: Comment ( πŸ’¬ Leave a comment )
❀5πŸ‘2😁2
πŸ”₯ Reactions opened now. Now you can react on our post with Emoji...
😒53❀26πŸ₯°11πŸ‘8πŸ‘7😁6🀯6πŸŽ‰5🀩4πŸ”₯3πŸ€”2
πŸ’Ž Command = πŸ‘₯ 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://t.me/Advanced_Bot_Codings/8
πŸ‘12🀩5❀4πŸ‘1
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.
❀11πŸ₯°3πŸ‘2πŸ‘2😁2