luast preview

a custom luau parser and mutation framework

Rate: 70%
Rate: 100%

Samples

    Macros

    --luast:inline Forces the following function to be inlined into its callsites.
    --luast:ignore Adds the next function to the obfuscation ignore list.
    LUAST_IGNORE(function() .. end) Adds a function to the obfuscation ignore list (returns the function).
    LUAST_LINE Replaced with the original line number.
    LUAST_ENCSTR("secret") Forces string encryption on a specific literal.
    LUAST_OBFUSCATED A boolean constant that evaluates to true after processing.