âšī¸ Generate a Random Cat Image
đ§Š Command:- @TBC_CODES
đ§Š Command:- @TBC_CODES
response = HTTP.get("https://api.thecatapi.com/v1/images/search")
if response.status_code == 200:
data = response.json()
cat_image_url = data[0].get("url")
bot.sendPhoto(chat_id=message.chat.id,photo=cat_image_url)đ14â¤12đ10đĨ°10đ¤Š10đĨ8đ8
âšī¸ 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