😢9❤2
✅ আমাদের ওটিপি গ্রুপ রেডি✅
সবাই জইন করেন আর কোপ দেন
Please open Telegram to view this post
VIEW IN TELEGRAM
🥰7❤1🔥1
17K NEW NUMBER CENTRAL AFRICAN REPUBLIC .txt
212.9 KB
Central African Republic ১৭ হাজার না*ম্বার 💥✅কোপ দেন 👑
🥰5
Please open Telegram to view this post
VIEW IN TELEGRAM
❤27🔥5🥰3
গাইস আসসালামু আলাইকুম ✅
সবাই ক্ষমা সুন্দর দৃষ্টিতে দেখবেন🙏
খুব তাড়াতাড়ি ভিডিও আসবে ইনশাআল্লাহ✅
আপনারা হয়তোবা ভাবতাছেন মাহিদ ভাই
ভালো না। ভিডিও দেওয়ার কথা বলে ভিডিও নাই।
আসলে ভাই আমি ভিডিও বানাইছি বাট এডিট করার সময় পাইতাছি না একটা সমস্যার কারণে 😭
সবাই ক্ষমা সুন্দর দৃষ্টিতে দেখবেন
খুব তাড়াতাড়ি ভিডিও আসবে ইনশাআল্লাহ
Please open Telegram to view this post
VIEW IN TELEGRAM
😢14❤6🥰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 ✅
Coding Here✅
📹 👉 ভিডিও দেখে বটটি সেটআাপ করুন 📹
UID Find
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
Today Instant Offer
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…
Please open Telegram to view this post
VIEW IN TELEGRAM
🥰14❤8🔥1
Web Site 👉 https://my.telegram.org ✅
UID Find👉 @ScanIDBot ✅
control X- Y Enter
📹 👉 ভিডিও দেখে বটটি সেটআাপ করুন 📹
✅ ✅ Reaction দিতে মন চায় না ভাই ✅ ✅
UID Find
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..." দেখালে বট কাজ শুরু করবে
Please open Telegram to view this post
VIEW IN TELEGRAM
❤58🥰7🔥5
লাইভ এ এসে সব কিছু বুজাই দিব
Anonymous Poll
77%
হ্যা আসেন ✅
23%
না দরকার নাই 😀
🔥5❤1
Number Channel 👉 https://t.me/NumberByMahid
Otp Group 👉 https://t.me/otphostgroup
Coding
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
❤3