ADVANCE BOT CODERS
Kanalga Telegramβda oβtish
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
Ko'proq ko'rsatishMamlakat belgilanmaganTexnologiyalar & Aralashmalar37 549
2 038
Obunachilar
Ma'lumot yo'q24 soatlar
Ma'lumot yo'q7 kunlar
Ma'lumot yo'q30 kunlar
Postlar arxiv
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
Endi mavjud! Telegram Tadqiqoti 2025 β yilning asosiy insaytlari 
