Flood Escape 2 🌊FPS Unlocker

Description

Simple script that bypasses the forced FPS cap to make the game perform better. After executing, reset to apply.

local ReplicatedStorage = game:GetService("ReplicatedStorage")
local remote = ReplicatedStorage.Remote.Challenges.RegeneratedAir
local old
old = hookmetamethod(game, "__namecall", function(self, ...)
  local args = {...}
  local method = getnamecallmethod()

  if not checkcaller() and self == remote and method == "FireServer" then
    return nil
  end
  return old(self, ...)
end)

local function the()
task.wait()
return math.huge
end

local old2
old2 = hookfunction(tick, newcclosure(function(c, ...)
    if not checkcaller() then
    local sc = getcallingscript()
    if sc.Name == 'CL_MAIN_GameScript' then
    return the()
    end
    end
    return old2(c, ...)
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!