en
Feedback
γ€Žππ‘π„πŒπˆπ”πŒ π‚πŽπƒπ„π’

γ€Žππ‘π„πŒπˆπ”πŒ π‚πŽπƒπ„π’

Open in Telegram

🚩 Channel was restricted by Telegram

Show more
No data
Subscribers
+2024 hours
+737 days
+9130 days
Posts Archive
GUY'S I AM MAKING NEW COMUNITY IN THIS CHANNEL MEANS I MAKE A PAID BOT IN FREE MEANS I MAKE HOW TO MAKE A BOT I WILL.MAKE VIDEOS JUST GIVE ME A BOT USERNAME I WILL MAKE IT'S CLONE GUY'S

@NGYT777G FLIPKART CLONE ZIP⭐ ➑️ IN THIS FILE ALL THINGS AVAILABLE ➑️ADMIN PANNEL ➑️DERICT PAYMENT ➑️INDIRECT PAYMENT ➑️MORE PRODUCTS ADD IN PHP
➑️ GIVE MORE REACTION FOR MORE WEB CODES πŸ˜„
➑️ IF U WANT MORE CODES SAY IN COMMENTSπŸ˜„
❀️ OWNED BY @GOAT_NG βœ…

❀️ WHAT TYPES OF CODES DO YOU WANT βœ… ❀️ COMMENT DOWN βœ”οΈ

πŸ₯Ή OLD ACCOUNT DELETED πŸ₯Ή βœ”οΈ NOW @ULTRA_LEGENDRY BECOME @LEGENDARY_ULTRA ⭐ ❀️ WHAT TYPES OF CODES DO YOU WANT βœ… ❀️ COMMENT DOWN βœ”οΈ

https://t.me/+GvXIEYQVr0VjNjE1 JOIN THIS CHAHNE FOR PAID METHOD ON FREE ALL TYPES OF METHOD ALL MEANS ALL ( ALL IN MOBILE METHOD )

πŸ€– If a Particular Bot or User is Added the Current Bot will Leave Chat
Command: *
(Master Command)
let id = 123456789; //replace this with your bot or user id which you want to track
if(chat.chat_type == 'supergroup'){
  if(request.new_chat_members){
    for ( let i=0; i < request.new_chat_members.length; i++){
      if(request.new_chat_members[i].id == id){ 
        Api.leaveChat({
          chat_id: request.chat?.id
        })
      }
    }
  }
}
⭐ Coded by @ULTRA_LEGENDRY βœ…

This BJS code gets the current date and time in the πŸ•’ "Asia/Kolkata" timezone. It extracts: β€’ πŸ“… Day β€’ πŸ“† Month β€’ πŸ“… Year β€’ πŸ“… Weekday β€’ ⏰ Hours β€’ πŸ•’ Minutes β€’ ⏱️ Seconds β€’ πŸ•°οΈ Milliseconds It formats the info and sends a message in HTML format with details like the full date, time, and timezone! 🌍✨
πŸ” BJS:
let free = new Date().toLocaleString("en-US", {
  timeZone: "Asia/Kolkata"
});

let dateObj = new Date(free); // Create a new Date object for the current time

// Extracting details using JavaScript Date methods
var day = dateObj.getDate();                // Day of the month (1-31)
var monthNumber = dateObj.getMonth() + 1;   // Month number (1-12)
var year = dateObj.getFullYear();           // Full year (e.g., 2024)
var weekdayNumber = dateObj.getDay();       // Day of the week (0-6, where 0 is Sunday)
var hours = dateObj.getHours();             // Hours (0-23)
var minutes = dateObj.getMinutes();         // Minutes (0-59)
var seconds = dateObj.getSeconds();         // Seconds (0-59)
var milliseconds = dateObj.getMilliseconds(); // Milliseconds (0-999)

// Weekday names array
var weekdayNames = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
var weekdayName = weekdayNames[weekdayNumber];

// Month names array
var monthNames = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];
var monthName = monthNames[monthNumber - 1];

// Extracting details using Libs.DateTimeFormat
var formattedDate = Libs.DateTimeFormat.format(free, "dd/mm/yyyy");
var formattedTime = Libs.DateTimeFormat.format(free, "h:MM:ss");

// Extract ISO week number
var weekNumber = Libs.DateTimeFormat.format(free, "W"); // Week number (ISO standard)

// Edit the existing message with the full date and time information
Api.sendMessage({
  text: "<b>πŸ“… Full Date and Time Information:</b>\n" +
        "------------------------------------------\n" +
        "<b>πŸ—“ Day:</b> <i>" + day + "</i>\n" +
        "<b>πŸ“† Month (Number):</b> <i>" + monthNumber + "</i>\n" +
        "<b>πŸ“… Month (Name):</b> <i>" + monthName + "</i>\n" +
        "<b>πŸ“… Year:</b> <i>" + year + "</i>\n" +
        "<b>πŸ—“ Day of the Week:</b> <i>" + weekdayName + "</i>\n" +
        "<b>πŸ“† Week Number:</b> <i>" + weekNumber + "</i>\n\n" +
        
        "<b>⏰ Time Information:</b>\n" +
        "------------------------------------------\n" +
        "<b>⏲ Hours:</b> <i>" + hours + "</i>\n" +
        "<b>πŸ• Minutes:</b> <i>" + minutes + "</i>\n" +
        "<b>⏱ Seconds:</b> <i>" + seconds + "</i>\n" +
        "<b>⏲ Milliseconds:</b> <i>" + milliseconds + "</i>\n\n" +

        "<b>πŸ“Š Formatted Date and Time:</b>\n" +
        "------------------------------------------\n" +
        "<b>πŸ—“ Formatted Date (dd/mm/yyyy):</b> <i>" + formattedDate + "</i>\n" +
        "<b>⏲ Formatted Time (hh:mm:ss):</b> <i>" + formattedTime + "</i>\n\n" +
        
        "<b>🌍 Timezone:</b> <i>Asia/Kolkata</i>",
  parse_mode: "html"
});
πŸŽ– Must Install β€œDateTimeFormat” Lib. βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
😎 Demo Of Code :- Click Here
❀️ OWNED BY THIS MESSAGE SENDER  βœ…

π— π—”π—œπ—‘ π— π—˜π—‘π—¨ 𝗕𝗝𝗦  --->
// Command: /mainMenu
Bot.sendMessage("Welcome to the Main Menu! You have successfully unlocked the content.");
// Add more menu functionalities here
❀️ OWNED BY THIS MESSAGE SENDER  βœ…

➑️ Command : /setPassword β­• 𝗕𝗝𝗦  ---->
// Command: /setPassword
let adminId = 123456789; // Replace with your actual Telegram admin ID
let password = params;  // Admin sends the password in this format: /setPassword mypassword123

if (user.telegramid == adminId) {
    let passwordStore = ResourcesLib.userRes("password");  // Store the password
    let passwordTime = ResourcesLib.userRes("passwordTime"); // Store the time of setting the password

    passwordStore.set(password);  // Set the password
    passwordTime.set(Date.now()); // Set the current time when password is set
    
    Bot.sendMessage("Password has been set successfully. It will be valid for 1 hour.");
} else {
    Bot.sendMessage("You are not authorized to set the password.");
}
❀️ OWNED BY THIS MESSAGE SENDER  βœ…

❀️ COMMAND : /enterPassword β­• 𝗕𝗝𝗦 --->
// Command: /enterPassword
let userPassword = params;  // User sends the password in this format: /enterPassword userpassword
let passwordStore = ResourcesLib.userRes("password");  // Retrieve the stored password
let passwordTime = ResourcesLib.userRes("passwordTime");  // Retrieve the time password was set

let storedPassword = passwordStore.value(); // Get the current password
let passwordSetTime = passwordTime.value(); // Get the time when password was set
let currentTime = Date.now(); // Get current timestamp

// Check if password is set and not expired (1 hour = 3600000 ms)
if (storedPassword && (currentTime - passwordSetTime <= 3600000)) {
    if (userPassword == storedPassword) {
        // If password is correct and within the valid time
        Bot.sendMessage("Access granted! You have entered the correct password.");
        Bot.runCommand("/mainMenu");  // Run the main menu command
    } else {
        // If password is incorrect
        Bot.sendMessage("Wrong password. Please try again.");
    }
} else {
    // If password has expired or not set
    Bot.sendMessage("The password has either expired or hasn't been set. Please contact the admin.");
}
`
❀️ OWNED BY THIS MESSAGE SENDER  βœ…

🌟 Special Offer Alert! 🌟 Want to unlock exclusive advance time BJS? ➑️ Comment below to receive your unique code! Don’t mis
🌟 Special Offer Alert! 🌟 Want to unlock exclusive advance time BJS? ➑️ Comment below to receive your unique code! Don’t miss out!
➑️ This BJS CODES COMING SOON β­•

➑️ How To Make The Upi Payment β­• This code helps user to Withdraw Thier Money Automatic . ⭐ Command : /withdraw πŸ› οΈ BJS Code :
let mid = "fill_mid";
let mkey = "fill_mkey";
let guid = "fill_GUID";
var url = `https://full2sms.in/api/v2/payout?mid=${mid}&mkey=${mkey}&guid=${guid}&type=upi&amount=1&upi=${upi}&info=${info}`;

HTTP.get({
  url: url,
  background: true,
  success: "Auto"
});
➑️ Command 01 : Auto ❀️ BJS Code 01 :
var result = JSON.parse(content);
var status = result.status;
var msg = result.message;
var txnid = result.txn_id || "Failed";

var proof = User.getProp("upi");

Bot.sendMessage("*Status:* " +status+ "\n*Message:* " +msg+ "\n*Transaction id:* " +txnid);
❀️ OWNED BY THIS MESSAGE SENDER  βœ…

π—₯𝗔𝗑𝗗𝗒𝗠 π—ͺπ—œπ—‘π—‘π—˜π—₯ π—–π—›π—’π—’π—¦π—˜π—₯ π—–π—’π——π—˜ 𝗕𝗝𝗦 π—–π—’π——π—˜β­ π—–π—’π——π—˜ - 𝗕𝗒𝗧 π—•π—¨π—¦π—œπ—‘π—˜π—¦π—¦  β­• ❀️ π—§π—¬π—£π—˜ - π—₯𝗔𝗑𝗗𝗒𝗠 π—ͺπ—œπ—‘π—‘π—˜π—₯ ➑️ 𝗖𝗒𝗠𝗠𝗔𝗑𝗗 - /prc 𝗕𝗝𝗦 -
// List of participants
var participants = ["Participant 1", "Participant 2", "Participant 3", "Participant 4", "Participant 5"];

// Randomly choose a winner
var winner = participants[Math.floor(Math.random() * participants.length)];

// Send the winner announcement
Api.sendMessage({text: "πŸŽ‰ The winner is: " + winner});
❀️ OWNED BY THIS MESSAGE SENDER  βœ…

π—₯𝗔𝗑𝗗𝗒𝗠 𝗖𝗖 π—–π—›π—˜π—–π—žπ—˜π—₯ πŸ’³ π—–π—’π——π—˜ - 𝗕𝗒𝗧 π—•π—¨π—¦π—œπ—‘π—˜π—¦π—¦  ⭐ π—§π—¬π—£π—˜ --->  π—₯𝗔𝗑𝗗𝗒𝗠  𝗖𝗖 π—–π—›π—–π—˜π—žπ—˜π—₯ 𝗖𝗒𝗠𝗠𝗔𝗑𝗗 -->/cc / your command 𝗔𝗑𝗦π—ͺπ—˜π—₯ ---> π—¦π—˜π—‘π—— 𝗬𝗒𝗨π—₯ 𝗖𝗔π—₯𝗗 π——π—˜π—§π—”π—œπ—Ÿπ—¦ π—Ÿπ—œπ—žπ—˜ ----> 1234156167177171|02|2023|203 π—ͺπ—”π—œπ—§ 𝗙𝗒π—₯ 𝗔𝗑𝗦π—ͺπ—˜π—₯ ---> βœ… 𝗕𝗝𝗦 ---->
// This is the /start command handler
Bot.sendMessage("HERE IS YOUR CARD DETAILS πŸ‘‡");

// Immediately process the user's input after sending the message
var message = params;  // Get the user input (in the expected format cardnumber|MM|YYYY|CVV)

if (message) {
  var parts = message.split('|');  // Split the input by '|'

  if (parts.length === 4) {
    var cardNumber = parts[0];  // Extract card number
    var expMonth = parts[1];    // Extract expiration month
    var expYear = parts[2];     // Extract expiration year (YYYY format)
    var cvv = parts[3];         // Extract CVV

    // Simple validation for length
    if (cardNumber.length === 16 && expMonth.length === 2 && expYear.length === 4 && cvv.length === 3) {
      // Validate if cardNumber, expMonth, expYear, and cvv are numeric
      if (!isNaN(cardNumber) && !isNaN(expMonth) && !isNaN(expYear) && !isNaN(cvv)) {

        // Simulating a BIN check for country (Based on first digit or first six digits)
        var bin = cardNumber.substring(0, 6);  // First 6 digits of card
        var country = "Unknown";  // Default value for country

        // Example of a simple BIN range to country check
        if (bin.startsWith("4")) {
          country = "USA";  // Example for VISA cards starting with 4
        } else if (bin.startsWith("5")) {
          country = "EU";  // Example for Mastercard starting with 5
        } else if (bin.startsWith("6")) {
          country = "India";  // Example for Discover cards starting with 6
        }

        // If card details are valid, send the ALIVE message with details
        Bot.sendMessage(
          "ALIVE βœ…\n" +
          "Card Number: " + cardNumber + "\n" +
          "Expiry Month: " + expMonth + "\n" +
          "Expiry Year: " + expYear + "\n" +
          "CVV: " + cvv + "\n" +
          "Country: " + country
        );
      } else {
        // If details are incorrect, send DECLINE message with same details
        Bot.sendMessage(
          "DECLINE❎\n" +
          "Card Number: " + cardNumber + "\n" +
          "Expiry Month: " + expMonth + "\n" +
          "Expiry Year: " + expYear + "\n" +
          "CVV: " + cvv + "\n" +
          "Country: Unknown"  // In case of invalid details, country remains unknown
        );
      }
    } else {
      // If input is incorrect format, still send DECLINE with details
      Bot.sendMessage(
        "DECLINE❎\n" +
        "Card Number: " + cardNumber + "\n" +
        "Expiry Month: " + expMonth + "\n" +
        "Expiry Year: " + expYear + "\n" +
        "CVV: " + cvv + "\n" +
        "Country: Unknown"
      );
    }
  } else {
    Bot.sendMessage("Invalid input format. Use: cardnumber|MM|YYYY|CVV");
  }
} else {
  Bot.sendMessage("Please provide card details.");
}
BY @GOAT_NG (Admin Say : Who is Sender πŸ˜… )

🌟 BEST AND EASY BOT BUSINESS STATISTICS πŸ“Š BJS ❀️ COMMOND : Statistics πŸšͺ BJS :
var stat = Libs.ResourcesLib.anotherChatRes("status", "global")


Bot.sendMessage("*πŸ“Š Bᴏᴛ LΙͺᴠᴇ Sα΄›α΄€α΄›Ιͺsα΄›Ιͺα΄„\n\nπŸ” Tα΄α΄›α΄€ΚŸ Usᴇʀs: " +stat.value()+"\n\n©️ Pᴏᴑᴇʀᴇᴅ Bʏ : @ULTRA_LEGENDRY *")
❀️ OWNED BY THIS MESSAGE SENDER  βœ…

⭐ 𝗕𝗕 𝗠𝗒π—₯π—˜ π—–π—’π——π—˜π—¦ ⭐ 1. Send a Video:
Api.sendVideo({ video: "VIDEO_URL", caption: "Check out this video!" });
2. Send a Photo:
Api.sendPhoto({ photo: "PHOTO_URL", caption: "Here is a nice photo for you!" });
3. Send Stickers:
Api.sendSticker({ sticker: "STICKER_URL" });
4. Send a Poll:
Api.sendPoll({
    question: "What is your favorite color?",
    options: ["Red", "Blue", "Green"]
});
5. Send Emoji:
Api.sendMessage({ text: "😊" });
6. Send Documents:
Api.sendDocument({ document: "DOCUMENT_URL", caption: "Check out this document!" });
7. Send a message:
Api.sendMessage({ text: "Hello, welcome to our bot!" });
8. Send a Long Message:
var longMessage = "This is a long message. ".repeat(20); // Repeat to create a long message
Api.sendMessage({ text: longMessage });
9. Generate Random Numbers:
var randomNumber = Math.floor(Math.random() * 100) + 1; // Generates a random number between 1 and 100
Api.sendMessage({ text: "Random Number: " + randomNumber });
10. Inline Keyboard with Photo:
var photoButton = [{ text: "View Photo", callback_data: "/showPhoto" }];
Api.sendPhoto({ photo: "PHOTO_URL", reply_markup: { inline_keyboard: [photoButton] } });
11. Inline Keyboard with Video:
var videoButton = [{ text: "Watch Video", callback_data: "/playVideo" }];
Api.sendVideo({ video: "VIDEO_URL", reply_markup: { inline_keyboard: [videoButton] } });
12. Big Keyboard with Picture:
var buttons = [
    [{ text: "Button 1", callback_data: "/button1" }],
    [{ text: "Button 2", callback_data: "/button2" }],
    [{ text: "Button 3", callback_data: "/button3" }]
];
var photo = "PHOTO_URL";
Api.sendPhoto({ photo: photo, reply_markup: { inline_keyboard: buttons } });
❀️ OWNED BY THIS MESSAGE SENDER  βœ…

π—₯𝗔𝗑𝗗𝗒𝗠 𝗖𝗖 π—šπ—˜π—‘π—₯𝗔𝗧𝗒π—₯ π—–π—’π——π—˜ ☠️ π—–π—’π——π—˜ - 𝗕𝗒𝗧 π—•π—¨π—¦π—œπ—‘π—˜π—¦π—¦  ☠️ π—§π—¬π—£π—˜ --->  π—₯𝗔𝗑𝗗𝗒𝗠  𝗖𝗖 𝗖𝗒𝗠𝗠𝗔𝗑𝗗 -->/cc / your command 𝗕𝗝𝗦 ---->
// Function to generate a random integer between min and max
function getRandomInt(min, max) {
  return Math.floor(Math.random() * (max - min + 1)) + min;
}

// Generate random card information
let cardNumber = getRandomInt(1000000000000000, 9999999999999999); // Random 16-digit number

// Generate a valid expiration month (01 to 12)
let expMonth = getRandomInt(1, 12);
if (expMonth < 10) {
  expMonth = "0" + expMonth; // Ensure two digits for the month
}

// Generate a valid expiration year (e.g., between 2025 and 2035)
let expYear = getRandomInt(2025, 2035);

// Generate random 3-digit CVV
let cvv = getRandomInt(100, 999);

// Generate the card detail message
let cardDetails = "π’‰­ Card: " + cardNumber + "|" + expMonth + "|" + expYear + "|" + cvv;

// Send the formatted message
Bot.sendMessage(
  cardDetails + "\n" +
  "[π’‰­] Status: Approved βœ…!\n" +
  "[π’‰­] Response : Approved (1000)\n" +
  "[π’‰­] Info ⌁ CREDIT"
);
❀️ OWNED BY THIS MESSAGE SENDER  βœ… BY @GOAT_NG