New Advanced Codingsโ„ข
481 subscribers
70 photos
1 video
1 file
125 links
Hello Friends Welcome To Our Channel We Will Provides You Here Advanced BJS, PHP ,JS, HTML , Codes if you didn't joined our Channel let's join ๐Ÿ”ฅ
Download Telegram
Top Refferal BJs - [HERE]
Detailed Report BJs - [HERE]
โž• Share Our Channel Then Come More BJs
โ‰๏ธ How To Check Used Iteration Without Opening Bots.Business App

Command = /CheckUsedIteration

BJs = if (user.telegramid == 1326749214 | user.telegramid == 1326749214){
var mmmme = ""

var key = [[{title:"",command:"Admin"}]]
Bot.sendInlineKeyboard(key,"")
Bot.sendMessage("*๐Ÿ“› Your Account Used Iterations Are - Used "+mmmme+iteration_quota.progress+" / 25000*")
}else{
Bot.sendMessage("โŒYour Are Not Admin To Do This")
}
Share Our Channel For Free BJs

Any BJs You Want Inbox Here - @BotsBusinesss
Example -
#request_code
BJs Name - any


Please Don't Ask For Coin Payment BJs
Please write BJs Name In Group I Will Upload
Guys You Need Task BJs Complete Atleast 620 Subscriber
Anonymous Quiz
90%
Ok
10%
No
โ‰๏ธ How To Create Anonymous Quiz

Command = Quiz

BJs =
Api.sendPoll({
question: "Question Name",
options: ["Option 1, Option 2"],
type: "quiz",
correct_option_id: "Option 1"
})


This Command Name For Example You Can Change Command Name
Command = ๐ŸŽ– Task

BJs = var button = [[{title : "โœ… Joined" , command : "โœ… Joined"}]]
Bot.sendInlineKeyboard(button,"*๐Ÿ“ฅ Join And 5 Rs Instantly\n\nโžก๏ธ Join - @BotBusinessBot_Code*")
Command = โœ… Joined

BJs = let stat = Bot.getProperty(""+user.telegramid+"");

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

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

BJs =
var user = options.result.status;
User.setProperty("status" , user, "string");
if (user=="member" | user =="administrator" | user=="creator"){
Bot.runCommand("processing")
User.addToGroup("user")
}

if (user=="left"){
Bot.sendMessage("*โŒ You Are Not Joined The Channel*")
}
Command = processing

BJs =
function canRun(){
var last_run_at_1 = User.getProperty("last_run_at_1");
if(!last_run_at_1){ return true }

var minutes = (Date.now() - last_run_at_1) /1000/60;

var minutes_in_day = 9999999999 * 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 Are Already Completed This Task Complete Another Task*" );
return
}
return true;
}

if(!canRun()){ return }
User.setProperty("last_run_at_1", Date.now(), "integer");
let balance = Libs.ResourcesLib.userRes("balance");
balance.add(5)
Bot.sendMessage("*๐ŸŽ‰Congratulations You Received 5 Rs ๐Ÿ’ต*")
New BJs Coming on 700 Subscriber.
Many People Leaving Our Channel Tomorrow Total Subscriber - 672 And Today 651 Subscriber
Requested By - @Ultra_Bot_Maker

Guys Want This BJs I Upload Today
Please Support Our Channel ๐Ÿ™
Command = Captcha

BJs =
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 arr = [
"๐Ÿค–",
"๐Ÿ‘",
"๐Ÿ’ผ",
"๐ŸŸ",
"๐ŸŒน",
"๐ŸŒž",
"๐ŸŒŽ",
"๐Ÿ”",
"๐Ÿฉ",
"๐Ÿฅƒ",
"โšฝ๏ธ",
"๐Ÿ‹โ€โ™‚",
"๐Ÿ„โ€โ™‚",
"๐Ÿคนโ€โ™€",
"๐ŸŽฒ",
"๐ŸŽฎ",
"๐Ÿš—",
"๐Ÿš€",
"๐Ÿ›ฐ",
"๐Ÿšฆ",
"๐Ÿช",
"๐Ÿ“ฑ",
"๐Ÿ’ต",
"๐Ÿ’ฃ",
"๐ŸŽ",
"๐Ÿ’Œ",
"๐Ÿ“š",
"๐Ÿ”",
"๐Ÿ’”",
"โ˜ข",
"โ™ป๏ธ",
"5โƒฃ",
"โœ–๏ธ",
"๐Ÿ”ˆ",
"๐Ÿณ",
"๐Ÿ"
]

function shuffleArray(array) {
var currentIndex = array.length,
temporaryValue,
randomIndex

while (0 !== currentIndex) {
randomIndex = Math.floor(Math.random() * currentIndex)
currentIndex -= 1
temporaryValue = array[currentIndex]
array[currentIndex] = array[randomIndex]
array[randomIndex] = temporaryValue
}
return array
}

function rndFloat(min, max) {
return Math.random() * (max - min + 1) + min
}

function rndInt(min, max) {
return Math.floor(rndFloat(min, max))
}

var index = rndInt(0, 9)

var newArray = shuffleArray(arr)

//Bot.inspect(newArray)

var userAns = newArray[index]

User.setProperty("userAns", userAns, "string")

var quiz1 = newArray[5]
var quiz2 = newArray[0]
var quiz3 = newArray[1]
var quiz4 = newArray[9]
var quiz5 = newArray[3]
var quiz6 = newArray[2]
var quiz7 = newArray[7]
var quiz8 = newArray[6]
var quiz9 = newArray[8]
var quiz10 = newArray[4]

var inline = [
[
{ title: quiz1, command: "/ans " + quiz1 },
{ title: quiz2, command: "/ans " + quiz2 }
],
[
{ title: quiz3, command: "/ans " + quiz3 },
{ title: quiz4, command: "/ans " + quiz4 }
],
[
{ title: quiz5, command: "/ans " + quiz5 },
{ title: quiz6, command: "/ans " + quiz6 }
],
[
{ title: quiz7, command: "/ans " + quiz7 },
{ title: quiz8, command: "/ans " + quiz8 }
],
[
{ title: quiz9, command: "/ans " + quiz9 },
{ title: quiz10, command: "/ans " + quiz10 }
]
]

Bot.sendInlineKeyboard(
inline,
"*โ‡๏ธ Verify You Are Human Select the Same Emoji as " +
userAns +
" From The Keyboard Given below*"
)
Command = /ans

BJs =
var userAns = params

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
})

}

if(!params){
return
}else{
let ans = User.getProperty('userAns')

if(userAns==ans){
Api.answerCallbackQuery({
callback_query_id: request.id,
text: "That Correct",
show_alert: false
})

Bot.sendMessage('๐ŸŽ‰ Congratulations, You are Verified')
Bot.runCommand("main_menu")
}else{
Api.answerCallbackQuery({
callback_query_id: request.id,
text: "That Wrong",
show_alert: false
})



var button = [[{ title: "๐Ÿ”„ Try Again ", command: "Captcha" }]]
Bot.sendInlineKeyboard(button,"*โŒ You Are Not Verified You Selected Wrong Emoji Try again*")
if (request.data){
Api.deleteMessage({
chat_id:request.message.chatid,
message_id:request.message.message_id})
}
}
}
Thanks You Guys You Are Completed 700+ Subscriber