An open API service indexing awesome lists of open source software.

https://github.com/ferib/lua-obfuscator-plugin

vscode plugin for LuaObfuscator.com
https://github.com/ferib/lua-obfuscator-plugin

hacktoberfest lua vscode

Last synced: 10 months ago
JSON representation

vscode plugin for LuaObfuscator.com

Awesome Lists containing this project

README

          

# lua-obfuscator

Minimal vscode extension for easy and simple use of [LuaObfuscator.com](https://luaobfuscator.com/). Offers configurable Lua obfuscation with the click of a button.

## Lua Obfuscator

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.

![obfuscator example](./img/obfuscator_obfuscate.png)

# How to Use

Open any `.lua` file and click the button on the bottom of the IDE as seen below.

![obfuscator button in vscode](./img/vscode_obfuscator_button.png)

Before you obfuscate you might want to change the settings.

## Settings

Configure the Obfuscator to your needs. The settings tab can be found at `file` (or `Code` for OSX) -> `preferences` -> `settings` -> `extensions` -> `lua-obfuscator`

![obfuscator settings](./img/obfuscator_settings.png)

> Please note that not all features are supported in this plugin! _(only stable)_

# Credits

- [Ferib](https://github.com/ferib) _(forked to `lua-obfuscator`)_
- [juniorjacob](https://github.com/juniorjacob) _(previous dev, `clvbrew-obf`)_
- [Burkino](https://github.com/Burkino) _(original dev, `clvbrew`)_