
156.4k Views
47 Executions
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.
vUtility








This broke my roblox :/
Can you update this for simple decompile v2?
@ssamsam315 Doesn't this work?
You should make a decompiler script for wave.
@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.
@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?
@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.