Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Decompile = loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/Decompile/main/Mobile.lua"))()
- Decompile.getconstants = false
- Decompile.getupvalues = false
- Decompile.new(Decompile)
- -- Dex Explorer
- --[[
- local Decompile = loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/Decompile/main/Mobile.lua"))()
- Decompile.setclipboard = false
- Decompile.getupvalues = true
- getgenv().decompile = Decompile.new
- loadstring(game:HttpGet("https://raw.githubusercontent.com/infyiff/backup/main/dex.lua"))()
- ]]
- -- Example
- --[[
- local Decompile = loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/Decompile/main/Mobile.lua"))()
- Decompile.getconstants = false
- Decompile.getupvalues = false
- -- Table
- Decompile.new(Decompile)
- -- Instance
- Decompile.new(workspace.LocalScript)
- Decompile.new(workspace.ModuleScript)
- ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement