New Advanced Codingsโ„ข
482 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
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
โ‰๏ธ How To Send Random Message

Command = Hello

BJs = Libs.Random.sendMessage(["Hi", "Hello","Hey","๐Ÿ˜Ž"]);

โœ”๏ธโœ”๏ธ
Many Bitchs Takes My BJs And He Abuse Me
Any BJs You Want Message Here - @BotsBusinesss
Example -
#request_code
BJs Name - any
Set Wallet In Photo

Request By - @riyaa321

Command = ๐Ÿ’ผ Set Wallet

BJs =
var wallet = User.getProperty("wallet")
var button = [[{text : "Set Or Change Wallet" , callback_data : "Wallet"}]]
Api.sendPhoto({ photo: "https://t.me/BotsBusinesss/9234", caption: "*๐Ÿ’ผ Paytm Number: "+wallet+"\n\nIf You're Wallet Undefined Set It By Clicking The Button Below*" ,
reply_markup: { inline_keyboard: button },
parse_mode: "Markdown"})
โ‰๏ธ How Add 2 Channels In Membership Checker

Check This Post.
Refer List When User Withdraw BJs

BJs =
// Automatic fix
var refList;

// Automatic fix
var refList;

// Automatic fix
var refList;

// Automatic fix
var refList;

// Automatic fix
var refList;

var i;

var lib = Libs.ReferralLib

refList = lib.currentUser.refList.get();

var msg;
if(refList.length>0){
msg = "Total referrals: " + refList.length + "\n--------------------------------------";
for(i in refList){
user = refList[i];
msg+= "\n๐Ÿ‘ค [" + user.first_name +"]" + "(" +"tg://user?id=" +user.telegramid + ")";
}
}else{
msg = "*Not invited to anyone*";
}
Bot.sendMessageToChatWithId(Your Telegram Id Here,msg)


Add This In Your Auto Command BJs At Last
You Are Leaving This Channel Don't Leave
Next BJs On 725 Subscriber
Give Best BJs I Will Make You Admin
Inbox Here -
@BotsBusinesss
Free Link Shortner Bot๐Ÿ”ฅ

Codes๐Ÿ”—
Command name -

*
โœ… Wait For Answer = On

Bjs:
if(message=="/start"){
Bot.sendMessage("*Hello Enter A Valid URL\n\nExample๐Ÿ”—: https://www.TricksXTech.com*")
return
}else{
let link = message

HTTP.get( {
url: "http://tinyurl.com/api-create.php?url="+message,
success: '/onDone',
error: '/onError'} )
let shortlink = User.getProperty("link")

Bot.sendMessage("*Your Shortner Link๐Ÿ”—\n\n"+shortlink+"*")
}


Command name: /onDone
BJs :

if(content=="Error"){
let text = "*Seems, You Not Enter Correct URL๐Ÿ”ฅ\n\nExample๐Ÿ”—: https://www.TricksXTech.com*"
User.setProperty("link",text,"string")
}else{
User.setProperty("link",content,"string")
}


Command name: /onError
BJs :

let text = "*Seems, You Not Enter Correct URL๐Ÿ”ฅ\n\nExample๐Ÿ”—: https://www.TricksXTech.com*"
User.setProperty("link",text,"string")


๐Ÿ’ณCredits = @TricksXTechOwner
If User Referred 10 User Then He Can Withdraw BJs

Command = Withdraw


BJs =
// Automatic fix
var refList;

// Automatic fix
var refList;

// Automatic fix
var refList;

// Automatic fix
var refList;

// Automatic fix
var refList;

var i;
var lib = Libs.ReferralLib

refList = lib.currentUser.refList.get();

if(refList.length>10)
Bot.runCommand("๐Ÿ“ค Withdraw")

else{
Bot.sendMessage("*Withdraw Feature is locked๐Ÿ”’\n\nUnlock It By Reffering Your 10 Friends To Our Bot๐Ÿ•ต๏ธ*")}


๐Ÿ’ณ Credit = @CODERRAGHAV