Credits to atrexus,
Only works on Ro-exec due to a user-agent check
local httpService = cloneref(game:GetService('HttpService'))
local function decompile(scr)
local s, bytecode = pcall(getscriptbytecode, scr)
if not s then
return `failed to get bytecode { bytecode }`
end
l