Cheat Menu Project Zomboid Multiplayer Fixed

: The mod UI might open, but clicking the buttons does nothing because the server rejects the commands from a non-admin account.

-- Anti-cheat fix for cheat menu injections local function blockCheatCommands() local blockedCmds = "cheat", "spawnitem", "godmode", "invisible", "noclip" for _, cmd in ipairs(blockedCmds) do if EventTrigger.OnClientCommand then EventTrigger.OnClientCommand.Add(function(module, command, player) if command:lower():find(cmd) then print("Blocked cheat command: " .. command .. " from " .. player:getUsername()) return false end end) end end end Events.OnGameBoot.Add(blockCheatCommands) cheat menu project zomboid multiplayer fixed

Find your fixed Cheat Menu mod in the dropdown list, select it, and click . This forces the server to download the mod. : The mod UI might open, but clicking

Cheat Menu Project Zomboid Multiplayer Fixed

Published: Sep. 4, 2021 at 11:10 AM CDT

: The mod UI might open, but clicking the buttons does nothing because the server rejects the commands from a non-admin account.

-- Anti-cheat fix for cheat menu injections local function blockCheatCommands() local blockedCmds = "cheat", "spawnitem", "godmode", "invisible", "noclip" for _, cmd in ipairs(blockedCmds) do if EventTrigger.OnClientCommand then EventTrigger.OnClientCommand.Add(function(module, command, player) if command:lower():find(cmd) then print("Blocked cheat command: " .. command .. " from " .. player:getUsername()) return false end end) end end end Events.OnGameBoot.Add(blockCheatCommands)

Find your fixed Cheat Menu mod in the dropdown list, select it, and click . This forces the server to download the mod.