local old; old = hookfunction(loadstring, function(...) local args = {...} local input = args[1] if tostring(input):find("local Success, Result = pcall%(function%(%)%s.-end%)") then input = input:gsub("local Success, Result = pcall%(function%(%)%s.-end%)", 'local Success, Result = pcall(function() return true, true end)') end args[1] = input return old(unpack(args)) end) loadstring(game:HttpGet("https://github.com/alyssagithub/debUNC/raw/main/debUNC.luau"))()