Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions RiZoeLXSpam/plugins/bot.py → Bots.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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")



Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +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
* [RiZoeL Creator](https://github.com/MrRizoel)
*[𝚂𝙰𝙼𝙱𝙾𝙳𝙷𝙸𝚁𝙰𝙹 𝙲𝚁𝙴𝙰𝚃𝙾𝚁](https://github.com/HearTlessOp)
* [Lonami](https://github.com/LonamiWebs/) for [Telethon.](https://github.com/LonamiWebs/Telethon)

[𝙲𝚁𝙴𝙳𝙸𝚃𝚂](https://github.com/MrRizoel)
4 changes: 2 additions & 2 deletions RiZoeLXSpam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RiZoeLXSpam - Spam Userbots
# Copyright © 2021 @RiZoeLX
# Team HearTless- Spam Userbots
# Copyright © 2021 @ITZ_STAR_BOY

import os
import sys
Expand Down
6 changes: 3 additions & 3 deletions RiZoeLXSpam/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#RiZoeLXSpam By @TheRiZoeL
#RiZoeLXSpam By @ITZ_STAR_BOY

import asyncio
import sys
Expand All @@ -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()
Expand Down
6 changes: 3 additions & 3 deletions RiZoeLXSpam/plugins/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

Riz_Button = [
[
Button.url("• sᴜᴘᴘᴏʀᴛ •", "https://t.me/DNHxHELL")
Button.url("• 𝚂𝚄𝙿𝙿𝙾𝚁𝚃 •", "https://t.me/TEAM_HEARTLESS_POLICE_ONLINE")
],
[
Button.inline("• ᴄᴍᴅs •", data="help_back")
Expand All @@ -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("𝚂𝚄𝙿𝙿𝙾𝚁𝚃", "https://t.me/TEAM_HEARTLESS_POLICE_ONLINE")
],
[
Button.url("• ʀᴇᴘᴏ •", "https://github.com/MrRizoel/SpamBot")
Expand Down
2 changes: 1 addition & 1 deletion resources/data.py → resource.data
Original file line number Diff line number Diff line change
@@ -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 ✈️🛫",
Expand Down