GabwalkingYT

rolaua/DLLdecompile games script

Nov 16th, 2024
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. local DLLdecompile = loadstring(game:HttpGet("https://raw.githubusercontent.com/roluau/DLLdecompile.luau", true), "dlldecompile")()
  2. local config = {
  3. mode = "custom",
  4. ExtraInstances = {
  5. game.workspace,
  6. game.ReplicatedStorage,
  7. game.Lighting,
  8. game.StarterPack
  9. game.StarterCharacterScripts
  10. game.StarterPlayerScripts
  11. },
  12. Decompile = true,
  13. decomptype = "custom",
  14. noscripts = true,
  15. Anonymous = true,
  16. TreatUniconsAsParts = true,
  17. RemovePlayerCharacters = false,
  18. IsolateLocalPlayerCharacter = true
  19.  
  20. }
  21. dlldecompile(config)
Advertisement
Add Comment
Please, Sign In to add comment