Good Night đ´
May be I can't sleep without my channel đĸ
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
>>> 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
â
15 Free Hosting Providers
1. 000webhost.com
2. Freehostia.com
3. Jimdo.com
4. FreeHosting.com
5. xtreemhost.com
6. Zymic.com
7. Byethost.com
8. 110MB.com
9. AwardSpace.com
10. 1FreeHosting.com
11. FreeHostingEU.com
12. Uhostfull.com
13. 50Webs.com
14. ZettaHost.com
15. x10hosting.com
ENJOY đ
Published By : @kids_coder
1. 000webhost.com
2. Freehostia.com
3. Jimdo.com
4. FreeHosting.com
5. xtreemhost.com
6. Zymic.com
7. Byethost.com
8. 110MB.com
9. AwardSpace.com
10. 1FreeHosting.com
11. FreeHostingEU.com
12. Uhostfull.com
13. 50Webs.com
14. ZettaHost.com
15. x10hosting.com
ENJOY đ
Published By : @kids_coder
đ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
đ§Š 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
Need Code Of ?đ
https://t.me/PythonViewBoosterBot?start=1076028197
https://t.me/PythonViewBoosterBot?start=1076028197
đ3
đ4â¤2đĨ1
smm-view-bot-main.zip
7.1 KB
Please open Telegram to view this post
VIEW IN TELEGRAM
đ12đ4â¤1
đ Command =
đ BJS =
đ§đģâđģ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 =
đ Answer =
â Wait For Answer = On
đ BJS =
/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 =
đ Answer =
â Wait For Answer = On
đ BJS =
/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 =
đ Answer =
â Wait For Answer = On
đ BJS =
/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 =
đ Answer =
â Wait For Answer = On
đ BJS =
/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 =
đ Answer =
â Wait For Answer = On
đ BJS =
/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 =
đ Answer =
â Wait For Answer = On
đ BJS =
/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
đĨ°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
đĨ 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 +
"¤cy=" +
currency +
"",
headers: {
"Content-type": "application/x-www-form-urlencoded",
Accept: "application/json"
}
})
}}
ÂŠī¸ Credit : @kids_coder & @RushikeshLade1
đ8đĨ2â¤1