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
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
FlashCom - BJS Codes / Bots
Need ? , Drop 50 reaction ( Advanced add/remove balance system BB code in 2024 )πŸ”₯
β–ŽAdvance Balance Adder BJ'S code

α―€ Command: @topup
⏳ Wait For answer: False

β–ŽBJ'S CODE


if (user.telegramid != 6542581547 ) return Api.sendMessage({ text: "Access Denied" })

if (!params)
return Api.sendMessage({
text: "β“˜ Please use the command as: @topup <userId>"
})

const [userId, action, value] = params.split(" ")
const userBalance = Libs.ResourcesLib.anotherUserRes("balance", userId)
const parsedValue = parseInt(value)

let increment = Bot.getProperty(`increment_${userId}`) || 10
let lastAction = Bot.getProperty(`lastAction_${userId}`) || "N/A"
let lastAdmin = Bot.getProperty(`lastAdmin_${userId}`) || "N/A"

const actions = {
add: () => {
if (!isNaN(parsedValue)) {
userBalance.add(parsedValue)
lastAction = `Added $${parsedValue}`
lastAdmin = user.telegramid
}
},
remove: () => {
if (!isNaN(parsedValue) && userBalance.value() >= parsedValue) {
userBalance.remove(parsedValue)
lastAction = `Removed $${parsedValue}`
lastAdmin = user.telegramid
}
},
set: () => {
if (!isNaN(parsedValue)) {
increment = parsedValue
Bot.setProperty(`increment_${userId}`, increment, "integer")
}
},
reset: () => {
userBalance.set(0)
lastAction = "Cleared Balance"
lastAdmin = user.telegramid
}
}

actions[action]?.()

Bot.setProperty(`lastAction_${userId}`, lastAction, "string")
Bot.setProperty(`lastAdmin_${userId}`, lastAdmin, "string")

const messageText = `<b>Balance Panel</b>\n\n<b>πŸ†” User Id:</b> ${userId}\n<b>πŸ’° Balance:</b> $${userBalance
.value()
.toFixed(
2
)}\n\n<b>Last Action:</b> ${lastAction}\n<b>Last Admin:</b> ${lastAdmin}\n\n✴ <b>Current Increment:</b> $${increment}`

const inlineKeyboard = [
[
{
text: `+ ${increment}`,
callback_data: `@topup ${userId} add ${increment}`
},
{
text: `- ${increment}`,
callback_data: `@topup ${userId} remove ${increment}`
}
],
[{ text: "🚫 Clear Balance", callback_data: `@topup ${userId} reset` }],
[1, 5, 10, 100, 500, 1000].map(i => ({
text: `✴ ${i}`,
callback_data: `@topup ${userId} set ${i}`
}))
]

inlineKeyboard.sort(() => Math.random() - 0.5)

if (request.message?.message_id) {
Api.editMessageText({
message_id: request.message.message_id,
text: messageText,
parse_mode: "HTML",
reply_markup: { inline_keyboard: inlineKeyboard }
})
} else {
Api.sendMessage({
text: messageText,
parse_mode: "HTML",
reply_markup: { inline_keyboard: inlineKeyboard }
})
}

β“˜ I use this code in my bot so it's possible to get any defied errors bcoz some of functions i make in master command so if u facing any issue tell us.


β–ŽPosted on : @FlashComBjs
β–ŽCredits :
@mrX605Tz
β–ŽError Report :
@FlashComBjsChat
β–ŽOfficial Channel :
@FlashComOfficial
πŸ‘5
FlashCom - BJS Codes / Bots
β–ŽAdvance Balance Adder BJ'S code α―€ Command: @topup ⏳ Wait For answer: False β–ŽBJ'S CODE if (user.telegramid != 6542581547 ) return Api.sendMessage({ text: "Access Denied" }) if (!params) return Api.sendMessage({ text: "β“˜ Please use the command…
⚠️ WARNING : For any BJS coder try to Copy my knowledge and ideas without giv credits, Don't dare to think ur than me. Please Focus on ur own ideas OK.....
πŸ‘5
Need? πŸ˜‚
This BJ'S allow you to make multiple currencies in your bot. and when people choose any currency also the Bot amount changed into set currency
.
πŸ‘5⚑3
β–ŽMultiple Bet BJ'S code available πŸ˜‚πŸ˜˜

Up to now we have 2 pending Codes

- Telegram Star Deposit BJ'S ❀️
- Multiple Currencies BJ'S
πŸ™


Drop Code emoji to unlock , minimum per code 10 reactions. πŸ‘ ( TG Star work in progress 56% )
πŸ‘7⚑6πŸ”₯1πŸ†1
πŸš€ Introducing GetMart v1.8

> GetMart v1.8 is the largest update so far. This update is the most cool update and has more features than before. And you can easily install bots and added new bot platforms such as bots.business and telebot creator bots too...

🦸 Features of GetMart v1.8

- Install Bots.Business and Telebot Creator Bots.
- Added settings menu.
- Added profile menu
- Track your last actions took place.
- Clear all emails at once.
- Search bots randomly.
- Search bots by name or keyword.
- Switch the platforms according to you wish in settings.
- Switch versions according to you wish. ( Free / Premium )
- Report system added.
- Manual search option updated.
- Premium version updated.
- Bots structure updated.
- And more...


Tutorials❓

-- You can view tutorials if you don't know about GetMart v1.8


Warning ⚠️

- Make sure that once after the bot is launch spamming may ban you from using the bot. Please don't try to send any messages or run any command to the bot within 1 seconds multiple times even though the bot doesn't respond if you do then it may lead to a ban.

Try using the new version of GetMart now!


#GerMartV1.8
πŸ‘1
β–ŽHow to get telegram Bot id in BB


- Command: Any
- Wait Answer: Off

BJ'S
const botId = bot.token.split(":")[0]
Bot.sendMessage("Your bot ID is: " + botId)


β–ŽPosted on : @FlashComBjs
β–ŽCredits :
@mrX605Tz
β–ŽError Report :
@FlashComBjsChat
β–ŽOfficial Channel :
@FlashComOfficial
πŸ‘2
What API you need... Comment Below ?
πŸ‘3
πŸ€– Install the New Bjs Bot Added To GetMart Store

πŸ…½ Bot Name : Feedback Bot

πŸ…³ Description : Users can create feedback and they can view feedback and admins only can delete feedback and also the top feedback will be listed on top

πŸ…Έ Bot ID : 1838237

πŸ…Ώ Platform : Bots.Business

πŸ‘€ Request From : Ninja's Ar****


⬇️ Click here to install bot
πŸ‘2🀝2
Forwarded from GetMart Official Channel (FlashCom)
β€‹β€‹πŸŽ‰ GetMart V1.8 Update

βœ… We have updated @GetMartBot with special feature there are advantages and disadvantages for you. But to improve GetMart long last we have to update and add features.

Bug Error :  Bug errors has been fixed.

Points :  You must have the required points to install bots each bot may have different price you must have balance to install those. ( First time receive 5,000 points )

ShortCut Command : Added some shortcut commands you can check in menu, to see shortcuts and to know on using it.

Updated Commands : Several commands has been updated and improved to new systems.

Time Limit : Once after you install some bots you have to wait 1 hour.

Bonus Points : Every 24 hours automatically 10 bonus points will be added to your account.

Install Bots and No Premium Bots : You can install bots which was in premium and you must have related points.

Premium Updated : Premium users can install bots without time limit and free of ads including they will get 100,000 points.

Balance Check : You can check your balance in your profile start> Settings> Profile.

Optimized : Bot has been optimized and works faster than before.

Installation Fast : Install bots fast than before

Free Plan : Free plan users will get 5000 points for first time on start after this and make sure you can earn points in different ways and also by bonus which you get daily.

Premium Plan : Premium users receive 100,000 points and free of ads.

What's Points and Why ?
- Points are made where you can purchase bots by points and you must have the required points value to install a bot.

Tutorials : Updating Soon!
πŸ‘2
πŸ€– Install a Bjs Bot In GetMart Store

πŸ…½ Bot Name : Cloud Archive Bot

πŸ…³ Description : Store media like file, image and get shareable url where users will be able to download the media url you shared using your bot.

πŸ…Έ Bot ID : 1856725

πŸ…Ώ Platform : Bots.Business

πŸ’Ž Price : 2800

⬇️ Click here to install bot
➀ GetMartBot is a largest store which was made by FlashCom where you can install bots.business bots and telebot creator bots.

Why this is useful ❓
˗ˏˋ   β˜… ΛŽΛŠΛ—    You can install very useful and rare bots in @GetMartBot to your bots.business and telebot creator account directly once after providing account email address.  And this can be done without any interruptions and no many ads found in this bot.

Extra πŸ‘‡πŸΌ
β€³ You may sometimes find changes in future on GetMart.
β€³ Terms and Conditions apply.
β€³ Free and Easy.
β€³ Install bots directly to your bots.business account or telebot creator account.

Join GetMart New Switched Channel : @GetMartOfficialChannel⭐️ Welcome to GetMart Updates Channel

➀ GetMartBot is a largest store which was made by FlashCom where you can install bots.business bots and telebot creator bots.

Why this is useful ❓
˗ˏˋ   β˜… ΛŽΛŠΛ—    You can install very useful and rare bots in @GetMartBot to your bots.business and telebot creator account directly once after providing account email address.  And this can be done without any interruptions and no many ads found in this bot.

Extra πŸ‘‡πŸΌ
β€³ You may sometimes find changes in future on GetMart.
β€³ Terms and Conditions apply.
β€³ Free and Easy.
β€³ Install bots directly to your bots.business account or telebot creator account.

Join GetMart New Switched Channel : @GetMartOfficialChannel
πŸ‘1
πŸ€– Install a Bjs Bot In GetMart Store

πŸ…½ Bot Name : Livegram Base Bot.

πŸ…³ Description : No Description Given.

πŸ…Έ Bot ID : 1084806

πŸ…Ώ Platform : Bots.Business

πŸ’Ž Price : 50

⬇️ Click below button to install bot in GetMart Bot or click here.
πŸ‘1
πŸ€– Install a Bjs Bot In GetMart Store

πŸ…½ Bot Name : Vehicle Info Bot.

πŸ…³ Description : Search information about vehicles .

πŸ…Έ Bot ID : 1827140

πŸ…Ώ Platform : Bots.Business

πŸ’Ž Price : 50

⬇️ Click below button to install bot in GetMart Bot or click here.
πŸ‘1