We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is just a Luau VM with encryption on the bytecode. Wasn't hard at all to reverse and deobfuscate.
65 PREPVARARGS 0 nil nil 12 GETIMPORT 0 nil nil local v_0 = _G["print"] 5 LOADK 1 nil nil [PSEUDO] local v_1 = "Hello"; 21 CALL 0 2 1 [PSEUDO] v_0(v_1) Hello 22 RETURN 0 1 nil
It will protect it from script kiddos, but not from someone who knows Lua.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is just a Luau VM with encryption on the bytecode. Wasn't hard at all to reverse and deobfuscate.
It will protect it from script kiddos, but not from someone who knows Lua.
The text was updated successfully, but these errors were encountered: