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
📼 Automated Logo Maker BJS
➖➖➖➖➖➖➖➖➖➖
🧑🏻💻BJ'S FOR MAKING SIMPLE LOGO🧑🏻💻
⚙️COMMAND : LOGO
🖨WAIT FOR ANSWER = ON
⚒BJ'S =
Api.sendPhoto({
photo: "https://demo.sirv.com/oman.jpg?text="+data.message+"&text.font.weight=extra-bold&text.size=70&text.font.style=italic&text.outline.width=15&text.outline.color=4241A2&text.position=center&text.font.family=Bitter&text.color=FFFFFF&text.outline.blur=10",
caption: "*📝 Congrats! Your Logo Is Ready...*",
parse_mode: "markdown",
})
😎 Here is the Code 👆2 038
❤️🔥 One Time Rating BJS
➖➖➖➖➖➖➖➖
❤️ Command :- Rate
🎖BJS :- if(request.data){
var messageid = request.message.messageid
var chatid = request.message.chat.id
Api.deleteMessage({
chatid : chatid,
messageid : messageid
})
}
var alreadysent = User.getProperty("alreadysent")
if(alreadysent){
Bot.sendMessage("You Already Rated Thanks ❤️")
return}
var button = [[{title :"❤❤❤❤❤",command: "/rate 🌟 🌟 🌟 🌟 🌟"}],[{title : "🧡🧡🧡🧡",command :"/rate 🌟 🌟 🌟 🌟"}],[{title:"💚💚💚",command:"/rate 🌟🌟🌟"}],[{title:"💙💙",command:"/rate 🌟🌟"}],[{title:"🖤",command:"/rate🌟"}]]
Bot.sendInlineKeyboard(button,
"*🤝 Please Rate Us : @"+ bot.name + "*")
➖➖➖➖➖➖➖➖➖➖➖➖
❤️ Command :- /rate
🎖BJS :- var alreadysent = User.getProperty("alreadysen")
if(alreadysent){
Bot.sendMessage("*🚫 You Heve Already Rated *")
return}
Api.sendMessage({
chatid: "@botmakingbjs",
text: "❤️ Thanks for your Feedback ❤️
👤 First Name : - "+user.first_name+"
👨💻User Id - "+user.telegramid+"
😍Rating " + params + "",parsemode: "Markdown"
})
Api.answerCallbackQuery({
callbackqueryid: request.id,
text: "😊 Thanks For Rating Us 😊",
showalert: true })
Bot.sendMessage("❤️ Thanks For Rating Us")
User.setProperty("alreadysen",".")
😎Here is the code👆
2 038
Repost from Coding hub
🔑 Command - Your Command
🖥BJS :-
var bal = Libs.ResourcesLib.userRes("balance")
var buttons = [
[
{ title: "5 INR", command: "/ondart" }
],
[{ title: "Back ", command: "/Back" }]
]
Bot.sendInlineKeyboard(
buttons,
"Here you can play darts and win more INR.\nSet the amount of your bet or choose from suggested options.\n\nThe rules are simple:\n\nIf you hit red - you win x2 of the bet.\nWhite or off - you lose the bet.\n\nAvailable balance: " +
bal.value(6).toFixed(6) +
" INR"
)
🕹 Command - /ondart
🖥 BJS :-
var balance = Libs.ResourcesLib.userRes("balance")
var result = options.result.dice.value
if (6 == result) {
balance.add(10)
Bot.sendMessage("You win")
}
if (5 == result) {
balance.add(-5)
Bot.sendMessage("You lose")
}
if (4 == result) {
balance.add(-5)
Bot.sendMessage("You win")
}
if (3 == result) {
balance.add(-5)
Bot.sendMessage("You lose")
}
if (2 == result) {
balance.add(8)
Bot.sendMessage("You win")
}
if (1 == result) {
balance.add(-5)
Bot.sendMessage("You lose")
}
🔘 Coded By - @Possible_Coder2 038
Advanced Chat Bot 😉 BJS
➖➖➖➖➖➖➖➖➖➖
❤ Command :- ❄️ Send Msg
🙊 BJS :- let Ask = User.getProperty("Ask")
var button = { title : "❄️ Send Msg " , command : "Msg" }
Bot.sendInlineKeyboard(button , "📫 Last Message = "+Msg+"")
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
❤ Command :- Msg
👉 Answer :- ❄️ You Can Chat With Name By This Bot. Send Msg Bro 😘
✅ Wait for Answer :- on
🙊 BJS :- let Ask = User.getProperty("Ask")
User.setProperty("Ask" ,message ,"string")
Bot.sendMessage("📩 Message Sent To Ravan Wait Some Time = "+message+"")
Bot.sendMessageToChatWithId(Your I'd, "📩 New Message From User 📩
🤴🏻 User = "+user.first_name+"
💌 Message = "+message+"
😰 TG I'd = "+user.telegramid+"")
👆 This Code for User Want to Send 👇 This BJ's for Answering
❤ Command :- /CWU
🙊 BJ'S :- if (user.telegramid == YOUR ID ) {
Bot.runCommand("/CWU2")
} else {
Bot.sendMessage("You're not the admin")
}
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
❤ Command :- /CWU2
👉 Answer :- 🌞 User I'd. You want to send Msg
✅ WAIT FOR ANSWER = ON
🙊 BJ's :- if (user.telegramid == YOUR ID ) {
let msg = message
Bot.run({
command: "/CBU3",
options: { tgid: msg }
})
} else {
Bot.sendMessage("LOL U Not My Master 🌞")
}
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
❤ Command :- /CBU3
👉 Answer :- Send Msg For The User 🤩
✅ Wait for Answer :- on
🙊 BJ's :- if (user.telegramid == YOUR ID ) {
let msg = message
let tgid = options.tgid
Bot.sendMessageToChatWithId(tgid, "Sorry For Waiting. Your Reply From Your Name 🤘
" + msg + "")
Bot.sendMessage("Message Sent to The User 🔥")
} else {
Bot.sendMessage("LOL 🤣YOU ARE NOT MY MASTER")
}
😎 Here is the Code 👆
متاح الآن! بحث تيليغرام 2025 — أهم رؤى العام 
