Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local DLLdecompile = loadstring(game:HttpGet("https://raw.githubusercontent.com/roluau/DLLdecompile.luau", true), "dlldecompile")()
- local config = {
- mode = "custom",
- ExtraInstances = {
- game.workspace,
- game.ReplicatedStorage,
- game.Lighting,
- game.StarterPack
- game.StarterCharacterScripts
- game.StarterPlayerScripts
- },
- Decompile = true,
- decomptype = "custom",
- noscripts = true,
- Anonymous = true,
- TreatUniconsAsParts = true,
- RemovePlayerCharacters = false,
- IsolateLocalPlayerCharacter = true
- }
- dlldecompile(config)
Advertisement
Add Comment
Please, Sign In to add comment