Endless Rooms | NO “OVERSEER EYE” DMG

MADE BY brickmane

FEATURE:

  • RECEIVE NO DMG FROM OVERSEER EYE
  • .
  • NOTE:
  • If you’re executor supports HOOKMETAMETHOD() then you are good to go
local __namecall
__namecall = hookmetamethod(game, "__namecall", function(self, ...)
    if not checkcaller() then
        if getnamecallmethod() == "FireServer" then

            if tostring(self) == "DMG" then
                local args = {...}
                args[1] = 0

                return __namecall(self, unpack(args))
            end

        end
    end

    return __namecall(self, ...)
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!