msgpack for MooMoo.io, but leightweight and fast
Bu script direkt olarak kurulamaz. Başka scriptler için bir kütüphanedir ve meta yönergeleri içerir // @require https://update.greasyfork.org/scripts/547088/1648219/Lightweight%20MooMooio%20msgpack.js
MooMoo Mini MsgPack Lightweight MessagePack encoder/decoder for MooMoo.io
Usage:
const [event, args] = miniMooMsgpack.decode(arrayBuffer);
ws.send(miniMooMsgpack.encode(["packet", [data]]));
Author: Nuro (notnuro0815)