Aureva uses two obfuscator engines to protect your Luau/Lua scripts: Wynfuscator (default) and IB1. Obfuscation transforms your source code into hard-to-read, hard-to-reverse-engineer output, protecting your intellectual property from casual copying and tampering.
Obfuscation is always performed on upload. It cannot be skipped or disabled. Every script save triggers obfuscation.
| Engine | Default | Description |
|---|
| Wynfuscator | Yes | Supports multiple target platforms and security tiers |
| IB1 | No | IronBrew-based obfuscator; supports aggressive optimizations and VM scrambling |
When using Wynfuscator, you can configure:
| Option | Values | Default | Description |
|---|
targetPlatform | AUTO, ROBLOX, ROBLOX_COMPAT, LUAU, LUA51, LUA52, LUA53, LUA54, LUAJIT | ROBLOX | Target Lua/Luau runtime |
securityTier | STANDARD, ENHANCED, MAX | STANDARD | Obfuscation strength |
When using IB1, you can configure:
| Option | Type | Default | Description |
|---|
aggressiveOptimizations | boolean | false | Enable aggressive code optimizations |
antiTamper | boolean | true | Add anti-tamper protections |
compatibilityMode | boolean | false | Improve compatibility with older executors |
intenseVmScrambling | boolean | true | Apply intense VM instruction scrambling |
| Limit | Value | Scope |
|---|
| Per-minute | 1 obfuscation | Per user (60-second window) |
| Monthly | Tier-based | Per user per month |
| Tier | Obfuscations per Month |
|---|
| Basic | 250 |
| Pro | 1,000 |
| Enterprise | 2,500 |
- Rate limit (1/min): You’ll be asked to wait before the next obfuscation.
- Monthly limit: You’ll see a message indicating your plan limit. Upgrade your plan for more obfuscations.
- Max script size: 10 MB (before encoding)
- Scripts larger than 10 MB are rejected at upload
- Test obfuscated scripts in Roblox before release—some patterns can break with higher security tiers
- Use STANDARD for most scripts; ENHANCED or MAX for sensitive logic
- Track your usage in the dashboard to avoid hitting limits mid-month
- Choose the right engine—Wynfuscator for broad compatibility; IB1 for specific use cases