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
Just Wait OTP To Gmail BJs Coming
Join Our Discussion Group
https://t.me/joinchat/mpyaHZXqPNRlZDll
Anyone Need Help Ask Herep
You guys are doing left then OTP To Gmail BJs will not come
Bug on OTP To Gmail BJs
🧑🏻‍💻 How To Transfer Your Bot To Anyone

Command = /Transfer
Answer = Send User E-mail I'd
Wait For Answer On
BJs = if (user.telegramid == Your Telegram I'd){
BBAdmin.installBot({
email: message,
bot_id: bot.id
})
Bot.sendMessage("Done")
}else{
Bot.sendMessage("Not admin")
}


Note = If Error BJs You Can Contact us - @ChannelSeller22
Guys You Need Rate Us Our Bot BJs
Anonymous Poll
76%
Yes
10%
No
14%
Not This Time
Command = Rate Us
BJs = Api.sendPoll({
question:"Rate us",
options:["","","","",""]})
Add This In Your Auto BJs At Last
Bot.runCommand("Rate Us")
⁉️ How To Send Pictures To Admin

Command = Your Command
Answer = Send Pic

Wait For Answer = On

BJs = let pic = request.photo[0]
let admin = Bot.getProperty("1419896887")
Bot.setProperty("Ask")
User.getProperty("Caption")
Bot.sendMessage("*📩 Image Sent To Admins*")
Api.sendPhoto({ chat_id: 1180293826, photo: pic.file_id })

Bot.sendMessageToChatWithId(1180293826,"*📥 New Pic From User\n\n🧑🏻‍💻 User =* ["+user.first_name+"](tg://user?id="+user.telegramid+")\n\n\*🔮 His Telegram Id :* "+user.telegramid +"\n\n*📮 His Username :* *@"+user.username+"*")
Any BJs You Want Contact Us - @ChannelSeller22
Guys You Want Game Zone BJs
Please Share Channel
Anonymous Poll
82%
Ok 👌
18%
No 👎
⁉️ How To Send Sticker On Bot

🎰 Command = Hello
🎁 BJs = Api.sendSticker({ sticker: "https://t.me/TotalGaming_Offical_Group/23791", })
Coming The BJs Its A Rare Codes
Command = 🎰 Game - Zone

BJs =
var buttons = [

[
{ title:"🆓 Free ", command: "/dice" },
{ title:"🎰 Paid", command: "🎰Bet" }
],
[{ title: "🔙Back", command: "main_menu" }]
]

Bot.sendInlineKeyboard(buttons, "🖇️*Choose an option from this Game Zone*")
Command = 🎰Bet
Answer = Send the amount you want to bet (minimum bet is 4 Rs) 😜🎁

Wait For Answer = On

BJs =
let times = User.getProperty("times")
if (times < 99999 | times == undefined){
var balance = Libs.ResourcesLib.userRes("balance")
if (Number.isInteger(parseInt(message))){
if(parseInt(message) < 4){
Bot.sendMessage("Minimum Bet is 4 Rs")
}else if(parseInt(message) > balance.value()){
Bot.sendMessage(" insufficent balance you have"+balance.value().toFixed(2)+"Rs")
Api.sendSticker({ sticker: "https://t.me/chatbotsbusiness/601610",})
}else{
Bot.sendMessage("Ok, Bet is set at "+parseInt(message))
User.setProperty("bet",parseInt(message),"integer")
Bot.runCommand("betplay")
}}else{
Bot.sendMessage("Integer value only!")
}}else{
Bot.sendMessage("You've played the game 9999 times in a day, Come back tomorrow!!")
}
Command = betplay
Answer = Heads or tails? 🎁

Keyboard = Heads,Tails,\n🔙 Back

Wait For Answer = On

BJs =
var Bet = User.getProperty("bet")
let balance = Libs.ResourcesLib.userRes("balance")

let win = Libs.Random.randomInt(1,2);
if (win == 1){
if (message == "Heads"){
Bot.sendMessage("It's a Head!!")
Bot.sendMessage("You won!!")
balance.add(Bet)
Bot.sendMessage("Congrats you just received "+Bet+" Rs")
}else{
Bot.sendMessage("It's a Head!!")
Bot.sendMessage("You lose!")
balance.add(-Bet)
Bot.sendMessage("Ah shit, you just lost "+Bet+" Btt")
}
}else{
if (message == "Tails"){
Bot.sendMessage("It's a Tails!!")
Bot.sendMessage("You won!!")
balance.add(Bet)
Bot.sendMessage("Congrats you just received "+Bet+" Rs")
}else{
Bot.sendMessage("It's a Tails!!")
Bot.sendMessage("You lose!")
balance.add(-Bet)
Bot.sendMessage("Ah shit, you just lost "+Bet+" Rs")
}
}
Bot.runCommand("Cr")

let times = User.getProperty("times")
if (times == undefined){
User.setProperty("times", 1, "integer")
}else if (times < 10){
User.setProperty("times", times+1, "integer")
}