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
Command = Photo
BJs =
Api.sendPhoto({ photo: "Photo Link Here", caption: "Hello" })
Join Our Discussion Group
https://t.me/joinchat/mpyaHZXqPNRlZDll
Join Atleast 10 People
Guys OTP To Gmail BJs Needs Google Api But Don't Know How To Get Google Api Anyone How To Get Google Api Message - @ChannelSeller22 I Will Upload In Channel
Guys You Need New Broadcast BJs
Anonymous Quiz
81%
Yes
19%
No
πŸ–‡ Command = /broad

πŸ“‚ Answer = πŸ“₯*Send Your Message For Broadcasting*

πŸ“ BJs =
if (user.telegramid == "your telegram id"){

Bot.setProperty("adminBroadcast", message)
Bot.runAll({
command: "broadcastforad"
})
Bot.sendMessage("βœ…Message sent to all active members")
} else {
Bot.sendMessage("❌ You are not allowed to use this")
}


🧞 New Command

πŸ–‡ Command = broadcastforad

πŸ“ BJs = var msg = Bot.getProperty("adminBroadcast")
Bot.sendMessage("*"+msg+"*")
Join Our Discussion Group
https://t.me/joinchat/mpyaHZXqPNRlZDll
Anyone Need Help Ask Here
Any BJs You Want Inbox Here - @chatsbotbusiness
Example -
#request_code
BJs Name - any
Sorry Guys BJs Not Coming Because I'm Busy 😞😞
Any BJs You Want Inbox Here - @chatsbotbusiness
Example -
#request_code
BJs Name - any
Remove This In Your All Admin Panel Part

var key = "1326749214"
if (user.telegramid == key){

Add This In Your All Admin Panel Part

let adm = Bot.getProperty("adm"+user.telegramid)
if (adm=="ADMIN") {
πŸ‘ Make Unlimited Admins In Your Bot

Command = /addadmin

BJs -
if (user.telegramid == "Owner Telegram I'd Here") {
Bot.setProperty("adm"+params+"","ADMIN","string")h
Bot.sendMessage(" Successfully added "+params+" as Admin")
}


Remove Admin BJs

Command = /removeadmin

BJs = if (user.telegramid == "Owner Telegram I'd Here") {
Bot.setProperty("adm"+params+"","USER","string")
Bot.sendMessage("Successfully removed "+params+" from Admin")
}


For Making Admin Use Like This /addadmin 1326749214
Share Our Channel For Free BJs

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

Please Don't Ask For Coin Payment BJs
Random Gift Card BJ's

Command - /byeGift

Answer - *SEND THE AMOUNT*

βœ…WAIT FOR ANSWER ON

BJ'S
let balance = Libs.ResourcesLib.userRes("balance")
if (balance.value() < data.message){
Bot.sendMessage("NOT ENOUGH BALANCE")
}else{
if (data.message < 1){
Bot.sendMessage("*MINIMUM GIFT CARD AMOUNT IS 1πŸ’Ž*")
}else{
var value = message
function isNumeric(n) {
return !isNaN(parseFloat(n)) && isFinite(n)
}
if (!isNumeric(value)) {
Bot.sendMessage("*πŸ“› Invaild value. Enter only numeric value. Try again*")
}else{
let gift =
User.getProperty("gfit")
User.setProperty("gift" , data.message ,"string")
balance.add(-data.message)
Bot.runCommand("/onDataInput")
}
}
}
Command - /onDataInput
BJ's
let num = Libs.Random.randomInt(100000000000, 999999999999)
var options = { myData: num }
Bot.run({ command: "onCodeReady", options })
Command - onCodeReady
BJ's
let gift =
User.getProperty("gift")
var tt = options.myData
var button = [{ title : "Share" , url : "https://t.me/share/url?text=πŸ“±Code- "+ tt +" @MERAJ_SELLERBOT" }]
Bot.sendInlineKeyboard(button,"*YOUR CODE IS READY\nπŸ“±Code - * " + tt + "")
Bot.setProperty(tt, gift,"integer")