FlashCom - BJS Codes / Bots
881 subscribers
51 photos
4 videos
1 file
93 links
This channel helps you to create bots, learn to create bots and to accuire bjs codes.
Discover special giveaways, exclusive free offers given by this channel.

Support @FlashComSupport

Partner : @SiyaBots
Download Telegram
Broadcast message Bjs

🚀 Command: /broadcast
📌 Answer: Enter your message for broadcast.
🔰 Wait for answer: On
Bjs code:
if(user.telegram!="1272403758"){return}

Bot.sendMessage("Message sent to all users")

Bot.runAll({
command: "/message",
options: {chat_id: request.chat.id,message_id: request.message_id}
})


🚀 Command: /message
🔰 Wait for answer: Off
Bjs code:
Api.copyMessage({
chat_id: user.telegramid,
from_chat_id: options.chat_id,
message_id: options.message_id,
})


Note: Must edit the admin id with your telegram id.

⚡️Posted by: @shivamb311
Credits: unknown
⚡️Error Report: @flashcomofficialchat
⚡️Official Channel: @flashcomofficial
👍3
📢 Wish to be a part of our team ?

✴️ We need people to post codes, giveaways etc... To our made channels and for free.

If your willing to become a member of our team then please make sure contact @FlashComSupport

Due Data : 23/11/2023 ( Make sure send a message to the particular account mentioned above before the due Data by asking to become a part of our team )

Requirements

1. BJS
2. TPY
3. Group Management
4. Channel Checker

You may select a topic and request from the above mentioned account.

Hurry Up Only 1 Will Be Selected Each Of The Above Mentioned Requirements

Thanks,
👍1
FlashCom - BJS Codes / Bots
📢 Wish to be a part of our team ? ✴️ We need people to post codes, giveaways etc... To our made channels and for free. If your willing to become a member of our team then please make sure contact @FlashComSupport Due Data : 23/11/2023 ( Make sure send…
Two has been already selected as a member of the particular channel / group now only another two are available

Available Requirements

1. BJS
2. Channel Checker

Now Soon Become a Member Of Our Team By Messaging @FlashComSupport By Sending any of the above available requirements or even you can select two
🔥1
📌 Inline Keyboard BJS

🚀 Command : /start

nWait for answer :

🛠️ BJS Code : var buttons = [
{title: "Go to Google", url: "https://google.com"},
{title: "Call command for Button1", command: "/touch Button1" },
{title: "Call command for Button2", command: "/touch Button2" }
];

Bot.sendInlineKeyboard(buttons, "Please make a choice. After that, another command /touch will be started with parameters");


⚡️Posted on : @flashcombjs
⚡️Posted by : @HelpGoFree
⚡️Credits : @BotsBus
⚡️Error Report : @flashcomofficialchat
⚡️ Official Channel : @flashcomofficial

🔴 Flag Post
👍1
Forwarded from GetMart Official Channel (HelpGo Free)
We need help from you ?

> If you know php and know to host files in databases please make sure send a message to @FlashComSupport because we need help from you !

Thank You,
📌 Random Logo Generator Bjs

🚀 Command : /logo

Wait for answer : ✔️

🛠️ BJS Code :
HTTP.get({
  url:  "https://logomaker.apinepdev.workers.dev/?logoname=" + encodeURI(message),
  success: "/onLoading"
})
🚀 Command : /onLoading

Wait for answer :


🛠️ BJS Code :
var logo = JSON.parse(content).logo
if (logo) {
Api.sendChatAction({
chat_id: chat.chatid,
action: "upload_photo"
})
Api.sendPhoto({
photo: logo,
caption: `<b> Your Logo Generated!

Coded By @Swastik_Raj
🤩 Coding Channel @Privates_Bots</>`,
parse_mode: "html"
})
return
}
Api.sendChatAction({
chat_id: chat.chatid,
action: "typing"
})
Bot.sendMessage("*_ Some Error On External Api To Generate Logo._*")
⚡️Posted on : @flashcombjs
⚡️Posted by :
@CoderSwastik
⚡️Credits :
@Swastik_Raj
⚡️Api by : @Prime_Nepcoder
⚡️Error Report :
@flashcomofficialchat
⚡️ Official Channel :
@flashcomofficial

🔴 Flag Post
Do you want your bjs codes or bots giveaways to be posted in this channel !

⭐️ If your willing to post your bjs codes or your bjs bots giveaways to this channel you can contact @FlashComSupport by sending your post.

Post Format Will Be Edited And Posted In This Channel Once After Verifying

Send Message Of Your Bjs Codes or Bots to @FlashComSupport
📌 Logo Maker BJS

🚀 Command : /start

Wait for answer : ✔️

Answer : Send Logo Name ?

🛠 BJS Code :
Bot.sendMessage( "Click on Next type to create a\n  ☟different type of logo.☟")
// command post runs a command
// where the url is written opens a link:/

Api.sendPhoto({
photo:
"https://malfrafg.sirv.com/images.jfif?text=" +
message +
"&text.font.weight=extra-bold&text.size=80&text.font.style=italic&text.outline.width=10&text.outline.color=00000&text.position=center&text.font.family=Bitter&text.color=D90A08&text.outline.blur=10",
caption:
"*📝 Congrats! Your Logo Is Ready...\n\nGENERATED BY @" + bot.name + "*",
parse_mode: "markdown"
})


⚡️Posted on : @flashcombjs
⚡️Posted by : @flashcomowner
⚡️Credits : @CodeUnknownCredits
⚡️Error Report : @flashcomofficialchat
⚡️ Official Channel : @flashcomofficial

🔴 Flag Post
👍2
Need Fully Working Broadcast Bjs?
👍3
🔥🔥ADVANCED STATUS CHECKER BJ'S

🆘Command :- /track

Wait for Answer :- On

Answer :- 🔍 Sᴇɴᴅ Tʜᴇ Oʀᴅᴇʀ ID Tᴏ Tʀᴀᴄᴋ Sᴛᴀᴛᴜs Oғ Yᴏᴜʀ Oʀᴅᴇʀ.

🔥BJ's :- Api.sendChatAction({
chat_id: chat.chatid,
action: "typing"
})
User.setProperty("OrderID", message)
HTTP.get({
url: "Your Smm panel link ,
success: "order-stat"
})

🆘Command :- order-stat

🔥BJ's :- let free = new Date().toLocaleString("en-US", {
timeZone: "Africa/Dar_es_Salaam"})

var dt = Libs.DateTimeFormat.format(free, "dd,mm,yyyy");
var tm = Libs.DateTimeFormat.format(free, "h:MM");
var od = User.getProperty("OrderID")
var r = JSON.parse(content)
var oid = r.status
var rem = r.remains
var st = r.start_count
var bbb = r.charge
var cu = r.currency
var k = Bot.getProperty("management")
var k = Bot.getProperty("management")
if (k == "on") {
Api.sendPhoto({
photo: "https://imbt.ga/0qL1iJuryt",
caption:
"<b>🔋 Wᴇ ᴀʀᴇ ᴄᴜʀʀᴇɴᴛʟʏ Sᴀᴠɪɴɢ ᴘᴏᴡᴇʀ, Pʟᴇᴀsᴇ ᴜsᴇ ᴛʜɪs ᴄᴏᴍᴍᴀɴᴅ ᴀғᴛᴇʀ sᴏᴍᴇ Hᴏᴜʀs</b>",
parse_mode: "HTML"
})

return
} else var to = Bot.getProperty("maintenance")
if (to == "on") {
Bot.sendMessage(
"*😌 Sᴏʀʀʏ*, Tʜᴇ Bᴏᴛ ɪs ᴄᴜʀʀᴇɴᴛʟʏ *🛠 Uɴᴅᴇʀ Mᴀɪɴᴛᴇɴᴀɴᴄᴇ,*\n↺ _Pʟᴇᴀsᴇ ᴡᴀɪᴛ ɪᴛ ᴍᴀʏ ᴛᴀᴋᴇ ᴜᴘ ᴛᴏ 1-12 Hᴏᴜʀ_.")
return
} else
var ban = Bot.getProperty(user.telegramid + "ban")
if (ban == true) {
var button = [
{ title: "→Cᴏɴᴛᴀᴄᴛ Sᴜᴘᴘᴏʀᴛ", url: "https://wa.me/255677422493" }
]
Bot.sendInlineKeyboard(button, "*Yᴏᴜ ᴀʀᴇ ʙᴀɴɴᴇᴅ ғʀᴏᴍ ᴜsɪɴɢ ᴛʜɪs ʙᴏᴛ*")
return
} else
if(oid== undefined){
Bot.sendMessage("Cᴀɴ'ᴛ ғɪɴᴅ ᴏʀ ᴡʀᴏɴɢ ɪᴅ ᴛʀʏ ᴀɢᴀɪɴ")
return}
if(request.data){
var message_id = request.message.message_id
var chat_id = request.message.chat.id

Api.answerCallbackQuery({
callback_query_id: request.id,
text: " ᴏʀᴅᴇʀ sᴛᴀᴛᴜs ғᴏᴜɴᴅ\n\n🆔 Iᴅ : "+ od +"\n🔋 Sᴛᴀᴛᴜs : " + oid + "\n Rᴇᴍᴀɪɴs : " + rem + "\n📈 Sᴛᴀʀᴛ Cᴏᴜɴᴛ : "+ st +"\n\n❤️ ᴛʜᴀɴᴋs ᴏʀᴅᴇʀ ᴀɢᴀɪɴ ᴅᴇᴀʀ",
show_alert: true
})
return }
Api.sendPhoto({photo: "https://telegra.ph/file/b011867980b4b00ddf70a.jpg",
caption: " ᴏʀᴅᴇʀ sᴛᴀᴛᴜs ғᴏᴜɴᴅ\n\n🆔 Iᴅ : "+ od +"\n🔋 Sᴛᴀᴛᴜs : " + oid + "\n Rᴇᴍᴀɪɴs : " + rem + "\n📈 Sᴛᴀʀᴛ Cᴏᴜɴᴛ : "+ st +"",
parse_mode: "Markdown"
});

━━━━━━━━━━━━━━━━━━

❤️ Code by :- @mrX605Tz
👍2🏆2
🔊 Announcement

⭐️ We are just thrilled to announce you the GoFlash App.

What's GoFlash App ?
🌟 This app helps you to find codes to build telegram bots, telegram bot templates and tools.

🚀 Join GoFlash Official Channel to Get App Download Link and App Updates :

https://t.me/GoFlashOfficial
👍2
Terabox content direct download link generator Bjs


🚀 Command: /download
📌 Answer: Enter the terabox content link to get it's direct download link.
📎 Wait for answer: true
Bjs:
HTTP.get({
  url: "https://tera.instavideosave.com/?url=" +message,
  success: "/next"
});


🚀 Command: /next
📎 Wait for answer: false
Bjs:
const jsonData = JSON.parse(content)
const dlink = jsonData.api.dlink
Bot.sendMessage("Download link: [Click me](" + dlink + ")")


⚡️Posted By: @shlokbundele
⚡️Credits: @sarozpaudel | @shlok_bundele
⚡️Error Report: @flashcomofficialchat
⚡️Official Channel: @flashcomofficial

🪧 Note: Currently this Bjs is out of support.
👍5
😔 Sorry for the delay.

As per the channels which we made related to to BJS, TPY Etc... Admins and I was less active of posting codes, giveaways etc...

Reason for delay according to me ?

According to me I was busy during the day and time and took rest at night time and was not able to be active in telegram and to post codes, giveaways etc... and also I don't know the exact reasons why admins are less active on this channel and the channels which this post has. So please make sure I apologize you for this.

🎆 What's my plan for next year ( 2024 ) ?

As per my plan I have decided to change the plan going on this channel to upgrade the plan which was made previous or to implement new plans for the channels. This will be applied once the final decision is made. You may see below some of the plans below 👇.

🤔 Few Plans Made For Now ?

- Creating New Channels.
- Upgrading the post structure.
- Public Posting Codes On Our Channels ( You can post your own code once after verification terms and conditions may be applied ).
- Reforming all our channels.


☺️ Hope You All Having A Great Day and Happy New Year And Sorry For The Delay.

✉️ Contact us via email or telegram
flashcomhelp@gmail.com

🚀 FlashCom Admin
@FlashComSupport

Thanks,
Forwarded from GetMart Official Channel (FlashCom)
🌟 Introducing FlashGuide - Complete Guide Channel

🚀 FlashGuide channel is built to provide guides, tricks and techniques etc... For you to know something useful and use some tricks which you doesn't know. Even you can learn something with guide about something related to technology etc...

🎉 Please Click The Below Button And Join To The Channel Which Will Be Useful To You.
🎉 Happy New Year 2024 !

🌟 New Year 2024 is a cause for celebration, for spending time with friends and family, and for offering happy New Year wishes. A lot can happen in a year and between the good, the bad, and the ugly, this may seem like an understatement for most. Forget about the past and start living happily from now. Celebrate this new year with joy and happiness almost we are reaching to 2024 after 365 days in a year of 2023 and the 2023 may be sad or happy to you but make sure you enjoy the happiness with you and your family with 2024

✴️ New Year Wishes From FlashCom Team !
FlashCom - BJS Codes / Bots
Video
📌 Mini Font Editor BJS Code

📃 Description : This is a code where you can change the text font once after you run the command and start sending a text.

🚀 Command :  /start

Wait for answer :  

📜 AnswerHello,

Send me a text to change to font available ?


🚀 Command : *

🛠 BJS Code : 
function applyFontStyle(text) {
    const fontMapping = {
    a: "𝚊",
    b: "𝚋",
    c: "𝚌",
    d: "𝚍",
    e: "𝚎",
    f: "𝚏",
    g: "𝚐",
    h: "𝚑",
    i: "𝚒",
    j: "𝚓",
    k: "𝚔",
    l: "𝚕",
    m: "𝚖",
    n: "𝚗",
    o: "𝚘",
    p: "𝚙",
    q: "𝚚",
    r: "𝚛",
    s: "𝚜",
    t: "𝚝",
    u: "𝚞",
    v: "𝚟",
    w: "𝚠",
    x: "𝚡",
    y: "𝚢",
    z: "𝚣",
    A: "𝙰",
    B: "𝙱",
    C: "𝙲",
    D: "𝙳",
    E: "𝙴",
    F: "𝙵",
    G: "𝙶",
    H: "𝙷",
    I: "𝙸",
    J: "𝙹",
    K: "𝙺",
    L: "𝙻",
    M: "𝙼",
    N: "𝙽",
    O: "𝙾",
    P: "𝙿",
    Q: "𝚀",
    R: "𝚁",
    S: "𝚂",
    T: "𝚃",
    U: "𝚄",
    V: "𝚅",
    W: "𝚆",
    X: "𝚇",
    Y: "𝚈",
    Z: "𝚉"
};

    for (const char in fontMapping) {
        if (fontMapping.hasOwnProperty(char)) {
            const replacement = fontMapping[char];
            const regex = new RegExp(char, 'g');
            text = text.replace(regex, replacement);
        }
    }

    return text;
}

const userInput = message;
const styledText = applyFontStyle(userInput);
Bot.sendMessage(styledText);
⚡️ Posted on : @flashcombjs
⚡️ Credits : @CodeUnknownCredits
⚡️ Error Report : @flashcomofficialchat
⚡️ Official Channel : @flashcomofficial

🚩Flag Post 🚩
👍2