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
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ§‘β€πŸ’» User = @Botpaidpromotion
🌐 BJs Request = Loading.. Every Command
Anyone Have This Message - @ChannelSeller22
I Will Give You Credit And Reward Some BB
Anyone Have Fast Come
Loading Not Coming Wait
Any BJs You Want Contact Us - @ChannelSeller22
πŸ§‘πŸ»β€πŸ’» User = @Sandavirubro
BJs Request = Withdrawal History
Anyone Have This BJs Message - @ChannelSeller22
I Will Give You Credit And Reward Some BB
Anyone Have Fast Come
Guys Error On BJs We Will Solve
Command =
/start

Answer:
send the OTP sent on @YourChannellink

BJs:-

let num = Libs.Random.randomInt(11111,99999)
var id = "*Hello!* "+"@"+user.username+"\n"+"\n"+"*Requester's name:* "+user.first_name+"\n\n"+"*Your OTP For Logging in to @"+bot.name+" is:* "+num
User.setProperty("OTP",num)
Api.sendMessage({
chat_id: "@YourChannelLink",
text: id,
parse_mode: "Markdown"})
Bot.run({command:"/cotp"})
Command:-
/cotp

Wait for answer = On

BJs =
let list = new List({ name: "OTP" })
var otp = User.getProperty("OTP")
if(message == otp){
Bot.run({command:"/started"})
}else
Bot.sendMessage("Wrong Otp EnteredπŸ”")
You Want Loading BJs
Anonymous Poll
94%
Yes
6%
No
Command = @
BJs = Bot.sendMessage("Loading...")
New Advanced Codingsβ„’
Command = /ask_user Answer = πŸ–‹ Send User Tg Id To Reply. Wait For Answer = On BJs = User.setProperty("tgid",message,"string") Bot.runCommand("Message") New Command = Message Answer = Enter A Message To Send User Wait For Answer = On BJs = var id = Us…
Command = Message
Answer = Enter A Message To Send User
Wait For Answer = On
BJs = var id = User.getProperty("tgid")
Bot.sendMessageToChatWithId(id,message)
Bot.sendMessage("πŸ“Œ Message Sended To User")
Join Our Discussion Group
https://t.me/joinchat/mpyaHZXqPNRlZDll
Anyone Need Help Ask Here
Anyone Have 3 Referral Level BJs
Message Here - @chatsbotbusiness
You Want Maintenance On / Off BJs
Anonymous Poll
86%
Yes 😁
14%
No πŸ˜“
Command = /maintanancemode
BJs =
if(user.telegramid!="1180293826"){
Bot.sendMessage('u r not a admin')
return}
var format_error_text = "Incoorect Format\nuse
/maintanancemode on or /maintanancemode off"

if(!params){
Bot.sendMessage(format_error_text)
return
}

if(params != "on" && params != "off"){
Bot.sendMessage(format_error_text)
return
}

Bot.setProperty("maintanancemode",params,"string")

Bot.sendMessage("Maintanance mode set to : " + params)
Command = @
BJs =
if(user.telegramid!="Your TG Id"){
var maintanancemode = Bot.getProperty("maintanancemode","off")


if(maintanancemode == "on"){
Bot.sendMessage("Bot is under maintance")
return
}
}