GoofyLuaUglifier
An experimental Lua obfuscation/uglification toolbox
Install / Use
/learn @mopsfl/GoofyLuaUglifierREADME
<div align="center">
<img src="https://img.shields.io/github/last-commit/mopsfl/GoofyLuaUglifier" alt="last commit">
<br/><br/>
<img src="https://raw.githubusercontent.com/mopsfl/GoofyLuaUglifier/refs/heads/main/src/images/glulogo.png" width="150px" alt="mopsfl Logo"></img>
<h3>GoofyLuaUglifier — Website</h3>
<span>
A small, experimental Lua uglifier/obfuscator.
</span>
</div>
<br><br>
Try it out
- Website: https://mopsfl.de/GoofyLuaUglifier/
- API: https://docs.mopsfl.de
What is this?
GoofyLuaUglifier is a personal project I’ve been working on in my free time for a while. I created it to learn more about Lua obfuscation and the techniques behind it. Over time, it has grown with many features, and have decided to make it publicly available for everyone! The core source code is not public tho.
Features
- Uglifies Lua code (minification + simple obfuscation)
- Web UI for quick tests
- HTTP API for automation / integrations
