COMMAND:-
πBJS:-
π StatusπBJS:-
var userPayment = Libs.ResourcesLib.anotherChatRes("userpayment", "global")
var status = Libs.ResourcesLib.anotherChatRes("status", "global")
.value()
.toFixed(0)
//var rn = Libs.Random.randomInt(1,30)
//userPayment.add(rn)
//var run = Libs.Random.randomInt(1,30)
//status.add(run)
//userPayment.add(-1000)
var stat =
"π _Total Members : " +
status +
" Users_\n\nπ§Ύ_Total successful Withdraw : " +
userPayment.value().toFixed(2) +
" βΉ_\n\n*πMade by @Royal_Devendraπ*"
// Bot.sendMessage(stat)
var ph = "https://quickchart.io/chart?bkg=white&c={type:%27bar%27,data:{labels:[''],datasets:[{label:%27Total-Users%27,data:["+status+"]},{label:%27Total-Payment%27,data:["+userPayment.value().toFixed(2) +"]}]}}"
Api.sendPhoto({
photo: ph,
caption: stat,
parse_mode:"markdown", disable_web_page_preview: false
})π2π1
Need bot giveaway give reaction
π4π₯1π€1π±1
π1
Form over Kal Bot dunga school se aate
Reaction do jab tak alag alag
Reaction do jab tak alag alag
π3β€1π₯1π1
Bot Sender to
sweettechnicaldp@gmail.com
ac724649@gmail.com
rifatahmed196506@gmail.com
pankajnaik0750@gmail.com
navjotisking2007@gmail.com
ayushraj24036@gmail.com
tahidhossain396@gmail.com
Check you Bb App
Don't Forget to give credit to our channel.
Keep supporting for more.
sweettechnicaldp@gmail.com
ac724649@gmail.com
rifatahmed196506@gmail.com
pankajnaik0750@gmail.com
navjotisking2007@gmail.com
ayushraj24036@gmail.com
tahidhossain396@gmail.com
Check you Bb App
Don't Forget to give credit to our channel.
Keep supporting for more.
π4π±1
β€2
ADVANCE BOT CODERS
@Botcodes123_giveaway_bot
This Bot sended
β»οΈThis is our official php seller Botβ»οΈ
Link:- @Phpseller_Robot
Herr you can buy all types php in very affordable price.
Some php added more adding.
Link:- @Phpseller_Robot
Herr you can buy all types php in very affordable price.
Some php added more adding.
Guys do you want this type bot codes
For yes Send β€οΈ in comment
For yes Send β€οΈ in comment
β€4π2
Video bana ke dena hoga ya bana loge
For video π
No video β₯
For video π
No video β₯
π4β€1
Guys Video and codes Coming Give Reaction
π5
πNew video uploaded π
https://youtu.be/OqZAm3_WfhI
https://youtu.be/OqZAm3_WfhI
Codes here :- @botcodes123
https://youtu.be/OqZAm3_WfhI
https://youtu.be/OqZAm3_WfhI
Codes here :- @botcodes123
π3
Wait for code jab tak video dekhlo
π2
π Command -
π° Bjs ‡οΈ
/startπ° Bjs ‡οΈ
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
})
}
Api.sendPhoto({
photo: "https://i.ibb.co/581B2TY/file-97.jpg", // it is picture!
caption: " * π Select Payment Methods π*\n\n",
parse_mode : "Markdown" ,
reply_markup: { inline_keyboard: [
[
{ text: "π PayTM Wallet", callback_data: "PayTM" },{text: "β οΈ Help", callback_data: "Help" }
]]}
});
var welco = User.getProperty("welco")
if (welco == undefined) {
var user_link =
"[" + user.first_name + "]" + "(" + "tg://user?id=" + user.telegramid + ")"
var status = Libs.ResourcesLib.anotherChatRes("status", "global")
status.add(2)
Bot.sendMessageToChatWithId(5331136537,
"*π New User *\n\n π¨βπΎUser = "+user.first_name+"\n\nπ³ User Id =* " +
user.telegramid +
""
)
}
User.setProperty("welco", user.telegramid, "text")π1π±1
π Command -
β οΈ Wait For Answer On π
π£οΈ In Answer -
π° Bjs ‡οΈ
PayTMβ οΈ Wait For Answer On π
π£οΈ In Answer -
*π£οΈ Send Amount You Want Pay*π° Bjs ‡οΈ
var rand = Libs.Random.randomInt(100, 100000)
function isNumeric(n) {
return !isNaN(parseFloat(n)) && isFinite(n)
}
var value = message
if (!isNumeric(value)) {
Bot.sendMessage("*π Invaild Value. Enter Only Numeric Value. Try Again*", {
is_reply: true
})
return
}
if (message <0.99) {
Bot.sendMessage("*β Min. Deposit Amount Is βΉ1\nβ Max. Deposit Amount Is βΉ99*")
return
}
if (message >99) {
Bot.sendMessage("*β Min. Deposit Amount Is βΉ1\nβ Max. Deposit Amount Is βΉ99*")
return
}
var rand = Libs.Random.randomInt(1000000000, 9000090000)
User.setProperty("id",rand,"integer")
var idd = User.getProperty("id")
User.setProperty("re", null)
User.setProperty("amount", message, "integer")
var txt =
"*π User : " +
user.first_name +
"\nπΈ Amout : " +
message +
" Rupees Only*\n*π§ Order ID * : " +
idd +
""
var button = [
[
{
title: "π³οΈ Pay ",
url:
"https://full2sms.in/gateway/processPpayment?token=Your Token&amount="+message+"&order_id=" +idd+ "&cpin=Your CPIN"
}
],
[{ title: "Paid β
", command: "/onSuc" }]
]
Bot.sendInlineKeyboard(button, txt, { is_reply: true })π2
π Command -
π° Bjs ‡οΈ
/onSucπ° Bjs ‡οΈ
var id = User.getProperty("id")
HTTP.get( {
url: "https://full2sms.in/gateway/paymentStatus?order_id="+id+"&gpin=Your GPIN",
success: "/onSuc1"
} )