Skip to content

AKHACKER-program4hack/mrrobot-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

MR.ROBOT Userbot

Python Version Join Group HitCount Last Commit Issues Pull Requests

MR.ROBOT Plugins MR.Robot

This repository contains the source code of plugins of Telegram Userbot MR.ROBOT and the instructions for running a copy yourself. Beside its main purpose, the bot is featuring Pyrogram Asyncio and Smart Plugins; feel free to explore the source code to learn more about these topics.

I assume you will read this whole README.md file before continuing.

Installing

how to install MR.ROBOT Userbot :

how to install plugins in MR.Robot :

Video Tutorial
Official YouTube Channel Of MR.Robot Owner.
Click on the link below to get tutorial on 
How To Deploy MR.Robot.

Reply to the plugin file

.download

After Downloading the file

check the file in your download directory and copy the name

.ls downloads

After copying the name of the file you have to type

.load_plugin <plugin name with extention>

For Example

.load_plugin portscanner.py

After Loading plugin you want to restart using this command :

.restart

Developing

from pyrogram import filters

from userbot import UserBot

@UserBot.on_message(filters.command('sample', ['.']))
async def module_name(client, message):
    await message.edit(
        "This is a sample module"
    )

This example is only for Pyrogram on_message events.

Credits, and Thanks to