Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

is this a solution? how did you arrive to this 

(1 edit) (+1)

It's begins as a Octal Code, which decodes into a Hex code, which then decodes into Morse code, which then decodes (after placing some spaces between the dots and backslashes) into "hidden deep within"

(+2)

This is a correct solution. The route that I can verify was a bit different: Octal -> morse gives you text that's interpretable as hex codes. Convert hex codes to text and you'll get even more morse, and once that morse is fixed to use / as separator instead of \ it will give HIDDEN DEEP WITHIN as the plaintext. I interpreted the downloaded image as a hint that you need to collage the numbers into trigrams, and that led me down a rabbit hole where I ended up coding custom code that led me obviously nowhere, so I'm kind of disappointed this is the real method. 

(+4)

You have to literally look deep within, and also it gets incredibly complicated from here on out. I might have to throw my hands up, as I was given the next step by the creator and it is quite complicated for me. I will keep taking a few stabs at it though.