ℹ️ Change Font Of Text
🧩 Command:- @TBC_CODES
🧩 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
❤16🔥10👏10🎉10👍9🥰8🤩8
ℹ️ Bonus Code
🧩 Command:- @TBC_CODES
#Giving Because Some User Still Don't Have 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
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 😂
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
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:-
🧩 Command:-
🧩 Command:-
🧩 Command:-
🧩 Command:-
📞 Supportbot.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#2admin = 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:-
/replyUserif message.text.startswith('/replyUser'):
raise ReturnCommand
bot.replyText(u,"*➡️ Enter Your Message For User*",parse_mode="markdown")
Bot.handleNextCommand("/replyUser#2",params)🧩 Command:-
/replyUser#2bot.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
☘️ 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
🔥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
🥰15👏12🤩12🎉10👍9❤7🔥6
🧐 Hello Which Platform Is Best For Bot Makers ?
1.) Bot Business ( BB )
2.) Tele Bot Creator ( TBC )
3.) Any Other ( Tell In Comments )
1.) Bot Business ( BB )
2.) Tele Bot Creator ( TBC )
3.) Any Other ( Tell In Comments )
🔥16👍13🤩13👏12❤10🎉7🥰2
🔎 Google Search Bot
Go To > @TBC_CODES_GROUP > Send Your Email ID Of TBC
👨💻 Created-By: @Fire_162
©️ Credit: @TBC_CODES
Go To > @TBC_CODES_GROUP > Send Your Email ID Of TBC
👨💻 Created-By: @Fire_162
©️ Credit: @TBC_CODES
🔥14🥰13❤12👍11🎉9🤩8👏5
Wishing you a joyous and luminous Diwali! May this festival of lights illuminate your life with happiness, prosperity, and countless moments of celebration. May the glow of diyas bring warmth to your home, and the spirit of Diwali fill your heart with peace and harmony. Happy Diwali! 🪔✨
आपको शुभ और प्रकाशमय दीपावली की ढेर सारी शुभकामनाएँ! यह प्रकाश का त्योहार आपके जीवन को खुशियों, समृद्धि और अनगिनत उत्सवों के क्षणों से सजाए। दीपों की चमक आपके घर को गर्माहट के साथ भर दे और दीपावली की भावना आपके हृदय में शांति और समर्थ करे। शुभ दीपावली! 🪔✨
आपको शुभ और प्रकाशमय दीपावली की ढेर सारी शुभकामनाएँ! यह प्रकाश का त्योहार आपके जीवन को खुशियों, समृद्धि और अनगिनत उत्सवों के क्षणों से सजाए। दीपों की चमक आपके घर को गर्माहट के साथ भर दे और दीपावली की भावना आपके हृदय में शांति और समर्थ करे। शुभ दीपावली! 🪔✨
❤15👍13🥰10👏10🤩9🎉7🔥6
Hey, everyone! I am currently cleaning 🧹 this channel and will be posting code to make it like it was before. Sorry for the bad experience.
भाई लोग, मैं यह चैनल साफ कर रहा हूँ और इसे पहले की तरह कोड पोस्ट करूँगा। बुरी अनुभव के लिए माफ़ करें।
भाई लोग, मैं यह चैनल साफ कर रहा हूँ और इसे पहले की तरह कोड पोस्ट करूँगा। बुरी अनुभव के लिए माफ़ करें।
🔥16🥰12👏11❤10🤩9🎉8👍4
⁉️ How To Make Chat Bot In TBC ( Using APIs)
🧩 Command:-
🧩 Command:-
*res = HTTP.get(f'http://api.brainshop.ai/get?bid=177202&key=QJWn3z1t6mYrYs1J&uid={u}&msg={msg}')
text = res.json()
text = text['cnt']
try:
bot.sendMessage(chat_id=message.chat.id,reply_to_message_id=message.message_id,text=text,parse_mode='markdown')
except:
bot.sendMessage(chat_id=message.chat.id,reply_to_message_id=message.message_id,text=text,parse_mode='HTML')🔥15❤13👍10🎉10🤩9🥰8👏6