ADVANCE BOT CODERS
1.56K subscribers
54 photos
2 videos
26 files
78 links
Hello Guys Welcome To Our channel Here You Will Get All type bot Codes.

πŸšΆβ€β™‚οΈ Road To 10000 Subscribers

βœ”οΈ CONTACT ME : @Armanidrisi_bot

🐱 GITHUB : https://github.com/Armanidrisi
Download Telegram
ADVANCE BOT CODERS
Need Deposite Command For Seller Bot.
Comment
πŸ‘7πŸ‘1πŸ’―1
I Will Give At Night
Give 10+ Reactions On this post
πŸ’”7πŸ”₯2🀩1🀑1😍1πŸ–•1
Aesa dunga
❀5🀑1
Command : 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\n
4 INR/RS = 1 MP πŸ’Ž\n\n_Tap On Deposit To Add Funds_\n\nβ€’ ━━━━━━━━━━━━━━━━━ β€’",parse_mode: "Markdown",},reply_markup:{inline_keyboard:buttons}
})
Command2 :- Rpay

Wait 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 :- /Onro

BJ'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 :- Rpay2


BJ'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 :- /Onro1


BJ'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πŸ”˜
πŸ‘3πŸ€”1😱1
Ab Konsa Giveaway Chhaiye Comment Karo
❀3
Do you want this BJS ?
πŸ‘1
ADVANCE BOT CODERS
Do you want this BJS ?
C :- /start


B :- 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 :-

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
Bet And Earn Codes
πŸ‘3
πŸ’ 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
πŸ‘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