Flappy Duo | Infinite Score

MADE BY Shine0064

FEATURE:

  • INFINITE SCORE
  • .
  • https://www.roblox.com/games/9871062639/Flappy-Duo-DUOJAM

SCRIPT:

getgenv().score = 0x7FFFFFFFFFFFFDFF -- Whatever score you want, highest number I could get it to without wrapping back is default.

local mt = getrawmetatable(game)
setreadonly(mt, false)

local nc = mt.__namecall
mt.__namecall = newcclosure(function(self, ...)
    local args = {...}
   
    if getnamecallmethod() == "FireServer" and self.Name == "UpdateScore" then
        args[1] = getgenv().score
        return nc(self, unpack(args))
    end
   
    return nc(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!