FlashCom - BJS Codes / Bots
888 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
🌟 Coming Soon: BB Snippet Manager 🌟

Unlock the full power of your Bots.Business JavaScript (BJS) workflow with our sleek, Edge-integrated snippet manager!

πŸš€ Key Features:

* Effortless Snippet Library: Create, edit & delete reusable BJS code in seconds
* Instant Validation: Catch errors on the spotβ€”no more guesswork
* Edge Sync: Access your snippets anywhere on PC, automatically backed up to the cloud
* Telegram-Free Workflow: Copy-paste directly into Bots.Business without switching apps

πŸ’‘ Why You’ll Love It:

* Stay organized: Tag and categorize your favorite snippets
* Boost productivity: Spend less time hunting for code, more time building
* Never lose a snippet: All changes saved and synced in real time

πŸ“Έ Peek the preview below to see our clean, intuitive interface in action!

πŸ”œ Launching Soon on the Microsoft Edge Add-ons Storeβ€”get ready to supercharge your BJS development!
πŸ‘2
Bad Words Detector API

API Endpoint:

http://flashcomapi.getenjoyment.net/stopthis/check

Method:

> GET

Query Parameter:

word – The word or phrase to be checked for offensive or inappropriate content.

Example Usage (Demo):

http://flashcomapi.getenjoyment.net/stopthis/check?word=hello

Response Format (JSON)

{ "word": "hello", "bad": false } 


word: The word that was checked.

bad: A boolean value – true if the word is inappropriate, false if it's acceptable.

Description

The Bad Words Detector API helps filter user-generated content by identifying offensive or inappropriate language.

Use Cases: Groups

Good Words: Return with "bad": false, meaning the input is clean.

Bad Words: Return with "bad": true, indicating the word is flagged as inappropriate.
GIVEAWAY COMING SOON!

FlashCom is giving away a Telegram channel with 181 active users – completely FREE!

Channel to be given: @QiraOfficial
Yes, it's real. One lucky winner will get full access!

To participate:

Send your Telegram username in the comments or message @FlashComAssistant directly.

Hurry up – only one winner will be chosen!

#TelegramGiveaway #FlashCom #FreeTelegramChannel #GiveawayAlert
πŸ”₯2πŸ‘1πŸ‘Œ1
Convert Your Telegram Stars to TON Instantly!


Turn your earned Telegram Stars into TON (The Open Network) tokens quickly and securely using the Star Wallet Automation Bot.

Convert your stars to ton now by clicking below link : https://t.me/starwallet_automationbot?start=_tgr_GxgN1sQ2OTI1



Fast, automated, and easy to use β€” don’t let your Stars go to waste!
Join the FlashCom Core Team β€” Coders Wanted!

Are you passionate about coding and ready to be part of something impactful?
FlashCom is searching for talented and driven coders to join our core team and help take our platform to the next level!

- Only 5 dedicated admins will be selected

- We’re looking for individuals with skill, creativity, and commitment

- This is your opportunity to make a real impact and gain recognition!

Perks & Rewards

Earn points for your work through @GetMartBot

Those who work hard and contribute meaningfully will receive premium bots as a gift from FlashCom!

If you're ready to be part of something big, message @FlashComAssistant now β€” full instructions will be sent to you.

Step up. Stand out. Help shape the future of FlashCom!
New Auto Filter Bot Added to GetMart!

The previous version of the Auto Filter Bot has been removed.

A new and improved Auto Filter Bot v2.0 has now been added to the GetMart platform.

Bot ID: 1991651
Platform: BB

You can install and start using it

Install via GetMart by clicking below link:
https://t.me/GetMartBot?start=botid=1991651&platform=bb

This version includes:

1. Dynamic text filters

2. Media support (photo, video, documents, etc.)

3. Smart replies with user and group mentions

4. Admin/user-specific response handling


This bot was kindly distributed to us by @CyberXCoding β€” thank you for your contribution!

For support, contact: @FlashComBTChat
Giveaway Winner Announcement!

Congratulations to @Dorabita007 for winning our Telegram channel giveaway with 170+ active members and participants!

A big thank you to everyone who participated and made this giveaway awesome.

Stay connected for more exciting giveaways coming up!
πŸ‘Ž6πŸ‘1πŸ‘Œ1
πŸš€ Sign up at GetMart today and start installing Bots.Business bots instantly!

πŸ”₯ New users receive 500 points just for signing up! Use these points to unlock powerful Bots.Business bots and boost your projects.

πŸ’‘ Why GetMart?


- Easy signup and instant access to top bots

- Earn register points to get started right away

- Trusted platform with secure and fast bot installation

- Regular updates and new bots added frequently

πŸ”— Register now:
https://getmart.iblogger.org/register

πŸ“œ Terms of Use and Privacy Policy apply.
πŸš€ Exciting News: Launch of BB Codes at GetMart!

We are thrilled to announce the launch of BB Codes on GetMart! πŸŽ‰

Now you can view, search, and explore BB Codes easily all in one place. Whether you're looking for the latest bots, codes, or special features, our BB Codes section has you covered with a user-friendly interface and fast access.

πŸ‘‰ Visit https://getmart.iblogger.org/bbcodes to get started!

Stay tuned for more updates and new features coming soon.

No LOGIN Required!
For Viewing Using Telegram Posts


β€” The FlashCom Team
πŸŽ‰ Limited-Time Offer: Get 150 Free Points! πŸŽ‰

We’re excited to announce a brand new reward offer!

πŸ‘‰ Just visit: https://getmart.iblogger.org/offer

βœ… What's the deal?

Claim 150 points instantly β€” no tasks, no waiting. Just a simple πŸ’™

⏳ Hurry! This offer is available for a limited time only.

Once it’s gone, it’s gone!
πŸ“Œ YouTube Video Summarizer Code πŸ“Œ βœ…

If BJS has tik it is tested & working perfectly.

πŸ“œ Description: Summarize YouTube videos up to 1000 words. Download the below codes as a zip by clicking here


πŸš€ Command: /start

⏳ Wait for answer: ❌ Off

πŸ›  BJS Code:

Bot.sendMessage("πŸ“Ί Send me the YouTube video link you want to summarize:")
Bot.runCommand("setVideoUrl")



πŸš€ Command: setVideoUrl

⏳ Wait for answer: βœ… On

πŸ›  BJS Code:

if (!message || (!message.includes("youtube.com") && !message.includes("youtu.be"))) {
Bot.sendMessage("❗️ Please send a valid YouTube URL.")
Bot.runCommand("setVideoUrl")
return
}

User.setProperty("video_url", message, "string")
Bot.sendMessage("✍️ How many words should the summary be? (15–1000)")
Bot.runCommand("setWordLimit")



πŸš€ Command: setWordLimit

⏳ Wait for answer: βœ… On

πŸ›  BJS Code:

var count = parseInt(message + "");

if (count < 15 || count > 1000) {
Bot.sendMessage("⚠️ Please enter a number between 15 and 1000.");
Bot.runCommand("setWordLimit");
return;
}

if (!count) {
Bot.sendMessage("⚠️ Invalid number. Please enter a valid word count.");
Bot.runCommand("setWordLimit");
return;
}

User.setProperty("word_limit", count, "integer");
Bot.sendMessage("πŸ”„ Summarizing the video... please wait...");
Bot.runCommand("youtubeSummary");



πŸš€ Command: youtubeSummary

⏳ Wait for answer: ❌ Off

πŸ›  BJS Code:

let videoUrl = User.getProperty("video_url");
let wordLimit = User.getProperty("word_limit") || 100;

HTTP.get({
url: "https://api.hazex.sbs/yt-summarizer?url=" + encodeURIComponent(videoUrl) + "&wordCount=" + wordLimit,
success: "onYTSummary",
error: "onYTError"
});




πŸš€ Command: onYTSummary

⏳ Wait for answer: ❌ Off

πŸ›  BJS Code:

let data = JSON.parse(content)

if (!data.error) {
Bot.sendMessage("βœ… *Summary:*\n\n" + data.result)
} else {
Bot.sendMessage("⚠️ Failed to get summary. Please check the video link.")
}




πŸš€ Command: onYTError

⏳ Wait for answer: ❌ Off

πŸ›  BJS Code:

Bot.sendMessage("❌ Could not reach the Hazex API. Try again later.")



⚑️Posted on : @FlashComBjs
⚑️Credits : @FlashComOfficial
⚑️Api Credits : @HazexApi
⚑️Error Report : @FlashComBTChat
⚑️Official Channel : @FlashComOfficial

#BjsCode βœ…
If BJS has tik it is tested & working perfectly.
πŸ‘6πŸ‘Ž2πŸ”₯1
πŸ“Œ AI Content Detection Bot Code πŸ“Œ βœ…

If BJS has tik it is tested & working perfectly.

πŸ“œ Description: Detect whether text is written by AI or a human.


πŸš€ Command: /start

⏳ Wait for answer: βœ… On

πŸ“ƒ Answer : Send me the text you want to check for AI detection

πŸ›  BJS Code:

let input = message;

if (!input) {
  Bot.sendMessage("❗️ Please send some text to detect if it's AI-generated.");
  return;
}

let encodedText = encodeURIComponent(input);

HTTP.get({
  url: "https://api.hazex.sbs/ai-detector?text=" + encodedText,
  success: "/onAIDetect",
  error: "/onDetectError"
});


πŸš€ Command: /onAIDetect

⏳ Wait for answer: ❌ Off

πŸ›  BJS Code:

let data = JSON.parse(content);

if (data.error) {
  Bot.sendMessage("❌ API returned an error. Please try again later.");
  return;
}

let result = data.result;

let aiPercentage = result.ai_percentage;
let humanPercentage = result.human_percentage;
let aiWords = result.ai_word_count;
let totalWords = result.total_word_count;
let isHuman = result.is_human;

let summary = "πŸ€– *AI Detection Result*\n\n";
summary += "🧠 Human-likeness score: *" + isHuman + "*\n";
summary += "πŸ“Š Human: *" + humanPercentage + "%* | AI: *" + aiPercentage + "%*\n";
summary += "✍️ Words detected as AI: *" + aiWords + "* out of *" + totalWords + "*\n";

if (aiPercentage > 50) {
  summary += "\n⚠️ This content may be *AI-generated*.";
} else {
  summary += "\nβœ… This content appears to be *human-written*.";
}

summary += "\n\nCode : @FlashComBjs\n\nπŸ”— API by @HazexApi";

Bot.sendMessage(summary);


πŸš€ Command: /onDetectError

⏳ Wait for answer: ❌ Off

πŸ›  BJS Code:

Bot.sendMessage("❌ Failed to detect AI content. Please try again later.");


⚑️Posted on : @FlashComBjs
⚑️Credits : @FlashComOfficial
⚑️Api Credits : @HazexApi
⚑️Error Report : @FlashComBTChat
⚑️Official Channel : @FlashComOfficial

#BjsCode βœ…

If BJS has tik it is tested & working perfectly.
πŸ”₯2πŸ‘1
πŸ“Œ Search Engine Bot Code πŸ“Œ βœ…

If BJS has tik it is tested & working perfectly.

πŸ“œ Description: Search images via API with filters including SafeSearch, photo, animated GIF, line art, clipart, and transparent background


πŸš€ Command: /search

⏳ Wait for answer: ❌ Off

πŸ›  BJS Code:

let args = params;

if (!args) {
Bot.sendMessage("❗️ Please enter a search query.\n\nExample:\n/search cats\n/search cats filter=Photo\n/search cats filter=Transparent");
return;
}

let parts = args.split(" ");
let query = parts[0];

let type = "images"; // βœ… default to images
let safe = "on"; // safe search on by default
let filter = "All"; // default filter
let region = ""; // used only for type=web (currently disabled)

for (let i = 1; i < parts.length; i++) {
let [key, val] = parts[i].split("=");
if (key === "type" && (val === "images" || val === "web")) type = val;
if (key === "safe" && (val === "on" || val === "off")) safe = val;
if (key === "filter") filter = val;
if (key === "region") region = val;
}

// ❌ Web search is temporarily disabled due to broken API
if (type === "web") {
Bot.sendMessage("🚫 Web search is currently disabled.\nReason: API returns empty results even though it says success.\n\nPlease use image search:\nExample: `/search cats filter=Photo`");
return;
}

// βœ… Build URL
let url = "https://search-engine.hazex.workers.dev/?q=" + encodeURIComponent(query) + "&type=" + type + "&safe=" + safe;

if (type === "images" && filter) {
url += "&filter=" + encodeURIComponent(filter);
}

// Save type for callback
User.setProperty("search_type", type, "string");

HTTP.get({
url: url,
success: "/onSearchResult",
error: "/onSearchError"
});



πŸš€ Command: /onSearchResult

⏳ Wait for answer: ❌ Off

πŸ›  BJS Code:

let data = JSON.parse(content);
let type = User.getProperty("search_type");

if (data.error || !data.results || data.results.length === 0) {
Bot.sendMessage("❌ No results found or API returned empty data.\n\n<code>" + content + "</code>", { parse_mode: "HTML" });
return;
}

// βœ… For image type (default)
if (type === "images") {
let imgs = data.results.slice(0, 5); // limit to first 5
for (let i = 0; i < imgs.length; i++) {
let img = imgs[i];
if (img.url) {
Api.sendPhoto({
photo: img.url,
caption: img.title,
});
}
}
}



πŸš€ Command: /onSearchError

⏳ Wait for answer: ❌ Off

πŸ›  BJS Code:

Bot.sendMessage("⚠️ API request failed. Try again later.");



πŸ“š Tutorial:
For a complete tutorial and detailed usage instructions, please visit our official guide by clicking here.

⚑️Posted on : @FlashComBjs
⚑️Credits : @FlashComOfficial
⚑️Api Credits : @HazexApi
⚑️Error Report : @FlashComBTChat
⚑️Official Channel : @FlashComOfficial

#BjsCode βœ…
If BJS has tik it is tested & working perfectly.
πŸ‘2
πŸ“Œ YouTube Video and Audio Downloader Bot Code πŸ“Œ βœ…

If BJS has tik it is tested & working perfectly.

πŸ“œ Description: Get YouTube Video Download URL with Audio, Video Only, Audio and Multiple Quality Options

πŸš€ Command: /getyt

⏳ Wait for answer: ❌ Off

πŸ›  BJS Code:

Bot.sendMessage("πŸ“₯ Please send me the YouTube video URL you want to download.");
Bot.runCommand("/getyt_step2");


πŸš€ Command: /getyt_step2

⏳ Wait for answer: βœ… On

πŸ“ƒ Answer : ❌ No answer ( empty )

πŸ›  BJS Code:

if (!message || !message.includes("youtu")) {
Bot.sendMessage("❌ Please send a valid YouTube URL.");
return;
}

User.setProperty("yt_url", message, "string");

Bot.sendMessage("⏳ Fetching download links...");

HTTP.get({
url: "https://yt-vid.hazex.workers.dev/?url=" + encodeURIComponent(message),
success: "/onYTResult",
error: "/onYTError"
});


πŸš€ Command: /onYTResult

⏳ Wait for answer: ❌ Off

πŸ›  BJS Code:

let data;
try {
data = JSON.parse(content);
} catch (e) {
Bot.sendMessage("❌ Failed to parse the response. Please try again later.");
return;
}

// Show error from API
if (data.error) {
Bot.sendMessage("❌ Error: " + data.message);
return;
}


let caption = "🎬 <b>" + data.title + "</b>\n" +
"⏱️ Duration: " + data.duration + " seconds\n" +
"πŸ“Ί <a href='" + data.thumbnail + "'>Thumbnail</a>";
Bot.sendMessage({
text: caption,
parse_mode: "HTML",
disable_web_page_preview: false
});


function sendInChunks(label, list) {
if (!list || list.length === 0) return;


let totalMaxButtons = 10;
let safeList = list.slice(0, totalMaxButtons);

let buttons = safeList.map(function(item) {
return [ { title: item.label, url: item.url } ];
});

let text = "πŸ“¦ <b>" + label + "</b>";
Bot.sendInlineKeyboard(buttons, text, { parse_mode: "HTML" });

if (list.length > totalMaxButtons) {
Bot.sendMessage("⚠️ Too many formats in '" + label + "'. Only showing first " + totalMaxButtons + " options.");
}
}


// Send download options
sendInChunks("Video with Audio", data.video_with_audio);
sendInChunks("Audio Only", data.audio);


πŸš€ Command: /onYTError

⏳ Wait for answer: ❌ Off

πŸ›  BJS Code:

Bot.sendMessage("❌ Failed to fetch data. Please try again later or check the URL.");


⚠️ Note : This also had a video-only mode, but it was removed due to excessively long URLs. Please ensure the final video is in 360p quality. Various audio formats, including audio-only, are also available.

⚑️Posted on : @FlashComBjs
⚑️Credits : @FlashComOfficial
⚑️Api Credits : @HazexApi
⚑️Error Report : @FlashComBTChat
⚑️Official Channel : @FlashComOfficial

#BjsCode βœ…
If BJS has tik it is tested & working perfectly.
πŸ‘4πŸ‘Ž2
πŸ“Œ Instagram Reels & Media Downloader Bot Code πŸ“Œ βœ…

πŸ’‘If BJS has tik it is tested & working perfectly.

πŸ“œ Description: Download Instagram reels and media posts by URL.

πŸš€ Command: /start

⏳ Wait for answer: βœ… On

πŸ“ƒ Answer: Enter the Instagram URL (make sure only reels and medias you can download)

πŸ›  BJS Code:
let userUrl = message.trim();

// βœ… Simple Instagram URL validation
if (
!userUrl.startsWith("https://instagram.com/") &&
!userUrl.startsWith("https://www.instagram.com/")
) {
Bot.sendMessage("❌ Invalid URL. Please send a valid Instagram Reel or Post link. Run /start and enter the correct Instagram URL.");
return;
}

// πŸ”„ Confirm the URL and continue
Bot.sendMessage("πŸ”— URL received:\n" + userUrl + "\n\n⏳ Fetching media...");

// API request
HTTP.get({
url: "https://insta-dl.hazex.workers.dev/?url=" + encodeURIComponent(userUrl),
success: "onMediaDownload",
error: "onMediaError"
});


πŸš€ Command: /onMediaDownload

⏳ Wait for answer: ❌ Off

πŸ›  BJS Code:
let res = JSON.parse(content);

// Make sure media is returned
if (res.error || !res.result || !res.result.url) {
Bot.sendMessage("❌ Could not fetch media. Make sure the link is public and valid.");
return;
}

let media = res.result;

Bot.sendMessage(
"βœ… *Media Info Retrieved:*\n" +
"🎞 *Duration:* " + media.duration + "\n" +
"πŸ“ *Quality:* " + media.quality + "\n" +
"πŸ“‚ *Format:* " + media.extension + "\n" +
"πŸ“¦ *Size:* " + media.formattedSize + "\n\n" +
"⬇️ *Download Link:*\n[Click to Download](" + media.url + ")",
{ parse_mode: "Markdown", disable_web_page_preview: false }
);


πŸš€ Command: /onMediaError

⏳ Wait for answer: ❌ Off

πŸ›  BJS Code :
Bot.sendMessage("❌ Error: Unable to reach Instagram media server. Try again later.");


⚑️Posted on : @FlashComBjs
⚑️Credits : @FlashComOfficial
⚑️Api Credits : @HazexApi
⚑️Error Report : @FlashComBTChat
⚑️Official Channel : @FlashComOfficial

#BjsCode βœ…
πŸ’‘If BJS has tik it is tested & working perfectly.
πŸ‘2πŸ‘Ž2
πŸ“’ Publish Your Ad for FREE – Limited FlashCom Offer!

We’re giving only 3 lucky users the chance to post their ads absolutely free across:

🌐 FlashCom Website

πŸ“£ FlashCom Telegram Channels

πŸ›οΈ GetMart

βœ… Any type of ad is accepted – bots, businesses, services, groups, or projects

πŸ• Visible for a full
1 month

πŸ”’ Only 3 slots – first come, first served!

🚫 Ads must follow our content guidelines.

πŸ“œ Terms and Conditions apply.

πŸ“² To apply
, contact @FlashComAssistant on Telegram. You’ll get step-by-step instructions on submitting your content.

⚑ Boost your visibility with FlashCom – without spending a single coin!


Slot full, No more take. Try next time
πŸ‘Ž2πŸ”₯2
🎬 Latest Movies & Web Series – All in One Place! 🍿

✨ Get your daily dose of entertainment!

Join Movie Flix Zone for the newest movie releases, binge-worthy web series, and classic favorites.

βœ… Never miss a blockbuster again!

πŸ”— Join Now:

πŸ‘‰ Movie Channel: https://t.me/Movie_Flix_Zone

🎯 Got a request?

πŸ“© Request Group: https://t.me/Movies_Zone_Request_Group

πŸ€– Movie Provider Bots:
πŸŽ₯ MrKillerDeveloperBot
🎬 IMDB_HPBOT

πŸ”₯ Everything you love – in one place. Join now and start streaming! πŸŽ‰

⚠️ This content has been verified by FlashCom to the best of our ability. However, it is from a third-party source. FlashCom is not responsible for any changes, errors, or outcomes. Always participate at your own risk and do your own research.


Sponsered User : @Mrkiller_1109
FlashCom Ad Id : 29381947

#Ads