Skip to content

Connecting to Rotur

Mistium edited this page Aug 15, 2024 · 9 revisions

Connecting with the extension!

Connecting to Rotur is incredibly easy using the rotur extension, simply run the blocks below

block_26_07_2024-22_59_37

You can find the Rotur extension on my gallery here: https://extensions.mistium.com/

Version 4, (which most of the docs are for, is only available in the originOS or the Rotur discord server)

Connecting using cloudlink (less efficient)

Connecting to Rotur with cloudlink is significantly harder

You will need the cloudlink extension

Getting the cloudlink extension

It is recommended (by me (mistium)) to use my version of the cloudlink extension since it has two extra custom blocks that make it significantly easier to handle packets, and has a bug where it doesnt remove online users when they disconnect, fixed (shown below)

Screenshot 2024-06-29 at 21 13 47

This version does only work with turbowarp

https://github.com/Mistium/extensions.mistium/blob/main/files/Cloudlink4_Improved.js


If you just want to use the default cloudlink extension, it can be found below:

These are supported on penguinmod, turbowarp, adacraft and epiques https://github.com/MikeDev101/cloudlink/tree/master/scratch

Connect to the right server

You should connect to "wss://rotur.mistium.com"
block_29_06_2024-21_27_37

What room should I use?

you should use ["roturTW"] in the connect to rooms block
block_29_06_2024-21_27_49

Example code

This is a working connection script

block_29_06_2024-22_48_06

The base payload block will be the template for every packet you send, just add a few keys to it, this will be explained later in the packet structure section

Clone this wiki locally