Minimal vscode extension for easy and simple use of LuaObfuscator.com. Offers configurable Lua obfuscation with the click of a button.
Achieve an identical level of obfuscation as the website for as long as the input source and configuration are similar. This should help developers get a better understanding of how their code is transformed, allowing them to properly troubleshoot their code, as they can now obtain the correct variable names and line numbers.
Open any .lua
file and click the button on the bottom of the IDE as seen below.
Before you obfuscate you might want to change the settings.
Configure the Obfuscator to your needs. The settings tab can be found at file
(or Code
for OSX) -> preferences
-> settings
-> extensions
-> lua-obfuscator
Please note that not all features are supported in this plugin! (only stable)
- Ferib (forked to
lua-obfuscator
) - juniorjacob (previous dev,
clvbrew-obf
) - Burkino (original dev,
clvbrew
)