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
- Host: GitHub
- URL: https://github.com/ferib/lua-obfuscator-plugin
- Owner: ferib
- License: mit
- Created: 2023-02-22T17:58:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T15:13:29.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T03:53:25.936Z (10 months ago)
- Topics: hacktoberfest, lua, vscode
- Language: TypeScript
- Homepage:
- Size: 525 KB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.

# How to Use
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.
## 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)_
# 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`)_