ADVANCE BOT CODERS
Ir al canal en Telegram
Hello Guys Welcome To Our channel Here You Will Get All type bot Codes. 🚶♂️ Road To 2000 Subscribers ✔️ CONTACT ME : @Armanidrisi_bot 🐱 GITHUB : https://github.com/Armanidrisi
Mostrar másEl país no está especificadoTecnologías y Aplicaciones37 549
2 038
Suscriptores
Sin datos24 horas
Sin datos7 días
Sin datos30 días
Archivo de publicaciones
2 038
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'.*")2 038
👉Deposit in Seller Bot 👉
START🔘https://t.me/botcodes123/510🔘
End 🔘https://t.me/botcodes123/518🔘
2 038
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 038
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}
})
}2 038
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"
} )2 038
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 038
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\n4 INR/RS = 1 MP 💎\n\n_Tap On Deposit To Add Funds_\n\n• ━━━━━━━━━━━━━━━━━ •",parse_mode: "Markdown",},reply_markup:{inline_keyboard:buttons}
})2 038
😍New Bot Giveaway
👉Bot:- @ArmansellerBot
🔥Steps
1. GO to Bot Start .
2. After Start Type
/arman998800
3. Enter bb email and enjoy.
Join For more @botcodes123
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
