UniversalSynSaveInstance icon indicating copy to clipboard operation
UniversalSynSaveInstance copied to clipboard

[FEATURE]Save scripts only

Open xybytz opened this issue 1 year ago • 6 comments

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.)

xybytz avatar Jul 31 '24 14:07 xybytz

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

phoriah avatar Jul 31 '24 14:07 phoriah

Oh, okay. I will see how well it works. will let you know :)

xybytz avatar Jul 31 '24 15:07 xybytz

Okay, you were right, its not saving anything. I just tried using it.

xybytz avatar Jul 31 '24 15:07 xybytz

Okay, you were right, its not saving anything. I just tried using it.

Which executor do you use?

phoriah avatar Aug 10 '24 04:08 phoriah

Solara and celery

xybytz avatar Aug 13 '24 16:08 xybytz

The issue was on solara though, custom decompile and normal decompile doesnt work on celery

xybytz avatar Aug 13 '24 16:08 xybytz

@phoriah Is there option to not save scripts? It would save much time.

XceptDev avatar Oct 26 '24 18:10 XceptDev

@phoriah Is there option to not save scripts? It would save much time.

noscripts=true. It's all in the docs.

phoriah avatar Oct 26 '24 22:10 phoriah

But is it working yet?

xybytz avatar Oct 27 '24 02:10 xybytz

(the save script only)

xybytz avatar Oct 27 '24 02:10 xybytz

But is it working yet?

Try it and see. Just to confirm mode="scripts", IgnorePropertiesOfNotScriptsOnScriptsMode=true

phoriah avatar Oct 27 '24 02:10 phoriah

How do i add new executor in the script

Yblo10 avatar Nov 21 '24 04:11 Yblo10

How do i add new executor in the script

Can you elaborate?

phoriah avatar Nov 21 '24 07:11 phoriah

idk tho but i use jjsploit cuz it has 90% unc

Yblo10 avatar Nov 21 '24 10:11 Yblo10

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

Should be fixed now

phoriah avatar Feb 02 '25 14:02 phoriah