I have been on a quest to develop the worst print('Hello world!') possible through obfuscation (without using a public obfuscator such as Luraph). So far, my previous versions have been easy to deobfuscate. This version should be a little harder.
Original source code (decompiled from the Lua opcodes):
local Storage = {}
L0 = "Hello world!" Storage["a"] = L0 L1 = print L2 = Storage["a"] L2 = print(L2) return
Comments
Join the discussion about this script.
lazybear0340
Hey there! I have an obfuscator of my own and i might be able to help you there with a small bytecode interpreter!