fa
Feedback
『𝐏𝐑𝐄𝐌𝐈𝐔𝐌 𝐂𝐎𝐃𝐄𝐒

『𝐏𝐑𝐄𝐌𝐈𝐔𝐌 𝐂𝐎𝐃𝐄𝐒

رفتن به کانال در Telegram

🚩 Channel was restricted by Telegram

نمایش بیشتر
اطلاعاتی وجود ندارد
مشترکین
+2024 ساعت
+737 روز
+9130 روز
آرشیو پست ها
❤️ WANT TBC CODES 😄
Anonymous voting

Command 1: /dice Answer: ⚠️*𝐍𝐎𝐓𝐄 1 𝐆𝐀𝐌𝐄 == 1𝐑𝐒* *𝐒𝐄𝐍𝐃 𝐍𝐔𝐌𝐁𝐄𝐑 𝐁𝐄𝐓𝐖𝐄𝐄𝐍 1-6* Keyboard: 6,5,4\n3,2,1 Wait For Answer: ON ✅
var dice_game_played = User.getProperty("dice_game_played")

if (!dice_game_played) {
  dice_game_played = 0
}

var dice_game_last_played = User.getProperty("dice_game_last_played")
var now = new Date()

if(dice_game_last_played){
var time_from_last_played = now.getTime() - dice_game_last_played.getTime() 

if (time_from_last_played > 1000*60*60*24) {
  dice_game_played = 0
}
}

if (dice_game_played < 999999) {
  if ((message > 0) & (message < 7)) {
      User.setProperty("dice_game_played",dice_game_played + 1,"integer")
      User.setProperty("dice_game_last_played",now , "datetime")

      Api.sendDice({ 
       on_result: "on_dice " + message, 
       emoji: "🎲" 
     })
  } else {
    Bot.sendMessage(
      "*𝐓𝐇𝐈𝐒 𝐈𝐒 𝐀 𝐃𝐈𝐂𝐄 𝐆𝐀𝐌𝐄, 𝐄𝐍𝐓𝐄𝐑 𝐀 𝐍𝐔𝐌𝐁𝐄𝐑 𝐁𝐄𝐓𝐖𝐄𝐄𝐍 1 𝐓𝐎 6*"
    )
  }
} else {
  var next_chance = dice_game_last_played.getTime() + (1000*60*60*24)

  var time_left = next_chance - now.getTime()
  var hours = Math.floor(time_left / (1000 * 60 * 60))
  var minutes = Math.floor((time_left % (1000 * 60 * 60)) / (1000 * 60))
  var seconds = Math.floor((time_left % (1000 * 60)) / 1000)

  var time_completed = now.getTime() - dice_game_last_played.getTime()
  var hours_completed = Math.floor(time_completed / (1000 * 60 * 60))
  var minutes_completed = Math.floor((time_completed % (1000 * 60 * 60)) / (1000 * 60))
  var seconds_completed = Math.floor((time_completed % (1000 * 60)) / 1000)


  Bot.sendMessage(
    "*The game has been played 10 times today ...\nCome back tomorrow or try some other games!!*\n\nYou have played the Last game before\n*" +
      hours_completed  +
      " HRS " +
      minutes_completed +
      " MIN " +
      seconds_completed +
      " SEC*"  + 
      "\n\nYou can be able to play game again in \n*" +
      hours +
      " HRS " +
      minutes +
      " MIN " +
      seconds +
      " SEC*" 
  )
}
Command 2: /on_dice
var result = options.result.dice.value
var user_input = params
var key = [[{ title: " 🎲 𝐏𝐋𝐀𝐘 𝐀𝐆𝐀𝐈𝐍", command: "/dice" }]]

if (!result || !user_input) {
  return
}

var balance = Libs.ResourcesLib.userRes("balance")

if (user_input == result) {
  Bot.sendMessage("*𝐘𝐎𝐔 𝐆𝐔𝐄𝐒𝐒 𝐈𝐒 𝐂𝐎𝐑𝐑𝐄𝐂𝐓!!*")
  balance.add(1)
  Bot.sendInlineKeyboard(
    key,
    "*𝐂𝐎𝐍𝐆𝐑𝐀𝐓𝐔𝐋𝐀𝐓𝐈𝐎𝐍𝐒, 𝐘𝐎𝐔 𝐇𝐀𝐕𝐄 𝐑𝐄𝐂𝐄𝐈𝐕𝐄𝐃 2 𝐑𝐒 𝐀𝐒 𝐖𝐈𝐍𝐍𝐈𝐍𝐆 𝐀𝐌𝐎𝐔𝐍𝐓 *"
  )
} else {
  Bot.sendMessage("*𝐁𝐄𝐓𝐓𝐄𝐑 𝐋𝐔𝐂𝐊 𝐍𝐄𝐗𝐓 𝐓𝐈𝐌𝐄!*")
  Bot.sendInlineKeyboard(key, "*𝐓𝐇𝐄 𝐂𝐎𝐑𝐑𝐄𝐂𝐓 𝐍𝐔𝐌𝐁𝐄𝐑 𝐖𝐀𝐒 " + result + "*")
  balance.add(-1)
}
❤️ OWNED BY ADMINS

TELL ME NEXT CODES KON SE CHIYE AUR ??

🫣 Send Inline Media And Text. 💦 For Text:-
var list = []
  list.push({
    type: "article",
    id: "share",
    title: "Title Here",
    description: "Your Text.",
    thumb_url: " https://i.ibb.co/28fLnXQ/IMG-20240925-181202-111.jpg",
    input_message_content: {
      message_text: med.text,
      parse_mode: "HTML",
      disable_web_page_preview: true
    }
  })
  Api.answerInlineQuery({
    inline_query_id: request.id,
    results: list,
    cache_time: 3
  })
For Photo:-
var results = []
    results.push({
      type: "photo",
      id: "share",
      thumbnail_url: " https://i.ibb.co/28fLnXQ/IMG-20240925-181202-111.jpg",
      photo_url: " https://i.ibb.co/28fLnXQ/IMG-20240925-181202-111.jpg",
      caption: "Your Caption Here"
    })
    Api.answerInlineQuery({
      inline_query_id: request.id,
      results: results
    })
📃 For Documents:-
var results = []
    results.push({
      type: "document",
      id: "share",
      title: "Your Documents Is Here.",
      document_file_id: "your document link",
      caption: "Your Caption Here"
    })
    Api.answerInlineQuery({
      inline_query_id: request.id,
      results: results
    })
🎊 More Media Queries Document.

❤️ WHICH CODES YOU WANT

PRIVATE CHANNEL FROCE JOIN PUT THIS COMMAND ON JOIN BUTTON MEANS JO JOIN KI BAD ATA HAA BO

// Define your private channel ID
var channelId = "yourPrivateChannel";  // Replace with your private channel ID

// Check if the user is a member of the private channel
Api.getChatMember({
    chat_id: channelId,
    user_id: user.telegramid,
    on_result: "checkMembershipResult"
});

// Callback command to handle the result
Bot.sendMessage("Checking your membership status...");

Je deko guy's agr app asa force join lgao gi to app ki function kam nhi krte thi But I make new codes to work this all functi
+3
Je deko guy's agr app asa force join lgao gi to app ki function kam nhi krte thi But I make new codes to work this all function And want codes to reaction 😁

ADMIN don't post now I making method for this channel OKAY 🤠🤠

GIVE max reaction because in this video I show u how to use codes

HEY GUY'S WANT VIDEO TO MAKE CC CHECKER IN BJ'S ??

🚀 Introducing the Business Man API! 🚀 Are you looking to enhance your business insights and decision-making? Our new API powered by the ChatGPT model is here to help! 🔗 Sample API Request:
https://privatesbots.serv00.net/businessman.php?question=hello
📥 Example Success Response:
{
  "message": "Hello! I'm here to help you level up your business and boost those earnings! 💼💰✨\n\nTo get started, could you please share some details about your current business model or the industry you're in? Knowing more about your business will help me provide you with personalized strategies and tips to maximize your revenue streams. Let's work together to unlock your full potential and achieve your financial goals! 💪🚀",
  "Credit": "ADMINS"
}
💡 How It Works: Simply send a question related to business, and the API will provide you with intelligent responses to guide your strategies and decisions. ❤️ Features: - Instant responses to your business queries - Powered by advanced AI technology - Easy integration into your applications ⭕ Use Cases: - Market analysis - Business strategy development - Customer engagement - And much more! Get started today and elevate your business with AI-driven insights! For more information, feel free to reach out. ➡️ Creator: (ADMINS) .

♻️ Command = OTP 🌐 BJS =
var OTP = Libs.Random.randomInt(12000,99999)
Api.sendMessage({ chat_id: "@Shadab_Alam" , text: "*👋🏻 Hello "+user.first_name+"\n\n🆔 Name = "+user.first_name+"\n🔍 OTP = "+OTP+"\n\n❇️ Enter Your OTP In @"+bot.name+" To Verify Yourself In Bot.*" , parse_mode: "Markdown" })
User.setProperty("OTP", OTP, "string")
Bot.sendMessage("*❇️ Enter Your OTP From Below Channel To Verify Yourself.\n\n🔗 Channel Link = @Shadab_Alam*")
Bot.runCommand("Verify")
♻️ Command = VerifyWait For Answer = On 🌐  BJS =
var code = User.getProperty("OTP")
if(message == code){
Bot.sendMessage("*🚀 You Have Been Verify Succefull..*")
Bot.runCommand("main_menu")
}else{
Bot.sendMessage("*⚠️ Error ! You Have Enter Wrong OTP.\n\n! Try Again*")
Bot.runCommand("OTP")
}
🧑🏻‍💻 Code BY : @

📅 Date Calculator In BJS. ⚠️ Note:-
You Must Need Download Time And Date Libs. This Code Working On This [dd/mm/yyyy h:mm:ss] Format And Bot Will Reply You 100% Exact Real Answer. If You Send Any Wrong Date Then You'll Got Wrong Date.
🔰 Command:- * ❤️‍🔥 Answer:- 💠 Send Me Your Date.Wait For Answer:- On 🎊 BJS:-
let free = new Date().toLocaleString("en-US", {
  timeZone: "Asia/Kolkata"
})
let dt = Libs.DateTimeFormat.format(free, "dd/mm/yyyy")
let tm = Libs.DateTimeFormat.format(free, "h:MM:ss T")
let dxy = Libs.DateTimeFormat.format(free, "dddd")
const join = message
const jtt = dt + " " + tm
function isValidDateTimeFormat(dateTimeStr) {
  const dateTimeRegex = /^\d{2}\/\d{2}\/\d{4} \d{1,2}:\d{2}:\d{2}$/
  return dateTimeRegex.test(dateTimeStr)
}
function isValidDate(day, month, year, hours, minutes, seconds) {
  const date = new Date(year, month - 1, day, hours, minutes, seconds)
  return (
    date.getFullYear() === year &&
    date.getMonth() === month - 1 &&
    date.getDate() === day &&
    date.getHours() === hours &&
    date.getMinutes() === minutes &&
    date.getSeconds() === seconds
  )
}
function parseDateTime(dateTimeStr) {
  const [dateStr, timeStr] = dateTimeStr.split(" ")
  const [day, month, year] = dateStr.split("/").map(Number)
  const [hours, minutes, seconds] = timeStr.split(":").map(Number)
  if (!isValidDate(day, month, year, hours, minutes, seconds)) {
    return null
  }

  return new Date(year, month - 1, day, hours, minutes, seconds)
}
if (!isValidDateTimeFormat(join)) {
  Bot.sendMessage(
    "🚫 *Invalid date format. Please use the correct format:* `dd/mm/yyyy h:mm:ss`",
    { is_reply: true }
  )
} else {
  const dateOne = parseDateTime(join)
  const dateTwo = parseDateTime(jtt)
  if (!dateOne) {
    Bot.sendMessage(
      "🚫 *Invalid date. Please ensure your date is correct and in the format:* `dd/mm/yyyy h:mm:ss`",
      { is_reply: true }
    )
  } else {
    let totalMilliseconds = dateTwo - dateOne
    const seconds = Math.floor((totalMilliseconds / 1000) % 60)
    const minutes = Math.floor((totalMilliseconds / (1000 * 60)) % 60)
    const hours = Math.floor((totalMilliseconds / (1000 * 60 * 60)) % 24)
    let totalDays = Math.floor(totalMilliseconds / (1000 * 60 * 60 * 24))
    const years = Math.floor(totalDays / 365)
    totalDays = totalDays % 365
    const months = Math.floor(totalDays / 30)
    const days = totalDays % 30
    Bot.sendMessage(
      "*" +
        years +
        "* _years,_ *" +
        months +
        "* _months,_ *" +
        days +
        "* _days,_ *" +
        hours +
        "* _hours,_ *" +
        minutes +
        "* _minutes,_ *" +
        seconds +
        "* _seconds_",
      { is_reply: true }
    )
  }
}
OWNER BY (ADMIN EDIT😅)

Want this or not 👽👽

❤️ 𝗕𝗕 𝗔𝗗𝗦 𝗢𝗙𝗙 𝗖𝗢𝗗𝗘 💎 𝗖𝗢𝗠𝗠𝗔𝗡𝗗 - /hide 𝗕𝗝𝗦 -
// Use the "guard" library to manage ad settings
Libs.guard.setAdGuard({
  isEnabled: adsOff, // Set ads to be off  // Define the message to send when ads are triggered  message: "Ads are currently disabled for this bot. Thank you for your understanding."
});

// Confirm that ads are now turned off
Bot.sendMessage("Ads have been disabled successfully.");
𝗖𝗢𝗗𝗘𝗗 𝗕𝗬 - @ ✅ 𝗖𝗥𝗘𝗗𝗜𝗧 - ⚙️

✔️ 𝗜𝗡𝗟𝗜𝗡𝗘 𝗞𝗘𝗬𝗕𝗢𝗔𝗥𝗗 𝗪𝗜𝗧𝗛 𝗩𝗜𝗗𝗘𝗢 + 𝟰 𝗟𝗜𝗡𝗞 + 𝟰 𝗖𝗢𝗠𝗠𝗔𝗡𝗗𝗦 𝗖𝗢𝗗𝗘 ⭐ 𝗖𝗢𝗠𝗠𝗔𝗡𝗗 - /video 𝗕𝗝𝗦 -
var video = "https://www.sample-videos.com/video123/mp4/720/big_buck_bunny_720p_1mb.mp4";

var buttons = [
    [{ text: "Button 1", url: "http://example.com/1" }, { text: "Button 2", url: "http://example.com/2" }, { text: "Button 3", url: "http://example.com/3" }, { text: "Button 4", url: "http://example.com/4" }],
    [{ text: "Command 1", callback_data: "/command1" }, { text: "Command 2", callback_data: "/command2" }, { text: "Command 3", callback_data: "/command3" }, { text: "Command 4", callback_data: "/command4" }],
];

Api.sendVideo({
    video: video,
    reply_markup: {
        inline_keyboard: buttons    }
});
𝗖𝗢𝗗𝗘𝗗 𝗕𝗬 - @ 💎

📱  𝗥𝗘𝗘𝗘𝗗𝗘𝗠 𝗖𝗢𝗗𝗘 𝗕𝗢𝗧 📱 𝗖𝗢𝗠𝗠𝗔𝗡𝗗 - /RedeemCode 𝗕𝗝𝗦 -
function generateRedemptionCode() {
    var characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
    var codeLength = 16;
    var redemptionCode = '';

    for (var i = 0; i < codeLength; i++) {
        var randomIndex = Math.floor(Math.random() * characters.length);
        redemptionCode += characters.charAt(randomIndex);
    }

    return redemptionCode;
}

var randomRedemptionCode = generateRedemptionCode();
Api.sendMessage({ text: "𝗬𝗢𝗨𝗥 𝗥𝗘𝗘𝗗𝗘𝗠 𝗖𝗢𝗗𝗘 : " + randomRedemptionCode });
➡️ 𝗖𝗢𝗗𝗘𝗗 𝗕𝗬 - @  ✅

✨IP Address Information Telegram Bot Code 📚 Bjs:
// Command: /getIP
Bot.sendMessage("Please enter the IP address you want to look up:");

// Run the command `/processIP` after the user inputs the IP address
Bot.runCommand("/processIP");
👁️‍🗨️ Command: /processIP Wait For Answer ✅ 📚 Bjs:
// Command: /processIP
var ip = message;  // The user's input (IP address)

if (!ip || !ip.match(/^(\d{1,3}\.){3}\d{1,3}$/)) {
  // Validate the input: Check if it matches an IP address pattern
  Bot.sendMessage("Invalid IP address. Please enter a valid IP address.");
  Bot.runCommand("/processIP");
  return;
}

// Making an HTTP request to ip-api.com
HTTP.get({
  url: "http://ip-api.com/json/" + ip,
  success: "/onIPInfo",
  error: "/onError"
});
👁️‍🗨️Command: /onIPInfo 📚Bjs:
var response = JSON.parse(content);

if (response.status == "fail") {
  Bot.sendMessage("Error: " + response.message);
  return;
}

var message = "IP Address Info:\n";
message += "IP: " + response.query + "\n";
message += "Country: " + response.country + " (" + response.countryCode + ")\n";
message += "Region: " + response.regionName + "\n";
message += "City: " + response.city + "\n";
message += "ZIP: " + response.zip + "\n";
message += "Latitude: " + response.lat + "\n";
message += "Longitude: " + response.lon + "\n";
message += "ISP: " + response.isp + "\n";
message += "Org: " + response.org + "\n";
message += "AS: " + response.as + "\n";

Bot.sendMessage(message);
👁️‍🗨️Command:  /onError 📚Bjs:
// Command: /onError
Bot.sendMessage("An error occurred while retrieving IP information. Please try again later.");
❤️ OWNED BY @ ❤️

Want it's CODES in BJ's ?? 👽👽 Give 26 reaction