FlashCom - BJS Codes / Bots
886 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
#New

Soon We're lunch an advanced GPT-4 AI. That can automatically extract text from Any provided Image and answer the question ☺️ Also generate image. All in one ( Unlimited and Safely )

⚠️ NOTE: No Timeout Error's 😂 drop reactions.


#FlashCom #AI
👍5👌2🔥1
📌 Pin message in your bot BJS Code.

📜
You can pin any message in your bot.

🚀 Command :
/pin

Wait for answer : On

📄 Answer : Send a message which you want to pin

🛠 BJS Code :
let text = "+message +"
Api.sendMessage({ 
text: message, 
on_result: "/pin2" 
})


🚀 Command : /pin2

Wait for answer : Off

📄 Answer :

🛠 BJS Code :
var chat_id = options.result.chat.id  
var message_id= options.result.message_id 
 
Api.pinChatMessage({ 
chat_id: chat_id, 
message_id: message_id 
})


⚡️Posted on : @FlashComBjs
⚡️Credits :
@CodeUnknownCredits
⚡️Error Report :
@FlashComBjsChat
⚡️Official Channel :
@FlashComOfficial


#BjsCode
👍4
📌 How To Make The Upi Payment

📜
This code helps user to Withdraw Thier Money Automatic .

🚀 Command :
/withdraw

🛠️ BJS Code :
let mid = "fill_mid";
let mkey = "fill_mkey";
let guid = "fill_GUID";
var url = `https://full2sms.in/api/v2/payout?mid=${mid}&mkey=${mkey}&guid=${guid}&type=upi&amount=1&upi=${upi}&info=${info}`;

HTTP.get({
url: url,
background: true,
success: "Auto"
});

🚀 Command 01 : Auto

🛠️ BJS Code 01 :
var result = JSON.parse(content);
var status = result.status;
var msg = result.message;
var txnid = result.txn_id || "Failed";

var proof = User.getProp("upi");

Bot.sendMessage("*Status:* " +status+ "\n*Message:* " +msg+ "\n*Transaction id:* " +txnid);

⚡️Posted on : @flashcombjs
⚡️Credits :
@Abhishek_back
⚡️Error Report :
@flashcombjschat
⚡️Official Channel :
@flashcomofficial
👍3
Mostly Advanced ImgBB Image Uploader BJS

Command: /upload
Wait For answer: True

BJ'S CODE

if (!request.photo[0]) {
Bot.sendMessage("Send only photo below 32mb!")
return
}
Api.sendChatAction({ action: "Upload_photo" })
for (let i = request.photo.length - 1; i >= 0; i--) {
if (request.photo[i]) {
Api.getFile({ file_id: request.photo[i].file_id, on_result: "/genPhoto" })
return
}
}

Command: /genPhoto

BJ'S CODE

var key = "your api key here" 

if (!content) {
var link = "https://api.telegram.org/file/bot" + bot.token + "/" + options.result.file_path;

HTTP.get({
url: "https://api.imgbb.com/1/upload?key=" + key + "&image=" + link,
success: "/genPhoto",
folow_redirects: true
});
return;
}
var response = JSON.parse(content);
if (response.success == true) {
Bot.sendMessage("response.data.url, { disable_web_page_preview: false });
} else {
Bot.sendMessage("Couldn't Upload file.");
}

Get API Key from: api.imgbb.com

⚡️Posted on : @FlashComBjs
Copyright: @BjsCodes
⚡️Credits :
@devendra
⚡️Error Report :
@FlashComBjsChat
⚡️Official Channel :
@FlashComOfficial
2👍1
Many People Ask for Subscription Code. I'm currently working on it and soon if possible i drop here.
👍4🏆2🤝2
Do you need this advance ban BJ'S which you can ban user for desire duration and bot can unban automatically after time count off.

🙋‍♂️ Remember i don't use RunAfter to perform automatically unban feature. So this code save iteration 😂


Hits 50 reaction
👍18🔥53👎2
⭐️ Buy a YouTube channel consisting of 949 subscribers and many more!

-- You can buy a YouTube Channel with 949 subscribers just for $35.

ℹ️ Channel Details

Channel Created On : 12/12/2020
Channel Total Subscribers : 949
Videos Posted Before : 50+
Last Views Rise Till : 14k
Watch Hours : 9.1

💵 Price : $35

📓 Note : This channel is not owned by FlashCom as this is given by a different user to sell and this channel is opened on 2020 as you can see the evidence listed in photos more evidences can be sent you on your making order. and this is sold by us as we give in less price and you can do the related payments with the specific admin mentioned below and please read to payments and purchases policy before making the payments.

⭐️ Buy the channel now until someone buys it!

Contact Us : @FlashComAssistant
👍4
FlashCom - BJS Codes / Bots
Don't forget about it
I can called: Mostly Pro ban codes 😂

Features:

- Automatically unban 😝
- No need to put ban code in every command 🤔
- Only 1 command needed 😳
- You can ban user forever 🥱
- It's restrict all communication in bot
- Easy to use even u don't have code skill


:- Drop your opinion before the code get dropped ☺️🫡 ( remember i will post soon so suggest fast )
🔥5👍3
FlashCom - BJS Codes / Bots
I can called: Mostly Pro ban codes 😂 Features: - Automatically unban 😝 - No need to put ban code in every command 🤔 - Only 1 command needed 😳 - You can ban user forever 🥱 - It's restrict all communication in bot - Easy to use even u don't have code…
ProBan Codes(@mrX605Tz).zip
2.1 KB
▎ ProBan BB code is here

ᯤ  Command:
/banuser
ᯤ  Command: @

Wait For answer: False

PASS: MRX605 is legend


⚠️ Remember: Change admin id and TimeZone I'm from Tanzania thus why 😂


⚡️Posted on :
@FlashComBjs
⚡️Credits :
@mrX605Tz
⚡️Error Report :
@FlashComBjsChat
⚡️Official Channel :
@FlashComOfficial
👍8👎2
▎ Advanced automatic delete old message include bot message and user message Before send new one

ᯤ Command:
Onmassageid
Wait For answer: False

▎BJ'S CODE


try {
var messageid = options.result.message_id
let requestMessageId = null

if (request.message_id) {
requestMessageId = request.message_id
}
if (request.data) {
messageid = request.message.message_id
}

var requestMessage = User.getProp("request_msg_id")
var resultMessage = User.getProp("result_msg_id")

if (requestMessage && resultMessage) {
Api.deleteMessage({
message_id: requestMessage
})
User.setProp("request_msg_id", null)
User.setProp("request_msg_id", requestMessageId, "string")
Api.deleteMessage({
message_id: resultMessage
})
User.setProp("result_msg_id", null)
User.setProp("result_msg_id", messageid, "string")
return
}
User.setProp("result_msg_id", messageid, "string")
User.setProp("request_msg_id", requestMessageId, "string")
} catch (e) {
User.setProp("result_msg_id", null)
User.setProp("request_msg_id", null)
}

⚠️ After create Onmassageid command you must put the below option in every Api.sendMessage() or Bot.sendMessage()

Bot.sendMessage():

{ on_result: Onmassageid }


Api.sendMessage()

on_result: Onmassageid


Credits to owners if you post on your channel



⚡️Posted on :
@FlashComBjs
⚡️Credits :
@mrX605Tz
⚡️Error Report :
@FlashComBjsChat
⚡️Official Channel :
@FlashComOfficial
👍4
Anayone have, at least 10 Telegram Star 🌟 please bless me. Then i will give u automatically Telegram star payment code with subscriptions. u can add any duration u want like week mouth and the bot can automatically detect expired time @mrX605Tz
👍7👎3
Star for test code guys ( Don't think negative )
👎8👍5
▎ How to make Automatically Alphabets Inline buttons in BJ'S.

ᯤ Command:
/filter
Wait For answer: False

▎BJ'S CODE

/*..... Code by  MRX605 */

Api.sendMessage({
text: "Here is your alphabets ",
reply_markup: {
inline_keyboard: Array.from({ length: 26 }, (_, i) => {
const letter = String.fromCharCode(65 + i)
return { text: letter, callback_data: `/filter ${letter}` } /* .....Your Desire Call back Data or url.......*/
})
.reduce((rows, button, index) => {
if (index % 3 === 0) rows.push([])
rows[rows.length - 1].push(button)
return rows
}, [])
.concat([[{ text: "1-9", callback_data: `@filter 0-9` }]])
}
})

⚠️ Credits to ownership



⚡️Posted on : @FlashComBjs
⚡️Credits :
@mrX605Tz
⚡️Error Report :
@FlashComBjsChat
⚡️Official Channel :
@FlashComOfficial
👍6
Need ? , Drop 50 reaction ( Advanced add/remove balance system BB code in 2024 )🔥
28🏆14👌12🔥10👍2
Introducing CHAT X⁴ – Your Ultimate Intelligent Assistant for an ★ Enhanced Communication Experience!

Whether you have a pressing question or need coding assistance, CHAT X⁴ is always ready to lend a helping hand.

▎  Key Features:

  - Private Inquiries: ⇡Directly send your questions for a tailored response that suits your needs!.

  - Group Engagement: Collaborate with others using commands like "/ask" or "/gpt" to foster dynamic discussions.

  - Image Generation: Create stunning visuals ♡ effortlessly with the simple "/image" command.

▎ What is difference with others ?:

CHAT X⁴  first is free AI (24/7) allow you to make ❝ conversations ❞ fast without any limitations also is equipped to handle a wide ⎙ array of formats, including:

(.js, .py, .php, .etc.sh, .bat, .html, .xml, .json.txt, .md) Just send your errors code and see the action!

Join the X-Team Revolution! Unlock
the full potential of your inquirie
and elevate your communication
experience with CHAT X⁴ today!

@AIxchatbot #ai
👍3
FlashCom - BJS Codes / Bots
Need ? , Drop 50 reaction ( Advanced add/remove balance system BB code in 2024 )🔥
Automatically Telegram Star deposit Code Need?
7👍3🔥1