assert(hookmetamethod and cloneref and getconnections,"Not supported") for i,v in next, getconnections(cloneref(game:GetService("LogService")).MessageOut) do v:Disable() end -- Future proofing local remote = game:GetService("ReplicatedStorage"):WaitForChild("Events",10).RemoteEvent local a;a = hookmetamethod(game,"__namecall",newcclosure(function(self,arg,...) local args = {arg} local method = getnamecallmethod():lower() if method == "kick" or (self == remote and method == "fireserver" and args[1] == ".") then -- Nice job team coroutine.yield() end return a(self,arg,...) end))