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: !!! You ca reload the page or go to the next.
DATE: 07 Apr 2021 21:57
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { .mobile-top-bar { display: block; } .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block!important; position: fixed; top: 0; left: -19em; width: 17em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 0.3em 0.675em; background-color: rgba(0,0,0,0.1); transition: left 0.5s ease-in-out; } #side-bar:target { display: block; left: 0; width: 17em; margin: 0; z-index: 10; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; } #top-bar .open-menu a:hover { text-decoration: none; } .close-menu { margin-left: 19em; opacity: 0; } }
: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)); } }
:root { --posX: calc(50% - 358px - 12rem); } /*--- Footnote Auto-counter --*/ #page-content { counter-reset: megacount; } /*--- Footnote Superscript Number --*/ .fnnum { display: inline-block; text-indent: calc(-1% - 0.1em); overflow: hidden; line-height: 83%; text-decoration: none; font-weight: bold; font-style: initial; color: transparent; position: relative; top: -0.25em; font-size: 82%; padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px); margin-left: -0.06em; margin-right: -0.25em; counter-increment: megacount; user-select: none; } .fnnum::after { content: "" counter(megacount); color: var(--fnColor, #E6283C); } .fnnum:hover { text-decoration: none; cursor: pointer; background-color: var(--fnColor, #E6283C); } .fnnum:hover::after { color: white; } /*--- Footnote Content Wrapper --*/ .fncon { position: absolute; right: calc(var(--posX) + 80px); line-height: 1.2; padding: 0.82rem; width: 10.3rem; background: white; border: 2px solid black; font-weight: initial; font-style: initial; text-align: initial; pointer-events: none; opacity: 0; transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94); z-index: 9; } .fnnum:hover + .fncon { opacity: 1; right: var(--posX); } .fncon::before { position: absolute; top: 0; left: 0; transform: translateX(-52%) translateY(-55%) scale(1.15); background-color: var(--fnColor, #E6283C); color: white; content: counter(megacount); font-size: initial; font-weight: bold; font-style: initial; padding-left: 0.32em; padding-right: 0.32em; padding-top: 0.18rem; padding-bottom: 0.08rem; } /*--- Mobile Query --*/ @media only screen and (max-width: 1279px) { .fncon { position: fixed; bottom: 1.3rem; left: calc(11% - 50px); width: 70%; transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94); } .fnnum:hover + .fncon { left: 11%; } }
SCP-XXXX at time of recovery.
Special Containment Procedures: The SCP-XXXX file is under review. It is unknown whether SCP-XXXX represents or poses a threat to Foundation personnel, or alternatively whether its transfer or release would pose such a threat..Skótos-class objects are still in the early stages of information collection. Until further notice, it will be held in a standard humanoid containment cell at Site-43. MTF Pi-43 ("Garbage In, Garbage Out") is on standby for immediate release procedures pending completion of this review.
Description: SCP-XXXX presents as a baseline male human being, middle-aged with brown hair, brown eyes and tanned skin. Its disposition is morose; while it does not ignore attempts at communication, it also does not itself initiate conversation and prefers to be left alone. Its primary anomalous property is the psychic effect it exerts on individuals intending to act upon its person; at irregular intervals, these intents inexplicably dissipate. It is theorized that only actions which further the aims of SCP-XXXX, or whatever force is responsible for its existence, can be successfully carried out. This would appear to preclude the conscious decision to decommission SCP-XXXX, although the Artificial Intelligence Applications Division is presently researching electronic means of carrying out decommissioning procedures should they be deemed necessary after review.
Addendum XXXX-1, Phenomenological Overview: SCP-XXXX was discovered by routine .aic cross-referencing of eyewitness reports to violent crimes. Under the name "Andrew Mercier," SCP-XXXX was reported present at or located immediately adjacent to nine separate cases of violent death, each event involving multiple victims. A log of these events is appended below.
| Date | Location | Event |
|---|---|---|
| 12/30/2020 | Kline, Mississippi | Murder of a family of four |
| 02/04/2021 | Brandon, Missouri | Three blunt force fatalities at a riot |
| 02/18/2021 | Fort Worth, Texas | Seven fatalities in a drug seizure raid |
| 04/09/2021 | Ogden, Utah | Murder of eighteen people on one apartment building floor |
| 04/09/2021 | Ogden, Utah | Murder of seven police officers within a precinct headquarters |
| 04/10/2021 | Ogden, Utah | Murder of three doctors at a hospital |
| 05/17/2021 | Logan, Utah | Eight fatalities in a house fire |
| 07/14/2021 | Rock Springs, Wyoming | Nine fatalities in an interstate accident |
| 07/28/2021 | Mankato, Minnesota | Twelve fatalities involving drug overdoses |
Despite SCP-XXXX's recorded presence at each event, which should have set off red flags in law enforcement computer systems, it was only taken into police custody after the first incident in Ogden, Utah. Though it was transferred to the Ogden Regional Medical Center after the apparent massacre at the precinct headquarters, it was not returned to custody after the death of the three doctors and was able to continue its apparent migration through the central United States.
Addendum XXXX-2, Interview: The following intake interview, conducted when SCP-XXXX was remanded to the custody of the Security and Containment Section of Site-43, triggered this SCP file's review.
Interview Log
Date: 29 July 2021
Interviewing Officer: H. Kuroki (Chief, Security and Containment Section)
Log begins.
Chief Kuroki: Name?
SCP-XXXX: Andrew Mercier.
Chief Kuroki: Occupation?
SCP-XXXX: I watch.
Chief Kuroki: What do you watch?
SCP-XXXX: People.
Chief Kuroki: To what end?
[SCP-XXXX grimaces.]
SCP-XXXX: Nasty ends, mostly.
Chief Kuroki: Are you killing these people?
SCP-XXXX: I don't think so.
Chief Kuroki: You don't think so?
SCP-XXXX: I don't think so.
Chief Kuroki: Wouldn't you know?
SCP-XXXX: I don't remember killing them.
Chief Kuroki: You were the sole survivor on your apartment block floor in Ogden.
SCP-XXXX: Trust me, I remember that.
Chief Kuroki: And the sole survivor at the police precinct.
SCP-XXXX: If they hadn't brought me in, there wouldn't have been any survivors.
Chief Kuroki: Maybe if they hadn't brought you in, there wouldn't have been any deaths.
SCP-XXXX: Well, there's probably a connection.
Chief Kuroki: Nobody even knows what happened to those three doctors.
SCP-XXXX: Nothing interesting, I can assure you.
Chief Kuroki: Maybe assure me in greater detail?
SCP-XXXX: I really prefer not to think about it.
Chief Kuroki: This strikes you as a believable story? Come on. Wherever you go, people die.
SCP-XXXX: That's one way of looking at it.
Chief Kuroki: Is there another way of looking at it?
[SCP-XXXX purses its lips and waits.]
Chief Kuroki: …Oh. I see. Ah…
[Chief Kuroki makes a note.]
Chief Kuroki: We're going to hold you for the time being. I advise you not to attempt escape.
SCP-XXXX: I won't.
Chief Kuroki: Good.
SCP-XXXX: Someone will need to be here.
Chief Kuroki: What?
SCP-XXXX: To watch.
Log ends.
Wow! You flipped a card and got: 5427!!! You ca reload the page or go to the next.
DATE: 07 Apr 2021 18:14
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: SCP-XXXX is to be contained in a standard containment cell, and the object itself inside of a 5cm thick glass container.
No personnel is allowed within SCP-XXXXs containment chamber without permission from level 2 authorization or higher.
Description:SCP-XXXX is a small white cube, about 2m widths, height, and length. Whenever touched it will teleport to a random place on the continent. Anytime it is grabbed, however, it will teleport the person with it. It seems to be made of an unknown element is a new element now named ¨Gersinum¨.
The only observed way to carry SCP-XXXX is by covering it in a blanket.
Addendum: XXXX-1
SCP-5427 was grabbed with a set of grabbing claws, and when grabbed, it teleported the claws with the object. SCP-5427 was found in ███████,██████████, with the claws.
Addendum: XXXX-2
SCP-5427 was grabbed by D-86551, and when grabbed by D-8655, D-8655 was teleported away. when found, the prosthetic arm was disconnected. D-8655 was found in ███████, running away. D-8655 was terminated on sight and Class-A amnestetics were given to residents of ██████, and fake memories implanted. Further testing of SCP-XXXX is to be done.
Wow! You flipped a card and got: serinde!!! You ca reload the page or go to the next.
DATE: 07 Apr 2021 15:18
Wow! You flipped a card and got: TEST 173 THEME!!! You ca reload the page or go to the next.
DATE: 07 Apr 2021 13:28
SCP-173 in containment.
Item #: SCP-173
Object Class: Euclid
Special Containment Procedures: Item SCP-173 is to be kept in a locked container at all times. When personnel must enter SCP-173's container, no fewer than 3 may enter at any time and the door is to be relocked behind them. At all times, two persons must maintain direct eye contact with SCP-173 until all personnel have vacated and relocked the container.
Description: Moved to Site-19 1993. Origin is as of yet unknown. It is constructed from concrete and rebar with traces of Krylon brand spray paint. SCP-173 is animate and extremely hostile. The object cannot move while within a direct line of sight. Line of sight must not be broken at any time with SCP-173. Personnel assigned to enter container are instructed to alert one another before blinking. Object is reported to attack by snapping the neck at the base of the skull, or by strangulation. In the event of an attack, personnel are to observe Class 4 hazardous object containment procedures.
Personnel report sounds of scraping stone originating from within the container when no one is present inside. This is considered normal, and any change in this behaviour should be reported to the acting HMCL supervisor on duty.
The reddish brown substance on the floor is a combination of feces and blood. Origin of these materials is unknown. The enclosure must be cleaned on a bi-weekly basis.
Wow! You flipped a card and got: Shade, your ideas are fuccing s h i t e!!! You ca reload the page or go to the next.
DATE: 07 Apr 2021 09:48
Item #: SCP-OwO
Object Class: Safe
Special Containment Procedures: SCP-OwO is kept in a 15 cm x 15 cm x 20 cm container, away from SCP-UwU and SCP-QwQ to prevent any accidental casualties
Description: SCP-OwO is a pendant made with an opalized skull of Corvus corone (carrion crow) and a 60 cm lace made with deer leather
Addendum: magik
[[footnoteblock]]
Wow! You flipped a card and got: Dr Xenos Devigo!!! You ca reload the page or go to the next.
DATE: 07 Apr 2021 07:34
Item: SCP-XXXX- All of Reality
Containment Class: Keter | Secondary Class: Echelon | Clearance: Level 5 Top Secret | Disruption Class: Amida | Risk Class: Critical
Special Containment Procedures:
SCP-XXXX is to be kept in a Standard Humanoid Containment Cell in Site 19 with basic amenities and monitored by 2 CCTV cameras. SCP-XXXX’s cell cannot contain SCP-XXXX due to its anomalous properties, nor any other cell adequate at containing SCP-XXXX. However when asked to return to its cell, SCP-XXXX will follow the instructions accordingly. Security personnel are to go to SCP-XXXX if it exits its cell and ask it to return to its cell upon request. see contingency whatever for if it refuses. Food is not required for SCP-XXXX’s containment.
Description:
SCP-XXXX is a male humanoid figure of an unknown ancestry and its characteristics suggest that it is between the ages of 23 to 26 however it is unknown. Its height is 195 cm and at a weight of 90 kilograms mostly in muscle. SCP-XXXX’s skin is deeply black, CP-XXXX can manipulate its own body to any shape and element, however it cannot change the color of its own body. SCP-XXXX can manipulate, add, or absorb anything in reality. When absorbing matter SCP-XXXX’s mass increases by the volume of the matter that was absorbed, however SCP-XXXX does not prefer to absorb anything under any circumstances, it says absorbing is the equivalent. When adding matter, SCP-XXXX gets matter from its body, however this does not affect its own volume. When deleting matter SCP-XXXX creates antimatter and pairs it with the atoms corresponding to the antimatter, therefore deleting both antimatter and matter.
Image of SCP-XXXX:
Discovery:
On 2/3/2015, in Seattle Washington. . I was in Pike Place Market at the time I looked down Pine St. 5 blocks down and saw a person in a motorcycle suit and helmet which was SCP-XXXX project itself up and flew towards the south with a Happy Meal in its right hand. I called my Field Manager and told what events occurred and where SCP-XXXX was going. I was in 1in 3 armored units following SCP-XXXX’s movement. After 5 minutes of flying, SCP-XXXX was seen landing on an apartment building in Downtown Bellevue. I arrived with some of my colleagues at the complex within 2 minutes of when SCP-XXXX arrived at the building. Me and my colleagues went into the building, searched the building looking for a person in a motorcycle suit, while staying quiet to not alert the SCP of their presence so the SCP could escape. After 6 minutes of searching I went into room 2323 and found a black figure taking off a motorcycle suit. After seeing the suspect I reported where the anomaly was. SCP-XXXX saw this as a breach of privacy and told me to get out, however I stood still and unholstered my tranquilizer and pointed it at SCP-XXXX. SCP-XXXX saw this as unnecessary violence and tried to convince me to put down the pistol. I did not comply, because I was waiting for the rest of the team to come to his location. So SCP-XXXX walked forward and began to push me out the door, so then I shot the tranquilizer aiming towards the anomaly and SCP-XXXX caught it before it could hit its skin, then SCP-XXXX continued to push me until I was out of the door. SCP-XXXX then violently slammed the door suggesting that the actions done by me were aggravating. After the team received the notification of where the anomaly was, they rushed upstairs and found me outside, and they opened the door and held their guns to the anomaly telling it was being detained. SCP-XXXX complied and let them put it in handcuffs. Once the team was out of the apartment building they shoved SCP-XXXX into the back of an armored unit and set a course to Site-17. The people on Pine St. who saw the anomaly were all interrogated and given amnestics. All info regarding SCP-XXXX that was posted online by the people in question were erased.
Interview 1:
<Begin log>
SCP-XXXX walks into the interrogation room and sits down at the table in front of a frosted mirror. SCP-XXXX alters the frosted mirror so that it is clear to see through.
SCP-XXXX: You know Dr. Clef I can see right through this mirror. There is no need for secrecy. And plus why did you take away my Happy Meal? A man has got to eat.
Dr. Clef: I'm surprised how you know who I am, and how you can look through this frosted mirror. However we are not here to talk about me, this glass, or your Happy Meal. The first question I have is, how did you fly vertically?
SCP-XXXX: Very simple, I just made the atoms in the atmosphere push up against my feet and also against my back so I could move forward in the air.
Dr. Clef: Well how could you control the atoms to your command?
SCP-XXXX: Well all of the atoms are myself, but separated.
Dr. Clef: That doesn't make sense, how could you be the atoms in our atmosphere?
SCP-XXXX: Also very simple, everything is me, and I am everything. I am all of the atoms in your body, in this room, planet, solar system, universe, and the multiverse. I am reality itself.
Dr. Clef: Well I seriously doubt that a person that has complete control over reality would be in this very room right now talking to me. Next question, why do you look like what you are right now?
SCP-XXXX: Well, I don't know why I'm pitch black, I was born like this, and about these red writings I don't know how I got these honestly. I mean I try to change these red writings all the time but to no avail I can't get these things off of my body.
Dr. Clef: Ok then next question, how do you know my name?
SCP-XXXX: Well, this isn't the first time we met technically, we haven't met in this timeline yet but in another timeline. I remember being you reporting to me when there was a new scp or something like that.
Dr. Clef: Once again I don't believe that, next question, what is your name?
SCP-XXXX: Xenos Devigo
Dr. Clef: When were you born?
SCP-XXXX: I was born before time existed.
Dr. Clef: Can you please be honest with me?
SCP-XXXX: I am.
Dr. Clef: You're being really annoying, do you know that right?
SCP-XXXX: Do you want proof that I'm not lying?!
Dr. Clef: Uhhh Yea, this is an interview after all.
SCP-XXXX’s hand phases through the mirror reaching out to Dr. Clef
SCP-XXXX: Then grab my hand and I'll show you proof!
Dr. Clef: Sorry but I don't know whether or not you're going to kill me, so no.
SCP-XXXX: Then stop having such terrible disbelief in me!
Dr. Clef: Sorry but I can't do that either because I really don't know if you're lying to me, until we do experiments on you to see that you are telling me the truth, then i'll believe your answers. Ok next question is where were you born?
SCP-XXXX: I was born nowhere, or in the nothingness.
Dr. Clef: The nothingness? Like a white void?
SCP-XXXX: No because that would imply that there is the color white and that there was a void there as well, just nothing.
Dr. Clef: Well you've given me pretty much zero information so I don't think that you’ll give me any good answers anytime soon so i'm going to end the interview, thanks for not cooperating, you may go back to your cell SCP-XXXX.
SCP-XXXX exits the integration room with visible anger on its face.
<End log>
Addendum-1:
Containing SCP-XXXX has been a hassle to the facility and has become increasingly annoying whenever it phases through its cell. We always have to find wherever the hell it wanders off to and bring it back to its room. 2 days ago when my team and I were trying to capture the subject it literally made us freeze in time, of course I did not see that I was frozen. When I get to putting it in its cell, it turns out it's no longer a cell let alone in the facility. I end up in some mansion in the countryside somewhere, and the 2 cameras in the original cell arent even there anymore, it's insane how we found the same thing in an ugly apartment. Everyday my jealousy increases whenever I see SCP-XXXX, and should I have to be jealous of a prisoner? No I shouldn't, honestly what happens in this facility is absolutely redundant, and lastly I heard somebody was terminated because SCP-XXXX revealed some classified information, how did it even get that information?
Experiment Log:
<Begin log>
Subject was asked to turn D-XXXX into a metal cube
Input: D-XXXX
Output: A metallic cube made consisted of iron
Shortly after D-XXXX was turned into a cube SCP-XXXX reverted her back to her original form.
Subject was asked to turn a steel bar into 50 separate pieces of paper
Input: A steel bar
Output: 50 sheets of paper
Subject was asked to grow a pair of wings
Input: SCP-XXXX
Output: SCP-XXXX with the addition of wings each wing with a length of 3 meters
Subject was asked to cure D-XXXX of Alzheimer’s Disease
Input: D-XXXX
Output: D-XXXX without Alzheimer’s Disease
Extensive tests are done to check if D-XXXX didn't have Alzheimer’s Disease after the alteration, the results came back negative.
Subject was asked to turn positive matter into antimatter
Input: A gram of copper
Output: Antimatter
The subject quickly absorbed the antimatter as soon as it was transmuted, visible pain is seen on SCP-XXXX’s face, and it told the researchers it was going to do that again.
The subject was asked to make the movie “Ready Player One” an improved movie
Input: Ready Player One
Output: Ready Player One (Unchanged)
The subject responded with that Ready Player One is perfect, it can't be improved upon.
The subject was asked to slow the fall of a falling cube
Input: A falling cube
Output: A static floating cube
Subject was asked to show the “proof” of it creating the reality to D-XXXX
Input: D-XXXX
Output: D-XXXX that knows “the truth”
Subject asked if D-XXXX could tell Dr. Clef what he saw. D-XXXX was put on a special lie detector, and the questions given to D-XXXX proved SCP-XXXX’s answers in Interview 1.
<End Log>
Interview 2:
<Begin Log>
SCP-XXXX is seen with a smug look on its face as it enters the interrogation room.
Dr. Clef: Well, you proved your answers, are you happy?
SCP-XXXX: Yes very much so.
Dr. Clef: Ok first question, if you're the creator why don't you destroy this facility and escape?
SCP-XXXX: Well thats a dumb question, I dont need to escape. And plus I don't like to destroy things unless it's absolutely imperative that I need to destroy it.
Dr. Clef: Second question, if you are the creator of existence, then are you aware of the Scarlet King?
SCP-XXXX: Ughhhh the Scarlet King is such a problem child, he literally wants to kill me for making him the weakest out of all his brothers, he’s so spoiled.
Dr. Clef: If it is such a problem why don't you just erase it?
SCP-XXXX: Well that's absurd, I'm a creator not a destroyer, wouldn't want to destroy one of my creations even if it wanted to kill me and the work that i've done. Honestly he just needs to learn to be less annoying and bratty.
Dr. Clef: If that is the case then why don't you just remove its powers instead of deleting it?
SCP-XXXX: Oddly I've never thought of that, thanks for telling me.
Dr. Clef: Next question, in the previous interview you told me that you were my boss in another timeline, what position were you in the foundation, and how do you control/go to different timelines?
SCP-XXXX: In timeline 0-1 I was administrator, well not technically. I made and controlled the administrator to investigate what humans would do with the monsters I created, (Add more) And how I create timelines is that I pause the individual universe, sorta save my progress on that timeline, then I reverse the atoms to go to the certain time I want to go to, then I just do things differently than I did on the previous timeline.
Dr. Clef: If you are everything does that mean you are me, and I am you?
SCP-XXXX: Yes, except for the neurons in your brain, I can alter them but they have a mind other than mine.
Dr. Clef: Next question, if you are in control of reality and you were the administrator in a different timeline, why didn't you dismantle The Serpent's Hand?
SCP-XXXX: I didn't want to protect the facility against the Serpent’s Hand because I wanted to study what humans would do in this scenario, and plus I don't fix human mistakes, I let other humans do that for me.
Dr. Clef: If you are reality does that mean you can make multiples of yourself, if so, is the entity im talking to right now a multiple or the real entity?
SCP-XXXX: Well yes this is a multiple of myself but this entity is as real as the other multiples of me, this from in front of you is more of a terminal than an entity.
Dr. Clef: Alright next question, did you alter the lie detector given to D#XXXX so it makes you sound like you're not lying.
SCP-XXXX: Really? You still have doubt in me? Well no I did not alter the lie detector.
Dr. Clef: Then why did you only show a small bit of your power in our previous interview? You could have taken my hand by force and shown me everything.
SCP-XXXX: Screw it, i'm showing you the truth, you don't have a choice.
Dr. Clef: HEY WA-
SCP-XXXX grabs Dr. Clef’s hand and both Clef and the anomaly disappear for 10 seconds. When they both reappeared, Dr. Clef’s face was in clear shock.
SCP-XXXX: Do you believe me now?
Dr. Clef: Ye-ya-yea ok I do beli- believe you.
Dr. Clef leaves the interrogation room with a frightened look on his face. SCP-XXXX in return leaves the room to go to his cell. Thus signaling the end of the interview.
<End Log>
Addendum-2:
In the beginning there was nothing, just a white void, although that would be implying there is white and a void, so there was nothing, until I came into existence, I was confused and didn't know anything. I looked down and saw something other than the void, it looked different than nothing, it was more dark, but then it moved. I was scared and naive, because it was myself. After realizing it was myself I spent a lot of time staying in nothing until it was getting bored of being in nothing. Then I had this odd urge, this urge felt like a lingering hunger for satisfaction and creation, so to appease this hunger, I tried to imagine what something looked like to get a different picture than the nothingness, I saw myself but split apart. So I took a part of myself and made a space inside of myself, and stayed in there, it was better than nothing, it was something. But then after another long period of time I got bored of itself and the space around it, so I tried to take a piece of myself, and as a result got a black sphere, however it was bored of its own color so it condensed the black sphere until it was the color of the nothingness outside of something, this quenched my hunger for satisfaction for a bit of time. So now there were 2 things in this space instead of just myself. But once again my satisfaction yearned for more, so the now black figure got another piece of myself and this time made it a small black super condensed sphere. Now there was variation but still I was bored and wanted more. I wished that these spheres would move so that I wasnt the only moving thing in this empty space. My wish came true, since these spheres were myself I realised I could control them.
But now satisfaction kicked in and I was immediately bored. So I made these spheres constantly move around each other making constant movement, thus creating entropy. Now I wanted to add even more rotating spheres to the mix, making my hunger for creating appeased for a short period of time. Then I created the first atom which was hydrogen, so then I wanted more of this constant rotation from this atom, so then I added 1 more black sphere and white sphere to the atom, this made helium. I kept on making these hydrogen and helium atoms keep my hunger from growing.
I Then kept on adding huge amounts of atoms until there was so much hydrogen and helium it made a star. I was amazed by its beauty and I was satisfied for a long period of time, and it was well worth the wait. Then I felt the hunger for satisfaction kick in, making me yearn for more, I looked at the star closely and saw there were atoms being tossed around and being made into new atoms. I had a solution to my hunger, if I made a home I wouldn't need to be focused on satisfying my hunger, so I decided to make my home with the newfound atoms coming from the star. I learned how to make new atoms such as oxygen, iron, carbon etc. I studied each atom to learn its properties, and made new ones to quench my hunger once more. So I pondered on how to make a home, does it need different layers of these atoms? Does it need to be solid? Does it need to be so that when I'm on this planet I accidentally drift off into space? How close does it need to be to the sun? So after deciding on all of those questions I began working on Mercury, then after seeing how much of a terrible job I did started to work on Venus, then after screwing up again I began working on Earth, I screwed up on this planet as well, so then I made Mars, then Jupiter, Saturn, Uranus, and finally Neptune, it still yearned for more satisfaction. I started to make mini sized planets around these big planets, seeing if this would get rid of the nagging starvation. These mini planets rotated around the bigger planets and my famine was quenched but not enough to get rid of it. So then I chose the most habitable planet in the solar system; Earth, and flew down to it to continue disposing of the hunger of creating.
When I flew down to Earth I saw a barren wasteland of molten rock and lava. It wasn't very satisfying to look at. To freshen it up I threw some meteors at the surface of Earth which had a special liquid in it which would help cool down the Earth’s atmosphere and surface. I knew it would take a long time until the Earth cooled down, so I waited, for my long awaited satisfaction in a deep sleep. A few million years later, I woke up underwater confused. I rose out of the water and looked at my surroundings, but now the Earth looked even more boring than before and that wasn't good, it was just one color and no elevation to anything. But then and there I had the idea of life, the best idea of my life and the worst, I asked myself, what if there were objects that were like me? Not just neutrons and protons like actual thinking, moving, objects, another being in this empty plain of existence. Surely that would get rid of the lingering sensation of emptiness. However it sounded way too difficult to reproduce myself entirely, so I came up with a brilliant solution. From the entropy that it created there always was disorder, maybe if it made an object that reproduced itself constantly and evolved against disorder, maybe then will the object evolve into a similar being to myself.
So I went to the bottom of the ocean where it could evolve unharmed by the sun and made a group of molecules that worked in symphony together to make a group that would benefit itself. It would take another long time for my malnourishment to be quenched again. I thought to myself that I would have to go into deep sleep again and be left unsatisfied for a long time, it made me feel sad. So I didn't go to sleep, but instead I accelerated time and improved the planet to sustain life as it grew older. As I saw the creature evolve into multiple then into multiples of that multiple, I saw how each evolution was made and how it would help it evolve and continue living. I learnt to make living cells out of certain molecules and soon advanced lifeforms. As the creatures were evolving some creatures evolved differently and evolved into different creatures altogether. As these species were evolving, I sought to make Earth look better and less boring, so I erected the sunken mountains from the crust of the planet and made land for the evolving species to live on. (Continue to talk about evolution and humans and the creation of super beings)
Addendum-3: Talk about human society, the beginning of the foundation, the real administrator really into depth with the administrator 2000 words or more, timeline 0-1, SCP-000, secrecy, and ???
Ideas:
Ideas: Black holes, the end of satisfaction, who really created reality, try to make this scp memorable and hook the reader into the story, Changing things in the report to have a more "researcher" tone to them would work very well. Character development?
Wow! You flipped a card and got: Pagong27Gamings Sandbox!!! You ca reload the page or go to the next.
DATE: 07 Apr 2021 07:26
DON'T EDIT WITHOUT PERMISSION!
Item #: SCP-5794
Object Class: Safe
Special Containment Procedures: No one is allowed to play any of SCP-5794's tracks for their safety, regardless of the album's track listings. Any recordings of the album's tracks online or played in the public are to be deleted.
Description: [SCP-5794 is an album containing █ releases, from Stage 1 to Stage █; and was written by The Caretaker, a long-running project by English musician ███████ █████ █████.
Discovery: On █/█/202█, two people were admitted to ████ ███████ Memorial Hospital in the state of Louisiana due to suspected dementia. Both patients claimed that a music track caused the disease itself. Upon discovery, it turned out that they were from an album Everywhere at the End of Time.
continuing soon]
Addendum: Optional additional paragraphs
[[footnoteblock]]
Wow! You flipped a card and got: Artemis P Fonswick!!! You ca reload the page or go to the next.
DATE: 07 Apr 2021 06:38
[[html]]
[[/html]]
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: SCP-XXXX is to be hermetically sealed into a plastic box in the storage area at Area 179. Box holding SCP-XXXX is to be isolated to an empty cargo container inside a Faraday cage. No recording or transmitting device of any kind is allowed into the Faraday cage. Access to SCP-XXXX needs approval of two level 4 researchers. Any unauthorized contact with SCP-XXXX is to be met with immediate and deadly force. After examining SCP-XXXX the subject is to be terminated within 60 minutes of contact to prevent LK-class restructuring event. SCP-XXXX is to be inspected every five years and if the condition of SCP-XXXX has deteriorated, measures is to be made to ensure containment. Five printer farms with 1,000 printers each are to be ready to maximise control of containment breach.
Description: SCP-XXXX is a standard A4 sized piece of paper containing the details of [DATA EXPUNGED]. SCP-XXXX came into Foundation’s possession due to a containment breach2 of SCP-079 in █/█/████. After the containment was re-established, SCP-XXXX was found by Dr. Cooper in a nearby printer. Upon reading the paper and its content Dr. Cooper contacted security and demanded immediate containment protocols to be enacted on her instructions. After initial containment was established, Dr. Cooper terminated herself after leaving written instructions about the nature of SCP-XXXX.
SCP-XXXX seems to contain memetic anomaly that can lead to an LK-class restructuring event. Exact information is unavailable due to the difficulty to research SCP-XXXX without risk of memetic exposure. Dr. Zuma, Dr. Mejia and Dr. Thornton have confirmed that SCP-XXXX is a level 4 threat to humanity’s psyche before they were terminated. Extradimensional entities are confirmed to be part of possible LK-class restructuring event. Further analysis of extradimensional entities classified as level 6 hazard by O5-█.
All instances to eliminate SCP-XXXX has caused a containment breach. SCP-XXXX’s anomaly properties extend it to recreate itself upon destruction or after sustaining certain amount of deterioration3. SCP-XXXX will recreate itself into a random electrical device capable of printing or copying approximately 50 kilometers of its destruction. If no such device is in set range, it is theorized4 that the range is increased until suitable device is in range. Any copy of SCP-XXXX has the same anomaly properties as the original, except its recreation upon destruction. Only when the last copy of the SCP-XXXX is destroyed is another recreated.
Research of SCP-XXXX is suspended indefinitely. O5 council has deemed the cost of meaningful research to be unsustainable as every individual researching SCP-XXXX is to be terminated. Using class D personnel has been deemed unproductive since scientists cannot ascertain given information without direct exposure to SCP-XXXX’s memetic anomaly and thus negating the use of class D personnel.
Addendum:
If SCP-XXXX shows signs of deterioration, it is critical to ensure a copy is made of the SCP-XXXX using an old non-electrical typewriter. After the copy is made, it is safe to destroy the original. Usage of class D personnel is permitted during this process. Maximum safe memetic exposure time is deemed to be 30 minutes.
Addendum:
Research Log A-0
Audio record of Dr. Cooper, 16 minutes since exposure:
Anomaly is memetic and causes the individual to lose all sense of humor if read. I can testify this as I felt it when I first read this new SCP. Extend of anomaly is unknown at this moment and I suggest more research to be made. In case of a greater memetic threat I will not inform what exactly is written on the paper.
Audio record of Dr. Cooper, 24 minutes since exposure:
As I feared, the anomaly has deeper levels than just losing all sense of humor. It has been approximately 22 minutes since I was exposured to the memetic agent that I started feeling strange presence at the back of my head. I have informed security of this and enacted containment measures for myself.
Audio record of Dr. Cooper, 41 minutes since exposure:
Now, when I close my eyes, I can see a bright window in the distance. Behind it there are some blurry humanoid figures moving around. It is too bright to see anything else. I think those are the beings that was described in the anomaly. I feel nervous and I feel like I am being watched.
Audio record of Dr. Cooper, 45 minutes since exposure:
It is impossible to get a better look at the window, but I have concentrated my efforts to look around me. I see vague humanoid profiles surrounding me, seeming unaware of anything that is happening. I am starting to feel somekind of closeness to them.
Audio record of Dr. Cooper, 76 minutes since exposure:
It seems that the beings are aware that something is off! They are searching me! I fear that if they found me, they will do something terrible to all of us! Secure, contain, protect! [unaudible]
At this time Dr. Cooper managed to wrestle a firearm from a nearby guard and terminated herself.
Research Log A-11
Audio Log D-1 by Dr. Carlton:
I have compiled all the research files thus far and I can make some broad generalisations about SCP-XXXX. The paper itself is normal, but the text itself is memetic and causes the reader to become aware of somekind of "truth" and in the process they lose all sense of humor. Dr. Meija's research confirmed this as he was known to giggle and laugh at every possible joke imaginable and after exposing himself to SCP-XXXX it was all gone. Straight face, even when he heard the joke that in the preliminary testing had him kneeling over laughing and crying.
Then we come to the beings the subjects have observed after 40 minutes of exposure. It seems they are extradimensional and what little I have managed to gather without exposing myself to SCP-XXXX is that they are mentioned in the anomaly. It seems that these beings are somehow connected to the immediate effect of SCP-XXXX. In what extend, that is unknown since every researcher exposed has declined to speak about it and cited it to be dangerous and to trigger memetic contagion.
Research made to identify the humanoid beings surrounded the subjects have identified that the humanity has a collective psyche and those humanoids are indeed other humans. Or more precise their manifested psyche. And that somehow they are all connected to each other in a subconsious level. Further research on the subject is pending.
Dr. Zuma's research report indicates that individual memetic exposures are not separated from each other but are the same one. Dr. Zuma's research revealed that if a test subject was exposed to SCP-XXXX's memetic anomaly and after 30 minutes other test subject was also exposed, the second test subject was in same state as the first one. Thus the memetic exposure is to be calculated from the first subject.
My advice? Leave this thing alone. I am not a curious person and I really don't want to know more about this. I think this is far enough of research we have made to keep SCP-XXXX contained. Anything else is to just satiate the curiosity of someone. And you know the proverb about the cat.
Addendum:
Incident #1
Dr. Zuma proposed laminating the SCP-XXXX in order to preserve its condition. SCP-XXXX was successfully laminated. Copy of SCP-XXXX was found seven minutes later on a copying machine on floor ███. Security was alarmed and containment regained 13 minutes later. Two level 1 Foundation employee were terminated due memetic exposure.
Containment procedures upgraded.
Duration of containment breach: 20 minutes
Duration of memetic exposure: 13 minutes
Incident #2
During testing SCP-XXXX was intentionally damaged to a point of unreadable. Containment breach was alarmed, and Mobile Task Force “Quicksilver” was dispatched. SCP-XXXX was found to be recreated itself in a local radio station at ████████, 37 km from Area 179. Embedded Foundation personnel (later the asset) alerted the Mobile Task Force after reading SCP-XXXX when local news anchor brought it to the studio. To ascertain no further containment breach to be had, the asset activated protocol Alpha-Red-Four and terminated contaminated personnel. After the Mobile Task Force arrived at the scene, the asset gave hastily contained SCP-XXXX to the Task Force leader before termination.
Incident was staged as a domestic terrorist attack where the perpetrator was shot.
Containment procedures upgraded.
Duration of containment breach: 52 minutes
Duration of memetic exposure: 37 minutes
Incident #3
During a procedure of making a copy of SCP-XXXX, class D personnel was observed to speak silently while typing. After termination of class D personnel, Dr. Thornton heard a security guard to have a conversation about the nature of SCP-XXXX. Dr. Thornton alerted security of containment breach and identified contaminated Foundation personnel for immediate termination. Dr. Thornton was also terminated due to memetic contamination.
It was revealed that the security guard had heard class D personnel’s words and the memetic anomaly was transferred, increasing memetic exposure to dangerous levels.
Containment procedures upgraded.
Duration of containment breach: 14 minutes
Duration of memetic exposure: 67 minutes
Incident #4 through #8
Five authorized controlled containment breaches were created during testing and containment procedures were upgraded accordingly.
Containment procedures are calculated to be 96.3% effective on ensuring SCP-XXXX will recreate itself upon destruction on Foundation controlled printer.
Maximum duration of continuous containment breach: 31 minutes
Maximum duration of continuous memetic exposure: 19 minutes
Incident #9
Level 4 clearance required!
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Checking security clearance… Security clearance accepted.
Incident #9
Sanctioned level 5 test.
Authorization: O5-█.
Location: ███████
Test leader: Dr. Kohl
Purpose of test: Ascertain SCP-XXXX's connection to extradimensional entities and to observe entities.
Dr. Kohl was authorizised to conduct level 5 test on SCP-XXXX. Test was done on a secure location. A copy of SCP-XXXX was produced for the test. Test subject was instructed to concentrate on the observation of extradimensional entities reported by Dr. Thornton and not to report any information of SCP-XXXX.
Test subject was exposed to the memetic anomaly. Upon examining SCP-XXXX the subject was horrified and told that the content of SCP-XXXX hit him like a freight train. Dr. Kohl reminded the subject to not retail any information from SCP-XXXX.
After 22 minutes the subject informed he felt a strange presence. Dr. Kohl confirmed it was consistent with Dr. Coopers report. The subject informed strange feeling growing in the back of his brain.
After 40 minutes of memetic exposure the subject was observed to become more agitated. The subject told that when he closed his eyes he saw several blurry humanoid figures in a bright window. Figures were aware of the subject, but in a general sense and ignored the subjects presence. Dr. Kohl instructed subject to keep his eyes closed and keep talking.
On 60 minute mark security leader informed Dr. Kohl they had reached maximum safe timeframe.
After 75 minutes the subject was vivid and fearful. One of the figures had stopped and was gazing through the window, as if searching something. Dr. ██████ informed Dr. Kohl that they had reached the maximum recorded exposure and to continue the test was dangerous. Dr. Kohl ignored this and continued the test.
After 80 minutes the subject was in a state of shock. More figures had stopped and now they all were searching something through the window. The subject stated that they were searching him and it was only a matter of time before he was found.
After 81 minutes the subject screamed in terror and Dr. Kohl terminated the subject immediately.
Test was deemed a partial success by Dr. Kohl and requested a second test to be made to further the knowledge of extradimensional entities. Request was denied by O5-█. All information of the incident was expunged from the general directionary and sealed behind increased security clearance.
Dr. Kohl: "But we were so close!"
O5-█: "Yes, too close."
[[footnoteblock]]
Wow! You flipped a card and got: Wandsmen Theme 3!!! You ca reload the page or go to the next.
DATE: 07 Apr 2021 04:21
Wow! You flipped a card and got: Wandsmen Theme 2!!! You ca reload the page or go to the next.
DATE: 07 Apr 2021 02:31






Per 



