ADVANCE BOT CODERS
الذهاب إلى القناة على 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
إظهار المزيدلم يتم تحديد البلدالتكنولوجيات والتطبيقات37 549
2 038
المشتركون
لا توجد بيانات24 ساعات
لا توجد بيانات7 أيام
لا توجد بيانات30 أيام
أرشيف المشاركات
2 038
♻️ New Video Uploaded ♻️
https://youtu.be/EUEDHmbZIBw
https://youtu.be/EUEDHmbZIBw
Like Kardo 😜
2 038
Advanced Full2sms accept Payment Codes
Start --> https://t.me/botcodes123/861
End --> https://t.me/botcodes123/863
© Credit --> @botcodes123
2 038
Command--> /secprav3
Codes-->
if (content == "Invalid Order id!") {
Api.sendPhoto({
photo: "https://telegra.ph/file/07ad06bdd9842820437b1.jpg",
caption: "*Your transaction not found*",
parse_mode: "Markdown"
})
return
}
if (r == "Duplicate order id!") {
Api.sendPhoto({
photo: "https://telegra.ph/file/07ad06bdd9842820437b1.jpg",
aption: "*Your transaction not found*",
parse_mode: "Markdown"
})
return
}
var key = Bot.getProperty("channel")
var re = User.getProperty("ag")
var bal = Libs.ResourcesLib.userRes("balance")
var da = User.getProperty("da")
var da2 = da / 3
var dp = User.getProperty("dpam")
var r = JSON.parse(content)
var st = r.status
var a = r.amount
if (st == "success"&dp==a) {
if(re== "already"){
Bot.sendMessage("already")
}else{
Api.sendPhoto({
photo: "https://i.ibb.co/jWWvqzj/file-142.jpg",
caption: "*🎊 Deposit Successful\n\n💸 Amount Received :* ₹ " + da + "\n*➕ Added Balance :* _"+da2+"MP_💎",
parse_mode: "Markdown"
})
Api.sendMessage({
chat_id: "@",
text:
"*🥳 New Deposit*(_Paytm_)\n\n👤 User:* "+user.first_name+
"\n\n💵 Amount : ₹ " + da +
"`\n\n*🤩 Buy Now Your Pro Bots And Codes Here ⬇️:* @"+bot.name+
"*",
parse_mode: "Markdown"
,reply_markup: {inline_keyboard: [[{text: "*🏦Deposit Now*",url: "https://t.me/botname"}]]
}})
Bot.sendMessageToChatWithId(
your id,
"*New user Deposited\n\nUser:* [" +
user.first_name +
"](t.me/" +
user.username +
")\n\n*Deposited:" +
a +
"*"
)
User.setProperty("ag","already","string")
bal.add(+da2)}
} else {
Api.sendPhoto({
photo: "https://i.ibb.co/6BS6tHG/file-122.jpg",
caption: "*❌ Payment Failed*",
parse_mode: "Markdown"
})
}2 038
Command -->
/secprav2
Codes--> 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
})
}
function canRun(){
var last_run_at = User.getProperty("last_run_at");
if(!last_run_at){ return true }
var minutes = (Date.now() - last_run_at) /100/10;
var minutes_in_day = 1 * 6
var next = minutes_in_day - minutes
var wait_hours = Math.floor(next / 2)
next -= wait_hours *1
var wait_minutes = Math.floor(next)
var seconds = Math.floor((next - wait_minutes) * 1)
if (minutes < minutes_in_day) {
Bot.sendMessage("**")
return
}
return true;
}
if(!canRun()){ return }
User.setProperty("last_run_at", Date.now(), "integer");
var id = User.getProperty("oid")
HTTP.get({url:"https://full2sms.in/gateway/paymentStatus?order_id="+id+"&gpin=", success:"/secprav3"})2 038
⚡️ Command -->
Rpay
Wait For Answer On
Answer --> *Enter the Amount of INR/Rupees You Want To Deposit :*
Codes --> if(message.includes("-")){
Bot.sendMessage("Don't use sign")
}else{
var number = parseInt(message)
if (!number) {
Bot.sendMessage("Amount Should be Number Only")
return
}
User.setProperty("ag",null)
var depam = message
var adma = message / 3
var ord = Libs.Random.randomInt(1111, 9999999)
var or = "BBLocal"+ord+""
User.setProperty("oid", or)
User.setProperty("da", message)
var tr = (depam * 1.0) / 100
var amount = parseInt(depam) + tr
User.setProperty("dpam", amount)
/*var amount = am * 10
var amo = message + amount / 100
*/
var b = [
[
{
title: "💴 Pay",
url:
"https://full2sms.in/gateway/processPpayment?token=&amount=" +
amount +
"&order_id=" +
or +
"&cpin="
}
],
[{ title: "✅ Paid", command: "/secprav2" }]
]
Bot.sendInlineKeyboard(
b,
"*⛱️Your Deposit Request\n\n📯 Username : @"+user.username+"\n💸 Paying Amout : "+amount+"\n💎 Adding Balance : "+adma+" MP💎\n🧾 Order Id : * BBLocal"+ord+"",{is_reply : true}
)
}2 038
Repost from 𝗣𝗿𝗲𝗺𝗶𝘂𝗺 𝗖𝗼𝗱𝗲™
❓ Maintainace BJ's
💡 Command =
/Maintainace
🌐 BJS =
if(user.telegramid == 1450779437){
var button = [[{ title : "⏸ On " , command : "/on" },{ title : "▶️ Off" , command : "/off" }]]
var cur = Bot.getProperty("mode")
Bot.sendInlineKeyboard(button, "*♻️ Select Your Choice To On/Off The Maintainace Mode.\n\n💠 Current Mode = "+cur+"*")
}else{
Bot.sendMessage("*⛔️ You Are Not An Admin*")
}
💡 Command = /on
🌐 BJS = if(user.telegramid == 1450779437){
Bot.setProperty("mode","On","string")
Bot.sendMessage("*♻️ Maintainance Mode Set To On*")
}else{
Bot.sendMessage("*⛔️ You Are Not An Admin*")
}
💡 Command = /off
🌐 BJS = if(user.telegramid == 1450779437){
Bot.setProperty("mode","Off","string")
Bot.sendMessage("*♻️ Maintainance Mode Set To Off*")
}else{
Bot.sendMessage("*⛔️ You Are Not An Admin*")
}
💡 Command = @
🌐 BJS =
if(user.telegramid != 1450779437){
var mode = Bot.getProperty("mode")
if(mode == "On"){
Bot.sendMessage("*⛔️ Bot Is Currently In Maintainace Mode. Turn It Off To Use.\n\n➡️ Go To Admin Panel > Maintainace > Off.*")
return
}
}2 038
New Video 🙂
https://youtu.be/enJq_ZJBOCE
https://youtu.be/enJq_ZJBOCE
Download Codes From Description...
2 038
New Video Uploaded Part 2 Of this video 😅😅
https://youtu.be/95MMWxGj8iA
https://youtu.be/95MMWxGj8iA
2 038
New Video Like Kardo 🙂
Link: https://youtu.be/2VF6qkcYCr0
https://youtu.be/2VF6qkcYCr0
2 038
❗️❓ Real Paytm Number Verify Codes
COMMAND-
🧧 Wallet
BJ'S - if(message.length == 10){
var total = Bot.getProperty("Wallet" + message + "")
if (!total) {
User.setProperty("wallet", message, "string")
Bot.sendMessage(
"*Your Wallet Set To *" + message
)
Bot.setProperty("Wallet" + message + "", ""+user.telegramid+"", "string")
} else if (total == user.telegramid) {
User.setProperty("wallet", message, "string")
Bot.sendMessage(
"*Your Wallet Set To *" + message
)
Bot.setProperty("Wallet" + message + "", ""+user.telegramid+"", "string")
}else{
Bot.sendMessage(
"*Sorry!, This PAYTM NUMBER is Already Used*"
)
}
} else {
Bot.sendMessage("*🖊 Error: This is not a PAYTM NUMBER!*")
Bot.runCommand("🧧 Wallet")
}2 038
⁉️ How to get live channel member?
💡 Command =
Live subscribe
♻️In Answer : = Enter Channel Username
✅ Wait For Answer = On
🌐 BJS =
Api.getChatMembersCount({
chat_id: message,
on_result: "/ong"
})
💡 Command = /ong
🌐 BJS=
var result = options.result
Bot.sendMessage(result)2 038
New Video Uploaded 🙂
Link: https://youtu.be/GoePWPfbgEE
https://youtu.be/GoePWPfbgEE
Free Source Code In Description
متاح الآن! بحث تيليغرام 2025 — أهم رؤى العام 
