- // ==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"
- }
- }