Category: Minecraft / Forensics / OSINT
Difficulty: Medium
Flag: 0xfun{m3m0r135_hur7_s0mt1m3s}
Download ANormalStickâs Letâs Play #1.rar - Try to solve it yourself before reading the writeup!
Youâre given a seemingly âemptyâ Minecraft world: paths are faint, loot is gone, and obvious routes dead-end. The trick is to ignore where the story begins and instead follow where the creator stopped.
The solution chain:
.dat files and recover the creatorâs last logout coordinates.base64.In a Minecraft world save, the last known player position is stored in the player NBT data. Open the world folder and locate the player data file:
world/playerdata/<uuid>.datOpen it in NBTExplorer and look for the player position list:
Pos: [x, y, z]In this challenge, the creatorâs last logout position is:
(-948, 107, 190)Load the world in Minecraft 1.20.1 and go to:
At/near these coordinates youâll find a written book named My Story.
On page 36, thereâs a suspicious string:
Njc2NzY3Ly02NzY3Njc=echo 'Njc2NzY3Ly02NzY3Njc=' | base64 -d
It decodes to: 676767/-676767
Interpret this as the next X/Z pair:
At the new location youâll find another book: Life
Reading it reveals an image link:
The image contains a bedrock pattern at the bottom of the world, plus some âmarkerâ blocks.
Because the screenshot doesnât include an F3 overlay, you need orientation. Use the non-bedrock blocks in the image to infer which direction the camera/player was facing. This matters because bedrock pattern matchers typically need to know how the captured pattern is rotated.
Now that you have:
level.dat or in-game /seed)Feed it into PatternLocatorX, and it returns the matching coordinates.
Travel to:
There youâll find chests arranged to spell out the flag:
0xfun{m3m0r135_hur7_s0mt1m3s}