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
Guys Do you Neeed This Type Qr Deposite Codes
[Only For Paytm Merchant]
๐Ÿ‘3
โšก๏ธCommand:- Deposit

๐Ÿ“” Bjs:- if(chat.chat_type!="private"){
Bot.sendMessage("_Open me in private_");
return
}
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
})
}
var qr_link = "link"
//Upload QR Image In Channel And Enter Link Here
var but = [
[{text:"โœ… INR Sended",callback_data:"/onDepInr"}]
]
Api.sendPhoto({
photo:qr_link,
caption:"๐Ÿ”Ž Scan This QR And Send INR ( Rs ) Then Click On\n~ โœ… INR Sended",
reply_markup:{ inline_keyboard:but}
})
๐Ÿ‘2
โšก๏ธCommand:- /onDepInr

๐Ÿ—’ Bjs:- if(chat.chat_type!="private"){
Bot.sendMessage("_Open me in private_");
return
}
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
})
}
Bot.sendMessage("โฌ‡๏ธ Send OrderId ( Transcation Id )")
Bot.runCommand("/Oncheck")
โšก๏ธCommand :- /Oncheck

๐Ÿ™Wait For Answer:- On โœ…

๐Ÿ—’ Bjs:- if(chat.chat_type!="private"){
Bot.sendMessage("_Open me in private_");
return
}
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
})
}

var id = message

var qrtrs = Bot.getProperty("qrTrans")
var qrt = qrtrs?qrtrs:[]
if(!qrt.includes(id)){
var mid = "merchant key here"
function canRun(){
var last_run_at = User.getProperty("last_run_at_dep");
if(!last_run_at){ return true }

var minutes = (Date.now() - last_run_at) /1000/60;

var minutes_in_day = 1* 1
var next = minutes_in_day - minutes
var wait_hours = Math.floor(next / 60)
next -= wait_hours * 60
var wait_minutes = Math.floor(next)
var seconds = Math.floor((next - wait_minutes) * 60)
if (minutes < minutes_in_day) {
Bot.sendMessage("*โณ This Command Will Run After\n"
+ seconds+ " s*",{is_reply:true});
return
}
return true;
}

if(!canRun()){ return }
User.setProperty("last_run_at_dep", Date.now(), "integer");

Bot.sendMessage("โฌ‡๏ธ Checking Your Deposit Request...",{is_reply:true})
HTTP.get({
url:"https://txt.i-payments.site/paytmQR/?key="+mid+"&id="+id+"",
success:"//Oncheck2"
})
}else{
Bot.sendMessage("โŒ One Id Can Be Used One Time Only...",{is_reply:true})
}
๐Ÿ‘2
โšก๏ธCommand:- /Oncheck2

๐Ÿ—’ Bjs:- if(chat.chat_type!="private"){
Bot.sendMessage("_Open me in private_");
return
}
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){ return }
var data = JSON.parse(content)
var id = data.ORDERID
var stat = data.STATUS
var resp = data.RESPMSG
var used = data.PAYMENTMODE
var vl = data.TXNAMOUNT
var val = parseFloat(vl)
var date = data.TXNDATE

if(stat=="TXN_SUCCESS"&&resp=="Txn Success"){

var qrtrs = Bot.getProperty("qrTrans")
var qrt = qrtrs?qrtrs:[]
if(!qrt.includes(id)){
qrt.push(id)
Bot.setProperty("qrTrans",qrt,"json")
var addn = 1.2*val
var adl = addn+10/100*addn
var banda = Libs.commonLib.getLinkFor(user)
let balance = Libs.ResourcesLib.userRes("balance");
balance.add(parseFloat(adl));
Bot.sendMessage("๐Ÿ”ฅ Your Deposit Completed\n\nโ›ฝ Amount : "+val+" INR\n๐Ÿ”ฎ Gained : "+adl+" SSP\n\n๐Ÿ’— Check Details From : @SentSellerLogs");
Bot.sendMessageToChatWithId(admin id,"๐Ÿ”ฅ New Deposit\n\n๐Ÿš€ By : "+banda+"\n๐Ÿ”Ž Of : "+val+" TRX\nโ›ฝ By Paytm : "+used+"\n๐Ÿ›’ OrderI'd : "+id+"");

Api.sendMessage({chat_id:"@yourchannel",text:"*๐Ÿ”ฐ New Deposit*\n\nโค๏ธ Through Paytm (QR ) : "+used+"\n๐Ÿ’ก At : "+date+" IMT\n๐Ÿ‘จโ€๐Ÿ’ป By : "+banda+"\nโ™ฆ๏ธ Id : "+user.telegramid+"\nโ›ฝ Amount : "+val+" INR\n๐Ÿ”ฎ Gained : "+adl+" SSP\n\n๐Ÿš€ Bot : @"+bot.name+"",parse_mode: "Markdown",disable_web_page_preview:true})
}else{
Bot.sendMessage("โŒ One Id Can Be Used One Time Only...",{is_reply:true})
}

}else{
Bot.sendMessage("โŒ Wrong Order Id...",{is_reply:true})
}
๐Ÿ‘2โค1
Done
DEPOSIT FROM PAYTM QR [MERCHANT] CODES DONE...

๐Ÿ”˜Start๐Ÿ”˜:- Click Here
๐Ÿ”˜End๐Ÿ”˜:- Click Here

โœ…Codes By :- @botcodes123
โค2๐Ÿ‘1๐Ÿ”ฅ1๐Ÿ‘1
Which Bot Codes Need Guysss
โค2๐Ÿ‘2๐Ÿ”ฅ1
โœ…Check Out New Logo Bot

โœ…Link:- @AutologoMakerByArmanBot

โœ…Bonus claim karke 1 Logo bana ke dekho
๐Ÿ‘3
Abhi Pura work nahi hua hai. Kuch logo create nahi honge abhi api na daala hai unme
๐Ÿ‘3
ADVANCE BOT CODERS
โœ…Check Out New Logo Bot โœ…Link:- @AutologoMakerByArmanBot โœ…Bonus claim karke 1 Logo bana ke dekho
Isme starting ka channel change karna bhul gaya tha ๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚
๐Ÿ‘1
ADVANCE BOT CODERS
โœ…Check Out New Logo Bot โœ…Link:- @AutologoMakerByArmanBot โœ…Bonus claim karke 1 Logo bana ke dekho
Is wale logos ka api du kya Comment me batana

Can igive api of this bot logos
๐Ÿ‘1
Bjs:- Api.sendPhoto({
photo:
"https://api.sdbots.tk/anime-logo?name="+message+"&text.font.weight=extra-bold&text.size=80&text.font.style=italic&text.outline.width=10&text.outline.color=00000&text.position=center&text.font.family=Bitter&text.color=D90A08&text.outline.blur=10",
caption: "*๐Ÿ“ Congrats! Your Logo Is Ready...\n\nGENERATED BY @"+bot.name+"*",
parse_mode: "markdown"
})
๐Ÿ‘3โค2
Logo Maker Api.
๐Ÿ‘5
I will Give You 10+ Logo api At Night Jab Tak Reaction Dedo โค๏ธ
๐Ÿ‘7โค3
C :- Logo1


Wait for answer :- on


Answer:- _Type your name_


B :- Api.sendChatAction({
chat_id: chat.chatid,
action: "upload_photo"
})
Api.sendPhoto({
photo:
"https://malfrafg.sirv.com/images%20(1).jpeg?text="+message+"&text.font.weight=extra-bold&text.size=80&text.font.style=italic&text.outline.width=10&text.outline.color=00000&text.position=center&text.font.family=Bitter&text.color=D90A08&text.outline.blur=10",
caption: "*๐Ÿ“ Congrats! Your Logo Is Ready...\n\nGENERATED BY @"+bot.name+"*",
parse_mode: "markdown"
})
C :- Logo2


Wait for answer :- on


Answer:-
_Type your name_


B :- Api.sendPhoto({
photo:
"https://mmuercon.sirv.com/20210908_153118.jpg?text.0.text="+message+"&text.0.position.x=-11%25&text.0.position.y=-43%25&text.0.size=42&text.0.color=ffffff&text.0.font.family=Bevan&text.0.background.opacity=63",
caption: "*YOUR LOGO DESIGN DONE๐Ÿ‘...\n\nGENERATED BY @"+bot.name+"*",
parse_mode: "markdown"
})
C :- Logo3



Wait for answer :- on


Answer:-
_Type your name_


B :- Api.sendPhoto({
photo:
"https://malfrafg.sirv.com/images%20(2).jpeg?text="+message+"&text.font.weight=extra-bold&text.size=80&text.font.style=italic&text.outline.width=10&text.outline.color=00000&text.position=center&text.font.family=Bitter&text.color=D90A08&text.outline.blur=10",
caption: "*๐Ÿ“ Congrats! Your Logo Is Ready...\n\nGENERATED BY @"+bot.name+"*",
parse_mode: "markdown"
})
๐Ÿ‘1
C :- Logo4



Wait for answer :- on


Answer:-
_Type your name_


B :- Api.sendPhoto({
photo:
"https://malfrafg.sirv.com/images.jfif?text="+message+"&text.font.weight=extra-bold&text.size=80&text.font.style=italic&text.outline.width=10&text.outline.color=00000&text.position=center&text.font.family=Bitter&text.color=D90A08&text.outline.blur=10",
caption: "*๐Ÿ“ Congrats! Your Logo Is Ready...\n\nGENERATED BY @"+bot.name+"*",
parse_mode: "markdown"
})
๐Ÿ‘1
C :- Logo5



Wait for answer :- on


Answer:-
_Type your name_


B :- Api.sendPhoto({
photo:
"https://malfrafg.sirv.com/images.jpeg?text="+message+"&text.font.weight=extra-bold&text.size=80&text.font.style=italic&text.outline.width=10&text.outline.color=00000&text.position=center&text.font.family=Bitter&text.color=D90A08&text.outline.blur=10",
caption: "*๐Ÿ“ Congrats! Your Logo Is Ready...\n\nGENERATED BY @"+bot.name+"*",
parse_mode: "markdown"
})
๐Ÿ‘1
C :- Logo6


Wait for answer :- on


Answer:-
_Type your name_


B :- Api.sendPhoto({
photo:
"https://malfrafg.sirv.com/images%20(3).jpeg?text="+message+"&text.font.weight=extra-bold&text.size=80&text.font.style=italic&text.outline.width=10&text.outline.color=00000&text.position=center&text.font.family=Bitter&text.color=E176FF&text.outline.blur=10",
caption: "*YOUR LOGO DESIGN DONE๐Ÿ‘...\n\nGENERATED BY @"+bot.name+"*",
parse_mode: "markdown"
})
C :- Logo7


Wait for answer :- on


Answer:-
_Type your name_



B :- Api.sendPhoto({
photo:
"https://odylogel.sirv.com/Images/IMG_20210901_152600_636.jpg?text="+message+"&text.font.weight=extra-bold&text.size=80&text.font.style=italic&text.outline.width=10&text.outline.color=000000&text.position=center&text.font.family=Bitter&text.color=E176FF&text.outline.blur=10",
caption: "*๐Ÿ“ Congrats! Your Logo Is Ready...\n\nGENERATED BY @"+bot.name+"*",
parse_mode: "markdown"
})