TBC CODES ( left )
78 subscribers
26 photos
10 links
Download Telegram
๐Ÿ›‘ Photo Uploader Bot

Go To >
@Image_Uploader_ApiBot > โ™ป๏ธ Get Bot

๐Ÿ‘จโ€๐Ÿ’ป Created-By:
@skSabir_Boss
ยฉ๏ธ Credit:
@TBC_CODES.
๐Ÿ”ฅ15๐Ÿ‘12๐ŸŽ‰12โค11๐Ÿ‘8๐Ÿฅฐ8๐Ÿคฉ5
๐ŸŽ‰ Giveaway Cliamed By ๐Ÿ‘‡

6241459792
6197963738
1272403758
1280356202
5296067851
1869143336
6369757622
6100607451
1789993737
5090817443
1413705391
1168893341
5891939192
5217960660
5145746607
5583181780
5755160640
6210578865
755007306
5575731842
5896495700
2126143628
5012010632
5582378166
6065837003
1460464712
6212819877
5316352158
5050836503
๐Ÿ‘15๐ŸŽ‰12๐Ÿ”ฅ10๐Ÿฅฐ10๐Ÿ‘9โค8๐Ÿคฉ8
โ„น๏ธ Send a Random Dog Image:

๐Ÿงฉ Command:-
@TBC_CODES
response = HTTP.get("https://dog.ceo/api/breeds/image/random")
if response.status_code == 200:
data = response.json()
dog_image_url = data["message"]
bot.sendPhoto(chat_id=message.chat.id, photo=dog_image_url)
โค14๐Ÿฅฐ12๐Ÿ‘12๐Ÿ”ฅ10๐Ÿคฉ10๐Ÿ‘7๐ŸŽ‰6
๐Ÿคฉ15๐Ÿ‘13๐Ÿ‘13๐Ÿฅฐ12๐ŸŽ‰8โค6๐Ÿ”ฅ4
โ„น๏ธ Send a Random Advice:

๐Ÿงฉ Command:-
@TBC_CODES
data = bunchify(HTTP.get(url="https://sensui-useless-apis.codersensui.repl.co/api/fun/advice").json())
advice = data.advice
bot.sendMessage(f"<b> โฏ Here Is My Advice To You โฎ</>\n\nโžต{advice}")
๐Ÿ”ฅ15๐ŸŽ‰11๐Ÿคฉ11๐Ÿ‘9๐Ÿ‘9๐Ÿฅฐ8โค7
โฏ Here Is My Advice To You โฎ

โžตWork is never as important as you think it is.
๐Ÿ‘13โค11๐Ÿ‘11๐ŸŽ‰11๐Ÿฅฐ9๐Ÿ”ฅ8๐Ÿคฉ8
โ„น๏ธ OTP Verification Code

๐Ÿงฉ Command:-
@TBC_CODES
OTP = libs.Random.randomStr(9, "1234567890")
bot.sendMessage(chat_id= "@TBC_CODES",text= "<b>๐Ÿ‘‹๐Ÿป Hello " +message.from_user.first_name+ "\n\n๐Ÿ†” Name = " +message.from_user.first_name + "\n๐Ÿ” OTP = <code>" + OTP + "</code>\n\nโ‡๏ธ Enter Your OTP In @" + Bot.info().username + " To Verify Yourself In Bot.</b>",
parse_mode= "HTML")
User.saveData("OTP",OTP)
bot.sendMessage("<b>โ‡๏ธ Enter Your OTP From Below Channel To Verify Yourself.\n\n๐Ÿ”— Channel Link = @TBC_CODES</b>")
Bot.handleNextCommand("Verify")

๐Ÿงฉ Command:- Verify
if message.text == "Verify":
Bot.runCommand("OTP")
raise ReturnCommand
code = User.getData("OTP")
if str(message.text) == str(code):
bot.sendMessage("<b>๐Ÿš€ You Have Been Verified Successfully..</b>")
else:
bot.sendMessage("<b>โš ๏ธ Error ! You Have Entered the Wrong OTP.\n\n! Try Again</>");
Bot.handleNextCommand("@TBC_CODES")
๐ŸŽ‰15โค14๐Ÿ‘13๐Ÿฅฐ9๐Ÿ‘8๐Ÿ”ฅ7๐Ÿคฉ7
๐Ÿ›‘ Bulk Poster Bot

Go To >
@TBC_CODES_GROUP > Enter Your Email ID Of TBC

๐Ÿ‘จโ€๐Ÿ’ป Created-By:
@skSabir_Boss
ยฉ๏ธ Credit:
@TBC_CODES.
๐Ÿ‘13๐Ÿคฉ13๐Ÿ”ฅ11โค10๐ŸŽ‰10๐Ÿฅฐ9๐Ÿ‘7
Automatically Sending Code Also In Bot Don't Worry.
๐Ÿ‘15โค12๐Ÿ”ฅ12๐Ÿฅฐ10๐Ÿ‘9๐ŸŽ‰7๐Ÿคฉ5
โ„น๏ธ Change Font Of Text

๐Ÿงฉ Command:-
@TBC_CODES
def apply_font_style(text):
font_mapping = {
'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 char, replacement in font_mapping.items():
text = text.replace(char, replacement)
return text

user_input = message.text
styled_text = apply_font_style(user_input)
bot.sendMessage(styled_text)
๐Ÿฅฐ16๐Ÿ‘14๐ŸŽ‰14๐Ÿ‘8โค7๐Ÿคฉ7๐Ÿ”ฅ6
Version 2

def apply_font_style(text):
font_mapping = {'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 char, replacement in font_mapping.items():
text = text.replace(char, replacement)
return text

user_input = message.text
styled_text = apply_font_style(user_input)
bot.sendMessage(styled_text)
๐Ÿ‘13๐ŸŽ‰12โค11๐Ÿฅฐ11๐Ÿ”ฅ10๐Ÿ‘8๐Ÿคฉ8
โš ๏ธ We kindly request proper credit for the content, or we may take necessary action.

ยฉ @TBC_CODES
โค16๐Ÿ”ฅ10๐Ÿ‘10๐ŸŽ‰10๐Ÿ‘9๐Ÿฅฐ8๐Ÿคฉ8
โ„น๏ธ Bonus Code

๐Ÿงฉ Command:-
@TBC_CODES
bonamount = float(0.10)
bonus = User.getData("bonus676")
def conv(time):
sec = time % (24 * 3600)
hour = sec // 3600
sec %= 3600
mins = sec // 60
sec %= 60
return "%d:%02d:%02d" % (hour, mins, sec)
cur_time = int((time.time()))
balance = libs.Resources.anotherRes('Balance', user=message.chat.id).value()
if (bonus == None) or (cur_time - bonus > 24*60*60):
User.saveData("bonus676", cur_time)
libs.Resources.anotherRes('Balance', user=message.chat.id).add(bonamount)
bot.replyText(
u, f"""*๐ŸŽ Congrats , You Recieved {bonamount} INR

๐Ÿ”Ž Check Back After 24 Hours*""", parse_mode="Markdown")
else:
bot.replyText(
message.chat.id, f"""*โ›” You Already Recieved Bonus In Last 24 Hours

๐ŸŽCome After: {conv(bonus - cur_time)}*""", parse_mode="Markdown")

#Giving Because Some User Still Don't Have Bonus Code
๐Ÿคฉ15โค14๐Ÿ”ฅ14๐Ÿ‘8๐Ÿฅฐ7๐ŸŽ‰7๐Ÿ‘5
โš ๏ธ Fake Vote

Giveaway CancelโŒ
โค12๐Ÿ”ฅ12๐Ÿคฉ11๐Ÿ‘10๐Ÿ‘10๐ŸŽ‰8๐Ÿฅฐ7
๐Ÿ‡ฎ๐Ÿ‡ณ
๐Ÿฅฐ12๐Ÿ‘12๐Ÿ‘11๐ŸŽ‰11โค10๐Ÿคฉ10๐Ÿ”ฅ5
JoJo Channel Leave Le Rahe Unko Yeh Nhi Pata Ki Woh Automatically Ban Ho Jayega Main AutoKicker laga diya hai๐Ÿ˜‚Agar Lag rha Hai Main Jhut Bol Raha hu Toh Channel Leave Karke Dikhao๐Ÿ˜‚

AUTO KICKER BOT ADDED IF YOU LEAVE YOU DIRECTLY PERMANENT BAN ๐Ÿ˜‚
๐Ÿ”ฅ16๐Ÿคฉ14๐Ÿฅฐ10โค9๐Ÿ‘8๐ŸŽ‰8๐Ÿ‘6
โš ๏ธ Important Notice:

We have found that this code can also be used by a user to send messages to another user, provided they are an admin. Therefore, I am providing a new Upgraded version of this code.

Transmitter : @Fire_162
๐ŸŽ‰13๐Ÿ”ฅ12๐Ÿคฉ12๐Ÿ‘10๐Ÿ‘10โค8๐Ÿฅฐ6
โ‰๏ธ How To Make Support System

๐Ÿงฉ Command:- ๐Ÿ“ž Support

bot.replyText(u,"*๐Ÿ“ž You Are Now In Direct Contact With Our  Administrator*\n_You can send here any message you want to submit, the administrator will receive it and send an answer directly here in chat!_",parse_mode="markdown")
Bot.handleNextCommand("/support#2")

๐Ÿงฉ Command:- /support#2

admin = 1912340531
#Enter Your ID Here
markup = [[InlineKeyboardButton(text='โ†ฉ๏ธ Reply User',callback_data=f'/replyUser {message.chat.id}')]]
markup = InlineKeyboardMarkup(markup)
bot.sendMessage(chat_id=admin,text=f"*๐Ÿ“ฉ New Support Message From:\n\nโžก๏ธ Name: {message.chat.first_name}\nโžก๏ธ Username: @{message.chat.username}\nโžก๏ธ ID: {message.chat.id}\n\n๐Ÿ“ Message: {message.text}*",parse_mode="markdown",reply_markup=markup)
bot.replyText(u,f"*โœ… Message Sent To The Administrator:* _{message.text}_",parse_mode="markdown")

๐Ÿงฉ Command:- /replyUser

if message.text.startswith('/replyUser'):
raise ReturnCommand
bot.replyText(u,"*โžก๏ธ Enter Your Message For User*",parse_mode="markdown")
Bot.handleNextCommand("/replyUser#2",params)

๐Ÿงฉ Command:- /replyUser#2

bot.sendMessage(chat_id=options,text=f"*๐Ÿ“ฉ New Support Message From Admin:\n\n๐Ÿ“ Message:* _{message.text}_",parse_mode="markdown")
bot.replyText(u,f"*โ†ฉ๏ธ Reply Sent To User:* _{message.text}_",parse_mode="markdown")
๐Ÿฅฐ14๐ŸŽ‰14๐Ÿ‘12โค11๐Ÿ‘10๐Ÿ”ฅ6๐Ÿคฉ4
Chandrayan-3 Successfully Landed On Moonโค๏ธ๐Ÿ”ฅ
๐Ÿ‘17๐Ÿฅฐ15โค10๐Ÿคฉ10๐ŸŽ‰8๐Ÿ”ฅ7๐Ÿ‘4
โ˜˜๏ธ Nแด€แดแด‡ : เผ„แถฆแถฐแญ„โœฟHแด€ษดแดœแดแด€ษด เคญเค•เฅเคค แดถแตƒสธ หขสฐสณแต‰แต‰ แดฟแตƒแต เฟ
๐Ÿ”ฅU๊œฑแด‡ส€ษดแด€แดแด‡ :
@Ram_Bhakt_Hanuman_Bhakt_Anshu
๐ŸŽ U๊œฑแด‡ส€ Iแด… : 5050836503
๐Ÿ”  U๊œฑแด‡ส€ Lแด€ษดษขแดœแด€ษขแด‡ : en
๐Ÿ”— U๊œฑแด‡ส€ Lษชษดแด‹ :
t.me/Ram_Bhakt_Hanuman_Bhakt_Anshu
โ˜„๏ธ Pแด‡ส€แดแด€ษดแด‡ษดแด› Lษชษดแด‹ : Click Here
๐Ÿคฉ18๐Ÿ‘15๐ŸŽ‰13๐Ÿ”ฅ12๐Ÿฅฐ6๐Ÿ‘5โค2
This Code In Telebot

try:
Click_Here = f"<a href='tg://settings/'>Click Here</>"
bot.sendPhoto(photo=f't.me/{message.chat.username}',caption=f'''<b>โ˜˜๏ธ Nแด€แดแด‡ : {message.from_user.first_name}
๐Ÿ”ฅU๊œฑแด‡ส€ษดแด€แดแด‡ : @{message.chat.username}
๐ŸŽ U๊œฑแด‡ส€ Iแด… : {u}
๐Ÿ”  U๊œฑแด‡ส€ Lแด€ษดษขแดœแด€ษขแด‡ : en
๐Ÿ”— U๊œฑแด‡ส€ Lษชษดแด‹ : t.me/{message.chat.username}
โ˜„๏ธ Pแด‡ส€แดแด€ษดแด‡ษดแด› Lษชษดแด‹ : {Click_Here}</b>''',parse_mode='HTML')
except:
bot.sendPhoto(photo=f'https://t.me/TBC_DEMO/69',caption=f'''<b>โ˜˜๏ธ Nแด€แดแด‡ : {message.from_user.first_name}
๐Ÿ”ฅU๊œฑแด‡ส€ษดแด€แดแด‡ : @{message.chat.username}
๐ŸŽ U๊œฑแด‡ส€ Iแด… : {u}
๐Ÿ”  U๊œฑแด‡ส€ Lแด€ษดษขแดœแด€ษขแด‡ : en
๐Ÿ”— U๊œฑแด‡ส€ Lษชษดแด‹ : t.me/{message.chat.username}
โ˜„๏ธ Pแด‡ส€แดแด€ษดแด‡ษดแด› Lษชษดแด‹ : {Click_Here}</b>''',parse_mode='HTML')
๐Ÿฅฐ15๐Ÿ‘12โค11๐ŸŽ‰10๐Ÿ‘9๐Ÿคฉ8๐Ÿ”ฅ6