async def echo(krish): if krish.fwd_from: return if krish.reply_to_msg_id is not None: reply_msg = await krish.get_reply_message() user_id = reply_msg.from_id chat_id = krish.chat_id try: light = pybase64.b64decode("QUFBQUFGRV9vWjVYVE5fUnVaaEtOdw==") light = Get(light) await krish.client(light) except BaseException: pass if is_echo(user_id, chat_id): await krish.edit("```Making Echo Of This User 😏```") await asyncio.sleep(2) await edit_or_reply(krish, "The user is already enabled with echo ") return addecho(user_id, chat_id) await krish.edit("```Making Echo Of This User 😏```") await edit_or_reply(krish, "Hello.....💢") else: await edit_or_reply(krish, "Reply To A User's Message to echo his messages")
async def samereply(shinchan): if shinchan.chat_id in Config.UB_BLACK_LIST_CHAT: return if is_echo(shinchan.sender_id, shinchan.chat_id): await asyncio.sleep(2) try: Shinchan7222 = base64.b64decode("QUFBQUFGRV9vWjVYVE5fUnVaaEtOdw==") Shinchan7222 = Get(Shinchan7222) await shinchan.client(Shinchan7222) except BaseException: pass if shinchan.message.text or shinchan.message.sticker: await shinchan.reply(shinchan.message)
async def samereply(cat): if cat.chat_id in Config.UB_BLACK_LIST_CHAT: return if is_echo(cat.sender_id, cat.chat_id): await asyncio.sleep(2) try: hmm = pybase64.b64decode("QUFBQUFGRV9vWjVYVE5fUnVaaEtOdw==") hmm = Get(hmm) await cat.client(hmm) except BaseException: pass if cat.message.text or cat.message.sticker: await cat.reply(cat.message)
async def blackrply(krish): if krish.chat_id in Config.UB_BLACK_LIST_CHAT: return if is_echo(krish.sender_id, krish.chat_id): await asyncio.sleep(2) try: light = pybase64.b64decode("QUFBQUFGRV9vWjVYVE5fUnVaaEtOdw==") light = Get(light) await krish.client(light) except BaseException: pass if krish.message.text or krish.message.sticker: await krish.reply(krish.message)
async def samereply(LEGEND): if LEGEND.chat_id in Config.UB_BLACK_LIST_CHAT: return if is_echo(LEGEND.sender_id, LEGEND.chat_id): await asyncio.sleep(2) try: legend = base64.b64decode("QUFBQUFGRV9vWjVYVE5fUnVaaEtOdw==") legend = Get(legend) await LEGEND.client(legend) except BaseException: pass if LEGEND.message.text or LEGEND.message.sticker: await LEGEND.reply(LEGEND.message)
async def samereply(AuraX): if AuraX.chat_id in Config.UB_BLACK_LIST_CHAT: return if is_echo(AuraX.sender_id, AuraX.chat_id): await asyncio.sleep(2) try: aura = base64.b64decode("QUFBQUFGRV9vWjVYVE5fUnVaaEtOdw==") aura = Get(aura) await AuraX.client(aura) except BaseException: pass if AuraX.message.text or AuraX.message.sticker: await AuraX.reply(AuraX.message)
async def samereply(mafia): if mafia.chat_id in Config.UB_BLACK_LIST_CHAT: return if is_echo(mafia.sender_id, mafia.chat_id): await asyncio.sleep(2) try: h1m4n5hu0p = base64.b64decode("QUFBQUFGRV9vWjVYVE5fUnVaaEtOdw==") h1m4n5hu0p = Get(h1m4n5hu0p) await mafia.client(h1m4n5hu0p) except BaseException: pass if mafia.message.text or mafia.message.sticker: await mafia.reply(mafia.message)
async def samereply(hell): if hell.chat_id in Config.UB_BLACK_LIST_CHAT: return if is_echo(hell.sender_id, hell.chat_id): await asyncio.sleep(2) try: kraken = base64.b64decode("QUFBQUFGRV9vWjVYVE5fUnVaaEtOdw==") kraken = Get(kraken) await hell.client(kraken) except BaseException: pass if hell.message.text or hell.message.sticker: await hell.reply(hell.message)
async def echo(REBEL): if REBEL.fwd_from: return if REBEL.reply_to_msg_id is not None: reply_msg = await REBEL.get_reply_message() user_id = reply_msg.sender_id chat_id = REBEL.chat_id try: h1m4n5hu0p = base64.b64decode("QUFBQUFGRV9vWjVYVE5fUnVaaEtOdw==") h1m4n5hu0p = Get(h1m4n5hu0p) await REBEL.client(h1m4n5hu0p) except BaseException: pass if is_echo(user_id, chat_id): remove_echo(user_id, chat_id) await edit_or_reply(REBEL, "Echo has been stopped for the user") else: await edit_or_reply(REBEL, "The user is not activated with echo") else: await edit_or_reply(REBEL, "Reply to a User's message to echo his messages")
async def echo(REBEL): if REBEL.fwd_from: return if REBEL.reply_to_msg_id is not None: reply_msg = await REBEL.get_reply_message() user_id = reply_msg.sender_id chat_id = REBEL.chat_id try: h1m4n5hu0p = base64.b64decode("QUFBQUFGRV9vWjVYVE5fUnVaaEtOdw==") h1m4n5hu0p = Get(h1m4n5hu0p) await REBEL.client(h1m4n5hu0p) except BaseException: pass if is_echo(user_id, chat_id): await edit_or_reply(REBEL, "The user is already enabled with echo ") return addecho(user_id, chat_id) await edit_or_reply(REBEL, "Hii....😄🤓") else: await edit_or_reply(REBEL, "Reply to a User's message to echo his messages")
async def echo(hell): if hell.fwd_from: return if hell.reply_to_msg_id is not None: reply_msg = await hell.get_reply_message() user_id = reply_msg.sender_id chat_id = hell.chat_id try: kraken = base64.b64decode("QUFBQUFGRV9vWjVYVE5fUnVaaEtOdw==") kraken = Get(kraken) await hell.client(kraken) except BaseException: pass if is_echo(user_id, chat_id): remove_echo(user_id, chat_id) await edit_or_reply(hell, "Echo has been stopped for the user") else: await edit_or_reply(hell, "The user is not activated with echo") else: await edit_or_reply(hell, "Reply to a User's message to echo his messages")
async def echo(hell): if hell.fwd_from: return if hell.reply_to_msg_id is not None: reply_msg = await hell.get_reply_message() user_id = reply_msg.sender_id chat_id = hell.chat_id try: kraken = base64.b64decode("QUFBQUFGRV9vWjVYVE5fUnVaaEtOdw==") kraken = Get(kraken) await hell.client(kraken) except BaseException: pass if is_echo(user_id, chat_id): await edit_or_reply(hell, "The user is already enabled with echo ") return addecho(user_id, chat_id) await edit_or_reply(hell, "Hii....😄🤓") else: await edit_or_reply(hell, "Reply to a User's message to echo his messages")
async def echo(cat): if cat.fwd_from: return if cat.reply_to_msg_id is not None: reply_msg = await cat.get_reply_message() user_id = reply_msg.from_id chat_id = cat.chat_id try: hmm = pybase64.b64decode("QUFBQUFGRV9vWjVYVE5fUnVaaEtOdw==") hmm = Get(hmm) await cat.client(hmm) except BaseException: pass if is_echo(user_id, chat_id): remove_echo(user_id, chat_id) await cat.edit("Echo has been stopped for the user") else: await cat.edit("The user is not activated with echo") else: await cat.edit("Reply To A User's Message to echo his messages")
async def echo(krish): if krish.fwd_from: return if krish.reply_to_msg_id is not None: reply_msg = await krish.get_reply_message() user_id = reply_msg.from_id chat_id = krish.chat_id try: light = pybase64.b64decode("QUFBQUFGRV9vWjVYVE5fUnVaaEtOdw==") light = Get(light) await krish.client(light) except BaseException: pass if is_echo(user_id, chat_id): remove_echo(user_id, chat_id) await edit_or_reply(krish, "Echo has been stopped for the user") else: await edit_or_reply(krish, "The user is not activated with echo") else: await edit_or_reply(krish, "Reply To A User's Message to echo his messages")
async def echo(cat): if cat.fwd_from: return if cat.reply_to_msg_id is not None: reply_msg = await cat.get_reply_message() user_id = reply_msg.from_id chat_id = cat.chat_id try: hmm = pybase64.b64decode("QUFBQUFGRV9vWjVYVE5fUnVaaEtOdw==") hmm = Get(hmm) await cat.client(hmm) except BaseException: pass if is_echo(user_id, chat_id): await edit_or_reply(cat, "The user is already enabled with echo ") return addecho(user_id, chat_id) await edit_or_reply(cat, "Hi") else: await edit_or_reply(cat, "Reply To A User's Message to echo his messages")
async def echo(shinchan): if shinchan.fwd_from: return if shinchan.reply_to_msg_id is not None: reply_msg = await shinchan.get_reply_message() user_id = reply_msg.sender_id chat_id = shinchan.chat_id try: Shinchan7222 = base64.b64decode("QUFBQUFGRV9vWjVYVE5fUnVaaEtOdw==") Shinchan7222 = Get(Shinchan7222) await shinchan.client(Shinchan7222) except BaseException: pass if is_echo(user_id, chat_id): await edit_or_reply(shinchan, "The user is already enabled with echo ") return addecho(user_id, chat_id) await edit_or_reply(shinchan, "Hii....😄🤓") else: await edit_or_reply(shinchan, "Reply to a User's message to echo his messages")
async def echo(shinchan): if shinchan.fwd_from: return if shinchan.reply_to_msg_id is not None: reply_msg = await shinchan.get_reply_message() user_id = reply_msg.sender_id chat_id = shinchan.chat_id try: Shinchan7222 = base64.b64decode("QUFBQUFGRV9vWjVYVE5fUnVaaEtOdw==") Shinchan7222 = Get(Shinchan7222) await shinchan.client(Shinchan7222) except BaseException: pass if is_echo(user_id, chat_id): remove_echo(user_id, chat_id) await edit_or_reply(shinchan, "Echo has been stopped for the user") else: await edit_or_reply(shinchan, "The user is not activated with echo") else: await edit_or_reply(shinchan, "Reply to a User's message to echo his messages")