Worst Hello World v3
6.8K

Worst Hello World v3

Unknown

Description

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
Views
6.8K+
Likes
1
Dislikes
0
Posted
3y ago
Key System
No
Mobile
Supported

Social Links

Tags

obfuscateobfuscatorhello world