Fixed Notes

This commit is contained in:
htt-py
2024-03-21 23:40:22 +02:00
parent 3b49781cb3
commit 89eab5d221
3 changed files with 16 additions and 4 deletions

View File

@@ -21,6 +21,18 @@ Reason: Many Executors fail miserably at providing good user experience when it
- Do NOT claim you wrote this :accessibility:
- Do NOT forget to include the [License](https://github.com/luau/SynSaveInstance/blob/main/LICENSE) :finnadie:
# 💖 Support Us & Our Work:
<a href='https://ko-fi.com/M4M1JNH5G' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' title='KO-FI' /></a>
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/M4M1JNH5G "KO-FI")
<br />
[![ko-fi](https://user-images.githubusercontent.com/95628489/231759262-25661006-b7ca-4967-a79d-2b465cd9575a.png)](https://ko-fi.com/M4M1JNH5G "KO-FI QR-CODE")
# DISCORD SERVER:<br />
https://discord.com/invite/wx4ThpAsmw **/** https://discord.gg/wx4ThpAsmw<br />
[<img src="https://discordapp.com/api/guilds/1022465460517740654/widget.png?style=banner2" alt="Our Official Discord Server!"></img>](https://discord.com/invite/wx4ThpAsmw)<br />
# TO-DOs:
- [ ] !!! Custom fallback Decompiler for ModuleScripts using require and then iterating through it, gathering all info about functions using [getupvals/getprotos/getconsts][debug], converting all DataTypes using tostring or Descriptors, and then perhaps converting to JSON. (Make use of op-codes from Dex?) !!!

View File

@@ -1154,7 +1154,7 @@ local function synsaveinstance(CustomOptions)
tag = ValueType
value = Descriptors.__BINARYSTRING(raw)
if
if -- ? Roblox doesn't CDATA anything else other than these as far as we know (feel free to prove us wrong)
PropertyName == "SmoothGrid"
or PropertyName == "MaterialColors"
or PropertyName == "PhysicsGrid"
@@ -1166,7 +1166,7 @@ local function synsaveinstance(CustomOptions)
if PropertyName == "Source" then
if ScriptsClasses[ClassName] == false then
value = "-- Server scripts can NOT be decompiled" --TODO: Could be not just server scrippts in the future
value = "-- Server scripts can NOT be decompiled" --TODO: Could be not just server scripts in the future
else
if DecompileIgnoring then
value = "-- Ignored"

View File

@@ -1149,7 +1149,7 @@ local function synsaveinstance(CustomOptions)
tag = ValueType
value = Descriptors.__BINARYSTRING(raw)
if
if -- ? Roblox doesn't CDATA anything else other than these as far as we know (feel free to prove us wrong)
PropertyName == "SmoothGrid"
or PropertyName == "MaterialColors"
or PropertyName == "PhysicsGrid"
@@ -1161,7 +1161,7 @@ local function synsaveinstance(CustomOptions)
if PropertyName == "Source" then
if ScriptsClasses[ClassName] == false then
value = "-- Server scripts can NOT be decompiled" --TODO: Could be not just server scrippts in the future
value = "-- Server scripts can NOT be decompiled" --TODO: Could be not just server scripts in the future
else
if DecompileIgnoring then
value = "-- Ignored"