fxserver-resource-scrambler
fxserver-resource-scrambler copied to clipboard
Decorators
Suggestion to possibly add in the scrambling of decorators?
Thought this might be a nice addition. ¯_(ツ)_/¯
you could also extend this to variables and function names, would definetely be useful.
this wouldn't even need a detection method either, just scrambling them in the first place would be great!
Nice ideas but I have no time to work on this for now. Any help will be greatly appreciated !
For variables and function names I think the way to go is to parse lua AST (ex: https://github.com/oxyc/luaparse) to not mess with the scopes.