您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
The packet code for moomoo.io
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greatest.deepsurf.us/scripts/478839/1274013/MooMooio%20Packet%20Code.js
// ==UserScript== // @name MooMoo.io Packet Code // @description The packet code for moomoo.io // @author KOOKY WARRIOR // @license MIT // ==/UserScript== window.PACKETCODE = { SEND: { aJoinReq: "P", kickFromClan: "Q", sendJoin: "b", createAlliance: "L", leaveAlliance: "N", storeEquipOrBuy: "c", sendChat: "6", resetMoveDir: "e", sendAtckState: "d", sendMoveDir: "a", sendLockDirOrAutoGather: "K", sendMapPing: "S", selectToBuild: "G", enterGame: "M", sendUpgrade: "H", sendDir: "D", pingSocket: "0" }, RECEIVE: { setInitData: "A", disconnect: "B", setupGame: "C", addPlayer: "D", removePlayer: "E", updatePlayers: "a", updateLeaderboard: "G", loadGameObject: "H", loadAI: "I", animateAI: "J", gatherAnimation: "K", wiggleGameObject: "L", shootTurret: "M", updatePlayerValue: "N", updateHealth: "O", killPlayer: "P", killObject: "Q", killObjects: "R", updateItemCounts: "S", updateAge: "T", updateUpgrades: "U", updateItems: "V", addProjectile: "X", remProjectile: "Y", serverShutdownNotice: "Z", addAlliance: "g", deleteAlliance: "1", allianceNotification: "2", setPlayerTeam: "3", setAlliancePlayers: "4", updateStoreItems: "5", receiveChat: "6", updateMinimap: "7", showText: "8", pingMap: "9", pingSocketResponse: "10" } }