Advertisement
1zxyuuki

Untitled

Feb 9th, 2024
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1.  
  2. local Decompile = loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/Decompile/main/Mobile.lua"))()
  3. Decompile.getconstants = false
  4. Decompile.getupvalues = false
  5. Decompile.new(Decompile)
  6.  
  7. -- Dex Explorer
  8. --[[
  9. local Decompile = loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/Decompile/main/Mobile.lua"))()
  10. Decompile.setclipboard = false
  11. Decompile.getupvalues = true
  12. getgenv().decompile = Decompile.new
  13. loadstring(game:HttpGet("https://raw.githubusercontent.com/infyiff/backup/main/dex.lua"))()
  14. ]]
  15.  
  16. -- Example
  17. --[[
  18. local Decompile = loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/Decompile/main/Mobile.lua"))()
  19.  
  20. Decompile.getconstants = false
  21. Decompile.getupvalues = false
  22.  
  23. -- Table
  24. Decompile.new(Decompile)
  25.  
  26. -- Instance
  27. Decompile.new(workspace.LocalScript)
  28. Decompile.new(workspace.ModuleScript)
  29. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement