WELCOME TO THE LONGEST SCP ARTICLE ON THE PLANET! HERE YOU CAN SEE ALL KINDS OF SCP ARTICLES TO CRITIQUE ON, NO SEARCH REQUIRED.
Wow! You flipped a card and got: Evil Santa-3!!! You ca reload the page or go to the next.
DATE: 08 Mar 2021 11:00
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: SCP-XXXX is to be contained in a standard containment locker in Site-33. Access to the locker is restricted to personnel with Clearance Level 3. If SCP-XXXX is needed for testing, a request is to be filed and checked by project lead Dr. Anastasia Hurtz. Under no circumstances is SCP-XXXX to be read by anyone except D-Class personnel.
Description: SCP-XXXX is a collection of four papers, each of them designated SCP-XXXX-A through -D. These papers itself are non-anomalous. On each one of them is a text written on one side. The other side is completely blank.
The text has the same structure on each instance of SCP-XXXX. It takes the form of a "What am I?"-riddle (for more details refer to Document XXXX-01). This means that there is always a short description of an object or a concept and the question "What am I?" at the end.
The anomalous effect occurs when a subject reads an instance of SCP-XXXX and the correct answer to the respective riddle is formed in the mind. Immediately afterwards a process takes place which corresponds to the solution of the SCP-XXXX instance. At the end of each process, the subject always dies. After the process has started, there is no way of stopping it. There is no effect if the riddle is copied or photographed.
Due to the location of discovery (see Document XXXX-02) each effect was connected with one of the four elements: Earth, Water, Fire and Air. Further research into the origins of SCP-XXXX is ongoing.
Addenda:
Document XXXX-01: The following is an overview of the instances of SCP-XXXX and their effect if the solution is found.
| Instance | Riddle | Solution | Effect | Element |
|---|---|---|---|---|
| SCP-XXXX-A | "Many fear me, but few escape me. What am I?" | Death | Subject decays at an accelerated rate through an increased number of bacteria. Then a process of Humusation1 takes place. The overall procedure takes about five minutes and the subject claims to feel extreme pain during the process. | Earth |
| SCP-XXXX-B | "My symptoms are like rain and my cause is often pain. What am I?" | Sadness | Subject reports to feel sad for an unknown reason. The amount of water in the body increases for reasons yet unknown. This leads to cytolysis2 and eventually the entire body of the subject bursts and water flows on the ground. | Water |
| SCP-XXXX-C | I am there when something else is not. I cannot rot and also not be bought. What am I? | Anger | Subject reports to feel very angry. He then states to feel a heat inside his head. The subjects head turns read and smoke comes out of the ears. A flame appears in both ears of the subject. All attempts to extinct it have thus far failed. The flame grows and covers the entire body after one minute. The subject reports to feel no pain, though. The temperature is 1400°C and the time until only ashes remain is approximately 30 minutes. | Fire |
| SCP-XXXX-D | You seek for my opposite, but sometimes I am infinite. What am I? | Imprisonment | Subject reports a feeling of being trapped in their body. Exactly one minute and thirty-five seconds after viewing SCP-XXXX-D, the subject dies and drops to the floor due to the brain suddenly vanishing through unknown means. | Air |
Document XXXX-02: Each instance was discovered at a different location, which are all anomalous in nature and possess own designations. The locations are as follows:
- SCP-XXXX-A: SCP-XXXX-A was found during one of the explorations of SCP-EEEE. D-2341 claims that, after entering SCP-EEEE, he found himself in a completely white environment with a box standing in the center of the whiteness. In the box was SCP-XXXX-A. He retrieved the box and after a few days, Researcher Gaia suffered the effects of SCP-XXXX-A, which led to its classification.
- SCP-XXXX-B: SCP-XXXX-B was found during Exploration 1 of SCP-WWWW. Immediately upon entering, the D-Class reported the discovery of a box with a paper in it. The box was later found to be the same as SCP-XXXX-A's box and the paper classified as SCP-XXXX-B, after Researcher Nero experienced the aforementioned effects.
- SCP-XXXX-C:
Wow! You flipped a card and got: CapCappyCap - Rejects!!! You ca reload the page or go to the next.
DATE: 08 Mar 2021 10:52
Wow! You flipped a card and got: PapaGelatin!!! You ca reload the page or go to the next.
DATE: 08 Mar 2021 06:46
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*--- Motion Accessibility ---*/ @media (prefers-reduced-motion) { div.anom-bar-container { --timeScale: 0; } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);} to { opacity: 1; clip-path: inset(0);} } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem);} to { opacity: 1; transform: translateX(0);} } @keyframes expand2 { from { opacity: 0; max-width: 1%;} to { opacity: 1; max-width: 100%;} } @keyframes fade { from { opacity: 0;} to { opacity: 1;} } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
WARNING: THIS PAGE HAS BEEN ALTERED BY AN UNKNOWN USER OUTSIDE OF THE FOUNDATION NETWORK!
REQUESTING REVIEW BY FOUNDATION OFFICIAL…
[ERROR: REQUEST INTERUPTED!]
REVIEW HAS BEEN PENDING FOR {null} DAYS.
SCP-XXXX before entering D-8259
Special Containment Procedures: Instances of SCP-XXXX are to be kept in a 30cm x 20cm x 20cm plexiglass storage container. The top of the container should have a small opening covered by a nylon mesh. On the side there should be a small door fitted with a standard lock, allowing access to SCP-XXXX with permission from site director Dr. August and the matching key. Extraction of a single instance of SCP-XXXX for testing should be done with forceps. No more than roughly fifty instances of SCP-XXXX are to be contained within, excess instances are to be terminated.
Three times a week, SCP-XXXX should be administered 18ml of a potassium-sodium solution by simply dripping the solution onto the instances of SCP-XXXX via the mesh opening.
Description: SCP-XXXX is a worm-like creature measuring around 8cm in length and 0.2cm in diameter.3 SCP-XXXX's exterior is made up of a weak, segmented exoskeleton that covers a soft interior. The segmentation of the exoskeleton allows SCP-XXXX to deform its body as needed. The head of SCP-XXXX splits in a manner reminiscent of a mouth, however this appears to simply be cosmetic as no practical use has been noted.
When in contact with a human, SCP-XXXX will seek out the nearest opening that would allow it to enter the victim's body.4 After successfully entering the victim's body, SCP-XXXX will begin moving towards the brain. Once it arrives, SCP-XXXX will move onto the top of the brain, hooking itself onto it.
Over the course of ten to fourteen months, SCP-XXXX will slowly grow while feeding on the nutrients of the victim's brain. Growth is shown in an increasing length that snakes around the victims inner brain structure; moving from the top to the bottom of the brain. Once the brain stem is reached, SCP-XXXX will sever it, killing the victim. SCP-XXXX will then dislodge itself and exit the now deceased victim, finding a place it deems safe and becoming dormant for roughly two hours. During this period, SCP-XXXX will begin to divide into (on average) two-hundred and fifty copies of itself. Any leftover mass after this process has ceased will be fully inanimate and safe to handle without risking infection.
During the period of time where SCP-XXXX has infected a victim, it's primary effect will begin to manifest. Until time of death, the luck and general fortune of the victim will noticeably increase. The power of this effect scales depending on the importance or consequences of the situation. The greater the importance/consequence, the less effective SCP-XXXX is and vice versa.
Addendum-XXXX-4: As of 2018-04-19, all testing of SCP-XXXX is suspended indefinitely. See relevant documents and test logs below.
Test Log Alpha-4 [DATA CORRUPTED]
Test Log Alpha-5 [DATA CORRUPTED]
If a researcher is expendable, then surely some of their data is too.
Test Log Gamma-1 [DATA CORRUPTED]
Test Log Gamma-2 [DATA CORRUPTED]
Test Log Gamma-3 [DATA CORRUPTED]
These were pretty telling experiments weren't they? Shame.
THE FOLLOWING LOGS ARE LEVEL THREE CLASSIFIED!
[[footnoteblock]]
Wow! You flipped a card and got: Dr Gears Interview Image Repository!!! You ca reload the page or go to the next.
DATE: 08 Mar 2021 06:25
by (from left to right) Dr Whitney, Amamidori, Klakkr, Drdobermann, again by Dr Whitney, and TheVolgun


by (from left to right) Loiterer87, DepressedCoconut, Cinemamind, Amamidori, @Oroshibu, 1JustAGuy1, again by Cinemamind, Amai-Ixchel Amai-Ixchel, and Klay Abele


by (from left to right) SunnyClockwork, [ Amai-Ixchel], Dr Gerald, again by SunnyClockwork, again by SunnyClockwork, tsukio-t, Anonymous, far2, Ghostcat, queenofbaguette, [https://aminoapps.com/c/scp-foundation/page/item/dr-gears/vGnR_wVHWI65QeRwl8bo1adR8jdY8QLNoD Caticorns
], Dekst0, and Uncle-Nemes1s


Filename: SCP-682.png
Author: WhiteGuard
License: CC BY-SA 3.0
Source Link: SCP Wiki
Derivative of:
Name: SCP-682 Hard to destroy reptile
Author: Amai-Ixchel
License: CC BY-SA 3.0
Source Link: SCP Wiki
Name: SCP-682 (Hard-To-Kill Reptile)
Author: Scorpion451
License: CC BY-SA 3.0
Source Link: SCP Wiki
Name: SCP-682 based on new image
Author: Dr Whitney
License: CC BY-SA 3.0
Source Link: SCP Wiki
Name: SCP-682 Hard to Destroy Reptile
Author: Drdobermann
License: CC BY-SA 3.0
Source Link: SCP Wiki
Name: SCP-682
Author: Klakkr
License: CC BY-SA 3.0
Source Link: SCP Wiki
Name: SCP-682 inked
Author: Dr Whitney
License: CC BY-SA 3.0
Source Link: SCP Wiki
Additional Notes: The final image consists of the previously listed artwork edited together. The text is quoted from SCP-682 by Dr Gears.
Filename: SCP-184.jpg
Name: SCP-184 - The Architect
Author: SunnyClockwork
License: CC BY-SA 3.0
Source Link: SCP Wiki
Filename: DocumentMarianasTrench.png
Name: Remember Us
Author: Flawed
License: CC BY-SA 3.0
Source Link: SCP Wiki
Filename: SCPCB.jpg
Name: Radical Larry Notice
Author: scpcb.gamepedia.com
License: CC BY-SA 3.0
Source Link: Link
Filename: GearsDayCollection.png
Name: Dr. Gears
Author: Shiro
License: CC BY-SA 3.0
Source Link: SCP Wiki
Filename: ABrokenCog.png
Author: WhiteGuard
License: CC BY-SA 3.0
Source Link: SCP Wiki
Additional Notes: This is a self-taken screenshot of a forum post on the SCP Wiki.
Wow! You flipped a card and got: CapCappyCap - Ideas!!! You ca reload the page or go to the next.
DATE: 08 Mar 2021 05:17
Wow! You flipped a card and got: Cloudy Cloud - Copy Paste Machine!!! You ca reload the page or go to the next.
DATE: 08 Mar 2021 01:57
NOTICE FROM FOUNDATION RECORDS AND INFORMATION SECURITY ADMINISTRATION!!!
This document just for level 2 clearance. If you are not on level 2 clearance please exit this document.
YOU HAVE BEEN WARNED
— Dr. Cloudy, Junior Researcher
Item #: SCP-XXXX
Object Class: Safe
Threat Level: Green
Special Containment Procedures: SCP-XXXX keep in Dr. Cloudy's room8. Clearance level is 1, all janitorial also can cleaning the containment chamber. SCP-XXXX is also usefull for the foundation. Due Corona virus pandemic9, SCP-XXXX currently lockdowned after 2 janitorial confirmed positive.
Description: SCP-XXXX is a Copy Paste Machine that use 4m x 4m x 4m room adn the paste room is 4m x 4m x 4m, controled by Computer or Laptop.
testing
| TEST TITLE STUFF | |
| Subject | D-5768 |
| Protocol | 2 guards, with 1 banana in his hand. |
| Results | The copied is very same but not moving at all, D-5768 also not moving for 5 hours. |
A tape from SCP-XXXX files
[[footnoteblock]]
Wow! You flipped a card and got: scp-001-000!!! You ca reload the page or go to the next.
DATE: 07 Mar 2021 21:13
Item #: SCP-001
Object Class:A.P.P.O.L.Y.O.N
**Special Containment Procedures: SCP-001 MUST BE contained in a HE MUST BE IN THE MIDDLE OF A CIRCLE WITH ALL THESE SYMBOLS: GLASSES, A QUESTION MARK, A PACKET OF ICE, A HOOK SYMBOL, A PINE TREE, A PENTAGRAM, A SIX FINGERED HAND, A LLAMA, A SHOOTING STAR AND A STITCHED HEART THESE PEOPLE MUST BE ON EACH SYMBOL: FIDDLEFORD MGUCKET(GLASSES) SOOS ALZAMIRANO RAMIREZ(QUESTION MARK) WENDY CORODOY(ICE) STANLEY PINES(HOOK SYMBOL) DIPPER PINES(PINE TREE) GIDDEON GLEEFULL(PENTAGRAM) SLANFORD PINES(SIX FINGERED HAND) PACIFICA NORTHWEST(LLAMA) MABEL PINES(SHOOTING STAR) AND ROBBIE VALENTINIO(STITCHED HEART)
Description: SCP-001 is a triangular yellow being with a top hat a bow tie and the body below his bowtie seems to be made out of brick, SCP-001 is a dream demon so he can enter your mind at any time, he is also a reality warper which is his most dangerous aspect…
DO NOT SUMMON AT ALL COSTSDO NOT SUMMON AT ALL COSTSDO NOT SUMMON AT ALL COSTSDO NOT SUMMON AT ALL COSTSDO NOT SUMMON AT ALL COSTSDO NOT SUMMON AT ALL COSTSDO NOT SUMMON AT ALL COSTSDO NOT SUMMON AT ALL COSTSDO NOT SUMMON AT ALL COSTSDO NOT SUMMON AT ALL COSTSDO NOT SUMMON AT ALL COSTSDO NOT SUMMON AT ALL COSTSDO NOT SUMMON AT ALL COSTSDO NOT SUMMON AT ALL COSTSDO NOT SUMMON AT ALL COSTS
Wow! You flipped a card and got: SCP-5237!!! You ca reload the page or go to the next.
DATE: 07 Mar 2021 20:05
Special Containment Procedures: SCP-5237 is to be contained in a 35 m x 35 m x 10 m containment cell with powerful dehumidifiers installed. No liquids are allowed within the containment cell. As no personnel are allowed to enter the containment chamber, maintenance is to be carried out by remote-controlled robots. SCP-5237 is to be kept under observation at all times by cameras. Affected subjects are to be terminated.
Testing is strictly prohibited, violation of this rule is grounds for termination (See Incident-5237-A).
Description: SCP-5237 is a plush toy resembling a Harbor seal(Phoca vitulina). The object is 23 cm in length and 10 cm in height. The inside of SCP-5237 is filled with an unknown liquid of inconsistent and constantly changing density. Mass of the object has ranged from 150 g to 28 kg. SCP-5237 is covered in fur corresponding to Phoca vitulina, Pusa hispida, Erignathus barbatus, Lobodon carcinophagus and Leptonychotes weddellii. The fur has been dyed grey. The fur and the dye are non-anomalous.
Whenever a human resides within 25 m from SCP-5237 or directly observes it, the subject will suffer from the delusion that he/she is a pinniped. Subjects lose the ability to speak and vocalizations become increasingly seal-like. Victims start to move on land by undulation along the ground. 30 minutes after initial exposure, subjects will seek out the nearest body of water capable of accomodating them, and will submerge in it. At this point, subjects are deluded that they can hold their breath for 20 minutes, which will cause them to spend long periods of time underwater, more than they air supply allows. Death is usually caused by drowning. Affected subjects spread the cognitohazard to anyone within a 7 m radius.
Subjects who had made physical contact with pinnipeds at any point in their lives for at least 30 minutes will not be affected by SCP-5237's cognitohazard. Whenever a subject that meets this criterion resides within 25 m from SCP-5237, they will enter a state similar to sleep paralysis, and they do not require any nutrition or hydration in this state. SCP-5237 will teleport any liquid (except those currently in living organisms) in a 30 m radius to the victims lungs, this includes humidity. If no liquids are present within 30 m from SCP-5237, water will slowly materialize around the subject until it completely covers it, which leads to drowning. However this process is extremely slow, taking over 3 weeks to complete.
Discovery: SCP-5237 was discovered on July 20, 1999 in the souvenir shop of [REDACTED] Zoo, after strange behaviors of visitors and deaths of staff assigned to seals. Over the course of 3 days, 4568 similar reports were filed. MTF α-1 was deployed to discover the cause and contain/ retreive it. All 15 members of the detachment were affected by SCP-5237 and had to be terminated. On July 25, 1999, remote-controlled robots were used to locate and retreive the object. Foundation aircraft disguised as civilian airplanes were used to deploy aerosolized amnestics in the area after the mission.
Wow! You flipped a card and got: Dr Noenihs!!! You ca reload the page or go to the next.
DATE: 07 Mar 2021 14:29
Item #: SCP-5962
Object Class: Euclid
Special Containment Procedures: SCP-5962 is to be accompanied by two guards at all time and cannot be left unsupervised, no matter where SCP-5962 is found. Unless there are no other guards, the two best guards must be assigned to SCP-5962 immediately after being found. No other measures need to be kept if these requirements are met, and if possible, have SCP-███ accompany SCP-5962.
In the case that SCP-5962 would disappear and could no longer be seen in the site it was found in, all foundation personnel should go back to their originally assigned tasks.
Description: SCP-5962-B is a humanoid shaped object, measuring in at 1.93m (6.332021ft) in height and exactly 0.3m (0.984252ft) from left to right shoulder. SCP-5962 has the appearance of a thirty-year-old man and has dark blonde coloured hair, with a foundation scientist’s coat. SCP-5962 has symbols on its hand, when scanned they can open any door. Unlike SCP-005 and other entrance/exit opening SCPs, SCP-5962’s hand cannot open normal doors and instead can only open mechanical entrances/exits. SCP-5962’s main anomalous trait is having the ability to transform at will (SCP-5962-A) and jump between dimensions in this form. SCP-5962-A’s has the looks of a canine (to be specific SCP-5962-A looks like a white wolf) but retains the intellect it had before, it also retains its height and width though it’s length is now 3.86m (12.66404ft).
SCP-5962 has allowed itself to be put through multiple tests, showing that while in humanoid form it possesses no anomalous effects, but somehow can survive any attack thrown at it. While in canine state, SCP-5962-A has incredible regenerative properties it also cannot use its anomalous effects while damaged, though SCP-5962-A’s "wormholes" do not disappear while it is under attack, allowing SCP-5962 to escape as soon as it senses danger. SCP-5962-B is also known for its incredible abilities of being able to connect itself together even when all cells are destroyed. SCP-5962-A cannot be recorded on photos or recordings, as artificial light is absorbed instead of being reflected, this also means that SCP-5962-A cannot be seen while in any foundation facilities. Though SCP-5962-B has shown to be almost 100% biologically human, it has not died: after being crushed; after being burned to ash; and after being vaporised. Though the last experiment (after being vaporised) it took 15 hours longer than usual to become stable and back to it's original form.
SCP-5962 was discovered on the 6th of September 1835 on Hawthorne Ave, Cedar Key, Florida, North America. It was found while two 40-year-old men were hunting, the men shot at SCP-5962-A and were fatally wounded, however SCP-5962-B stitched their wounds. The police reported wolf marks that had been stitched, but no one was at the sight of the crime, this peaked Dr.████████’s interest and went out looking with 4 MTF staff. After 36 hours of searching, the scientist decided to head back to their assigned site. As the foundation members were leaving SCP-5962-B stopped the guards and introduced himself as “The Night” and after his introduction he asked if the foundation members would take him with them back to Site-██, ever since SCP-5962 travels between Sites, but decides to spend most its time in Site-██ (the first Site it had been in). SCP-5962 often goes around the Foundation Sites, claiming to be Dr. Nightly, he is allowed to use level 4 clearance by the O5 council, but can not use his anomalous effects for anything higher ranked.
Recovered: File 3
Interviewed: SCP-5962
Interviewer: Dr. No
<Begin Log, [23:59]>
Dr. No: I think you know what we’re going to as of you.
SCP-5962: Yes, it is about my original forms DNA, is it not?
Dr. No: You are correct, we’d like to have a sample of your DNA.
Scp-5962: Understood doc…
Dr. No: If you wou-
(SCP-5962 cuts its finger tip off with its sharp nail)
SCP-5962: Here you go doc, this contains some blood and my skin tissues.
Dr. No: (Hesitantly) Thanks 5962.
<End Log, [24:05]>
Foot Notes: SCP-5962 was extremely agitated through this entire meeting and had started peeling away at its skin but was showing no signs of pain. SCP-5962 was also mumbling about something and starting to look more transparent, no other signs of distress nor abnormalities.
Recovered: File 34
Interviewed: SCP-5962
Interviewer: Dr.█████
<Begin Log, [46:94]>
SCP-5962: Right, so what is it today doc?
Doctor: Tell me, where did you come from?
SCP-5962: (jokingly) I came from a womb.
(Doctor Pulls out a shotgun)
Doctor: One more time, answer me correctly.
SCP-5962: On two conditions, I'm called Doctor Night, and I get level 4 clearance.
Doctor: YOU'RE NOT IN ANY PLACE TO MAKE DEMANDS, now answer the question.
SCP-5962: Doc, you're not getting it, this is not a simple matter to be settled with a gun.
(SCP-5962 disappears under the interrogation table)
Doctor: Where'd you go you little beast?
<End Log, [00:05]>
Foot Notes: SCP-5962 looked extremely angry when the doctor didn't call SCO-5962 Doctor Night. After this interaction SCP-5962 has murdered Dr.█████ by crushing him under his own pressure. When SCP-5962 was called Dr. Night it became SCP-5962-B and was very friendly with the person that calld it that name, and it acts like a dog. This has lead scientists to conclude that SCP-5962 had a former master and must have loved it at extreme levels.
Recovered: File 67
Interviewed: SCP-5962
Interviewer: Dr. No
<Begin Log, [05:50]>
Dr. No: So, 5962, we have some information, that may interest you.
SCP-5962: Oh, something that interests me?
Dr. No: Yes, we have confirmed 19 SCP-001s and are wondering if you have any insight on this.
SCP-5962: Ah yes, the infamous true SCP-001, though I do know which SCP it is, I cannot disclose that information.
Dr. No: (Shocked) You know which SCP is true SCP-001? Please tell us researchers.
SCP-5962: Sorry Doc, No I can't do that. It forces us, it does not allow us too tell you.
Dr. No: It does not allow you? Please do elaborate.
SCP-5962: I believe I've already said too much but let me assure you, it will one day reveal itself.
Dr. No: One day? I'm starting to doubt you, though you haven't lied before. I shall believe what you say, for now.
SCP-5962: Now that I helped you out a bit, could you mind answering a question for me?
Dr. No: Sure, please ask away.
SCP-5962: I have wanted to see Κερί, I have seen documents about some other SCPs that had an owner going by the same name.
Dr. No: Sorry I have no clue, too what you're referring about.
SCP-5962: I thought you might not know who/where he is. I miss him, we'd used to play games together and would have so mu—
(SCP-5962 seems agitated and keeps moving)
SCP-5962: So sorry, but it would seem as if I need to leave, I have urgent matters to attend to.
<End Log, [06:06]>
Foot Notes: SCP-5962 showed extreme signs of stress and anxiety at the end of the meeting, as if being told bad information. We now know the name of the presumed owner of SCP-5962. After SCP-5962 disappeared, there was a containment breach at site-███ though no evidence of SCP-5962 helping could be found, causing SCP-5962 to have no retaliation for this event.
SCP-5962 is to be kept far from reality benders, due to unforeseen circumstances.
Wow! You flipped a card and got: arthcymro!!! You ca reload the page or go to the next.
DATE: 07 Mar 2021 13:01
Searching for webcam …
l
l
Searching …
l
l
…
l
l
Webcom found and authenticated.
You are attempted to access document XXXX
Please put your hands directly in front of the webcam and sign today's password (leaving 2 seconds between each sign).
l
l
Password Accepted.
[[footnoteblock]]
[[div class="licensebox"]]





Per 













