RCC-SOAP-Bot/README.md

39 lines
922 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# RCC Soap Bot
This was rushed and should not be used for production.
⚠️**Warning:** This code contains hardcoded banlist, ports, xml, paths, and executable names.
**Note:** this was made in 2 hours...
## Features:
- Execute Roblox Lua (;execute)
- Supports returning data of the following types:
- LUA_TSTRING
- LUA_TNUMBER
- LUA_TBOOLEAN
- LUA_TTABLE
- View Console (;viewconsole)
- Vote Reset (;votereset)
## Requirements:
- NodeJS Installation
- RCCService 2016 (March build was tested)
## Installation:
Roblox Compute Cloud should be located at `C:\RCCSoap\RCCServiceSOAP.exe`
Create a **.env** file in the directory of the repository:
```
TOKEN=BOT_TOKEN
PREFIX=;
ADMIN=USER_ID_OF_ADMINISTRATOR
CHANNEL=CHANNEL_ID
```
Open cmd or powershell in the repo directory:
- **(First Time)** Run `npm i`
- Run `node index.js` to start the bot
Use `;start 530` to start an RCC Instance