Is there any alternative loadstring? I’ve been talking about obfuscators recently, now if you say “but obfuscators are bad and break your code!” or “do not use obfuscator because hard to read” please stop. I know this already. I am aware that this is mostly for exploiting since Ill be selling it / implementing it into something. because loadstring, people do loadstring = print and get source, badam. but i want to make it so if they do loadstring = print, it errors, or, at least does something. maybe loadstring = print, warn, and error.
Any ideas? If this requires a custom VM, may somebody give me a site with some things where I can learn it. I have searched up custom Lua VM but I haven’t found good result yet.