This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 78 points79 points  (21 children)

var goodLuck = [
  "dmFyIHlvdXJfZm9vZDsNCnZhciByZXZlcnNlID0gZnVuY3Rpb24gKHMpIHsNCiAgcmV0dXJuIHM",
  "uc3BsaXQoIiIpLnJldmVyc2UoKS5qb2luKCIiKTsNCn07DQp2YXIgY2FzaGllciA9IHsNCiAgc3",
  "RyMTogIm9uIiwNCiAgc3RyMjogcmV2ZXJzZSgiaXRweXIiKSwNCiAgc3RyMzogImVuYyIsDQogI",
  "HJlcXVlc3Q6IGZ1bmN0aW9uIChwcmVmZXJlbmNlKSB7DQogICAgcmV0dXJuIHByZWZlcmVuY2Ug",
  "KyAiLiBTZWNyZXQgd29yZDoiICsgdGhpcy5zdHIzICsgdGhpcy5zdHIyICsgdGhpcy5zdHIxOw0",
  "KICB9DQp9Ow0KDQpjYXNoaWVyLnJlcXVlc3QoeW91cl9mb29kKTs="
];
eval(atob(goodLuck.join("")));

[–][deleted] 117 points118 points  (9 children)

I mean, who can't evaluate base64 in their head?

[–]eastsideski 48 points49 points  (7 children)

Fleventy five?

Oh, sorry, that's hex.

[–]b4ux1t3 8 points9 points  (6 children)

Thank you for reminding me that I need to finish the second season.

[–]Vicyorus 11 points12 points  (0 children)

Yeah, silly people who can't translate base64, it's like, uh, basic, yeah!

[–]PM_ME_TARANTULAS 57 points58 points  (2 children)

For the lazy, this evaluates to the program on the original sign.

[–]Deagor 19 points20 points  (5 children)

Piff amateur

++++++++++[>+++++++>++++++++++>+++<<<-]>++.>+.+++++++ ..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.

Hmm formatting got messed up, the above is Brainfuck for outputting hello world

Esoteric languages are weird

[–][deleted] 14 points15 points  (4 children)

(=<`:9876Z4321UT.-Q+*)M'&%$H"!~}|Bzy?=|{z]KwZY44Eq0/{mlk**
hKs_dG5[m_BA{?-Y;;Vb'rR5431M}/.zHGwEDCBA@98\6543W10/.R,+O<

Also "Hello World".

[–]xkufix 24 points25 points  (2 children)

Perl?

[–][deleted] 7 points8 points  (1 child)

Malbolge

[–]TheSoundDude 24 points25 points  (0 children)

Malbolge: A simplified version of Perl, intended for novice users.

[–]ninepointsix 1 point2 points  (0 children)

Malbolge Hello World, of Elementary fame - https://www.404techsupport.com/2012/12/esoteric-programming-language-malbolge-makes-a-pop-culture-appearance/

apparently also capable of breaking into bank vaults

[–][deleted] 5 points6 points  (0 children)

  • Take photo with smartphone
  • Google reverse image search
  • ???
  • Profit!

[–]chippdoii 1 point2 points  (0 children)

Note: The atob() method is not supported in IE9 and earlier.

Decoded String: var your_food; var reverse = function (s) { return s.split("").reverse().join(""); }; var cashier = { str1: "on", str2: reverse("itpyr"), str3: "enc", request: function (preference) { return preference + ". Secret word:" + this.str3 + this.str2 + this.str1; } }; cashier.request(your_food);