Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Protect code from being stolen?

Asked by 4 years ago

Hello, i was playing and i just found out that i can no longer require(asset ID) on a plugin that has a module, i know that plugins and models are not safe, but i feel uncomfortable uploading with models, also the scrollbar is broken and i cannot see old models, i know that i can make a module with all my stuff in it, but the problem is that people can just get it and leak it. Even though obfuscation is a good way, i don't want to obfuscate my code all the time. Is there any good way to protect them? And if there is, how would i do it?

0
the best and only layer of protection you can add to your shipping code is "obfuscation"... User#23252 26 — 4y
0
The problem is that most of the obfuscator out there are either just encrypted loadstring or not free. maumaumaumaumaumua 628 — 4y
0
i mean, you could try writting one yourself.. it's not very difficult User#23252 26 — 4y
0
i've never tried to make one, how would i go by making one? maumaumaumaumaumua 628 — 4y
0
well, your going to use regular expressions intensively... it's kinda like making a code parser, but a bit easier. factor the code as much as you possibly can.. trust me, when you start, it won't be so bad after all. User#23252 26 — 4y

Answer this question