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
You Want Mail OTP BJs Please Share This Channel And Complete
170 Subscriber Then I Give Mail OTP BJs Please Share 🙏
Anonymous Poll
90%
Ok 👌
10%
No
Guys Please Share Our Channel 🙏
Command = Auto
BJs =
var withdrawn = Bot.getProperty("totalWithdrawn");
withdrawn = parseFloat(withdrawn);
var wallet = User.getProperty("wallet");
var balance = Libs.ResourcesLib.userRes("balance")
if(message < 60 ){
Bot.sendMessage("_ Minimum Withdraw 60 Rs_")
}else{
function isNumeric(n) {
return !isNaN(parseFloat(n)) && isFinite(n)
}
var value = message
if (!isNumeric(value)) {
Bot.sendMessage("*📛 Invaild value. Enter only numeric value. Try again*", {
is_reply: true
})
return
}
var history = User.getProperty("history")
var time = Libs.DateTimeFormat.format(new Date(), "dd/m/yyyy h:M:s T") + "M"
var amount = message
if (history == undefined) {
var newh =
"-------------------------------------------------------------------------------------\n" +
" Withdraw Amount : " +
amount +
"₹" +
"\n⚕DATE " +
time
User.setProperty("history", newh, "string")
} else {
var nwh =
"-------------------------------------------------------------@"+bot.name+"------------------------" +
"\n Withdraw Amount : " +
amount +
"₹" +
"\n⚕ DATE " +
time
var toal = nwh + history
User.setProperty("history", toal, "string")
}
if(message > balance.value()){
Bot.sendMessage("_ Maximum Withdraw Rs_"+balance.value().toFixed(6)+" Rs_")
}else{
Bot.sendMessage("*📤 Withdrawal Sent 📤\n\n💳 Transaction Details =\n 💰Amount = "+message+" Rs\n💼 Wallet =* "+wallet+"\n\n *May Be It Will Take Upto 24 Hours To Complete Your Payment\n\ncheck history by clicking on 👉/history*")
balance.add(-message)
Api.sendMessage({
chat_id: "@BotPaymentProofs",
text: "*🔋 New Approved Payout 🔋\n\n▪️ Status = Pending..\n▪️ User Id =* "+user.telegramid+"\n▪️ Amount = "+message+" Rs\n\n*📱Paytm Number =* "+wallet+"\n\n*👮🏻‍♂ Bot = @"+bot.name+"*" ,
parse_mode: "Markdown"})
}} Bot.sendMessageToChatWithId(1326749214, "*📌 New User Withdraw Requested.\n\n❤️Name :- "+user.first_name+"\n❤️Id :- "+user.telegramid+"\n 💼 Wallet :- "+wallet+"\n❤️Amount :- "+message+"\n\nBot :- @"+bot.name+"*")

Bot.runCommand("main_menu")
Command = /history
BJs =
var his = User.getProperty("history")
if(his == undefined){
var go ="🕝 Your All Withdrawal"+"\n----------------------------------------------------"+"\nNo withdraw Found";
Bot.sendMessage(go)
}else{
Bot.sendMessage("🕝 Your All Withdrawal\n\n"+his)
}
let u = Libs.ReferralLib.currentUser.attractedByUser()
let chanell = Libs.ReferralLib.currentUser.attractedByChannel()
let msg = "👤 You Are Invited By - "

if (u) {
msg = msg + "@" + u.username
} else if (chanell) {
msg = msg + "chanell: " + chanell
} else {
msg = "*You was not Invited By Link🔗*."
}

Bot.sendMessage(msg)
Anyone Have Refferal Level BJs
Message - @ChannelSeller22
Come Fast
🧩 Notice ‼️
Sorry Guys OTP TO Gmail BJs OTP Not Coming I Will Solve Then Give Really Sorry
Join Our Discussion Group
https://t.me/joinchat/mpyaHZXqPNRlZDll
Anyone Need Help Ask Here
Anyone Have Refferal Level BJs
Message - @ChannelSeller22
Come Fast
I Will Give You Credit And Reward Some BB Points 💎
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")