Open xybytz opened 3 months ago
I think an option to save only scripts into the .rbxl file would be quite helpful. It would help people inspect scripts to better.(Basically a script dumper.)
mode="scripts" IgnorePropertiesOfNotScriptsOnScriptsMode=true
It's already added. There's an issue with it currently that causes it to ignore everything. I will let you know when it's fixed
Oh, okay. I will see how well it works. will let you know :)
Okay, you were right, its not saving anything. I just tried using it.
Okay, you were right, its not saving anything. I just tried using it.
Which executor do you use?
Solara and celery
The issue was on solara though, custom decompile and normal decompile doesnt work on celery
@phoriah Is there option to not save scripts? It would save much time.
@phoriah Is there option to not save scripts? It would save much time.
noscripts=true. It's all in the docs.
But is it working yet?
(the save script only)
But is it working yet?
Try it and see. Just to confirm
mode="scripts", IgnorePropertiesOfNotScriptsOnScriptsMode=true
How do i add new executor in the script
How do i add new executor in the script
Can you elaborate?
idk tho but i use jjsploit cuz it has 90% unc
I think an option to save only scripts into the .rbxl file would be quite helpful. It would help people inspect scripts to better.(Basically a script dumper.)