Find any script for Roblox

Enter the name of the game or script.

forgotten memories script – (blocks Marionette)

Functions: block Marionette

Script developer: brickmane

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)

Thank you for using our website
Your script:

				
					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
				
			
Leave a Comment

Your email address will not be published. Required fields are marked *