ā¹ļø Advance Force Join Channel
š§© Command:- @TBC_CODES
š§© Command:- @TBC_CODES
Your_Channel_List = ['@TBC_CODES', '@TBC_DEMO', '@TBC_DEMO_2']
channel_not_joined = [i for i in Your_Channel_List if not MembershipCheck(str(i), u)]
if channel_not_joined:
not_joined_message = "\n".join(channel_not_joined)
bot.sendMessage(f"You have not joined\n{not_joined_message}\n")
else:
bot.sendMessage("You Have Joined All Channels")
Bot.runCommand("Your_Home_Menu_Command")
š„14š¤©14š„°12š10ā¤8š7š6
š17ā¤13š„11š9š9š¤©9š„°6
š Photo Uploader Bot
Go To > @Image_Uploader_ApiBot > ā»ļø Get Bot
šØāš» Created-By: @skSabir_Boss
Ā©ļø Credit: @TBC_CODES.
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
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
š§© 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
ā¹ļø Send a Random Advice:
š§© Command:- @TBC_CODES
š§© 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.
āµWork is never as important as you think it is.
š13ā¤11š11š11š„°9š„8š¤©8
ā¹ļø OTP Verification Code
š§© Command:- @TBC_CODES
š§© Command:-
š§© 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:-
Verifyif 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.
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
š§© 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
Ā© @TBC_CODES
ā¤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
ā ļø Fake Vote
Giveaway Cancelā
ā¤12š„12š¤©11š10š10š8š„°7
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