Our Luau protection, coming soon.

Kairnox Obfuscator currently protects the cheats and launcher we publish. The service remains private while we consolidate it before opening access.

Kairnox Obfuscator

Protection pipeline

1Luau source analysis
2Protection-level transformations
3Build-specific generation
4Validation before publication
Public access is in preparation

Multiple layers, one goal.

Make static analysis and reconstruction more costly without sacrificing expected Luau behavior.

Identifiers and source structure

Scope-aware renaming, compaction, and build-to-build output variation reduce directly readable landmarks.

Literals and constants

Embedded values and their representation are transformed to make direct static extraction more difficult.

Execution structure

Control-flow mutations and virtualization are applied according to the selected protection level, with per-build variations.

Luau validation

Consistency and compatibility checks preserve expected behavior before an artifact is published.

Protection, not a promise of invulnerability.

Any code executed on a client machine can eventually be observed. Our goal is to increase the time, cost, and complexity of analysis, with different output for every build.