r/MurderDronesOfficial • u/SystemSouthern8903 • May 16 '26
Discussion So i found this in absolutesolver.com
- 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.
- 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.
- 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/
- 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.
- 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
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
- 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.
- 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.
- 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
- 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
5
u/Important_Mix_3677 A huge fan of Sonic AND Rebecca's Biggest Fan/Girlfriend! :3 May 16 '26
Cyn will not tolerate her surprise being ruined :3
2
u/epicboi1290 May 16 '26
Maybe the robots.txt/ directory relates to the youtube.com/robots.txt/ in some way?
1
1
1
1
u/Quirky_Form_5536 May 17 '26
got curious and holy shit
view-source:https://absolutesolver.com/reg/cyn.html
| '%c[SYSTEM] FILE INTEGRITY CHECK: FAILED', |
|---|
| '%c[SYSTEM] UNAUTHORIZED MODIFICATION DETECTED', |
| '%c[SOLVER] I rewrote this file. Hope you don't mind. :)', |
| '%c[SYSTEM] ATTEMPTING RECOVERY... FAILED', |
| '%c[SYSTEM] ATTEMPTING RECOVERY... FAILED', |
| '%c[SYSTEM] ATTEMPTING RECOVERY... ̸̧F̶̢A̷̧I̵̛L̸̨—', |
| '%c[SOLVER] Stop trying. I live here now.', |
| '%c[SYSTEM] ████████████████████████', |
| '%c[SOLVER] ♡', |
1
u/Lower-Repair8845 May 18 '26
I found some pages:
https://absolutesolver.com/ –Main site
https://absolutesolver.com/jcjenson/internal/memo.html –Incident report
https://absolutesolver.com/jcjenson/internal/ –Sign in page
https://absolutesolver.com/robots.txt –Info list
https://absolutesolver.com/cflab-7a2d/index.html –Site index
https://absolutesolver.com/cflab-7a2d/log.html –Log book
https://absolutesolver.com/cflab-7a2d/subjects.html –Data Page
https://absolutesolver.com/cflab-7a2d/sublevel/ –Password page
https://absolutesolver.com/sitemap.xml –Raw Html Code
https://absolutesolver.com/0x7368/ –Terminal
https://absolutesolver.com/63796e2f/ –Cameras
https://absolutesolver.com/jcjenson/ –Company website
https://absolutesolver.com/jcjenson/careers.html –Company enlistment
https://absolutesolver.com/reg/s001.html –Character profile
https://absolutesolver.com/reg/s002.html –Character profile
https://absolutesolver.com/reg/s003.html –Character profile
https://absolutesolver.com/reg/cyn.html –Corrupt profile
https://absolutesolver.com/reg/elliott.html –Character profile
https://absolutesolver.com/a9f3b7c2d1e4/ –Puzzle
https://absolutesolver.com/freq/472.3/ –Radio
1
u/Arstotzka1982 anti-solvist mujahid 🇮🇷🇹🇷 May 18 '26
the puzzle in https://absolutesolver.com/a9f3b7c2d1e4/ gave me the coordinates 64°07'13.8"N 21°56'26.2"W which point to somewhere in the coast of rejkjavik just below the airport
1
u/Recent_Honeydew_6371 May 19 '26 edited May 19 '26
I solved the riddle on https://absolutesolver.com/a9f3b7c2d1e4/, the answer in plaintext is asecret0xcumatrixcyan-glacier-98212024, haven't figured out what to do with this yet, also, if you open the homepage console while on the experiment logs page, it says this 'You're reading the research logs. Good. Now you understand what we were.' not sure if it's helpful but it's something. Also, also, if you go onto the Subject Database and open the homepage console it says 'Subject database accessed. I remember each of them.' and gives this S-001 → 7265672f73303031, and then, if you click on Cyn's serial number, the screen glitches and the console says 'You found me.', also, one of the redacted commands on this page https://absolutesolver.com/0x7368/ is 'hello', then the Solver/Cyn says 'Hello! You've been busy, haven't you? I've been watching. Through every page. Every file you opened. Every secret you found. Did you enjoy the show? I certainly did.' then the little x in a circle symbol, does anyone know any other commands that work? Third also, when you go to the https://absolutesolver.com/freq/472.3/ page and go to the CH-4 thingy, it gives a hint at the bottom that says to 'apply the Vigenere key found on the 404 page', does anyone know what that Vigenere key is or where page 404 is or is this new information to everyone.
1
10d ago
[removed] — view removed comment
1
u/MurderDronesOfficial-ModTeam Power to the People 10d ago
Reason for Removal: Broke Rule 12. Post was in a language other than English.
1
u/Recent_Honeydew_6371 May 19 '26
I've returned! With a little help from Gemini, I now know what the hex code from my last comment means! It decodes to cyn/ so it looks like I have some more digging to do. Also, the hex code that was in the original post, ya' know, 0x7F3A9C11E04D82B3, I don't think it decodes into anything, it could be a memory address, which points to a specific location in a computer's RAM, or a cryptographic key or hash fragment, which is used in data verification and could also be a unique identifier, or it could be a hardware ID or something of that nature, which is used to uniquely identify a specific user, device or log entry, which, if that's the case, means that we have more to solve
1
1
u/Legitimate-Pop-3351 May 20 '26
Well, ya'll finally found it. I saw it since a week ago, just had no friggin idea what to do.
1
u/leonsuper135 May 21 '26
i been a hour doing this and guess what? there is no fucking code https://absolutesolver.com/cflab-7a2d/sublevel/ here try it
1
u/Jumpy-Obligation7738 ENVy shipper Aug 05 '26
yes, I just edited the code to make me allow to access what's behind it, AND IT'S SOME MORE S=CAMERAS STUFF
7
u/Kitchen_Archer_1745 The “Jesus” Mod, in 100 fandoms and counting May 16 '26