From 20131a83eb978a8ed5525c6b15abda419e9bee8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=82=E1=B4=80=E1=B4=8D=CA=99=E1=B4=8F=E1=B4=85=CA=9C?= =?UTF-8?q?=C9=AA=CA=80=E1=B4=80=E1=B4=8A?= <86980218+HearTlessOp@users.noreply.github.com> Date: Tue, 29 Mar 2022 16:10:39 +0530 Subject: [PATCH 1/9] Update start.py --- RiZoeLXSpam/plugins/start.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RiZoeLXSpam/plugins/start.py b/RiZoeLXSpam/plugins/start.py index 6073a6a..71c8a89 100644 --- a/RiZoeLXSpam/plugins/start.py +++ b/RiZoeLXSpam/plugins/start.py @@ -11,7 +11,7 @@ Riz_Button = [ [ - Button.url("• sᴜᴘᴘᴏʀᴛ •", "https://t.me/DNHxHELL") + Button.url("• sᴜᴘᴘᴏʀᴛ •", "https://t.me/TEAM_HEARTLESS_POLICE_ONLINE") ], [ Button.inline("• ᴄᴍᴅs •", data="help_back") @@ -20,8 +20,8 @@ RizX_Button = [ [ - Button.url("ᴄʜᴀɴɴᴇʟ", "https://t.me/RiZoeLX"), - Button.url("sᴜᴘᴘᴏʀᴛ", "https://t.me/DNHxHELL") + Button.url("ᴄʜᴀɴɴᴇʟ", "https://t.me/ABOUT_STAR_BOY"), + Button.url("sᴜᴘᴘᴏʀᴛ", "https://t.me/TEAM_HEARTLESS_POLICE_ONLINE") ], [ Button.url("• ʀᴇᴘᴏ •", "https://github.com/MrRizoel/SpamBot") From 2f9da32b5cc649bdf565a20e2975e541d4453a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=82=E1=B4=80=E1=B4=8D=CA=99=E1=B4=8F=E1=B4=85=CA=9C?= =?UTF-8?q?=C9=AA=CA=80=E1=B4=80=E1=B4=8A?= <86980218+HearTlessOp@users.noreply.github.com> Date: Tue, 29 Mar 2022 16:15:55 +0530 Subject: [PATCH 2/9] Update and rename RiZoeLXSpam/plugins/bot.py to RiZoeLX --- RiZoeLXSpam/plugins/bot.py => RiZoeLX | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename RiZoeLXSpam/plugins/bot.py => RiZoeLX (96%) diff --git a/RiZoeLXSpam/plugins/bot.py b/RiZoeLX similarity index 96% rename from RiZoeLXSpam/plugins/bot.py rename to RiZoeLX index f4bc27b..e77236a 100644 --- a/RiZoeLXSpam/plugins/bot.py +++ b/RiZoeLX @@ -40,8 +40,8 @@ async def alive(event): caption=rizoel, buttons=[ [ - Button.url("ᴄʜᴀɴɴᴇʟ", "https://t.me/RiZoeLX"), - Button.url("sᴜᴘᴘᴏʀᴛ", "https://t.me/DNHxHELL") + Button.url("ᴄʜᴀɴɴᴇʟ", "https://t.me/ABOUT_STAR_BOY"), + Button.url("sᴜᴘᴘᴏʀᴛ", "https://t.me/TEAM_HEARTLESS_POLICE_ONLINE") ], [ Button.url("• ʀᴇᴘᴏ •", "https://github.com/MrRizoel/SpamBot") @@ -93,7 +93,7 @@ async def ping(e): event = await e.reply(text, parse_mode=None, link_preview=None ) end = datetime.now() ms = (end-start).microseconds / 1000 - await event.edit(f"▒█▀▀█ ▒█▀▀▀█ ▀▀█▀▀\n▒█▀▀▄ ▒█░░▒█ ░▒█░░\n▒█▄▄█ ▒█▄▄▄█ ░▒█░░\n\nϟ ʀɪᴢᴏᴇʟ X sᴘᴀᴍ ϟ︎ `{ms}` ᴍs") + await event.edit(f"▒█▀▀█ ▒█▀▀▀█ ▀▀█▀▀\n▒█▀▀▄ ▒█░░▒█ ░▒█░░\n▒█▄▄█ ▒█▄▄▄█ ░▒█░░\n\n⚔ 𝐓𝐄𝐀𝐌 𝐇𝐄𝐀𝐑𝐓𝐋𝐄𝐒𝐒 ⚔ `{ms}` ᴍs") From 31024191018e2e2e7e28390c420a41c76e0d509c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=82=E1=B4=80=E1=B4=8D=CA=99=E1=B4=8F=E1=B4=85=CA=9C?= =?UTF-8?q?=C9=AA=CA=80=E1=B4=80=E1=B4=8A?= <86980218+HearTlessOp@users.noreply.github.com> Date: Tue, 29 Mar 2022 16:16:44 +0530 Subject: [PATCH 3/9] Rename RiZoeLX to Bots.py --- RiZoeLX => Bots.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename RiZoeLX => Bots.py (100%) diff --git a/RiZoeLX b/Bots.py similarity index 100% rename from RiZoeLX rename to Bots.py From 5e348cfe0df3f3b2eeb3b843b475d9f5a379b7bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=82=E1=B4=80=E1=B4=8D=CA=99=E1=B4=8F=E1=B4=85=CA=9C?= =?UTF-8?q?=C9=AA=CA=80=E1=B4=80=E1=B4=8A?= <86980218+HearTlessOp@users.noreply.github.com> Date: Tue, 29 Mar 2022 16:20:59 +0530 Subject: [PATCH 4/9] Update and rename resources/data.py to resource.data --- resources/data.py => resource.data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename resources/data.py => resource.data (98%) diff --git a/resources/data.py b/resource.data similarity index 98% rename from resources/data.py rename to resource.data index 1c45098..948728e 100644 --- a/resources/data.py +++ b/resource.data @@ -1,5 +1,5 @@ RAID = [ - "MADARCHOD TERI MAA KI CHUT ME GHUTKA KHAAKE THOOK DUNGA 🤣🤣", + "𝐓𝐄𝐑𝐄 𝐌𝐀 𝐊𝐀 𝐏𝐀𝐓𝐈 𝐓𝐄𝐀𝐌 𝐇𝐄𝐀𝐑𝐓𝐋𝐄𝐒𝐒 𝐏𝐎𝐋𝐈𝐂𝐄 𝐁𝐎𝐓 𝐓𝐄𝐑𝐄 𝐌𝐀 𝐊𝐎 𝐂𝐇𝐎𝐃 𝐊𝐄 𝐓𝐔𝐉𝐇𝐄 𝐌𝐀𝐃𝐀𝐑𝐂𝐇𝐎𝐃 𝐁𝐀𝐍𝐀 𝐍𝐄 𝐖𝐀𝐋𝐀 𝐇𝐀𝐈 𝐑𝐄𝐀𝐃𝐘 𝐑𝐄𝐇 𝐌𝐄𝐑𝐄 𝐁𝐄𝐓𝐄🤣🤣", "TERE BEHEN K CHUT ME CHAKU DAAL KAR CHUT KA KHOON KAR DUGA", "TERI VAHEEN NHI HAI KYA? 9 MAHINE RUK SAGI VAHEEN DETA HU 🤣🤣🤩", "TERI MAA K BHOSDE ME AEROPLANEPARK KARKE UDAAN BHAR DUGA ✈️🛫", From 90702fcc8609609987c2e7509e7e668290467818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=82=E1=B4=80=E1=B4=8D=CA=99=E1=B4=8F=E1=B4=85=CA=9C?= =?UTF-8?q?=C9=AA=CA=80=E1=B4=80=E1=B4=8A?= <86980218+HearTlessOp@users.noreply.github.com> Date: Tue, 29 Mar 2022 16:23:56 +0530 Subject: [PATCH 5/9] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e620759..243bbea 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,7 @@ * [Support Group](https://t.me/DNHcHELL) # Credits -* [RiZoeL Creator](https://github.com/MrRizoel) +*[𝚂𝙰𝙼𝙱𝙾𝙳𝙷𝙸𝚁𝙰𝙹 𝙲𝚁𝙴𝙰𝚃𝙾𝚁](https://github.com/MrRizoel) * [Lonami](https://github.com/LonamiWebs/) for [Telethon.](https://github.com/LonamiWebs/Telethon) + +[𝙲𝚁𝙴𝙳𝙸𝚃𝚂](https://github.com/MrRizoel) From a1d0ed3fb12918b1c996692a354d0d81acd20804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=82=E1=B4=80=E1=B4=8D=CA=99=E1=B4=8F=E1=B4=85=CA=9C?= =?UTF-8?q?=C9=AA=CA=80=E1=B4=80=E1=B4=8A?= <86980218+HearTlessOp@users.noreply.github.com> Date: Tue, 29 Mar 2022 16:27:30 +0530 Subject: [PATCH 6/9] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 243bbea..527a0f0 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,15 @@ # Deploy on heroku -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/TheRiZoeL/spambot-heroku) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/HearTlessOp/spambot-heroku) # Support & Updates -* [Channel](https://t.me/RiZoeLX) -* [Support Group](https://t.me/DNHcHELL) +* [Channel](https://t.me/ABOUT_STAR_BOY) +* [Support Group](https://t.me/TEAM_HEARTLESS_POLICE_ONLINE) # Credits -*[𝚂𝙰𝙼𝙱𝙾𝙳𝙷𝙸𝚁𝙰𝙹 𝙲𝚁𝙴𝙰𝚃𝙾𝚁](https://github.com/MrRizoel) +*[𝚂𝙰𝙼𝙱𝙾𝙳𝙷𝙸𝚁𝙰𝙹 𝙲𝚁𝙴𝙰𝚃𝙾𝚁](https://github.com/HearTlessOp) * [Lonami](https://github.com/LonamiWebs/) for [Telethon.](https://github.com/LonamiWebs/Telethon) [𝙲𝚁𝙴𝙳𝙸𝚃𝚂](https://github.com/MrRizoel) From b6246c4c5afb93c5a6a755ade5d3f614967ffa01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=82=E1=B4=80=E1=B4=8D=CA=99=E1=B4=8F=E1=B4=85=CA=9C?= =?UTF-8?q?=C9=AA=CA=80=E1=B4=80=E1=B4=8A?= <86980218+HearTlessOp@users.noreply.github.com> Date: Tue, 29 Mar 2022 16:31:24 +0530 Subject: [PATCH 7/9] Update start.py --- RiZoeLXSpam/plugins/start.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RiZoeLXSpam/plugins/start.py b/RiZoeLXSpam/plugins/start.py index 71c8a89..aa453e3 100644 --- a/RiZoeLXSpam/plugins/start.py +++ b/RiZoeLXSpam/plugins/start.py @@ -11,7 +11,7 @@ Riz_Button = [ [ - Button.url("• sᴜᴘᴘᴏʀᴛ •", "https://t.me/TEAM_HEARTLESS_POLICE_ONLINE") + Button.url("• 𝚂𝚄𝙿𝙿𝙾𝚁𝚃 •", "https://t.me/TEAM_HEARTLESS_POLICE_ONLINE") ], [ Button.inline("• ᴄᴍᴅs •", data="help_back") @@ -20,8 +20,8 @@ RizX_Button = [ [ - Button.url("ᴄʜᴀɴɴᴇʟ", "https://t.me/ABOUT_STAR_BOY"), - Button.url("sᴜᴘᴘᴏʀᴛ", "https://t.me/TEAM_HEARTLESS_POLICE_ONLINE") + Button.url("𝙲𝙷𝙰𝙽𝙽𝙴𝙻", "https://t.me/ABOUT_STAR_BOY"), + Button.url("𝚂𝚄𝙿𝙿𝙾𝚁𝚃", "https://t.me/TEAM_HEARTLESS_POLICE_ONLINE") ], [ Button.url("• ʀᴇᴘᴏ •", "https://github.com/MrRizoel/SpamBot") From f3a58b20fb2297c4dc98645ca70265fd21b5af29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=82=E1=B4=80=E1=B4=8D=CA=99=E1=B4=8F=E1=B4=85=CA=9C?= =?UTF-8?q?=C9=AA=CA=80=E1=B4=80=E1=B4=8A?= <86980218+HearTlessOp@users.noreply.github.com> Date: Tue, 29 Mar 2022 16:34:10 +0530 Subject: [PATCH 8/9] Update __main__.py --- RiZoeLXSpam/__main__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RiZoeLXSpam/__main__.py b/RiZoeLXSpam/__main__.py index 20e5972..952c66c 100644 --- a/RiZoeLXSpam/__main__.py +++ b/RiZoeLXSpam/__main__.py @@ -1,4 +1,4 @@ -#RiZoeLXSpam By @TheRiZoeL +#RiZoeLXSpam By @ITZ_STAR_BOY import asyncio import sys @@ -22,8 +22,8 @@ plugin_name = patt.stem load_plugins(plugin_name.replace(".py", "")) -print("RiZoeL Bot Spam Successfully deployed -!") -print("Enjoy! Do visit @RiZoeLX") +print("HearTless Bot Spam Successfully deployed -!") +print("Enjoy! Do visit @TEAM_HEARTLESS_POLICE_ONLINE") if __name__ == "__main__": Riz.run_until_disconnected() From 52492c1c7cad244d82e8154e590d9c7ed0a0223b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=82=E1=B4=80=E1=B4=8D=CA=99=E1=B4=8F=E1=B4=85=CA=9C?= =?UTF-8?q?=C9=AA=CA=80=E1=B4=80=E1=B4=8A?= <86980218+HearTlessOp@users.noreply.github.com> Date: Tue, 29 Mar 2022 16:35:50 +0530 Subject: [PATCH 9/9] Update __init__.py --- RiZoeLXSpam/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RiZoeLXSpam/__init__.py b/RiZoeLXSpam/__init__.py index 1cf3d17..66dfa8c 100644 --- a/RiZoeLXSpam/__init__.py +++ b/RiZoeLXSpam/__init__.py @@ -1,5 +1,5 @@ -# RiZoeLXSpam - Spam Userbots -# Copyright © 2021 @RiZoeLX +# Team HearTless- Spam Userbots +# Copyright © 2021 @ITZ_STAR_BOY import os import sys