FormatTable({a, "b", 1, game:GetService("Players"), pcall}) FormatTable({ workspace, 20, { pcall, 0X20 } }, { OneLine = true; IgnoreNumberIndex = true; NoIndentation = false; MetatableKey = nil; GenerateScript = false; NoAntiRep = false; LargeStrings = false; }) FormatArguments(a, "b", 1, game:GetService("Players"), pcall) local Result = FormatTable({ 1, "b", game:GetService("Players").LocalPlayer}, { OneLine = false; IgnoreNumberIndex = false; NoIndentation = false; MetatableKey = Key; GenerateScript = true; NoAntiRep = false; LargeStrings = false; }) --// Will return a table with two arguments, [1] will contain FindFunction(), [2] will contain the generated code local Proxy, Key = newproxy(true), game:GetService("HttpService"):GenerateGUID(false) setrawmetatable(Proxy, { [Key] = "Hello there" }) FormatTable({ workspace, 20, Proxy }, { OneLine = false; IgnoreNumberIndex = false; NoIndentation = false; MetatableKey = Key; GenerateScript = false; NoAntiRep = false; LargeStrings = false; }) AssetRipper (can be placed in autoexec) loadstring(game:HttpGet("https://raw.githubusercontent.com/NoTwistedHere/Roblox/main/AssetRipper.lua"))() Example Usage: DownloadMeshes(game, "Jailbreak-Asset-Dump/") --// file format: {AssetName} {(Index)}.obj DownloadTextures(game, "Jailbreak-Asset-Dump/") --//file format: {AssetName} {(Index)}.png RemoteSpy (can be placed in autoexec) loadstring(game:HttpGet("https://raw.githubusercontent.com/NoTwistedHere/Roblox/main/RemoteSpy.lua"))() --// spying on :InvokeClient can only be done if executed before the game loads Example Usage: WriteToFile = true RobloxConsole = false GetCallerV2 = false --// Cannot be enabled mid-game RemoteSpyEnabled = true GenerateCode = true Enabled = { BindableEvent = false; BindableFunction = false; RemoteEvent = true; RemoteFunction = true; OnClientInvoke = true; OnClientEvent = true; OnInvoke = false; Event = false; } loadstring(game:HttpGet("https://raw.githubusercontent.com/NoTwistedHere/Roblox/main/RemoteSpy.lua"))()