So recently I have made a Lua Byte-code Obfuscator, but with no VM. People could just do loadstring = print and it was sad. I want to try to make my own custom VM for PSU but I don’t know how. I also want to add arabic obfuscation if that is possible. Any idea how?
I have tried looking online but I couldn’t find any tutorials.
This doesn’t seem like Roblox or Luau help but…
Honestly, don’t obfuscate code. It’s really useless, it doesn’t help combat against basically anything, exploiters can still go in there and get your code even if maybe the variables might not have their name on them.
If your code must be hidden on the client for instance, then that means you probably have something wrong in there that isn’t secured properly. (which still obfuscation doesn’t help with.)
Even though. I might just be selling it to people, if they want to protect there code they can. This may also be for obfuscated exploit scripts (which I do not condone).
Hm, ok I guess then. Not like exploiters couldn’t just use Defaultio’s extension to do that.
Anyhow, um, you might wanna go on some other Lua forum to ask about that. The people there have more insight on how Lua works, etc.
There’s one that it’s ‘endorsed’ by the Lua website, you can literally search for Lua Forum and you find it.
It is a bit inactive though, so know that.