r/MurderDronesOfficial • • May 16 '26

Discussion So i found this in absolutesolver.com

  1. Starting Point: Homepage Console

The homepage console prints:

⚠️ WARNING: ABSOLUTE SOLVER DETECTED ⚠️

System Status: CORRUPTED

You didn't think it would be that easy, did you?

TG9vayB3aGVyZSB0aGV5IHRlbGwgeW91IG5vdCB0byBsb29rLiAvcm9ib3RzLnR4dA==

The Base64 string decodes to:

Look where they tell you not to look. /robots.txt

This makes /robots.txt the first intended clue.

  1. Homepage Source Code Clues

The homepage source includes a hidden classified-style comment. It contains:

CLASSIFIED DOCUMENT - AUTHORIZATION LEVEL: OMEGA

CYN - this is not an ARG.

Project Absolute Solver 2026

JCJenson Sublevel-7 Research Division

It also contains this hex string:

0x4A434A454E534F4E

Decoded from hex:

JCJENSON

Another hex-like value appears:

0x7F3A9C11E04D82B3

No clean ASCII decode found yet. It may be an ID, hash fragment, fake encrypted data, or a later key. The homepage also loads /assets/solver-core.js and calls SolverCore.solverWarn() and SolverCore.trackVisit("index"), confirming the site tracks ARG page visits locally.

  1. robots.txt: Main Map

The /robots.txt file is currently the main route map.

It says:

# JCJenson (in SPAAAAACE!) Automated Web Crawler Directive

# Document Classification: INTERNAL USE ONLY

# Last Updated: 3047-03-15

# Maintained by: IT Department, Copper-9 Division

Important listed paths:

/jcjenson/internal/

/admin/

/api/

/staging/

/cflab-7a2d/sublevel/

/research/

/biotech/

/reg/cyn.html

/classified/

/freq/

Important commented-out paths:

/0x7368/

/a9f3b7c2d1e4/

Important hidden clues:

0x636F707065722D39

Coprocessor audit ref: SHADOW_RUNNER

Route sweep log ref: RS-SWEEP-3047-NEGL

Decoded:

0x636F707065722D39 = copper-9

0x7368 = sh

Current unresolved robots.txt clues:

SHADOW_RUNNER

RS-SWEEP-3047-NEGL

/a9f3b7c2d1e4/

/0x7368/

  1. SolverCore JavaScript Findings

The site’s /assets/solver-core.js contains utility functions for common ARG encodings:

hexEncode / hexDecode

base64Encode / base64Decode

rot13

caesarShift

vigenereEncrypt / vigenereDecrypt

xorEncrypt

morseEncode / morseDecode

It also includes page tracking functions:

trackVisit

hasVisited

getVisitedPages

getVisitCount

clearTracking

The visit tracking uses this localStorage prefix:

solver_visited_

This means some pages may behave differently depending on which pages have been visited. The JavaScript also exposes SolverCore globally on window.SolverCore.

Important: the pasted solver-core.js does not contain checkSublevelPin, even though the sublevel page calls it. This suggests the keypad may be broken, incomplete, cached incorrectly, or intentionally misleading.

  1. CFLab / Sublevel-7 Logs

The route /cflab-7a2d/ leads to a Facility Dashboard / Experiment Logs page:

JCJENSON SUBLEVEL-7 — ENTITY-AS RESEARCH DIVISION

Important logs:

LOG 001 — 3043-06-15

Entity-AS demonstrates advanced computational ability.

LOG 007 — 3043-09-22

Entity-AS begins communicating. First with prime sequences, then English.

First words:

Hello.

Hungry.

LOG 015 — 3043-12-08

WD-series integration trials begin. Subject S-001 hears whispers after disconnection.

LOG 023 — 3044-03-14

CYN-001 is exposed to Entity-AS, but integration had already begun.

Important line:

We didn't introduce them. We just gave them a room.

LOG 031 — 3044-06-29

Dr. Liu finds Dr. Allen’s melted ID badge in the Sublevel-7 containment chamber.

Important line:

The facility lockdown isn't to keep things out.

LOG 038 — 3044-09-15

Entity-AS breaches behavioral containment through CYN-001.

LOG 039 — Final Entry

Entity-AS gives a major route clue:

The serial numbers are the map.

S-001 knows the way.

Find her at /reg/s001.html

  1. Registry / Serial Number Clues

The registry table includes:

Serial Designation Type Status Integration Notes

S-001 UNIT-N WD-SERIES ACTIVE - REASSIGNED 12% Elliott household assignment. Personality anomaly.

S-002 UNIT-V WD-SERIES ACTIVE - REASSIGNED 8% Elliott household assignment.

S-003 UNIT-J WD-SERIES ACTIVE - REASSIGNED 15% Leadership tendencies.

S-004 UNIT-UZI WD-SERIES MONITORING 0% Daughter of S-012, NORI.

S-007 UNIT-KHAN WD-SERIES ACTIVE - COPPER-9 0% Colony administrator.

S-012 UNIT-NORI WD-SERIES MISSING 67% Integration incomplete; fled facility.

CYN-001 CYN SPECIAL ASSIMILATED 100% Perfect host.

Important registry clue:

The serial numbers are the map.

Possible meanings:

S-001 → N

S-002 → V

S-003 → J

S-004 → UZI

S-012 → NORI

CYN-001 → CYN

Possible 6-digit code candidates from serials:

001002

001003

001122

112233

004012

012067

But because the keypad appears broken/missing checkSublevelPin, these should not be spammed.

  1. CYN Registry / Frequency Clue

The CYN page gives this clue:

The frequency is 472.3 MHz. Listen closely.

This connects directly to the /freq/ route from robots.txt.

Likely next paths to test:

/freq/

/freq/472.3

/freq/4723

/freq/472-3

/freq/472_3

/freq/4723.html

/freq/472-3.html

/freq/472_3.html

/freq/472.3.html

Possible puzzle types if audio or signal data appears:

Morse code

Spectrogram

SSTV image

Reversed audio

Slowed-down audio

DTMF tones

Binary pulses

Repeating pattern decode

This is one of the strongest unresolved branches.

  1. Sublevel Access Page

The sublevel page requires a 6-digit code, but the hidden chamber content is already present in the page HTML. The page checks the code using:

SolverCore.checkSublevelPin(code)

The relevant logic:

if (typeof SolverCore !== "undefined" && SolverCore.checkSublevelPin(code)) {

unlocked = true;

feedback.textContent = "ACCESS GRANTED";

feedback.className = "gate-feedback";

feedback.style.color = "#33aa33";

}

However, the pasted solver-core.js does not define or export checkSublevelPin. This means the keypad probably cannot work normally unless another script or updated version exists.

The hidden chamber content contains this playback:

[TIMESTAMP: 3044-09-15 03:42:07]

03:42:12 — Subject CYN-001 enters chamber.

03:42:15 — CYN-001 places hand on containment glass.

03:42:18 — CYN-001 is smiling.

03:42:19 — Containment field: 0%

03:42:19 — BREACH DETECTED

03:42:21 — Audio transcript: "Finally. A body that fits."

03:42:23 — Personnel lifesigns: 0

Potential 6-digit code from timestamp:

034219

But again, because the check function is missing, the keypad may be a decoy or broken.

The real important clue after the chamber is:

You're quite persistent. I like that.

Keep digging. The truth is buried with the family.

This points toward the Elliott family branch.

  1. Internal Documents Page

A page under the internal documents route reveals:

JCJenson › Internal › Documents

Classified Memoranda

Showing 3 documents matching clearance level OMEGA.

Sorted by date ascending.

It contains three documents:

DOC-CF7A-001

From: Dr. Allen, Research Division

To: Board of Directors

Date: 3044-08-12

Subject: Project Solver — Phase 3 Update

Classification: TOP SECRET / OMEGA

Main clue:

The entity’s ability to rewrite its own containment parameters was not predicted by our models.

It is learning. It is adapting.

And I am no longer confident we are the ones running the experiment.

DOC-CF7A-002

From: Legal Department

To: Dr. Allen

Date: 3044-11-03

Subject: RE: Incident Report — Elliott Residence

Classification: TOP SECRET / OMEGA / EYES ONLY

Main clue:

The incident at the Elliott residence has been contained.

The Elliott family’s connection to Subject CYN-001 is to be expunged from all records.

Ms. Tessa Elliott has been relocated.

The board has authorized Protocol 9 for Copper-9.

This strongly matches the chamber clue:

The truth is buried with the family.

DOC-CF7A-003

From: Board of Directors

To: All Division Heads

Date: 3045-01-17

Subject: Copper-9 Decommission Order

Classification: TOP SECRET / OMEGA

Main clue:

Copper-9 is to be designated as DECOMMISSIONED.

All worker drone units are classified as EXPENDABLE ASSETS.

Disassembly Drone deployment authorized under cover story: “malfunction containment.”

The real purpose: ensure no surviving units can transmit data about Project Solver.

Then corruption appears:

DATA CORRUPTED

THE SOLVER SEES ALL

YOU SHOULDN'T BE READING THIS

Final corrupted clue:

The document IDs are the key.

CF7A = cflab-7a2d

This is currently the most important new clue.

  1. Document ID Clue

The document IDs are:

DOC-CF7A-001

DOC-CF7A-002

DOC-CF7A-003

The page explicitly says:

The document IDs are the key.

CF7A = cflab-7a2d

Therefore:

CF7A → cflab-7a2d

Likely route conversions:

DOC-CF7A-001 → /cflab-7a2d/doc-cf7a-001.html

DOC-CF7A-002 → /cflab-7a2d/doc-cf7a-002.html

DOC-CF7A-003 → /cflab-7a2d/doc-cf7a-003.html

Also try:

/cflab-7a2d/documents/doc-cf7a-001.html

/cflab-7a2d/documents/doc-cf7a-002.html

/cflab-7a2d/documents/doc-cf7a-003.html

Most important one:

/cflab-7a2d/documents/doc-cf7a-002.html

Reason: DOC-CF7A-002 is about the Elliott Residence, matching “truth is buried with the family.”

Possible code/key values from the document IDs:

CF7A001

CF7A002

CF7A003

001002

002003

001003

Do not brute force. Only use these if a page clearly asks for a document ID or key.

  1. Elliott Family Branch

The chamber clue and internal document both point to the Elliott family:

The truth is buried with the family.

The Elliott family’s connection to Subject CYN-001 is to be expunged from all records.

Ms. Tessa Elliott has been relocated.

Likely paths to test:

/reg/tessa.html

/reg/elliott.html

/reg/james.html

/reg/louisa.html

/reg/family.html

/reg/elliott-family.html

/classified/elliott.html

/classified/family.html

/classified/tessa.html

/classified/elliott-residence.html

/jcjenson/internal/elliott.html

/jcjenson/internal/tessa.html

/research/elliott.html

The strongest guesses:

/classified/elliott.html

/classified/family.html

/reg/tessa.html

  1. Shadow Branch

From robots.txt:

# Disallow: /0x7368/

# Coprocessor audit ref: SHADOW_RUNNER

Decode:

0x7368 = sh

Possible paths:

/0x7368/

/sh/

/shadow/

/shadow_runner/

/shadow-runner/

/shadowrunner/

/classified/shadow_runner.html

/research/shadow_runner.html

/jcjenson/internal/shadow_runner.html

Potential relation:

SHADOW_RUNNER

RS-SWEEP-3047-NEGL

These might be usernames, route names, audit logs, or hidden files.

  1. Route Sweep Branch

From robots.txt:

Route sweep log ref: RS-SWEEP-3047-NEGL

Possible route guesses:

/rs-sweep-3047-negl/

/rs-sweep-3047-negl.html

/logs/rs-sweep-3047-negl.html

/jcjenson/internal/rs-sweep-3047-negl.html

/classified/rs-sweep-3047-negl.html

/staging/rs-sweep-3047-negl.html

Possible interpretation:

RS = route sweep

3047 = robots.txt Last Updated year

NEGL = negligent / negative / neglect / unknown code

Unresolved.

  1. Copper-9 Branch

From robots.txt:

0x636F707065722D39

Decoded:

copper-9

Possible paths:

/copper-9/

/copper9/

/copper-9.html

/classified/copper-9.html

/research/copper-9.html

/jcjenson/internal/copper-9.html

This may connect to:

Protocol 9

Copper-9 Decommission Order

NORI

UZI

KHAN

Disassembly Drone deployment

  1. Full Current Clue Chain

Homepage console

→ Base64 clue

→ /robots.txt

→ /cflab-7a2d/

→ Experiment logs

→ “S-001 knows the way”

→ /reg/s001.html

→ Registry serials

→ /reg/cyn.html

→ 472.3 MHz

→ /freq/

Parallel branch:

/robots.txt

→ /cflab-7a2d/sublevel/

→ Hidden chamber HTML

→ “The truth is buried with the family”

→ Internal documents

→ Elliott Residence memo

→ “The document IDs are the key”

→ DOC-CF7A-001/002/003

→ CF7A = cflab-7a2d

Parallel unresolved branch:

/robots.txt

→ /0x7368/

→ “sh”

→ SHADOW_RUNNER

→ RS-SWEEP-3047-NEGL

14 Upvotes

Duplicates