ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script ๐Ÿ“Œ
54.5k Views

BetterDecompiler

Universal Script ๐Ÿ“ŒUploaded by
melonmelon
Verified Badge
Verified User
2 years ago
Please login to perform these actions:

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 REQUIRES PYTHON SCRIPT RUNNING IN THE BACKGROUND MORE INFO HERE: https://github.com/OfficiallyMelon/BetterDecompiler?tab=readme-ov-file#installation

View Raw
Edited By: melon Download


Comments
7
User profile picture
jbquadraterpercaya 2 years ago - Edited
please mobile support
User profile picture
REDz 2 years ago - Edited
Thank u
User profile picture
melonVerified
Verified Badge
Verified User
2 years ago - Edited
mobile support would not work as this requires a python backend
User profile picture
Bjarnos 2 years ago - Edited
Python backends work on phone? I really need it :/
User profile picture
melonVerified
Verified Badge
Verified User
2 years ago - Edited
I could host a API on a VPS that would make mobile be supported but
User profile picture
Suno 2 years ago - Edited
Please invest in something like Claude 3.5 Sonnet rather than GPT 3.5-4.0. Claude performs drastically better than GPT, and you can get a lot more accurate results this way.
User profile picture
Suno 2 years ago - Edited
Also, just use Claude's (or GPT's) API to make your script server-less... You don't even need your own server (not like it's hard to make anyway...)
Please Login to add a comment.