cookie

Sizning foydalanuvchi tajribangizni yaxshilash uchun cookie-lardan foydalanamiz. Barchasini qabul qilingยป, bosing, cookie-lardan foydalanilishiga rozilik bildirishingiz talab qilinadi.

avatar

๐™‹๐™ง๐™ž๐™ซ๐™–๐™ฉ๐™š ๐˜พ๐™ค๐™™๐™š๐™ง๐™จ ๐Ÿ”ฅ

Official Channel in the @Telegram It does not go against the law. And it has no pornographic and rough posts. please pay attention! Admin @TG_HoneY โค๏ธ Branch Of @TG_BrotherS

Ko'proq ko'rsatish
Mamlakat belgilanmaganTil belgilanmaganTexnologiyalar & Aralashmalar37 470
Reklama postlari
737
Obunachilar
Ma'lumot yo'q24 soatlar
-177 kunlar
-4530 kunlar

Ma'lumot yuklanmoqda...

Obunachilar o'sish tezligi

Ma'lumot yuklanmoqda...

โญ๏ธCheapest And Most Trusted Smm Panel In Telegram โญTelegram Premium Members,Views โ˜บ๏ธInstagram Followers,Likes, Views โค๏ธTelegram Auto Post Views โ˜บ๏ธYouTube Subscribers,Likes,Views ๐Ÿ“ŒAnd Many Other Things... โœ…๏ธWebsite Link  GlobalFame.in โœ…๏ธOfficial Channel @GlobalFame โ›”๏ธFor Query Discount Contact Owner @TG_Honey
Hammasini ko'rsatish...
๐Ÿ‘ 2
๐Ÿ‘ค USER: All โ“ Request: OTP Bot. ๐Ÿ†• OTP Bot โ˜„๏ธ Settuping Bot โ˜„๏ธ โš™๏ธ open @ command and put your details there.
โšก๏ธ To get The Codes for Free Follow the Steps: ๐Ÿ“ฒ Go to @BjsCodesBot ยป Choose OTP Bot ยป Get the Bot Codes at your Email Instantly by clicking 'Get OTP Bot Codes on mail' Button
~ A Creation of BjsCodes
Hammasini ko'rsatish...
๐Ÿค–Bjs Codes Free

This Channel Provides free Bots.Business Codes. Discussion :- @BjsCodesChat Coders :- @Royal_Devendra ~ @MrHackeroid @Abhishek71599 @its_Cyborg @MrPrajjwal @spidy1577 More Channels by Us: @NodejsCodes @TBCCodes

๐Ÿ‘ 2๐Ÿ”ฅ 1
Photo unavailableShow in Telegram
๐ŸŽฒ New Service 867 ๐ŸŒ Telegram Post Views - Instant - Speed : ๐Ÿ“Fast - Lifetime Refill - Stable price โ›”๏ธ - โ‚น0.576 per 1000 ๐ŸŽฒ New Service 868 ๐ŸŒ Telegram Post Views - Instant - Speed : ๐Ÿ“Fast - Lifetime Refill - Stable price โ›”๏ธ - โ‚น0.568 per 1000 ๐ŸŽฒ New Service 1293 [Recomended] ๐ŸŒ Telegram Post Views - Instant - Speed : ๐Ÿ“Fast - Lifetime Refill - Stable price โ›”๏ธ - โ‚น0.6 per 1000 ๐ŸŽฒCheckout Now Globalfame.in
Hammasini ko'rsatish...
๐Ÿ‘ 3
Photo unavailableShow in Telegram
โค New Bot! โœจ Description - Its A Movie Search Bot โžก๏ธ @PCMovieSearch_Bot
Hammasini ko'rsatish...
๐Ÿ‘ 2
โœจ Join Me
Photo unavailableShow in Telegram
โค New Bot! โœจ Description - Its A Font Changer Bot โžก๏ธ @PCFontChanger_Bot
Hammasini ko'rsatish...
๐Ÿ‘ 1
โœจ Join Me
๐Ÿ”ฐPHP Auto Kicker Bot codes! โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–
<?php

//edit bellow three things

$botToken = 'bot-token-here';
$botusername = 'bot-username-without-@';
$webhookUrl = 'webhook-url';

//no need to edit bellow

$update = file_get_contents('php://input');
$updateData = json_decode($update, true);

if (isset($updateData['message'])) {
    $chatId = $updateData['message']['chat']['id'];
    $userId = $updateData['message']['from']['id'];
    $messageText = $updateData['message']['text'];

    if ($messageText === '/start') {
        $keyboard = [
            'inline_keyboard' => [
                [
                    ['text' => 'Add to Channel', 'url' => 'https://t.me/'.$botusername.'?startgroup=invite_to_channel']
                ]
            ]
        ];

        $keyboard = json_encode($keyboard);

        $welcomeMessage = "Hello! *UserFirstName*, welcome to Auto Kicker Bot. I can ban users who leave your channel. Just add me to your channel and make me an admin with ban user rights!";
        $welcomeMessage = str_replace('*UserFirstName*', $updateData['message']['from']['first_name'], $welcomeMessage);

        $apiRequest = [
            'chat_id' => $chatId,
            'text' => $welcomeMessage,
            'parse_mode' => 'Markdown',
            'reply_markup' => $keyboard
        ];

        file_get_contents('https://api.telegram.org/bot' . $botToken . '/sendMessage?' . http_build_query($apiRequest));
    }
}

if (isset($updateData['chat_member']) && $updateData['chat_member']['new_chat_member']['status'] === 'left') {
    $chatId = $updateData['chat_member']['chat']['id'];
    $userId = $updateData['chat_member']['from']['id'];
    $apiRequest = [
        'chat_id' => $chatId,
        'user_id' => $userId
    ];

    file_get_contents('https://api.telegram.org/bot' . $botToken . '/banChatMember?' . http_build_query($apiRequest));
}

$setWebhookRequest = [
    'url' => $webhookUrl,
    'allowed_updates' => json_encode(['message', 'chat_member', 'left_chat_member'])
];

file_get_contents('https://api.telegram.org/bot' . $botToken . '/setWebhook?' . http_build_query($setWebhookRequest));
?>
โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž– ๐Ÿ” How to setup this Bot? 1. create new autokickerbot.php file in your 000webhost website filemanger! 2. Now paste codes and edit the three thing which at top of codes! 3. Run that file once to activate with telegram bot! Above is short tutorial on using above php in 000webhost! *3rd step is important  โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž– ๐ŸŒŸCredit: No Need to Give ๐Ÿ“šPublish By: @TG_Honey
Hammasini ko'rsatish...
๐Ÿ‘ 1โค 1๐Ÿ˜ 1
โ‰๏ธBJS: Spam Ban Bjs ๐Ÿ“šDescription: Bjs protect your bot from "spam", it will ban user if send more than 5 messages in 2 sec. ๐Ÿ‘โ€๐Ÿ—จCommand: @ ๐Ÿ“BJS:
var messageCount = User.getProperty("message_count") || 0;
var lastMessageTime = User.getProperty("last_message_time") || 0;
var currentTime = Date.now();

if (currentTime - lastMessageTime < 2000) {
  messageCount++;
} else {
  messageCount = 1;
}

User.setProperty("message_count", messageCount, "integer");
User.setProperty("last_message_time", currentTime, "integer");

if (messageCount > 5) {
  Bot.sendMessage("*You Are Blocked.*\n_๐Ÿ˜ŽAur kar baap ke bot me spam_")
  Bot.blockChat(chat.id);
  return
}
๐Ÿ”ฐCreator: @coderajinkya ยฉCopyright: @PrivateCoders ๐Ÿ“ฐPublisher: @PrivateCoders
Hammasini ko'rsatish...
๐Ÿ˜ 1
โœ… Bjs for deleting message after a certain ( fixed ) :- ๐Ÿ‘‰ Command : * ๐Ÿ’ซ Bjs :
var messageID = request.message_id
var deleteAfter = 10

User.setProperty("messageID", messageID, "string")

Bot.run({
  command: "/delete",
  run_after: deleteAfter
})
๐Ÿ‘‰ Command : /delete ๐Ÿ’ซ Bjs :
var messageID = User.getProperty("messageID")

Api.deleteMessage({
  message_id: messageID
})
๐Ÿ‘‘ Bjs coded by : @Mohit_Kr_Mishra ๐ŸŒŸ Bjs requested by : Renus Hacker โค๏ธ Share with credit : @codingwithmohit โš ๏ธ Note : It works in both perosnal & in group too. ๐Ÿ”ฅ Don't forget to drop reactions ๐Ÿ˜Š
Hammasini ko'rsatish...
๐Ÿ‘ 5๐Ÿ”ฅ 1
Random Email Generate Bb Codes For Channel Post ๐Ÿš€ Command : /email
HTTP.get({ url:"https://tempmail.apinepdev.workers.dev/api/gen",
  success:"email"
})
โค๏ธ Command : email
try {
  var email = JSON.parse(content).email;

  var button = [[{ text: "๐Ÿ”Ž Generate Email", callback_data: "/email" }]];
  var editMessageObject = {
    chat_id: "@Privates_RoBot", // By @Privates_RoBot
    text: "<code>" + email + "</code> ๐Ÿš€ By @Mr_RoleXG",
    parse_mode: "HTML",
    disable_web_page_preview: false,
    message_id: 545,
    reply_markup: { inline_keyboard: button }
  };// By @Privates_RoBot

  Api.editMessageText(editMessageObject);
} catch (error) {
  console.error("Error parsing JSON:", error);//  By @Privates_RoBot
}
๐Ÿ‘‘ Codes by : @Mr_RoleXG โšก Api by : @NepCoder ยฉ Copyright By : @PrivateCoders ๐ŸŽ€ Note : Must Give Credit If You Are Posting This In Your Channel ๐Ÿ’ซ
Hammasini ko'rsatish...
โค 2๐Ÿ”ฅ 1
New Smm Bot Launched Link :- @HoneyViews_Bot Key Features:- 1. Mostly All The Services Will Me There ๐Ÿ”œ 2. Fully Advanced Bot 3. Deposit Available In Upi, Wallet Or Crypto 4. Cheap Prices Are Available Here
Hammasini ko'rsatish...
๐Ÿ‘ 5๐Ÿ”ฅ 1