Worst Hello World v3
Views: 6.9KExecutions: 3.3K

Worst Hello World v3

Unknown
  • Keyless
  • Mobile friendly

Advertisement

About this script

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

Features

  • prints Hello world!

Tags

obfuscateobfuscatorhello world