FlashCom TPY Codes / Bots
258 subscribers
24 photos
1 video
44 links
This channel helps you to create bots, learn to create bots and to accuire tpy codes.
Discover special giveaways, exclusive free offers given by this channel.

Support @FlashComSupport

Partner : @SiyaBots
Download Telegram
Tell me which code do you need.

Here -
@dtabse ♨️
Do you need tip code in tpy?
Let me know ;
This media is not supported in your browser
VIEW IN TELEGRAM
📍 Need This Osam And Unique Channel Join Checker ?

🤖 You can just try here
@Instantbrod_bot
By cmd -
/join

〽️ Please Report Error If Occurs!
♨️ On
bots.business
©️ Copyright -
@dtabse
📍 AUTO JOIN CHECKER CODES 📍

CMD - /join

Api.sendMessage({
text:
"*Join This Channel\n\nAccording To Use Me!\n\n•Join - sexy_amanch\n•Wait For 10 Sec\n•Boom You Done!*",
parse_mode: "Markdown",
reply_markup: {
inline_keyboard: [[{ text: "Join", url: "https://t.me/sexy_amanch" }]]
},
on_result: "/joi2"
})


CMD - /joi2

var msg = options.result.message_id
//Bot.sendMessage(msg)
User.setProperty("msg_id", msg, "integer")
Bot.run({ command: "/joi3", run_after: "5" })


CMD - /joi3

var channel = "@sexy_amanch"
HTTP.get({
url:
"https://api.telegram.org/bot" +
bot.token +
"/getChatMember?chat_id=" +
channel +
"&user_id=" +
user.telegramid +
"",
success: "/joi4"
})



CMD - /joi4

var info = JSON.parse(content)
var status = info.result.status

if (
(status == "member") |
(status == "administrator") |
(status == "creator")
) {
var msg = User.getProperty("msg_id")
Api.editMessageText({
chat_id: user.telegramid,
message_id: msg,
text: "Thanks 👍 For Joining Us!",
reply_markup: {
inline_keyboard: [[{ text: "Devloper", url: "t.me/Dtabse" }]]
}
})
}

if (status == "left") {
Bot.run({ command: "/joi3", run_after: "5" })
}


🚨 NOTE - KINDLY EDIT ALL CMDS NAMES.

❇️ CREDITS -
🧑‍💻 CREATOR -
@dtabse
〽️ CODED ON
bots.business

♨️ COPYRIGHT BY ©️@dtabse

DEMO AT @Instantbrod_bot - /join
1
〽️ TEXT TO NOTE CONVERTOR

📌 CMD -
/note
📍 CODE-

photo_url = "https://apis.xditya.me/write?text=" +(params)
caption = "*📔 Here Is Your Notes!!\n\n💫 Generated by @" + Bot.info().username + "*"
bot.sendPhoto(
chat_id=u,
photo=photo_url,
caption=caption,
parse_mode="Markdown",
)


❇️ CREDITS -
🧑‍💻 CREATOR -
@IndiaGuys
🎖️ API BY - UNKNOWN
🧞‍♀️ CODED ON
TELEBOT-CREATOR

⚠️ COPYRIGHT BY ©️ @IndiaGuys

In the case of any errors kindly inform me!!
Forwarded from GetMart Official Channel (FlashCom)
Explore the best bots you want !

From @QiraOfficial telegram channel you can explore bots & it's updates which will be useful for you....
👍2
Forwarded from Hazex Codes
📌 Tip For Group TBC Code

🚀 Command:
/tip

Uses: /tip {amount}

🛠️ TPY Code:
if params == None:
raise ReturnCommand()

coin = "#YourCoin"

try:
amount = int(params)
except:
bot.replyText(chat_id=message.chat.id,reply_to_message_id=message["message_id"], text="<b> Invalid Amount!</b>")
raise ReturnCommand()
aid = message.from_user.id
usbal = libs.Resources.anotherRes('TipBal', user=aid).value()
usrbal = int(usbal)
try:
utgid = message.reply_to_message["from"]["id"]
except:
bot.replyText(chat_id=message.chat.id,reply_to_message_id=message["message_id"], text= f"<b> To Send {coin} Please Reply To Message!</b>")
raise ReturnCommand()
fname = message.reply_to_message["from"]["first_name"]
try:
tusrn = message.reply_to_message["from"]["username"]
tusrnm = f"@{tusrn}"
except:
tusrnm = fname
gusrn = message.from_user.username
gusrnm = f"@{gusrn}"
if gusrn == None:
gusrnm = message.from_user.first_name
if int(params) <= int(usrbal):
if(int(params)>0):
libs.Resources.anotherRes('TipBal', user=utgid).add(float(params))
libs.Resources.anotherRes('TipBal', user=aid).cut(float(params))
adbal = libs.Resources.anotherRes('TipBal', user=utgid).value()
addbal = int(adbal)
bot.replyText(chat_id=message.chat.id,text=f"""<b>{tusrnm} +{amount} {coin} from {gusrnm}\n
You Have: {addbal} {coin}</b>""", parse_mode="html")
bot.replyText(message.chat.id, f"<b>{gusrnm} > {tusrnm}: +{amount} {coin}</b>")
else:
bot.sendMessage(chat_id=message.chat.id,reply_to_message_id=message["message_id"],
text=f"<b> Not Enough {coin}\nYou Have Only: {usrbal} {coin}</b>")


⚠️ Note:
• Add Bot as Admin in Your Group
• Reply to User Message For Tipping
• Change
#YourCoin in Code With Your Coin

🌐 Official Channel: @HazexTBC

‼️ Error & Support:
Group Chat
👍1
Tell me new bot/code idea.

BJ's & tbc
@IndiaGuys 💤
📍 WEB SCRAPING TBC CODES

🗡️ Cmd -
/url

🧩 Code -

if options is None:
bot.sendMessage("Send Url To Scrap.")
Bot.handleNextCommand("/url", options=True)
else:
api_url = "https://webscrapping.apinepdev.workers.dev/?url="+message.text
response = HTTP.get(api_url)
data = response.json()
if response.status_code == 200:
html_data = data['html']
chunks = [html_data[i:i + 4000] for i in range(0, len(html_data), 4000)]

for chunk in chunks:
bot.sendMessage(str(chunk), parse_mode="none")


❇️ CREDITS -
🧑‍💻 CREATOR -
@IndiaGuys
🎖️ API BY -
@Prime_Nepcoder
🧞‍♀️ CODED ON TELEBOT-CREATOR

⚠️ COPYRIGHT BY ©️ @IndiaGuys


In the case of any errors kindly inform me!!
👍3
🎮 Fish Game TBC Codes || Bet And Earn #Part-1

💡 cmd -
/game

💐 Code -

keyboard = InlineKeyboardMarkup()

button1 = InlineKeyboardButton("🐟 Fish Game", callback_data="/fish 1-🐟")

keyboard.row(button1)
mes_id = User.getData("game")
tt = "<b>🕹 Choose Game From Below Button For Play. </b>"

#User.saveData("mes_id", h.message_id)
if params == "edit":
bot.editMessageText(chat_id=u, message_id=message.message_id, text=tt,
parse_mode="html", reply_markup=keyboard)
else:
h = bot.replyText(chat_id=u, text=tt, parse_mode="html",
reply_markup=keyboard)
💡 cmd - /fish

💐 Code -

spl = params.split("-")
am = int(float(spl[0])) # Convert spl[0] to float and then to integer
fish = spl[1]
add = am + 1
min = am - 1
multi = am * 2
div = am / 2
bal = libs.Resources.userRes("balance")
cur = "Points"

if am < 1: # Check directly on am as it's now an integer
bot.answerCallbackQuery(
call.id, " Minimum Bet Is 1 " + str(cur) + ".", show_alert=True)
raise ReturnCommand

if bal.value() < am and am != 0: # Check directly on am as it's now an integer
bot.answerCallbackQuery(call.id, " You Have No " +
str(am) + " " + str(cur) + ".", show_alert=True)
raise ReturnCommand

mm = User.getData("game")
tt = "🏦 <i>Available Balance:</i><b> " + str(bal.value()) + "</b>\n\n➡️ <i>Bet For Selected Fish: " + \
fish + "</i>\n\n💰 <i>Bet For Selected Money:</i> <b> " + \
str(int(am)) + " " + str(cur) + "</b>"
keyboard = InlineKeyboardMarkup()

button1 = InlineKeyboardButton(
"Max", callback_data="/fish " + str(bal.value()) + "-" + fish)
button2 = InlineKeyboardButton(
"+1", callback_data="/fish " + str(add) + "-" + fish)
button3 = InlineKeyboardButton(
"-1", callback_data="/fish " + str(min) + "-" + fish)
button4 = InlineKeyboardButton("Min", callback_data="/fish 1-" + fish)
button5 = InlineKeyboardButton(
"×2", callback_data="/fish " + str(multi) + "-" + fish)
button6 = InlineKeyboardButton(
"÷2", callback_data="/fish " + str(div) + "-" + fish)
button7 = InlineKeyboardButton(
"🐟", callback_data="/fish " + str(am) + "-🐟")
button8 = InlineKeyboardButton(
"🐋", callback_data="/fish " + str(am) + "-🐋")
button9 = InlineKeyboardButton(
"🐡", callback_data="/fish " + str(am) + "-🐡")
button10 = InlineKeyboardButton(
"🐠", callback_data="/fish " + str(am) + "-🐠")
button11 = InlineKeyboardButton("🔙 Back", callback_data="/game edit")
button12 = InlineKeyboardButton("🎮 Play", callback_data="/fishes " + str(am) + "-" + fish)

keyboard.row(button1, button2, button3)
keyboard.row(button4, button5, button6)
keyboard.row(button7, button8, button9, button10)
keyboard.row(button11, button12)

bot.editMessageText(chat_id=u, message_id=message.message_id,
text=tt, parse_mode="html", reply_markup=keyboard)
👍1
🎮 Fish Game TBC Codes || Bet And Earn #Part-2

💡 cmd - /fishes

💐 Code -


spl = params.split("-")
am = int(float(spl[0]))
fis = spl[1]
add = am + 1
min = am - 1
multi = am * 2
div = am / 2
bal = libs.Resources.userRes("balance")
cur = "Points"

if am < 1: # Check directly on am as it's now an integer
bot.answerCallbackQuery(
call.id, " Minimum Bet Is 1 " + str(cur) + ".", show_alert=True)
raise ReturnCommand

if bal.value() < am and am != 0: # Check directly on am as it's now an integer
bot.answerCallbackQuery(call.id, " You Have No " +
str(am) + " " + str(cur) + ".", show_alert=True)
raise ReturnCommand

mm = User.getData("game")
fish = [
"🐟", "🐋", "🐡", "🐠", "🐟", "🐋", "🐡", "🐠", "🐟", "🐋", "🐡", "🐠", "🐟", "🐋", "🐡", "🐠", "🐟", "🐋", "🐡", "🐠", "🐟", "🐋", "🐡", "🐠", "🐟", "🐋", "🐡", "🐠", "🐟", "🐋", "🐡", "🐠", "🐟", "🐋", "🐡", "🐠", "🐟", "🐋", "🐡", "🐠", "🐟", "🐋", "🐡", "🐠", "🐟", "🐋", "🐡", "🐠", "🐟", "🐋", "🐡", "🐠", "🐟", "🐋", "🐡", "🐠", "🐟", "🐋", "🐡", "🐠", "🐟", "🐋", "🐡", "🐠"]
ran = libs.Random.randomInt(0, len(fish))
result = fish[ran]
keyboard = InlineKeyboardMarkup()

button1 = InlineKeyboardButton("🔙 Back", callback_data="/game edit")
keyboard.row(button1)

if result == fis:
tt = "🎉 <b>Congratulations,</b> You Have Won The Game.\n\n📟 <b>Result On: " + \
result+"</b>\n\n➡️ <b>Balance Added: "+str(int(am))+" "+cur+"</b>"
bal.add(am)
else:
tt = "🙇‍♀ <b>Oh! Sorry,</b> You Have Lost The Game.\n\n📟 <b>Result On: " + \
result+"</b>\n\n➡️ <b>Balance Cuted: "+str(int(am))+" "+cur+"</b>"
bal.cut(am)

bot.editMessageText(chat_id=u, message_id=message.message_id,
text=tt, parse_mode="html",reply_markup=keyboard)


❇️ CREDITS -
🧑‍💻 CREATOR -
@IndiaGuys
🧞‍♀️ CODED FOR
TELEBOT-CREATOR

⚠️ COPYRIGHT BY ©️ @IndiaGuys
👍1
📢 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,
FlashCom TPY 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
User Info Finder TpY

🚀 Command : /start

🛠️ TPY Code : firstname = message.from_user.first_name
lastname = message.from_user.last_name
username = message.from_user.username
id = message.chat.id

bot.replyText(u,f"""👤* Full Name:* {firstname} {lastname}
🌀 *Username:* {username}
🆔 *Telegram ID:* {id}""",parse_mode="Markdown")


⚡️Posted on : @flashcomtpy
⚡️Posted by : @HelpGoFree
⚡️Credits : @CodeUnknownCredits
⚡️Error Report : @flashcomofficialchat
⚡️ Official Channel : @flashcomofficial

🔴 Flag Post
1
Do anyone have this Diamond And Bomb Betting BJ's or tbc or else code

Donate Here -
@IndiaGuys
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,
Do you want your tpy codes or bots giveaways to be posted in this channel !

⭐️ If your willing to post your tpy codes or your tpy 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 tpy Codes or Bots to @FlashComSupport
👍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