Advanced Coding
26.8K subscribers
42 photos
9 videos
18 files
57 links
Owner :- @MiddleDealer
Download Telegram
Good Night 😴

May be I can't sleep without my channel đŸ˜ĸ
👍7đŸ”Ĩ1
🔰Auto Approve Bot Codes
>>>
t.me/kids_coder/50

📝Follow the same method as shown in video for host script!
>>>
t.me/kids_coder/53

âš ī¸ All same just use other file name for make bot
👍6
👍10
❓How To Send Email In Your Bb Bot

🧩 Command:- 📧 Send Email
đŸ–Ĩ BJS :-

Bot.sendMessage("Send me your email address")
Bot.runCommand("/gmail")


🧩 Command:- /gmail

✅ Wait For Answer
đŸ–Ĩ BJS:-

HTTP.post({
url: "
https://gmailapi.vercel.app",
success: "onsuccess",
body: {
sender: "
owner@gmail.com",
password: "your gmail app password",
recipient: message, //
user@gmail.com
subject: "I'm Subject!",
message: "I'm message, i can be in text or html format."
}
})
// please visit
https://gmailapi.vercel.app/help to know how to get your gmail app password


🧩 Command:- onsuccess
đŸ–Ĩ BJS :-

var result = JSON.parse(content)
var status = result.status

if (status == "error"){
var info = result.message
// Api.sendMessage({chat_id: "adminid",text: info,parse_mode:"Markdown"}})
Bot.sendMessage("Error, check your email and try again!")
} else {
Bot.sendMessage("Email sent successful")
}

➖➖➖➖➖➖➖➖➖➖➖➖➖
âš ī¸ Learn how to get your gmail app password here

Published By : @kids_coder


https://telegra.ph/How-to-get-an-app-password-from-your-Gmail-08-31
👍14❤6đŸĨ°4
👍3
👍4❤2đŸ”Ĩ1
smm-view-bot-main.zip
7.1 KB
🐍 Simple Smm Panel View Booster Codes (Python)

🤖 Demo Bot - Click Here
🌐 Tutorial - Click Here

👩‍đŸ’ģ Maked By - @KsCoder
đŸ“ĸ Posted By - @Kids_Coder

🙏 Enjoy Share And Support Us For More.
Please open Telegram to view this post
VIEW IN TELEGRAM
👍12👏4❤1
💎 Command = 🧑đŸģ‍đŸ’ģAdmin

🌐 BJS = var key = "Your Telegram Id"
if (user.telegramid == key){
var button = [[{title:"🔄 Change Balance",command:"/abd"},{title:"🎙 Broadcast",command:"/broad"}],[{title:"💰Check User Balance",command:"/checkb"}],[{title:"🛑 Ban User",command:"/ban"},{title:"✅ Unban User",command:"/unban"}]]

Bot.sendInlineKeyboard(button,"*Hey " +user.first_name+ "\n\nâ™¨ī¸Welcome To The Admin Panel🧑đŸģ‍đŸ’ģ\n\nâ€ŧī¸Warning When Using This Panel Please Don't Send Any Other Command It May Spoil Your Work\n\n🌐Coded By = @RushikeshLade1*")
}else{
Bot.sendMessage("❌You Are Not An Admin !")
}
👍7🤔2
💎 Command = /broad

📛 Answer = *📌Send Your Message For Broadcasting*

✅ Wait For Answer = On

🌐 BJS = var key = "Your Id"
if (user.telegramid == key){
let msg = " "+ message +" "
Bot.sendMessageToAllPrivateChats("*"+msg+"*")
Bot.sendMessage("*🚀 Message Sent To All Active Members*")
}else{
return
}
👍1
💎 Command = /ban

📛 Answer = *📌Send Telegram User Id To Ban User*

✅ Wait For Answer = On

🌐 BJS = var key = "your id"
if (user.telegramid== key){
Bot.setProperty(""+message+"" , "ban" , "string");
Bot.sendMessage("*🛑 User " +message+ " Has Been Banned Successfully*");
}else{
return
}
❤1👍1
💎 Command = /unban

📛 Answer = *📌Send Telegram User Id To Unban User*

✅ Wait For Answer = On

🌐 BJS = var key = "your id"
if (user.telegramid== key){
Bot.setProperty(""+message+"" , "unban" , "string");
Bot.sendMessage("*✅ User " +message+ " Has Been Unbanned Successfully*");
}else{
return
}
👍2
💎 Command = /checkb

📛 Answer = *📌Send User Telegram Id To Check User Balance*

✅ Wait For Answer = On

🌐 BJS = if (message=="đŸšĢ Cancel"){
Bot.runCommand("🧑đŸģ‍đŸ’ģAdmin");
}else{
var id = message;
var user_bal = Libs.ResourcesLib.anotherUserRes("balance" , id);
Bot.sendMessage("*💰User Balance = "+user_bal.value().toFixed(8)+"*")
}
👍2
💎 Command = /abd

📛 Answer = *📌Send User Telegram Id To Change His/Her Balance*

✅ Wait For Answer = On

🌐 BJS = var key = " your telegram id"
if (user.telegramid == key){
let msg = message;
User.setProperty("id", msg, "integer");
Bot.runCommand ("/bb");
}else{
return
}
👍1
💎 Command = /bb

📛 Answer = *📌How Much Amount You To Add In User Balance*

✅ Wait For Answer = On

🌐 BJS = var key = "your telegram id"
if (user.telegramid == key){
let amount = parseFloat(message);
let tgid = User.getProperty("id");
let res = Libs.ResourcesLib.anotherUserRes("balance", tgid);
res.add(parseFloat(amount));
Bot.sendMessage("*Succesfully Added Balance* \n*👤 User = "+tgid+"\n💰 Amount= "+amount+"*");
}else{
return
}
👍1
Basic Admin Panel Codes â¤ī¸

Start
End


Published At :
@kids_coder
đŸĨ°5👍3❤1
Free Text To Voice Telegram Bot Tutorial | Text To Speech Telegram Bot đŸ“Ŗ

đŸŽĨ Tutorial
: https://youtu.be/W8oGsye16us

đŸ’Ŋ Code Link : https://t.me/kids_coder/81
👍7❤4
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 (!user.first_name) {
var valid_name = user.last_name
} else {
var valid_name = user.first_name
}
let currency = Bot.getProperty("currency");

let refList = Libs.ReferralLib.getRefList()
let users = refList.getUsers()
if (users.length < 100000000) {
var count = users.length
} else {
var count = refList.count
}

var user_link = Libs.commonLib.getLinkFor(user)
var withdrawn = Bot.getProperty("totalWithdrawn")
withdrawn = parseFloat(withdrawn)
var wallet = User.getProperty("TRXwallet")
var userPayment = Libs.ResourcesLib.anotherChatRes("totalPayment", "global")
var balance = Libs.ResourcesLib.userRes("balance")
if (isNaN(message)) {

} else {
}
let wn=Bot.getProperty("mw")
if (message < wn) {
Bot.sendMessage("_👋 Minimum Withdraw "+wn+" "+currency+"_")
} else {
if (message > balance.value()) {
Bot.sendMessage(
"_👋 Maximum Withdraw " + balance.value().toFixed(6) + " "+currency+"_"
)
} else {

balance.add(-message)
userPayment.add(+message)
let api_key=Bot.getProperty("apik")

var amount = message*100000000 //= equivalent 0.00000001 BCH, TRX, LTC etc
//enter your email or address
User.setProperty("amount", message, "string")
//setup
HTTP.post({
url: "https://faucetpay.io/api/v1/send",
success: "/onWdSuc ",
body:
"api_key=" +
api_key +
"&amount=" +
amount +
"&to=" +
wallet +
"&currency=" +
currency +
"",
headers: {
"Content-type": "application/x-www-form-urlencoded",
Accept: "application/json"
}
})

}}


ÂŠī¸ Credit : @kids_coder & @RushikeshLade1
👍8đŸ”Ĩ2❤1
Faucetpay Auto Withdrawal Code 👆
👍2
Tutorial Video On Auto Faucetpay Needed?
Anonymous Poll
87%
Yes
13%
No
👍5❤2đŸ”Ĩ2