Advertisement
1zxyuuki

D

Nov 16th, 2024
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1.  
  2. local decompsrc = game:HttpGet("https://raw.githubusercontent.com/playvoras/Fork-Advanced-Decompiler-V3/main/init.lua", true)
  3. local function loaddecomp(decomptimeout)
  4. local CONSTANTS = [[
  5. local ENABLED_REMARKS = {
  6. NATIVE_REMARK = true,
  7. INLINE_REMARK = true
  8. }
  9. local DECOMPILER_TIMEOUT = ]] .. decomptimeout .. [[
  10.  
  11. local READER_FLOAT_PRECISION = 99 -- up to 99
  12. local SHOW_INSTRUCTION_LINES = false
  13. local SHOW_REFERENCES = false
  14. local SHOW_OPERATION_NAMES = false
  15. local SHOW_MISC_OPERATIONS = false
  16. local LIST_USED_GLOBALS = false
  17. local RETURN_ELAPSED_TIME = false
  18. ]]
  19.  
  20. loadstring(string.gsub(decompsrc, ";;CONSTANTS HERE;;", CONSTANTS), "Advanced-Decompiler-V3")()
  21. end
  22. getgenv().loaddecomp = loaddecomp
  23. loaddecomp(190000000000)
  24.  
  25. loadstring(game:HttpGet('https://raw.githubusercontent.com/infyiff/backup/main/dex.lua'))()
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement