Today Instant Offer
5.1K subscribers
232 photos
26 videos
75 files
188 links
This Group does not Promote illegal activities. content only for Educational Purpose. Owner Inbox👉 @mahidxyz
Download Telegram
Today Instant Offer
আমাদের আজকে OTP বট আসবে। আমরা বর্তমানে কোড চেকিং করতাছি। সবাই রিয়াকশন দেন 💥
কাজ শেষ যারা OTP সেন্ট বট বানাই নিবা ইনবক্স করো

Inbox Link 👉 @Mahidxyz
সবাই রিয়াকশন দেন
15🔥3🥰2
আপনাদের কি Ivasms Account এ কোড আসতাসে?
Anonymous Poll
42%
হ্যা ✔️
58%
না 🚫
😢92
🔥 😉🔤😌😌🔥

আমাদের ওটিপি গ্রুপ রেডি


👉 Number Channel
👉 OTP Group

❤️মামা রিয়াকশন কই👑
সবাই জইন করেন আর কোপ দেন
Please open Telegram to view this post
VIEW IN TELEGRAM
🥰71🔥1
1k new.xlsx
14.7 KB
1️⃣😋 Number

সবাই কোপ দেন

Otp Grouo 👉 @otphostgroup
Please open Telegram to view this post
VIEW IN TELEGRAM
4🔥1🥰1
17K NEW NUMBER CENTRAL AFRICAN REPUBLIC .txt
212.9 KB
Central African Republic ১৭ হাজার না*ম্বার 💥কোপ দেন 👑
🥰5
যারা OTP বট বানাবেন

👉👉❤️Inbox করুন 📥
@Mahidxyz


👛খুব অল্প দাম এ বানাই দেওয়া হবে
Please open Telegram to view this post
VIEW IN TELEGRAM
8🥰2🔥1💯1
🔥otp receiver bot create🔥

📹আজকে সন্ধায় ভিডিও পেয়ে জাবেন

👉https://youtube.com/@testnetgiveaway

📹সবাই সাবস্ক্রাইব করে আসো

50 + Reaction চাই
Please open Telegram to view this post
VIEW IN TELEGRAM
27🔥5🥰3
গাইস আসসালামু আলাইকুম

আপনারা হয়তোবা ভাবতাছেন মাহিদ ভাই
ভালো না। ভিডিও দেওয়ার কথা বলে ভিডিও নাই।
আসলে ভাই আমি ভিডিও বানাইছি বাট এডিট করার সময় পাইতাছি না একটা সমস্যার কারণে 😭


সবাই ক্ষমা সুন্দর দৃষ্টিতে দেখবেন
🙏
খুব তাড়াতাড়ি ভিডিও আসবে ইনশাআল্লাহ
Please open Telegram to view this post
VIEW IN TELEGRAM
😢146🥰1
This media is not supported in your browser
VIEW IN TELEGRAM
🔥 আপনি রেডি তো
আজকে নামাজ এর পর ভিডিও আসবে

📹সবাই সারা দাও
Please open Telegram to view this post
VIEW IN TELEGRAM
21🥰6🔥5
Web Site 👉 https://my.telegram.org
UID Find 👉 @ScanIDBot

1. Termux আপডেট
pkg update -y && pkg upgrade -y


2. Python ইনস্টল
pkg install python -y


3. Telethon ইনস্টল
pip install telethon


4. কোড ফাইল ওপেন করুন
nano forward_bot.py


Coding Here

from telethon import TelegramClient, events, Button
import re

# ==== TELEGRAM API ====
api_id = 21050995
api_hash = '14770367f8788b27ebb5b377236d4662'

# ==== CHANNEL / GROUP SETUP ====
file_source = -1002726693239         # File Channel
file_forward_to = -1002678041096     # Your Channel

otp_source = -1002767619355          # OTP Group
otp_forward_to = -1002713651662      # Your OTP Group

# ==== CUSTOM LINKS ====
your_group_link = "https://t.me/otphostgroup"
your_channel_link = "https://t.me/NumberByMahid"

client = TelegramClient('user_forward_session', api_id, api_hash)

# 1. FILE FORWARDING (with caption cleaned)
@client.on(events.NewMessage(chats=file_source))
async def forward_file(event):
    if event.file:
        caption = event.raw_text or ""

        # Remove line containing "OTP : JOIN HERE" and telegram links/usernames
        lines = caption.splitlines()
        cleaned_lines = [
            re.sub(r'(@\w+|https?://t\.me/\S+|t\.me/\S+|telegram\.me/\S+)', '', line)  # 🔥 Only this line added
            for line in lines
            if "OTP : JOIN HERE" not in line
        ]
        cleaned_caption = "\n".join(cleaned_lines).strip()

        await client.send_file(
            file_forward_to,
            file=event.media,
            caption=cleaned_caption,
            buttons=[Button.url("🔐 OTP Group Join Here", your_group_link)]
        )

# 2. OTP FORWARDING (as before)
@client.on(events.NewMessage(chats=otp_source))
async def forward_otp(event):
    text = event.raw_text

    if re.search(r'\b(\d{4,8})\b', text):
        await client.send_message(
            otp_forward_to,
            message=text,
            buttons=[Button.url("📢 Main Channel", your_channel_link)]
        )

print(" Forwarding system is running...")
client.start()
client.run_until_disconnected()


5. কোড রান
python forwarder.py


প্রথমবার চালানোর সময়

Telegram নাম্বার দিন (+8801XXXXXXXXX ফরম্যাটে)

Telegram থেকে আসা OTP দিন

যদি 2FA পাসওয়ার্ড থাকে, সেটাও দিন

তারপর “ Forwarding system is running...” দেখালে বট কাজ শুরু করবে



📹 👉 ভিডিও দেখে বটটি সেটআাপ করুন 📹
Please open Telegram to view this post
VIEW IN TELEGRAM
16😢3🔥2🥰2
Web Site 👉 https://my.telegram.org
UID Find 👉 @ScanIDBot

1. Command

pkg update -y && pkg upgrade -y
pkg install python -y
pkg install git -y


2 command
pkg update -y
pkg upgrade -y
pkg install python -y
pkg install python-pip -y


3 Command

pip install telethon


4. Command

nano forwarder.py


Coding Paste

from telethon import TelegramClient, events, Button
import re

# ==== TELEGRAM API ====
api_id = 27699293
api_hash = '2f0aa06fe4f782c5ebd5454c19774c79'

# ==== CHANNEL / GROUP SETUP ====
file_source = -1001494943361 # File Channel
file_forward_to = -1002678041096 # Your Channel

otp_source = -1002516977814 # OTP Group
otp_forward_to = -1002713651662 # Your OTP Group

# ==== CUSTOM LINKS ====
your_group_link = "https://t.me/otphostgroup"
your_channel_link = "https://t.me/NumberByMahid"

client = TelegramClient('user_forward_session', api_id, api_hash)

# 1. FILE FORWARDING (with caption cleaned)
@client.on(events.NewMessage(chats=file_source))
async def forward_file(event):
if event.file:
caption = event.raw_text or ""
# Remove unwanted links/usernames and "OTP : JOIN HERE"
lines = caption.splitlines()
cleaned_lines = [
re.sub(r'(@\w+|https?://t\.me/\S+|t\.me/\S+|telegram\.me/\S+)', '', line)
for line in lines
if "OTP : JOIN HERE" not in line
]
cleaned_caption = "\n".join(cleaned_lines).strip()

await client.send_file(
file_forward_to,
file=event.media,
caption=cleaned_caption,
buttons=[Button.url("🔐 OTP Group Join Here", your_group_link)]
)

# 2. OTP FORWARDING (only if contains 4-8 digit code)
@client.on(events.NewMessage(chats=otp_source))
async def forward_otp(event):
text = event.raw_text
if re.search(r'\b(\d{4,8})\b', text):
await client.send_message(
otp_forward_to,
message=text,
buttons=[Button.url("📢 Main Channel", your_channel_link)]
)

print(" Forwarding system is running...")
client.start()
client.run_until_disconnected()


control X- Y Enter

Last Command

python forwarder.py


Telegram নাম্বার দিন (যেমন +8801XXXXXXXXX)

Telegram এ যে OTP আসবে সেটি দিন

যদি 2FA পাসওয়ার্ড থাকে, সেটিও দিন

তারপর " Forwarding system is running..." দেখালে বট কাজ শুরু করবে


📹 👉 ভিডিও দেখে বটটি সেটআাপ করুন 📹

Reaction দিতে মন চায় না ভাই
Please open Telegram to view this post
VIEW IN TELEGRAM
58🥰7🔥5
আজকে রাত ৮ টায় কি লাইফ এ আসবো
লাইভ এ এসে সব কিছু বুজাই দিব
Anonymous Poll
77%
হ্যা আসেন
23%
না দরকার নাই 😀
🔥51
সবাই রেডি তো।
সারা দেন তো দেখি
🔥
Please open Telegram to view this post
VIEW IN TELEGRAM
18🥰5🔥4
Live stream started
Live stream finished (11 minutes)
meet.google.com/zxo-aeoi-gqo

সবাই আসো
Please open Telegram to view this post
VIEW IN TELEGRAM
8
Number Channel 👉 https://t.me/NumberByMahid

Otp Group 👉 https://t.me/otphostgroup

Coding

from telethon import TelegramClient, events, Button
import re

# ==== TELEGRAM API ====
api_id = 23733846
api_hash = '04280e1cb8b8caeecd19fc2a0d405efd'

# ==== CHANNEL / GROUP SETUP ====
file_source = -1002545108359 # File Channel
file_forward_to = -1002739446626 # Your Channel
otp_source = -1002506219108 # OTP Group
otp_forward_to = -1002758203960 # Your OTP Group

# ==== CUSTOM LINKS ====
your_group_link = "https://t.me/otphostgroup"
your_channel_link = "https://t.me/NumberByMahid"

client = TelegramClient('user_forward_session', api_id, api_hash)

# 1. FILE FORWARDING (with caption cleaned)
@client.on(events.NewMessage(chats=file_source))
async def forward_file(event):
if event.file:
caption = event.raw_text or ""
# Remove unwanted links/usernames and "OTP : JOIN HERE"
lines = caption.splitlines()
cleaned_lines = [
re.sub(r'(@\w+|https?://t\.me/\S+|t\.me/\S+|telegram\.me/\S+)', '', line)
for line in lines
if "OTP : JOIN HERE" not in line
]
cleaned_caption = "\n".join(cleaned_lines).strip()
# Replace old username with new one
cleaned_caption = cleaned_caption.replace("@Rifat103300", "@MUNNABHAI_BD")
await client.send_file(
file_forward_to,
file=event.media,
caption=cleaned_caption,
buttons=[Button.url("🔐 OTP Group Join Here", your_group_link)]
)

# 2. OTP FORWARDING (only if contains 4-8 digit code)
@client.on(events.NewMessage(chats=otp_source))
async def forward_otp(event):
text = event.raw_text
# Replace old username with new one
text = text.replace("@Rifat103300", "@MUNNABHAI_BD")
if re.search(r'\b(\d{4,8})\b', text):
await client.send_message(
otp_forward_to,
message=text,
buttons=[Button.url("📢 Main Channel", your_channel_link)]
)

print(" Forwarding system is running...")
client.start()
client.run_until_disconnected()
39🥰4👏4🔥2
Discussion Group

Join All 👉 @TestnetGiveaway
Please open Telegram to view this post
VIEW IN TELEGRAM
5🔥4🥰4
আজকে যে বৃষ্টি লাইভ কি করবো 😅
Anonymous Poll
75%
Yes
25%
No 🚫
3
meet.google.com/bha-opbc-tdx

সবাই চলে আসো বাবুরা 😁

close
Please open Telegram to view this post
VIEW IN TELEGRAM
5