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
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
πŸŽ‰ Sponser Ads For Free.

πŸ“£
We are just happy to announce you that you can show your own ads for free in our bots or channels. As per we announced before the ads was still free but for limited time and now you can keep your ads visible for 1 month or more.

Ads can contain

- Telegram Channels, Groups and Bots.
- Youtube Channels.
- External Like Websites Etc...

πŸ”΄ Your ads will be published once after verification and make sure that your ads has to follow ad rules and we will strictly review the ads before publishing it.

✍ Please send a message to admin by asking to sponser your ads

Admin : @FlashComSupport
πŸ‘3
πŸ“Œ Notes | Music Finder BJS Bots ❓

⭐️ This is an giveaway.

πŸ“ƒ Description :
Notes Bot is used to create, edit and delete notes which will be helpful you to save something where you can get it back.

Music Finder Bot helps you to find music which you want and send the suggested music to you.

How to get the above mentioned bots to my bb account ❓

- Send your bots.business email by asking for those bots to @FlashComSupport.

πŸ—“ Valid Till :  05/01/2024


⚑️ Credits

➑️ Those bots are not made by us and i got it from somewhere and i am providing it to you if you need more to read about this please read the unknown credits text.
πŸ“Œ Random shlok from Bahgavad Gita Bjs❓

πŸ“ƒ Read random shlokas from bhagavad gita using the bot BJS code

πŸš€ Command : /start

Wait for answer : ❌

βš’ BJS code :
Bot.sendMessage("Use /shlok command to get a random shlok from Bahgavad Gita!");

πŸš€ Command : /shlok

Wait for answer : ❌

βš’ BJS code :
HTTP.get({
  url: "https://shloka.onrender.com/api/v1/bahgavad_gita/random",
  success: "/next"
});


πŸš€ Command : /next

Wait for answer : ❌

βš’ BJS code :
const jsonData = JSON.parse(content);
const verseNumber = jsonData["Verse No"];
const shloka = jsonData.Shloka;
const translation = jsonData["English Translation"];
const explanation = jsonData.Explanation;
const chapter = jsonData.Chapter;
Bot.sendMessage("*Chapter*: "+chapter+"\n*Verse*: "+verseNumber+"\n*Shloka*: "+shloka+"\n*Translation*: "+translation+"\n*Explanation*: "+explanation+"" );



⚑️Posted By : shlok
⚑️Credits : shlok
⚑️Error Report : @flashcomofficialchat
⚑️Official Channel : @flashcomofficial
πŸ”₯2πŸ‘1
Please Ensure Explore Your Ideas Now !

πŸ›  Just Comment Us On @FlashComOfficial Chat By Tagging @admin What Codes & Bots You Need Just Give us an Idea !

Thank You, FlashCom Owner


#FlashExplore
πŸ‘2
FlashCom - BJS Codes / Bots:
πŸŽ‰ Special Plans

πŸ”Š As per 2024 January has arrived we have decided to give some special bjs bot giveaways. So the upcoming bot giveaways you can see it below.

πŸš€ Upcoming Giveaways Planned ?


-- Trx Auto Pay Bot
-- Temporary Mail Generator Bot
-- Smm Panel Bot
-- Crypto Converter CC Bot


😜 Stay Tuned Till You Get The Above Special Giveaways.

Thanks,
FlashCom Team.
❀2πŸ‘1
FlashCom - BJS Codes / Bots
FlashCom - BJS Codes / Bots: πŸŽ‰ Special Plans πŸ”Š As per 2024 January has arrived we have decided to give some special bjs bot giveaways. So the upcoming bot giveaways you can see it below. πŸš€ Upcoming Giveaways Planned ? -- Trx Auto Pay Bot -- Temporary…
πŸŽ‰ Claim January Giveaway Bots Now !

Description : This is an special special giveaway as per you can see the replied post in this message or click here. This giveaway will be held each month sometimes or each years etc... So now claim the giveaway by following below instructions

How to claim giveaways bots ❓

- Join @FlashComBjsChat.

- Send #Jan24Flash your_bb_email ( eg : #Jan24Flash myemail@gmail.com )

- Send the message and once done a reply message will be sent from our bot.

- Once the bot says that you have claimed all 4 bots then you have successfully claimed and if it says error please report it to us.

- Go check your provided email bb account.

- That's All.

😜 Stay tuned for more giveaways soon
FlashCom - BJS Codes / Bots
πŸŽ‰ Claim January Giveaway Bots Now ! Description : This is an special special giveaway as per you can see the replied post in this message or click here. This giveaway will be held each month sometimes or each years etc... So now claim the giveaway by following…
Please Delete Your Email Once Sending Due to Security Purposes.

Reason ?

There is a reason behind and we cannot explain you but Incase if that affect you we are not responsible and not here please don't share anywhere keep it private and safe and make sure delete your email once sending.
πŸ“Œ Text to Telegraph (BJS).❓

πŸš€ Command : /tele

Wait for answer : βœ”οΈ

πŸ“œ Answer*🧿 Enter a text to Upload on telegraph!*

πŸ› οΈ BJS Code :
if (!content) {
  //Made By @flashcombjs
  var url =
    "https://api.telegra.ph/createPage?access_token=39290dea4e906e932a0ed05dba7d03c73c2a02e5d856b34b1c1455adb3e6&title=Created+by+@" +
    bot.name +
    "&author_name=@" +
    user.username +
    "&content=[%7B%22tag%22:%22p%22,%22children%22:[%22" +
    encodeURIComponent(message) +
    "%22]%7D]&return_content=true"
  //Made By @flashcombjs
  HTTP.get({ url: url, success: "/tele" })
  return
}
//Made By @flashcombjs
let link = JSON.parse(content).result.url
Bot.sendMessage(link)
//Made By @flashcombjs
⚑️Posted on : @flashcombjs
⚑️Posted by :
@CoderSwastik
⚑️Credits :
@Swastik_Raj
⚑️Error Report :
@flashcomofficialchat
⚑️ Official Channel :
@flashcomofficial

πŸ”΄ Flag Post
Should we open Bjs Bot Store ?
Anonymous Poll
92%
Yes βœ”οΈ
8%
No ❌
FlashCom - BJS Codes / Bots
Should we open Bjs Bot Store ?
This will also contain codes store
❀3
πŸ“Œ Rain Bjs Code❓

πŸš€ Command : /rain

Wait for answer : ❌

πŸ“œ Answer

πŸ› οΈ BJS Code :
if (chat.chat_type != "private") {
function find() {
Bot.sendMessage(
"*πŸ˜… Incorrect Format use*\n\n[/rain] [Amount] [No. Of Users]",
{
is_reply: true
}
)
}

try {
if (!params) {
}
let receive = params.split(" ")
var amo = receive[0]
var newamo = amo * 1
var clus = receive[1]
var totalamo = newamo * clus
var cur = Bot.getProperty("cur")
} catch (err) {
find()
return
}
if (newamo < 1) {
return
}
if (amo.includes("-")) {
return
}
if (amo.includes("+")) {
return
}
if (amo.includes("Γƒβ€”")) {
return
}
if (amo.includes("÷")) {
return
}
if (amo.includes(".")) {
return
}
function isNumeric(n) {
return !isNaN(parseFloat(n)) && isFinite(n)
}

if (!isNumeric(amo)) {
return
}

if (!isNumeric(clus)) {
return
}
if (clus >= 1 && clus <= 50) {
let res = Libs.ResourcesLib.userRes("balance")
var adm = Bot.getProperty("adminID")
if (res.value() < totalamo) {
Bot.sendMessage(
"* Insufficient Balance!*_ Need atleast " +
totalamo +
" " +
cur +
"_\n\n* Your Balance:*_ " +
res.value() +
" " +
cur +
"_",
{ is_reply: true }
)
return
}
var rrid = generateCaptchaText(4)
var rn = Libs.Random.randomInt(0, 999999)
var rr = rrid + "" + user.id + "" + rn
if (!user.username) {
var usern =
"<a href='tg://user?id=" +
chat.chatid +
" '>" +
user.first_name +
"</a>"
} else {
var usern = "@" + user.username
}
var st = { total_user: clus, per_mem: newamo, rain_creator: usern }
Bot.setProperty(rr, st)
Api.deleteMessage({ message_id: request.message_id })
var usn = "<a href='tg://user?id=" + user.telegramid + " '>Your</a>"
Api.sendMessage({
text:
" <b>πŸ₯³ Hurrah!</> " +
usn +
" Rain Has Been Successfully Made. \n\n<b>Per User Amount:</> " +
newamo +
" <b>" +
cur +
"</>\n\n<b> Total Claimer:</> " +
clus +
"",
parse_mode: "html",
reply_markup: {
inline_keyboard: [
[
{
text: " Claim Rain (0/" + clus + ")",
callback_data: "/Claim_Rain " + rr
}
]
]
}
})
res.add(-totalamo)
} else {
Bot.sendMessage(
"*Oh!* Something Went Wrong.\n\nYou Can Make Rain For Minimum *1 Member* And Maximum *50 Member*",
{ is_reply: true }
)
}
}
πŸ‘2
πŸš€ Command : /claim_rain

Wait for answer : ❌

πŸ“œ Answer

πŸ› οΈ BJS Code :
var rain = Bot.getProperty(params)
if (!rain) {
  Bot.sendMessage("*Invalid Rain Id*")
  return
}
var amo = rain.per_mem
var us = rain.total_user
var cr = rain.rain_creator
var balance = Libs.ResourcesLib.userRes("balance")
var cur = Bot.getProperty("cur")
var mm = request.message.message_id
if (!user.username) {
  var usern =
    "<a href='tg://user?id=" +
    user.telegramid +
    " '>" +
    user.first_name +
    "</a>"
} else {
  var usern = "@" + user.username
}
var clm = Libs.ResourcesLib.anotherChatRes("ClaimerBhai", params)
var nn = Bot.getProperty("Claim_Rain" + params)

if (clm.value() == us) {
  var txt = cr + "  <b>🎁 Your Rain Claimed All Members.</>\n\n" + nn
  Api.editMessageText({
    message_id: mm,
    text: txt,
    parse_mode: "html"
  })
} else {
  var alr = User.getProperty("Already_Claim" + params)
  if (alr == "already") {
    Api.answerCallbackQuery({
      callback_query_id: request.id,
      text: "πŸ˜… You Have Already Claimed This Rain.",
      show_alert: true
    })
    return
  }
  Api.answerCallbackQuery({
    callback_query_id: request.id,
    text: "πŸ₯³ You Have Successfully Claimed Rain.",
    show_alert: true
  })
  clm.add(1)
  balance.add(+amo)
  Bot.editInlineKeyboard(
    [
      [
        {
          title: " Claim Rain (" + clm.value() + "/" + us + ")",
          command: "/Claim_Rain " + params
        }
      ]
    ],
    mm
  )
  if (nn == undefined || !nn) {
    var newh = "\n <b>" + clm.value() + ".</> " + usern + " "
    Bot.setProperty("Claim_Rain" + params, newh, "string")
  } else {
    var nwh = "\n <b>" + clm.value() + ".</> " + usern + " "
    var toal = nn + nwh
    Bot.setProperty("Claim_Rain" + params, toal, "string")
  }
  User.setProperty("Already_Claim" + params
⚑️Credits : @CodeUnknownCredits
⚑️Error Report :
@flashcomofficialchat
⚑️ Official Channel :
@flashcomofficial

πŸ”΄ Flag Post
πŸ‘2
Forwarded from GetMart Official Channel (FlashCom)
πŸ“£ INTRODUCING GETMART BOT

✨️ This is an free bjs store bot which you can explore many bjs bots and you can install it to your bots.business account.

✨️ Explore the best bot templates from @GetMartBot and even stay tuned for more updates @FlashComBjs.
πŸ“£ Task For Premium Members

Please Boost Our Channel By Clicking To The Below Link In Order to Make Changes In Appearance etc...

https://t.me/flashcombjs?boost

This Will Be A Part Of Help Your Performing Towards Us!
πŸ‘1
πŸ“Œ Old Name Detector Bjs Code❓

πŸš€ Command : *

πŸ“ƒ Description : Detects whether the name and username has changed and immediately inform admins in the group that user has changed their name or username with the current and previous one.

Wait for answer : ❌

πŸ“œ Answer

πŸ› οΈ BJS Code :
if (chat.chat_type !== "private") {
  var data = Bot.getProperty("data " + user.telegramid)

  if (data === undefined) {
    var currentData =
      user.first_name + "%29" + user.last_name + "%29@" + user.username
    Bot.setProperty("data " + user.telegramid, currentData, "string")
    return
  } else {
    var lastData = data.split("%29")
    var newData =
      user.first_name + "%29" + user.last_name + "%29@" + user.username

    if (data !== newData) {
      var message =
        "<b>⚠️ @admin, note this! One user currently in your chat changed their details.</b>\n\nπŸ“°<b>Last Details:</b>\n"

      message += "- " + lastData[0] + "\n"

      message += "- " + lastData[1] + "\n"
      message += "- " + lastData[2] + "\n"

      message += "\n<b>Current Details:</b> "

      if (user.first_name) message += "\n- " + user.first_name + "\n"
      if (user.last_name) message += "- " + user.last_name + "\n"
      if (user.username) message += "- @" + user.username

      Api.sendMessage({
        chat_id: chat.chatid,
        text:
          "" +
          message +
          "\n\nγ€Š<a href='tg://user?id=" +
          user.telegramid +
          "'>Permanent Link</a>》",
        parse_mode: "html"
      })
      Bot.setProperty("data " + user.telegramid, newData, "string")
    }
  }
}

⚑️Posted by : @FlashComOwner
⚑️Credits : @CodeUnknownCredits
⚑️Error Report :
@FlashComBjsChat
⚑️Official Channel :
@flashcomofficial
πŸŽ‰ Special Giveaways - Monthly Giveaway

πŸ”Š February is going to arrive next and the next giveaway will be implemented in new way. You can view the bots you will be getting in february.

πŸš€ Upcoming Bots Giveaways ?


-- Ad clickers bot
-- Poll maker bot
-- Like bot
-- Post with reaction bot


😜 Stay Tuned Till You Get The Above Special Giveaways.

#MonthlyGiveawayFeb

Thanks,
FlashCom Team.
πŸŽ‰ Sponser Ads For Free.

πŸ“£
We are just happy to announce you that you can show your own ads for free in our bots or channels. As per we announced before the ads was still free but for limited time and now you can keep your ads visible for 1 month or more.

Ads can contain

- Telegram Channels, Groups and Bots.
- Youtube Channels.
- External Like Websites Etc...

πŸ”΄ Your ads will be published once after verification and make sure that your ads has to follow ad rules and we will strictly review the ads before publishing it.

✍ Please send a message to admin by asking to sponser your ads

Admin : @FlashComSupport