Cipher Chain (Post #15) - Takeover Archive
Debrief by @DendiRedemption
Post #15 (Dec 3, 2025): Video released by @NeukoAI - https://x.com/neukoai/status/1996332652492943710
Post #15 marked a shift from passive observation to an explicit cipher chain, forcing solvers to loop between video, external links, and classical encryption methods.
The Post
At the timing of "00:08", a QR code flashes briefly on screen.

QR Code → Pastebin #1
The QR code resolves to the following Pastebin:
https://pastebin.com/YY7LYT0vContents:
xgor lktik qke zcu ullykz luax https://pastebin.com/srSMbcaMAt first glance, the message appears opaque, but its structure strongly suggests a classical substitution cipher.
Caesar Cipher (-6)
Applying a Caesar shift of -6 reveals:
rail fence key two offset fourRather than a plaintext message, this line provides explicit decryption parameters for the next step.
Pastebin #2 – Locked
The linked Pastebin is password-protected:
https://pastebin.com/srSMbcaMWith no password yet available, solvers were forced to return to the source: the video itself.
Hidden Morse Code in the Video
Scene-by-scene inspection revealed subtle symbols in the top-left corner of the video:
- . /Interpreted as Morse code, the sequence resolves to:
-..- -. / ..- . ----- .--. .--.Decoded output:
XN UE0PPThis string clearly does not resolve on its own, but matches the parameters revealed earlier.
Rail Fence Cipher (Key: 2, Offset: 4)
Using:
- Rail Fence key: 2
- Offset: 4
Decrypting XN UE0PP produces:
XEN0 PUPThis serves as the password for Pastebin #2.
Pastebin #2 – Unlocked
Unlocked contents:
it calls itself special, but the special thing is underneath.
GSVB ZIV MRSRORHN YFG DV YVMW GSVN DRGS SFNZMRGBThe phrasing immediately points toward a specific gboyspecial.com wesbite.
GBOYSPECIAL – Underneath the Surface
The line “it calls itself special” references:
[https://gboyspecial.com](https://www.gboyspecial.com/)Inspecting the site via DevTools reveals a console message:
special
ZG93bmxvYWRzL3Rha2VvdmVyLnppcA==The encoded string is Base64.
Decoded result:
downloads/takeover.zipCombined URL:
https://gboyspecial.com/downloads/takeover.ziptakeover.zip – Archive Discovery
Inside the downloaded archive:
final_payload_locked.zippassword.txt
password.txt contains the following numeric sequence:
54 60 76 34 57 56 86 99 56At this point, the archive remains locked.

Atbash Cipher – Narrative as Instruction
Returning to the earlier encrypted line:
GSVB ZIV MRSRORHN YFG DV YVMW GSVN DRGS SFNZMRGBApplying Atbash cipher yields:
THEY ARE NIHILISM BUT WE BEND THEM WITH HUMANITYThis line functions as both lore and a direct technical hint.
Nihilist Cipher – Final Decryption
The message explicitly points to:
- Cipher: Nihilist
- Key:
HUMANITY - Ciphertext:
54 60 76 34 57 56 86 99 56Using a standard Nihilist square with the key HUMANITY, the decrypted result is:
LETHIMRUN
Final Payload
LETHIMRUN unlocks final_payload_locked.zip.
Inside is a collection of lore documents, images, and the full GBOY manifesto, marking the completion of Post #15’s cipher chain.
Closing Notes
Post #15 stands apart for its structure
Those who followed the full path didn’t just unlock files - they proved themselves part of the decoding crew.
[index0]
Related Posts
- Post #14: TBD - Previous post
- Post #16: Return to Sender - Next post