l33t


Solution

Honestly, at the first place i don't even know what language is this hahaha

After some translation by Google, i understand that this challenge need us to convert the leet code to a normal readable text.

Let say the challenge give m4+h , we need to send math as the input.

The catch is we need to solve all 50 question in 5 seconds, i think.

So we need to subtitute those leet character to alphabet.

For example,

3 is e

! is i

+ is t

and so on..

Upon running the script, we retrieve a flag after completed 50 questions.


Flag

grodno{d5a410leet_1s_a_system_0f_modified_spellings++6&0k!0fda14}

Last updated