Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 955 Bytes

File metadata and controls

29 lines (21 loc) · 955 Bytes

BetterDecompiler:

Description:

Uses your standard executor decompile function,
Passes through an AI (such as gpt-3.5 or gpt-4),
Returns cleaned variable and func named output.

Usage:

decompile(script_instance, bool_value, custom_url)

script_instance: being the LocalScript you want to decompile.
bool_value: (true or false) whether you want BetterDecompiler enabled or not 
custom_url: (url string) whether you want to use a custom link (or port) for the AI. OPTIONAL PARAMETER

Installation:

Install Python (python.org)

Install packages for pip: pip install -U g4f flask curl_cffi

Run Python Script: python flask_ai_server.py

Dark Dex v4 (BetterDecompiler built in)

loadstring(game:HttpGet("https://github.com/OfficiallyMelon/BetterDecompiler/raw/main/dex_betterdecompiler.lua"))()

Credits:

Made by @officiallymelon
Reverse Proxy:[@xtekky](https://github.com/xtekky)