About 34,000 results
Open links in new tab
  1. GitHub - roluau/DLLDecompile

    It allows you to save and decompile game instances from various parts of a Roblox game. This tool is ideal for developers and researchers who need to inspect, back up, or analyze game …

  2. GitHub - luau/UniversalSynSaveInstance: Shortly USSI. A universal ...

    Custom fallback Decompiler for ModuleScripts using require and then iterating through it, gathering all info about functions using getupvals/getprotos/getconsts, converting all …

  3. GitHub - ScripterGuy194/Dev-Decomplier: Decomplie roblox …

    Dev Decompiler is a Roblox script utility designed for developers using script executors. It lets you browse, filter, and attempt to view the source of scripts (Script and LocalScript) inside various …

  4. GitHub - atrexus/unluau: A decompiler for Luau (Roblox's Lua …

    As of right now, Unluau is the most powerful Luau decompiler available to the public, supporting most of Luau's opcodes and language features. With Unluau you can take a compiled Luau …

  5. A better luau (AI powered) decompiler. (using standard ... - GitHub

    A better luau (AI powered) decompiler. (using standard executor decompile function) - officialmelon/BetterDecompiler

  6. ROBLOX/Other/ScriptDumper.lua at master · Stefanuk12/ROBLOX

    Public: All of my ROBLOX Scripts, etc. Contribute to Stefanuk12/ROBLOX development by creating an account on GitHub.

  7. GitHub - Dino-V/SaveInstance

    This takes advantage of several things that elysian has to offer, mainly decompile () and saveinstance (). The first thing the script does, is loop through all the services that it will copy, …

  8. GitHub - CoolExploit/LuaDecompile: a

    Depile is a powerful and executor-compatible Roblox Lua decompiler designed to convert live script bytecode into human-readable Lua source code. It is built for educational and debugging …

  9. GitHub - playvoras/unluau-binaries: A decompiler for Luau …

    Sep 1, 2024 · With Unluau you can take a compiled Luau script and restore it to an accurate representation of what the original script may have been. Unluau is still in early alpha and is …

  10. DLLDecompile/README.md at main · roluau/DLLDecompile · GitHub

    Decompile = true, -- Save Scripts/Modules decomptype = "custom", -- "custom" - for built-in custom decompiler. Default: Your executor's decompiler, if available.