Most of the current obfuscation methods are deprecated, so what's the best way to go about obfuscating scripts?
I also want to know how to make the script read reversed so I can obfuscate it and then do a string.reverse.
Thanks! :)
0
What are you trying to accomplish? What are you trying to prevent from happening?BlueTaslem18071— 9y
0
My place is often stolen, so I kind of want to have some extra protection from my scripts being seen, so I want to just have a way to hide the script from the public eye (of course it'd just be replaced by a bunch of things not related to the script that are actually related)KrizoXI30— 9y
1
Use modules, you can load them in from modelsYellowoTide1992— 9y