Advanced Bot Codingsโ„ข
2.35K 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
๐Ÿ˜ญ๐Ÿ˜ญ One More Bad News ๐Ÿ˜ญ๐Ÿ˜ญ

The 'Out of Control' Chinese rocket is
falling back to Earth and no one knows
where it is going to crash.
China is ready to destroy us. If virus
doesn't, they have something new for you.
May God save us from China.

๐Ÿ™๐Ÿป๐Ÿ™๐Ÿป๐Ÿ™๐Ÿป๐Ÿ™๐Ÿป๐Ÿ™๐Ÿป๐Ÿ™๐Ÿป๐Ÿ™๐Ÿป๐Ÿ™๐Ÿป๐Ÿ™๐Ÿป๐Ÿ™๐Ÿป๐Ÿ™๐Ÿป
Do You Want To Broadcast The Forward Post From Channel BJS ?
Anonymous Quiz
89%
Yes
11%
No
Need 2 Or More Channel Checker BJS ?
Anonymous Quiz
92%
Yes
8%
No
Advanced Bot Codingsโ„ข
Need 2 Or More Channel Checker BJS ?
๐Ÿ’ Complete At Least 100 Votes. There Is 100+ Views.
๐Ÿ˜‡ Our Channel Admins.
โ“ How To Add Check In 2 Or More Channel ?

๐Ÿ” Solution --> Use Below BJS And Instructions Carefully To Add Check In 2 Or More Channels.


โžฅ Command Name = โœ… Check

โžฅ BJS = let stat = Bot.getProperty(""+user.telegramid+"");

if (stat=="ban"){
Bot.sendMessage("*You're Ban From Using The Bot โŒ*");
}else{

let channel = "@Advanced_Bot_Codings";
let id = user.telegramid
Api.getChatMember({
chat_id : channel,
user_id : id,
on_result :"Check"})
}


โžฅ Command Name = Check

โžฅ BJS = var user = options.result.status;
User.setProperty("status" , user, "string");
if (user=="member" | user =="administrator" | user=="creator"){
Bot.runCommand("Joined 2")
User.addToGroup("user")
}

if (user=="left"){
Bot.sendMessage("*โŒ Must Join All Channel*")
}


โžฅ Command Name = Joined 2

โžฅ BJS =
let stat = Bot.getProperty(""+user.telegramid+"");

if (stat=="ban"){
Bot.sendMessage("*You're Ban From Using The Bot โŒ*");
}else{

let channel = "@Advanced_Bot_Codings";
let id = user.telegramid
Api.getChatMember({
chat_id : channel,
user_id : id,
on_result :"Check 2"})
}


โžฅ Command Name = Check 2

โžฅ BJS = var user = options.result.status;
User.setProperty("status" , user, "string");
if (user=="member" | user =="administrator" | user=="creator"){
Bot.runCommand("main_menu")
User.addToGroup("user")
}

if (user=="left"){
Bot.sendMessage("*โŒ Must Join All Channel*")
}


๐Ÿ“Œ Note = Instead Of [ main_menu ] Edit And Write The New Command Name Like [ Joined 3 ] And In [ Joined 3 ] Command Write The [ Check 3 ] And Use The Same BJS. By This Same Way You Can Add Checks In More Channels.

โ˜ž๏ธŽ๏ธŽ๏ธŽ Note = Must Read Whole Post And Follow Intructions To Add Check In All Channels.
Do You Need Code For Addings Admins ?
Anonymous Quiz
90%
Yes
10%
No
๐Ÿ’ Share Our Channels With Ur Friends And Complete 650 Members In Our Channel.

โžฅ Click On Below Button To Share With Ur Friends.
โ“ How To Unlimited Admins In Our Bot ?

๐Ÿ” Solution --> Use Below BJS And Instructions Carefully To Add Unlimited Admins.
==============================


โžฅ Command = /AddAdmin

โžฅ Answer = *โœ”๏ธ Send A User Telegram Id To Make Him Admin In This Bot.*

โžฅ Wait For Answer = On

โžฅ BJS =
if(user.telegramid == "your telegramid"){
Bot.setProperty("Mods"+user.telegramid, user.telegramid, "string")
Bot.sendMessage("*๐Ÿ” User With Telegram Id "+message+" Is Now Admin Of This Bot.*")
}else{
Bot.sendMessage("*โ›”๏ธ You Are Not Owner Of This Bot*")
}


==============================
โ“How To Make Code For Admins Access ?

๐Ÿ” Solution --> Use Below Code And Put Your Code In It. By This Way Admin Can Access Your Panel.
==============================

โžฅ Command = Your Command

โžฅ BJS =
var admin = Bot.getPorperty("Mods"+user.telegramid)
if(user.telegramid == admin){
//Your Code
}else{
Bot.sendMessage("โ›”๏ธ You Are Not An Admin.")
}


๐Ÿง‘๐Ÿปโ€๐Ÿ’ป Coded By = @Shadab_Alam
Do You Need Code For Deleteing Channel Message By Bot ?
Anonymous Quiz
91%
Yes
9%
No
โ“ How To Delete Channel Message By Our Bots ?

๐Ÿ” Solution --> Follow Below Steps And Codes To Delete Your Channel Message By Your Own Bot.

โ˜ž๏ธŽ๏ธŽ๏ธŽ Steps
=======
โžฅ Make The Bot As Admin In Your Channel.
โžฅ Use The Below Code And Enter Message Id Of That Post.
โžฅ Done, Post Will Delete Successfull.
==============================


โžฅ Command = /del

โžฅ Answer = *๐Ÿ–‡ Enter Channel Username From Which You Want To Delete Message.\n\nโš ๏ธ Note = Bot Should Be Must Admin Of That Channel.*

โžฅ Wait For Answer = On

โžฅ BJS = if(user.telegramid == 1299920908){
Bot.run({
command : "Delete",
options : { channel : message } })
}else{
Bot.sendMessage("*โ›”๏ธ You Are Not An Admin.*")
}


โžฅ Command = Delete

โžฅ Answer = *๐Ÿ’ฎ Enter Message Id Of Post.*

โžฅ Wait For Answer = On

โžฅ BJS = if(user.telegramid == 1299920908){
var chat = options.channel
Api.deleteMessage({
chat_id: chat,
message_id: message })
Bot.sendMessage("*๐Ÿ—‘ Channel Message Has Been Deleted Successfully.\n\nโ€ข Go To Channel & Check The Message.*")
}

๐Ÿง‘๐Ÿปโ€๐Ÿ’ป Coded By = @Shadab_Alam

๐Ÿ“Œ Note = Bot Can Delete The Message Of 48 Hours Only.
๐Ÿ”˜ Currently No Any New BJS Coming. So We Have Stopped For Sometimes...
๐Ÿ’ซ Eid Mubarak ๐Ÿ’ซ
Do You Want USA Phone Verification BJS ?
Anonymous Quiz
88%
Yes
12%
No
Advanced Bot Codingsโ„ข
Do You Want USA Phone Verification BJS ?
๐Ÿ˜Š Complete At Least 100+ Votes๐Ÿ‘๐Ÿป
Guys, Do You Want 1 Day 1 Withdrawal Code ?
Anonymous Quiz
88%
Yes
12%
No, We Have Already It.
โ“ How To Make Tha User Can Withdraw Only 1 Time In 1 Day ?

โ™ป๏ธ Command = Your Command Name

๐ŸŒ BJS =
function canRun(){
var last_run_at = User.getProperty("last_withdraw");
if(!last_run_at){ return true }
var minutes = (Date.now() - last_run_at) /1000/60;
var minutes_in_day = 12 * 60
var next = minutes_in_day - minutes
var wait_hours = Math.floor(next / 60)
next -= wait_hours * 60
var wait_minutes = Math.floor(next)
var seconds = Math.floor((next - wait_minutes) * 60)
if(minutes < minutes_in_day) {
Bot.sendMessage("*๐Ÿ“› You Can Withdraw Only 1 Time In Day.\n\nโš ๏ธ Come Back After "+wait_hours+" Hours "+wait_minutes+" Minutes "+seconds+" Seconds To Withdraw Again.*")
return
}
return true;
}
if(!canRun()){ return }
Bot.runCommand("๐Ÿ“ค Withdraw")


โ™ป๏ธ Command = Auto

๐ŸŒ BJS = User.setProperty("last_withdraw", Date.now(), "integer");

[๐Ÿ‘†๐Ÿป Add It In Last Of Auto Command ]

๐Ÿง‘๐Ÿปโ€๐Ÿ’ป Code Developer = @Shadab_Alam
โš ๏ธ Notice = I Didn't Post Any Not Working Code Becoz First I Try The Code Ownself Then I Post The Codes. Before Telling Not Working Check Your Command Name And Error.
image_2021-05-28_13-06-25.png
190.2 KB
Do Not Install All Libs In Your Bot!

It Is Not Good For Your Bot.

It Will Be Slowly!
โš ๏ธ Notice

1. Without Checking That Code Is Availabe On Channel Or Not. Don't Pm Me.

2. Without Reading Notice That What's Error In BJS And Why Didn't Working. Don't Pm Me.

3. If You Will Pm Me For Like This Reason. You Will Get Block By Admins. I Also Got Report From Admin That You Are Doing Private Message Them And They Are Getting Disturb.

4. Don't Tell Us For Auto Payment Codes Because Bots.Business Admins Telling Don't Use External Api. If You Use External Api Then Maybe Scam With You.

5. Before Watching Full Video Don't Pm To Tell That Bot Have Coming Error Or Code Is Wrong Or Don't Tell To Make Your Bot. Our Work Is Only To Give Codes. We Are Not Your Servant Who Will Create Your Bot.

6. Don't Blame Us If You Are Using Another Code And Getting Error.

Be Cooperate...