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

Script Verified vUtility

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

Description

vUtility (vxsty's utility) is a UI for SimpleDecompile since people have been asking for it Features: ModuleScript decompiler, LocalScript decompiler, Shows parent's name if parent exists, otherwise getnilinstances()['name'] PRINTS DECOMPILED RESULT TO CONSOLE.

View Raw
Edited By: vxsty Download


Comments
7
User profile picture
Liver_zMods_001 2 years ago - Edited
Hi, I really liked the script and I made a version to type, to simplify it a bit, which is here (https://bit.ly/Decompiler-000). Any type of script gave this error ( --An error occured while attempting to iterate over Script's enviroment! Message: :348: :168: invalid argument #1 to 'getsenv' (LocalScript or ModuleScript expected)). I tried to take a closer look but couldn't solve it because the script is very complex (and I'm not that good at it). Do you know why it doesn't work?
User profile picture
vxstyVerified
Verified Badge
Verified User
2 years ago - Edited
@Liver_zMods_001 Please do not take my decompiler and use it in your own script without credits, Your code is kinda hard to read, The regular script works correct? If it does then it is just a problem with your script, not mine.
User profile picture
Liver_zMods_001 2 years ago - Edited
@vxsty I apologize if you didn't see the script. I didn't even include my credits because my intentions are for personal use only (just for me to use). My script isn't that hard to read, just requires patience. I believe you didn't fully review it. The system is simple: it consists of a textbox where I write the LocalScript or ModuleScript. After writing, the script is saved in a variable. Next, there's a button to apply the script. After clicking, a function waits for information in the log to automatically copy it, then decompiles the script and prints it. The log function then copies the decompiled script, which resulted in the error I showed you (the textbox to write is on line 128, and the apply function is on lines 146 to 153). The script is very simple. The error must occur in the way I write in the text box. Answer me a question: if you were to use my script, how would you type in the textbox?
User profile picture
vxstyVerified
Verified Badge
Verified User
2 years ago - Edited
@Liver_zMods_001 Reviewed your script & the error was because you're just using filename as a string, Not an actual script path (i think). Are you sure the 'filename' variable is being set to a correct path aswell? That's the only error.
User profile picture
ssamsam315 2 years ago - Edited
You should make a decompiler script for wave.
User profile picture
vxstyVerified
Verified Badge
Verified User
2 years ago - Edited
@ssamsam315 Doesn't this work?
User profile picture
Atom 2 years ago - Edited
Can you update this for simple decompile v2?
Please Login to add a comment.