Click here to try mission level 4
Thank you GTADarkDude
__________________
|__________________|Check
Solution:
- Use a hex editor to open the image above, then you will find out there's a binary string in the bottom.
.....;01110000001101100
011100001100011011100010
01100010110100001100010 - Divide the binary string into 8 bits for each like below.
01110000
00110110
00111000
01100011
01110001
00110001
01101000
01100010 - Use an online converter tool to convert the binary into text.
Tool: http://home.paulschou.net/tools/xlate/
- Yes, you will get the answer. Check it! It's done.