No description
  • Lua 65.9%
  • Rust 34.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-10-06 16:48:07 +01:00
client Remove boilerplate code 2022-10-06 16:48:07 +01:00
server/src Proof of Concept, not tested! 2022-10-05 22:38:52 +01:00
README.md Proof of Concept, not tested! 2022-10-05 22:38:52 +01:00

RCommunicate

This is a simple way of sending messages between alt accounts, allowing you to control them, etc. The "server" aspect is supposed to be run locally and simply relays each websocket message to each client. You will need to create the commands yourself

Setup

  • Compile the server code or use the releases (if it is there)
  • Run the server
  • Keep it open in the background
  • Run the client script on each of your alts

Specifying port

By default, the websocket server port is 69420 but depending on how you launch the server, this can change. Simply pass the argument 127.0.0.1: followed by the port, i.e. 127.0.0.1:12345. server.exe 127.0.0.1:12345