sfr-development/Clyde-Luau-Obfuscator — reverse-engineered prompt
Reverse engineered prompt
Build me a Luau obfuscator for Roblox scripts that I can use either in a browser or from the command line. I want to paste in Luau code, have it check for syntax problems first, then give me back obfuscated code that still runs but is much harder to read. It should handle normal Luau features properly, including newer syntax and type annotations, so it does not break real scripts.
In the web version, make a simple local page with a text area for input, an output area, and a few easy options like rename variables, encode strings, scramble control flow, keep formatting or make it one line, and choose direct output or a virtual machine style output. If there is a VM mode, let me pick stack or register and a protection level like debug, normal, or maximum.
I also want CLI commands to validate, lex, parse, and obfuscate a file. Please make it run locally with Node and give clear setup and run instructions. Look up current docs online if you need to.
Want more depth? Deep Reverse