Forgotten Memories | Marionette Block (a.k.a anti Puppet)

MADE BY brickmane

FEATURE:

  • It blocks Marionette (This will be helpful on custom night 20×6 badge)
local ModulesFolder = game:GetService("Players").LocalPlayer.PlayerGui:WaitForChild("Modules", 5)
local UtilitiesFolder = ModulesFolder:WaitForChild("Utilities", 5)
local MarionetteModule = require(UtilitiesFolder.MarionetteMask)

for i,v in pairs(MarionetteModule) do
    if type(v) == "function" then
        local old; old = hookfunction(v, function(...)
            v = warn("Blocked Marionette") wait(9e9)
            return old(...)
        end)
    end
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!