Functions: INF Custards

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 run
run = game:GetService("RunService").RenderStepped:connect(function()
for i=1,5 do
function getNil(name,class) for _,v in pairs(getnilinstances())do if v.ClassName==class and v.Name==name then return v;end end end
local args = {
[1] = "collected",
[2] = getNil("c14", "Part")
}
game:GetService("ReplicatedStorage").collectedCustardEvent:FireServer(unpack(args))
end
end)

Leave a Comment