Flex Coder
1.97K subscribers
258 photos
47 videos
2 files
226 links
Uɴʟᴇᴀsʜ Tʜᴇ Pᴏᴡᴇʀ Oғ Bᴏᴛ Cᴏᴅɪɴɢ. Gᴇᴛ Fʀᴇᴇ Bᴏᴛ & Cᴏᴅᴇ Oɴ Oᴜʀ Cʜᴀɴɴᴇʟ 🧑‍💻

🔰 Oᴜʀ Yᴏᴜᴛᴜʙᴇ Cʜᴀɴɴᴇʟ: https://www.youtube.com/@Flex_Coder

📞 Cᴏɴᴛᴀᴄᴛ Us Oɴ: @Flex_Hide
🌐 Oɴʟɪɴᴇ Fʀᴏᴍ: 3\07\2024
Download Telegram
Bhoto User Se Msg Aara Hai K Unko Bot Bana Sikhna Hai To Mein Channel Create Kya Hai

For Limited Users: Only 20 User

🐣 Jaldi Aajo:
https://t.me/+ylMbUYk8jT05Mzg9
😔 Sorry Member I Can't Upload Any Code & Post Due To I Am Outside.

I Will Notify When I Will Be Online
⁉️
👍2
What Benefits You Will Get?


➡️ Low Price & Customize Bot

➡️ Prize As Per Bot

Ye Channel K Member Ho To Kam Price Mein 🙃
Which Bot Should I Make 🤔?


⛓️ Channel Chain Bot
(This Bot Will Connect All Channel And Send One Post To EveryOne Channel)

❄️ Demo Image & Video With Ai Prompt
(In This Bot You Can Find Demo Copyright Free Image & Video You Can Use In Any Video & Image Will Generate As Per Your Prompt)

📜 Post Maker
(You Can Schedule Your Post, Add Button In Post & Any More)

Write Your Suggested Bot In Comment 👇
🥰1
New Bot Konsa Chaiye 🤔?

Comment Mein Bolo 👇
Now I Will Focus On Telegram Bot Only, Sorry I Was Distracted From Telegram Bot.

You Will Find Here All Code In Single Channel Only

#Comback 🥰
👍1
👋 Hello Dosto,

Launded Our Auto Colour Prediction Channel Bot. Add This Bot Into Your Channel And Get One Minute Colour Prediction 🌸

👾 Bot>>
@Colpre_bot
Want IP Address Information Telegram Bot Code 🤔?

Complete 6 Reaction 😉
👍3🎉2🔥1
Flex Coder
Want IP Address Information Telegram Bot Code 🤔? Complete 6 Reaction 😉
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:
// Command: /onIPInfo
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.");
🥰1
Want Which Channel 🤔?


Fir Se Ye Post Pe Reaction Dedo 💖
2🥰1
Konsa Bot Chaiye 🤔?

Yaha Pe Bato 👇
👍1
❤️‍🔥Text Reaction Send By Bot


👀Command: *

var myEmoji = ["👍", "👎", "", "🔥", "🥰", "👏", "😁", "🤔", "🤯", "😱", "🤬", "😢", "🎉", "🤩", "🤮", "💩", "🙏", "👌", "🕊", "🤡", "🥱", "🥴", "😍", "🐳", "❤‍🔥", "🌚", "🌭", "💯", "🤣", "", "🍌", "🏆", "💔", "🤨", "😐", "🍓", "🍾", "💋", "🖕", "😈", "😴", "😭", "🤓", "👻", "👨‍💻", "👀", "🎃", "🙈", "😇", "😨", "🤝", "", "🤗", "🫡", "🎅", "🎄", "", "💅", "🤪", "🗿", "🆒", "💘", "🙉", "🦄", "😘", "💊", "🙊", "😎", "👾", "🤷‍♂", "🤷", "🤷‍♀", "😡"];

var doEmoji = myEmoji[Math.floor(Math.random() * myEmoji.length)];

Api.sendMessage({
  chat_id: request.chat.id,
  text: doEmoji
});
🥰1
📧 Hide Email ID


var email = "DemoEmail@gmail.com"
var msg = "<b>🤳Paid Address:</b> "+email.slice(0,4)+"****@gmail.com"
Api.sendMessage({
  message: msg,
  parse_mode: "html",
  disable_web_page_preview: true
})

📱Hide Mobile Number


var num = 1234567890
var msg = "<b>🤳Paid Address:</b> "+num.slice(0,4)+"***"+num.slice(8,10)+""
Api.sendMessage({
  message: msg,
  parse_mode: "html",
  disable_web_page_preview: true
})
🥰1
How To Set Bot Menu Commands In Your Bot

❣️ Command:- /setMyCommands
// Define the commands
var commands = [
{ command: 'start', description: 'start me' },
{ command: 'help', description: 'get help' },
{ command: 'list', description: 'just ok' }
];

// Set the commands using Telegram's API
Api.setMyCommands({
commands: commands,
scope: { type: 'default' },
// Define a callback to handle the response after setting the commands
on_result: "onSetCommandsResult"
});

// Callback to handle the response
function onSetCommandsResult() {
var result = options.result; // 'options' holds the response from the API
if (result.ok) {
Bot.sendMessage("Commands have been successfully set.");
} else {
Bot.sendMessage("Failed to set commands: " + result.description);
}
}
🥰3👍1👏1
🧑‍💻 Hᴏᴡ Tᴏ Mᴀᴋᴇ Bᴏᴛs Bʏ Eᴀsʏ Mᴇᴛʜᴏᴅ !!

📌 Nᴏʙᴏᴅʏ Asᴋ Hᴏᴡ Tᴏ Lᴇᴀʀɴ Cᴏᴅɪɴɢ Aɴᴅ Aʟsᴏ Nᴏᴛ Gɪᴠɪɴɢ Fʀᴇᴇ Cᴏᴅᴇs Bᴜᴛ Bᴜᴛ Bᴜᴛ Nᴏᴡ I Aᴍ Lᴀᴜɴᴄʜɪɴɢ Nᴇᴡ Bᴏᴛ Gɪᴠɪɴɢ Yᴏᴜ Fʀᴇᴇ Cᴏᴅᴇs

📩 Tʜɪs Bᴏᴛ Gɪᴠᴇ Cᴏᴅᴇs , Yᴏᴜ Cᴀɴ Aʟsᴏ Asᴋ Hᴏᴡ Tᴏ Mᴀᴋᴇ Bᴏᴛ Gɪᴠᴇ Sᴛᴇᴘs Aɴᴅ Bᴏᴛ Gɪᴠᴇs Aʟʟ Sᴛᴇᴘs Yᴏᴜ Cᴀɴ Asʟᴏ Lᴇᴀʀɴ Iɴ Tʜɪs Bᴏᴛ Tᴇʟᴇʙᴏᴛ Cʀᴇᴀᴛᴏʀ Aɴᴅ Bᴏᴛ Bᴜssɪɴᴇss Cᴏᴅᴇs

🤖 Bᴏᴛ Lɪɴᴋ: @DarkConvertBot
😍2🔥1
⁉️Auto Reaction Bjs


👀Command: *

var myEmoji = ["👍", "👎", "", "🔥", "🥰", "👏", "😁", "🤔", "🤯", "😱", "🤬", "😢", "🎉", "🤩", "🤮", "💩", "🙏", "👌", "🕊", "🤡", "🥱", "🥴", "😍", "🐳", "❤‍🔥", "🌚", "🌭", "💯", "🤣", "", "🍌", "🏆", "💔", "🤨", "😐", "🍓", "🍾", "💋", "🖕", "😈", "😴", "😭", "🤓", "👻", "👨‍💻", "👀", "🎃", "🙈", "😇", "😨", "🤝", "", "🤗", "🫡", "🎅", "🎄", "", "💅", "🤪", "🗿", "🆒", "💘", "🙉", "🦄", "😘", "💊", "🙊", "😎", "👾", "🤷‍♂", "🤷", "🤷‍♀", "😡"]

var doEmoji = myEmoji[Math.floor(Math.random() * myEmoji.length)];

HTTP.post({
  url: "https://api.telegram.org/bot" + bot.token + "/setMessageReaction",
  body: {
    chat_id: request.chat.id,
    message_id: request.message_id,
    reaction: JSON.stringify([
      {
        type: "emoji",
        emoji: doEmoji,
        is_big: true
      }
    ])
  }
});
👌1😘1