Command =
Answer =
Wait For Answer = On
BJs =
© Redeem CodeAnswer =
Send the redeem code, which you want to redeem.
Note: The codes are case sensitive.Wait For Answer = On
BJs =
var ti = Bot.getProperty(message)
if(message.length < 10){
Bot.sendMessage("Wrong code")
return
}else
if (!ti) {
Bot.sendMessage("Invalid code")
return
} else if (ti == "null") {
Bot.sendMessage("This code is already redeemed")
return
} else var balance = Libs.ResourcesLib.userRes("balance")
Bot.setProperty(message, "null")
balance.add(ti)
Bot.sendMessage(
"Congratulations, code successfully redeemed, added to balance : " +
ti +
"Rs"
)
returnYou Want Mail OTP BJs Please Share This Channel And Complete
170 Subscriber Then I Give Mail OTP BJs Please Share 🙏
170 Subscriber Then I Give Mail OTP BJs Please Share 🙏
Anonymous Poll
90%
Ok 👌
10%
No
Command =
BJs =
AutoBJs =
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\n❣Bot :- @"+bot.name+"*")
Bot.runCommand("main_menu")Command =
BJs =
/historyBJs =
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)
}
New Advanced Codings™
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…
You Change Your Auto BJs To This Then Work Withdrawl History BJs
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)
New Advanced Codings™
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 }…
Paste In /start Command
Credit = @EDITERRITIK
Credit = @EDITERRITIK
🧩 Notice ‼️
Sorry Guys OTP TO Gmail BJs OTP Not Coming I Will Solve Then Give Really Sorry
Sorry Guys OTP TO Gmail BJs OTP Not Coming I Will Solve Then Give Really Sorry
Anyone Have Refferal Level BJs
Message - @ChannelSeller22
Come Fast
I Will Give You Credit And Reward Some BB Points 💎
Message - @ChannelSeller22
Come Fast
I Will Give You Credit And Reward Some BB Points 💎
You guys are doing left then OTP To Gmail BJs will not come
Bug on OTP To Gmail BJs
Bug on OTP To Gmail BJs
🧑🏻💻 How To Transfer Your Bot To Anyone
Command =
Wait For Answer On
BJs =
Note = If Error BJs You Can Contact us - @ChannelSeller22
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
Command =
BJs =
Rate Us BJs =
Api.sendPoll({
question:"Rate us",
options:["⭐","⭐⭐","⭐⭐⭐","⭐⭐⭐⭐","⭐⭐⭐⭐⭐"]})