Skip to content

A discord remote administration tool that i coded to learn node.js and discord.js

Notifications You must be signed in to change notification settings

binarioGH/discord_rat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Discord Remote Administration tool.

I created a remote administration discord bot to learn node.js and discord.js

Use !sh [command] to execute a command in the shell, and use !screenshot to see what's in the monitor.

Installation

Go to the folder where you downloaded the script and use the following commands:

npm init -y
npm install discord.js
npm install screenshot-desktop

After that you will have to edit the first two lines in main.js, these are:

const TOKEN = '';
const admins = ['YOUR USERNAME'];

inside of TOKEN paste a discord token of your own, and in admins copy your discord username, it should look like this your_name#1234

About

A discord remote administration tool that i coded to learn node.js and discord.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published