I Will Give At Night
Give 10+ Reactions On this post
Give 10+ Reactions On this post
π7π₯2π€©1π€‘1π1π1
Aesa dunga
β€5π€‘1
Command :
BJ's :-
Paytm BJ's :-
var buttons = [[
{text: "Back β©οΈ", callback_data: "/deposit"},{text: " β
Deposit", callback_data: "Rpay"}]
]
Api.editMessageMedia({
message_id: request.message.message_id,
media: {
type: "photo",
media: "https://i.ibb.co/fDKVL0X/file-92.jpg",caption:"*β’ βββββββββββββββββ β’\n\nPAYTM DETAILS*\n\n4 INR/RS = 1 MP π\n\n_Tap On Deposit To Add Funds_\n\nβ’ βββββββββββββββββ β’",parse_mode: "Markdown",},reply_markup:{inline_keyboard:buttons}
})Command2 :-
Wait For Answer On β
Answer :- *
BJ's :-
RpayWait For Answer On β
Answer :- *
Enter the Amount of INR/Rupees You Want To Deposit :*BJ's :-
var rk = [[{title :"β
Confirme", command :"Rpay2 "+message},{title :"πΆ Cancel", command :"/mainf"}]]
Bot.sendInlineKeyboard(rk, "_If You Need Deposit Of_ *βΉ "+message+"* _Then Click On_ *Confirme* _Not Need Deposit Then Click On_ *Cancel*")π2
Command4 :-
BJ's :-
/OnroBJ's :-
if (request.data) {
var text ="π Fetching Details..."
var message_id = request.message.message_id
Api.editMessageText({
message_id: message_id,
text: text,
parse_mode: "Markdown"
})
}
var id = User.getProperty("id")
HTTP.get( {
url: "https://full2sms.in/gateway/paymentStatus?order_id="+id+"&gpin=98971011015311001014810",
success: "/Onro1"
} )π1
Command3 :-
BJ's :-
Rpay2BJ's :-
if (request.data) {
var message_id = request.message.message_id
var money1 = params / 4
var ran = Libs.Random.randomInt(111,999999);
var rand = "Local"+ran+""
User.setProperty("id",rand)
var amount = User.setProperty("amount",params)
var text = "*β΄οΈ Deposit Invoice β΄οΈ*\n\n*π§Ύ Transaction Id:* "+rand+" \n\n*πΈ Pay:* _"+params+" INR_ *- Receive:* _"+money1+" MPπ\n\nβ¨ Follow below Url to Pay, then click 'Paid'_"
var button = [
[{text:"π΄ Pay",url:"https://full2sms.in/gateway/processPpayment?token=fMdEhpjTDJgv5IF8RnNl1w7&amount="+params+"&order_id="+rand+"&cpin=55495150979848485698"}],[{text:"β
Paid ",callback_data:"/Onro"}]
]
if(params < 1){
Bot.sendMessage("*Minimum Deposit Is 1 INR *")
return}
Api.editMessageText({
message_id: message_id,
text: text,
parse_mode: "Markdown", reply_markup: { inline_keyboard:button}
})
}Command5 :-
BJ's :-
/Onro1BJ's :-
if (request.data) {
var message_id = request.message.message_id
var chat_id = request.message.chat.id
Api.deleteMessage({
chat_id: chat_id,
message_id: message_id
})
}
if (content == "Invalid Order id!") {
Api.answerCallbackQuery({
callback_query_id: request.id,
text:
"βΉοΈNo Transaction Found!\n\nReason: ‡οΈ\nβ‘οΈ Data-base is Blank\nβ‘οΈ No Amount Recived From Your Tx Id.",
show_alert: true
})
var pay = [[{ title: "π Retry ", command: "Rpay" }]]
Bot.sendInlineKeyboard(
pay,
"_β’οΈ No Transaction Found with the Tx Id : " +
id +
"_\n\n*π―οΈ Your Payment Has Been Failed*"
)
return
}
var res = JSON.parse(content)
var id = User.getProperty("id")
var balance = Libs.ResourcesLib.userRes("balance")
var amount = User.getProperty("amount")
var done = User.getProperty(id)
if (done == "ok") {
Bot.sendMessage("Dont Try To Cheat π")
return
}
var suc = res.status
var amoo = res.amount
var am = amoo / 4
var ma = am / 2
if (suc == "success") {
balance.add(+am)
balance.add(+ma)
User.setProperty(id, "ok")
Api.sendPhoto({
photo: "https://i.ibb.co/pjphScT/file-27.jpg",
caption:
"*π Deposit Successful\n\nπΈ Amount Received :* βΉ" +
amount +
"\n\n*πOrder Id :* " +
id +
"\n\n*β Added Balance :* _" +
am +
" MP π_",
parse_mode: "Markdown"
})
Bot.sendMessage("*π Congratulations!*\n_I Have Gifted Your_ *"+ma+" MP π* _For Deposit_ *βΉ "+amoo+"*")
Api.sendMessage({
chat_id: "@yourchannel",
text:
"<b>β€οΈ New Deposit Arrived! β€οΈ</b>\n\nπ· <a href='tg://user?id=" +
user.telegramid +
"'>" +
user.first_name +
"</a> <b>have deposited:\n~</b> " +
amoo +
" <b>INR</b> <i>(" +
am +
" MPπ) </i> By Paytm\n\n<b>π Transaction ID:</b> " +
id +
" \n\n<b>π Gifted:</b> "+ma+" MP π\n\n<i>π€© Get Now Your Advanced Bots & Codes Here</i>\nβ‘οΈ@BBLocalSellerBot ",
parse_mode: "html"
})
var dep = Libs.ResourcesLib.anotherChatRes("deposit_value", "global")
dep.add(1)
return
}
Api.answerCallbackQuery({
callback_query_id: request.id,
text:
"βΉοΈNo Transaction Found!\n\nReason: ‡οΈ\nβ‘οΈ Data-base is Blank\nβ‘οΈ No Amount Recived From Your Tx Id.",
show_alert: true
})
var pay2 = [[{ title: "π΄ Pay", url: "https://full2sms.in/gateway/processPpayment?token=fMdEhpjTDJgv5IF8RnNl1w7&amount="+amount+"&order_id="+id+"&cpin=55495150979848485698"},{title:"π Recheck",command:"/Onro"}]]
Bot.sendInlineKeyboard(
pay2,
"_β’οΈ No Transaction Found with the Tx Id : " +
id +
"_\n\n*π―οΈ You can Still Pay by Following the Pay Url Below!*"
)π2
Wait Mono Karta
π1
πDeposit in Seller Bot π
STARTπhttps://t.me/botcodes123/510π
End πhttps://t.me/botcodes123/518π
STARTπhttps://t.me/botcodes123/510π
End πhttps://t.me/botcodes123/518π
π3π€1π±1
ADVANCE BOT CODERS
Do you want this BJS ?
C :-
B :-
/startB :-
var button = [
[
{ title: "π°join channel", url: "https://t.me/botcodes123" },
{ title: "π°join channel", url: "https://t.me/Botcodes123" }
],
[
{ title: "π°join channel", url: "https://t.me/Botcodes123"},
{ title: "π°join channel", url: "https://t.me/Botcodes123" }
],
[
{ title: "π°join channel", url: "https://t.me/Botcodes123" },
{ title: "π°join channel", url: "https://t.me/Botcodes123" }
],
[
{ title: "π°join channel", url: "https://t.me/Botcodes123" },
{ title: "π°join channel", url: "https://t.me/Botcodes123" }
],
[
{ title: "βJoinedβ", command: "JOINED" }
]
]
Bot.sendInlineKeyboard(button, "*β οΈ Please Join Our Channel Before Using This Bot And Click On 'β
Login To Bot'.*")π1
Which bot giveaway need comment down π
π Command - Your Command
π₯BJS :-
πΉ Command -
π₯ BJS :-
π₯BJS :-
var bal = Libs.ResourcesLib.userRes("balance")
var buttons = [
[
{ title: "5 INR", command: "/ondart" }
],
[{ title: "Back ", command: "/Back" }]
]
Bot.sendInlineKeyboard(
buttons,
"Here you can play darts and win more INR.\nSet the amount of your bet or choose from suggested options.\n\nThe rules are simple:\n\nIf you hit red - you win x2 of the bet.\nWhite or off - you lose the bet.\n\nAvailable balance: " +
bal.value(6).toFixed(6) +
" INR"
)πΉ Command -
/ondartπ₯ BJS :-
var balance = Libs.ResourcesLib.userRes("balance")
var result = options.result.dice.value
if (6 == result) {
balance.add(10)
Bot.sendMessage("You win")
}
if (5 == result) {
balance.add(-5)
Bot.sendMessage("You lose")
}
if (4 == result) {
balance.add(-5)
Bot.sendMessage("You win")
}
if (3 == result) {
balance.add(-5)
Bot.sendMessage("You lose")
}
if (2 == result) {
balance.add(8)
Bot.sendMessage("You win")
}
if (1 == result) {
balance.add(-5)
Bot.sendMessage("You lose")
}π6
π Presenting the All New @ArmanOfficialSeller_Bot, most Cheap BB Codes and Bots Shop!
π °οΈ Why @ArmanOfficialSeller_Bot?
π ±οΈ Because Our Shop is Most Powerful, Stable, Advanced, having Each & Every type of Bjs/Bot for BB Bot Developers!
π °οΈ Bot Features?
π ±οΈ Fully Automated Bot with Automatic Buy Bots & Codes, Automatic Deposits, Seller Panel, and Many More!
π °οΈ Special Features?
π ±οΈ 1) Add Your Bots and Codes to Bag, to Buy Later.
2) Claim Multiple Bonus : Daily, Weekly, Monthly!
π °οΈ Deposit Options?
π ±οΈ Our Shop has Paytm deposit, And Crypto Deposit is Coming Soon.
(Β’) @ArmanOfficialSeller_Bot, Available 24 hours a day and 7 days a week in your service.
# @ArmanOfficialSeller_Bot
π °οΈ Why @ArmanOfficialSeller_Bot?
π ±οΈ Because Our Shop is Most Powerful, Stable, Advanced, having Each & Every type of Bjs/Bot for BB Bot Developers!
π °οΈ Bot Features?
π ±οΈ Fully Automated Bot with Automatic Buy Bots & Codes, Automatic Deposits, Seller Panel, and Many More!
π °οΈ Special Features?
π ±οΈ 1) Add Your Bots and Codes to Bag, to Buy Later.
2) Claim Multiple Bonus : Daily, Weekly, Monthly!
π °οΈ Deposit Options?
π ±οΈ Our Shop has Paytm deposit, And Crypto Deposit is Coming Soon.
(Β’) @ArmanOfficialSeller_Bot, Available 24 hours a day and 7 days a week in your service.
# @ArmanOfficialSeller_Bot
π1
Anyone Have Withdraw history bjs please send me
π₯2π₯΄1
Lene ke liye sb comment kar dete hai ab dene ki baat aayi to kisi ka comment nahi aayaπ’
π1
π±Half Mob No. BJS
ββββββββββ
ββββββββββ
var num = User.getProperty("wallet")
var msg = "847774556230π€³Paid Address: "+num.slice(0,4)+"***"+num.slice(8,10)+""
Api.sendMessage({
message: msg,
parse_mode: "html",
disable_web_page_preview: true
})π1