Functions: block Marionette

Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy 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