Gartic.io Websocket Monitor Script
This script enables users to listen to the websocket connection when entering a room on Gartic.io. While in the game, players can send data directly to the game through the console using the wsObj.send() function. The script provides access to room information with wsObj.id displaying the current room ID and wsObj.lengthID showing the player's letter-based ID.
Documented Purpose
The script's purpose is to provide websocket monitoring capabilities within Gartic.io rooms, allowing developers and advanced users to interact with the game's communication protocol.
Game Targets
Currently documented to work with: Gartic.io
Setup
Installation steps are not documented in the source material.
Limitations
Compatibility with games other than Gartic.io is undocumented. Functionality and safety have not been independently tested.
Source and attribution
Based on Gartic.io Listen to Websocket in Your Room by MRè. Recorded version: 1.5. License: MIT License. AI-assisted editorial summary; this is not an independent functionality or safety test.