-- This Script is Part of the Prometheus Obfuscator by levno-710 -- -- constants.lua -- -- This Script contains the compiler constants shared across modules. return { MAX_REGS = 100, MAX_REGS_MUL = 0, }