NEP DEVS
Kanalga Telegram’da o‘tish
NEPS DEV WHO WANT TO HELP YOU WITH FOSS PROJECT. WE COLLECT SCRIPTS THIS GROUP IS ONLY FOR EDUCATIONAL PURPOSE
Ko'proq ko'rsatishMa'lumot yo'q
Obunachilar
-3724 soatlar
-1357 kun
-23530 kun
Postlar arxiv
🎚 PASTE-BIN CODE (BJS) .
❣️ Command:
/paste
👼 Answer: 🦑 Send Text To Paste On Paste-Bin
👍Wait for Answer: On ✅
📖 Bjs:
//made by @Privates_Bots
HTTP.post({
url: "https://pastebin.com/api/api_post.php",
success: "/onSuccess",
//replace your api key
body:
"api_dev_key=your_api_here&api_paste_code=" + message + "&api_option=paste",
headers: { "content-type": "application/x-www-form-urlencoded" }
})
//made by @Privates_Bots
❣ ️Command: /onSuccess
📖 BJS:
Bot.sendMessage(content, { is_reply: true, disable_web_page_preview: true })
📝 Replace your API key in code. Get API key from pastebin.com⛓ Auto Bed Time 💤🕓 BJS:- It's Working Between 12:00 AM to 6:00 AM (Indian Time).
❤️ Command:-
@
☣ BJS:-
function getIndianTime() {
var now = new Date()
var options = {
timeZone: "Asia/kolkata",
hour12: true,
hour: "numeric",
minute: "numeric",
second: "numeric"
}
return now.toLocaleString("en-US", options)
}
function isRestricted() {
var now = new Date()
var bdTime = new Date(
now.toLocaleString("en-US", { timeZone: "Asia/kolkata" })
)
var currentHour = bdTime.getHours()
return currentHour >= 0 && currentHour < 6 // Returns true if it's between 12:00 AM and 6:00 AM Indian time
}
if (isRestricted()) {
informRestrictedTime()
} else {
}
function informRestrictedTime() {
var remainingTime = getRemainingTime()
var up =
"<b>🛏️ It's Bed Time, So You Can Use Currently This Bot.</>\n━━━━━━━━━•❅•°•❈•°•❅•━━━━━━━━━\n<b>⌛ Remaining Time:</> <code>" +
remainingTime +
"</>\n━━━━━━━━━•❅•°•❈•°•❅•━━━━━━━━━\n<b>😎 Please Come Back After Bed Time.</>"
var bob = [[{ text: "🔄 Refresh", callback_data: "8388" }]]
if (request.message_id) {
Api.sendMessage({
text: up,
parse_mode: "html",
reply_markup: { inline_keyboard: bob }
})
return
}
Api.editMessageText({
message_id: request.message.message_id,
text: up,
parse_mode: "html",
disable_web_page_preview: true,
reply_markup: { inline_keyboard: bob }
})
}
function getRemainingTime() {
var now = new Date()
var bdTime = new Date(
now.toLocaleString("en-US", { timeZone: "Asia/kolkata" })
)
var currentHour = bdTime.getHours()
if (currentHour < 6) {
var remainingHours = 6 - currentHour
var remainingMinutes = 60 - bdTime.getMinutes()
var remainingSeconds = 60 - bdTime.getSeconds()
return (
remainingHours +
" hours, " +
remainingMinutes +
" minutes, " +
remainingSeconds +
" seconds"
)
} else {
return "Come back later"
}
}👋Logo PLP Giveaway
Pin our channel on top
And send screen shot on comments
First 5 will win
Logo PLP giveaway
Do and send screen shot
Start this bot and complete all tasks and go to mainmenu
Link: https://t.me/AmrUpiBot?start=6639062033
And send screen shot
First 5 will win
Logo PLP giveaway
Do and send screen shot
Start this bot and complete all tasks and go to mainmenu
Link: https://t.me/AmrUpiBot?start=6639062033
And send screen shot
First 5 will win
