SkyGutter-GMG

DECOMPILE WORKSPACE.

Nov 26th, 2024
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. -- IMPORTANT INFORMATION ! --
  2. -- MAKE SURE IFF U DECOMP WORKSPACE'S U RENAME THE FILE TO > (name).RBXL --
  3.  
  4. --enjoy ur game :)
  5.  
  6. local Params = {
  7. RepoURL = "https://raw.githubusercontent.com/luau/SynSaveInstance/main/",
  8. SSI = "saveinstance",
  9. }
  10. local synsaveinstance = loadstring(game:HttpGet(Params.RepoURL .. Params.SSI .. ".luau", true), Params.SSI)()
  11. local Options = {ReadMe = false, decomptype = "custom", scriptcache = true, SaveBytecodeIfDecompilerFails = true, Decompile = true, noscripts = false, Object = workspace}
  12. synsaveinstance(Options)
Tags: Roblox decomp
Advertisement
Add Comment
Please, Sign In to add comment