Get Mystery Box with random crypto!

Advanced Bot Codings™

Logo of telegram channel advanced_bot_codings — Advanced Bot Codings™ A
Logo of telegram channel advanced_bot_codings — Advanced Bot Codings™
Channel address: @advanced_bot_codings
Categories: Technologies
Language: English
Subscribers: 1.74K
Description from channel

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

Ratings & Reviews

2.50

2 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

1

3 stars

0

2 stars

0

1 stars

1


The latest Messages

2022-08-15 07:41:20
Happy Independence Day
392 views04:41
Open / Comment
2022-08-11 19:55:02
Important Information

If Anyone Is Providing You His/Her Bot Token For Making Bot Then Don't Take His Token For Making Bot Once You Hosted His Bot From His Token. He Will Be Able Request For Resetting Your BB Account And Your Account Can Be Get Hacked.

Bots.Business Added This Function In
@BotsBusinessAdminBot.

Stay Safe, Stay With Us
Admin ~ Shadab Alam
633 viewsedited  16:55
Open / Comment
2022-07-01 09:30:57 Rate Us BJ's For Free
It's Too Advance BJ's
#1st On Telegram

Command :- Your Command

BJS :-

if(chat.chat_type!="private"){
Bot.sendMessage("_Open me in private_");
return
}
if (request.data) {
var message_id = request.message.message_id
var chat_id = request.message.chat.id

Api.deleteMessage({
chat_id: chat_id,
message_id: message_id
})
}
var user_rated = User.getProperty("userRated")
if(!user_rated){
var button = [[{title:" ",command:"/rate 5"}],[{title:" ",command:"/rate 4"}],[{title:" ",command:"/rate 3"}],[{title:" ",command:"/rate 2"}],[{title:" ",command:"/rate 1"}]]
Bot.sendInlineKeyboard(button,"* Please Rate Us *\n\n_How was Your Experience With Us:_")
}else{
Bot.sendMessage("* You Already Rated Us And We Have Received Your Feedback*")
}

New Command :-
/rate

BJS :-
if(chat.chat_type!="private"){
Bot.sendMessage("_Open me in private_");
return
}
if (request.data) {
var message_id = request.message.message_id
var chat_id = request.message.chatu.id

Api.deleteMessage({
chat_id: chat_id,
message_id: message_id
})
}
if(!params){ return }
var user_rated = User.getProperty("userRated")
if(!user_rated){
var rated = params.split(" ")
var rates = ""
var i;
for(i=1;i<=rated;i++){
rates+=" "
}
User.setProperty("userRated","yes","text")
Api.sendMessage({
chat_id: "@SentSellerLogs",
text: "* New Rating Found\n\n User :* "+"["+user.telegramid+"]"+"("+"tg://user?id="+user.telegramid+")"+"\n* User Id :* "+user.telegramid+"\n Rating : " +rates+ "\n\n Bot : @"+bot.name+"*",parse_mode: "Markdown"
})
Bot.sendMessage("* Thanks For Rating Us Your Feedback Is Valuable To Us*")
}else{
Bot.sendMessage("* You Already Rated Us And We Have Received Your Feedback*")
}

Credit: @TricksXTechOwner
1.9K views06:30
Open / Comment
2022-07-01 05:13:16 Advanced Link Shortner BJS

Command :-

/start

BJS :-
Bot.sendMessage("Welcome To SL Link Shortner Bot.\n\nSend Any Link I Will Short It")

Command :- *

BJS :-
function validURL(url) {
var regex = /^(?:(?:https?|ftp):\/\/)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)(?:\.(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)*(?:\.(?:[a-z\u00a1-\uffff]{2,})))(?::\d{2,5})?(?:\/\S*)?$/
return regex.test(url)
}

if (validURL(message)) {
HTTP.post({
url: "https://slweb.tk/api/url/add",
success: "/onDone",
body: {
url: message
},
headers: {
Authorization: "Bearer key",
"Content-Type": "application/json"
}
})
//Remove key and add your api key
} else {
Bot.sendMessage("Wrong URL\nExample : https://youtube.com",{is_reply:true})
}


Command :-
/onDone

BJS :- var Data = JSON.parse(content)
var Short_Link = Data.shorturl

let err = Data.error

if (err == "0") {
Bot.sendMessage(" \nShort Link : "+Short_Link+"\n ",{is_reply:true,disable_web_page_preview:true})
return
}

Bot.sendMessage("Enter Correct Api Key,",{is_reply:true})

Get Your Api Key From https://slweb.tk/ !

Credit - @TricksXTechOwner
1.6K viewsedited  02:13
Open / Comment
2022-06-14 17:13:57 Translator Api fixing in progress...
190 views14:13
Open / Comment
2022-06-07 07:53:49 Watch This YouTube Shorts Funny Video: https://youtube.com/shorts/-e9slkVQEzE?feature=share
228 views04:53
Open / Comment
2022-05-25 17:52:17 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("…
132 viewsedited  14:52
Open / Comment
2022-05-03 04:05:44
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.
644 viewsedited  01:05
Open / Comment
2022-04-28 18:17:47 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
617 viewsedited  15:17
Open / Comment
2022-03-10 13:58:14 Reactions opened now. Now you can react on our post with Emoji...
1.8K viewsedited  10:58
Open / Comment