E-Lab Tech || Money Earnings
4.93K subscribers
290 photos
18 videos
2 files
130 links
Download Telegram
๐Ÿ•บ E-Lab TikTok Downloader Bot is LIVE!
Say goodbye to watermarks forever.
๐Ÿ˜Ž

โšก๏ธ What You Get:
๐ŸŽฅ Download TikTok videos in HD
๐Ÿ‘Ž No Watermark โ€“ Clean & Shareable
โœ… 100% Free | Fast | Secure
๐Ÿ“ค Send any TikTok link โ€“ weโ€™ll handle the rest

๐Ÿค– Bot Name: E-Lab TikTok Downloader

๐Ÿ— Built by E-Lab Code
๐Ÿค™ Need help? Message @Agegnewu0102

๐Ÿ”ฅ Try it now. Impress your audience with clean downloads!

๐Ÿ’Ž Tap to Start ยป @ELabTikTokDownloaderBot

โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ™ชโ™ชโ™ชโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข


#TikTokBot #DownloaderBot #NoWatermark #ELabBots #TelegramTools #AIpowered
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ”ฅ16โค15๐ŸŽ‰14๐Ÿ‘12๐Ÿฅฐ1
Comment Any Bot You Want ๐Ÿค—
โค3๐Ÿ‘1
Where are you From?
Anonymous Poll
89%
Ethiopia ๐Ÿ‡ช๐Ÿ‡น
11%
Other ?
.


New Ref to Earn Telegram Bot TPY Code

.

Credit: @ElabCode
Coder: @Agegnewu0102
โค1๐Ÿ˜1
Command: /start

TPY Code:
status = User.getData("ban")
if status == "ok":
raise ReturnCommand()

markup = InlineKeyboardMarkup()
markup.row(
InlineKeyboardButton(
text="Channel",
url="https://t.me/birtat_crypto"
),
InlineKeyboardButton(
text="Payment Proof",
url="https://t.me/proofs_payments"
)
)
markup.row(
InlineKeyboardButton(
text="Group",
url="https://t.me/birtat_chat"
)
)


bot.replyText(
chat_id=message.chat.id,
text="<b>๐Ÿ‘ แŠฅแŠ•แŠณแŠ• แ‹ˆแ‹ฐ Birtat Bot แ‰ แˆฐแˆ‹แˆ แˆ˜แŒกแข \n\nแŠ แŒˆแˆแŒแˆŽแ‰ณแ‰ฝแŠ•แŠ• แˆˆแˆ›แŒแŠ˜แ‰ต แŠจแ‰ณแ‰ฝ แ‹ซแˆ‰แ‰ตแŠ• แˆแˆ‰แŠ•แˆ แ‰ปแŠ“แˆŽแ‰ปแ‰ฝแŠ• แˆ˜แ‰€แˆ‹แ‰€แˆ แŠ แˆˆแ‰ฆแ‰ตแข </b>",
reply_markup=markup
)

keyboard = ReplyKeyboardMarkup(True)
keyboard.row("โœ… Joined")

# Max 12 row can be set

bot.replyText(
chat_id=message.chat.id,
text="<b>แŠจแ‰ฐแ‰€แˆ‹แ‰€แˆ‰ แ‰ แŠ‹แˆ‹ 'โœ… Joined' แ‹จแˆšแˆˆแ‹แŠ• แ‹ญแŒซแŠ‘</b>",
reply_markup=keyboard
)

is_invited = User.getData("is_invited")

u = str(u)
already = User.getData('bot_user')
if already != None:
pass
else:
User.saveData('balance', 0)
User.saveData('ref_count', 0)
User.saveData('withdrawn', 0)
User.saveData('bot_user', True)
if Bot.getData('total_users') == None:
Bot.saveData('total_users', 1)
else:
t = int(Bot.getData('total_users'))+1
Bot.saveData('total_users', t)

# bot.replyText(u, str(Bot.getData('total_users')))

refer = message.text.split(" ")

if message.text == "/start":
if is_invited == None:
User.saveData('is_invited', True)
else:
if str(u) == refer[1]:
if is_invited == None:
User.saveData('is_invited', True)
else:
if is_invited == None:
refer_balance = User.getData("balance", user=refer[1])
count = User.getData('ref_count', user=refer[1])
if refer_balance == None:
User.saveData("is_invited",True)
raise ReturnCommand()

count = int(count)
count += 1
User.saveData("ref_count", data=count, user=refer[1])
User.saveData("invited_by",refer[1])
bot.replyText(
chat_id=u,
text=f"<b>๐Ÿ“‹ You are Invited By:- {refer[1]}</b>",
parse_mode="html"
)
User.saveData("is_invited", True)
new_user = User.getData("new_user")
โค2