Gab Hab SCP-5334

Included page "theme:the-foundation-theme" does not exist (create it now)


THIS FILE IS LEVEL 5/5334 CLASSIFIED. ANY PERSONNEL THAT WILL ATTEMPT TO ACCESS OR DISSEMINATE THE FOLLOWING FILE WITHOUT O5 CLEARANCE OR O5 AUTHORIZATION WILL BE LOGGED AND IMMEDIATELY TERMINATED. DO NOT ACCESS PAST THIS POINT. NOTICE: FILE HAS BEEN LOWERED TO LEVEL 4 ACCESS. PROCEDURES WILL REMAIN THE SAME.


CODENAME: "A fascinating universal simulation."
Item#: 5334
Level4
Containment Class:
esoteric (prev. Safe)
Secondary Class:
ensophranogos
Disruption Class:
amida
Risk Class:
critical
: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)); }
}


52457349-old-original-apple-mac-computer-with-keyboard-on-display-in-a-glass-case-in-a-museum-in-london-uk-de.jpg

SCP-5334, when originally found/located by MTF-Beta-33 and being moved into Containment Trucks. Circa. 2002. The object was stated to activate and deactivate even when without the circumstances necessary for activation or deactivation, such as connection via plug for power.

sphx_glr_plot_exp_001.png

Current estimated results for the amount of SCP-5334-1 affected instances. Starting from 0 (2016), with each x-axis jump by +1 indicates testing within the year after. These instances do not exclude contained instances, therefore it may be reasonable to say that almost all instances are currently contained. SCP-5334-1 instance growth matches that of the exp function.


Description (16): SCP-5334 originates as an Apple Macintosh computer built somewhere in the 1980s. Originally inactive, the anomaly is continually active. The anomaly was originally presented as being capable of simulated a universe indefinitely unable to be eliminated by means that should eliminate non-anomalous computers. SCP-5334 was originally contained by the foundation in 2002, and classified Safe, along with Notice, and Vlam. The object was assigned to Level-2 classification secrecy, before more of it's anomalous properties were found.

The foundation conducted several tests on SCP-5334, before the effects were discovered. These discovered effects are characterized by slow disappearance of an affected object, the time needed ranges depending on the size and mass of the object, but 100% of cases yield no traces of the object. Along with full disappearance, the subject will appear within SCP-5334's computer simulation. This disappearance effect is classified as SCP-5334-1. SCP-5334-1 tends to effect the nearest object within SCP-5334's vicinity, however may effect objects several billion light years away on occasion. After the disappearance of the object, SCP-5334-1 will immediately reconstruct all physical matter to reflect the changes done. This reconstruction makes it extremely difficult to gather information of the effects of SCP-5334-1, and has only been discovered via comparison of simulation to baseline universe.

SCP-5334-1 instances are able to effect other objects via communication, direct contact, or any form of physical interaction or non-physical interaction. These objects will become another instance of SCP-5334-1, and can spread again via the same interaction mentioned before.

SCP-5334-1 instances will not immediately begin to disappear/relocate, the instance has an incubation period of approximately 1-2 days. During the incubation period, it is possible for SCP-5334-1's effect to be halted on the host via amnestication. Hosts in the incubation period will not be able to affect other personnel, allowing for safe interaction without a person within contact of said host being affected.

Unfortunately, personnel who are amnesticized are unlikely to be immune to the effects of SCP-5334-1. The halt can only happen when amnesticized during the incubation period, and is susceptible to future "infections" of SCP-5334-1.

Also, objects may be affected by SCP-5334-1 in a chain reaction. For example, a person affected by SCP-5334-1 may be able to affect another similar person or animal. Eventually, this may continue to the point of affecting unfamiliar objects, phenomena, and eventually the physical laws and current boundaries of the universe. These cycles are designated SCP-5334-2.

Note: Unfortunately, SCP-5334 cannot be self-neutralized. SCP-5334-1 is unable to destroy or effect SCP-5334.

Note 2: SCP-5334-1 instance chains are able to start the disappearance of an object via the thought of the existence itself. Containment priority of all instances is raised from Beta to MAXIMAL-ALO-ZETA-EPSILON by order of the O5 and T5 council.

Note 3: [DATA LOST]

RE: Note 3: You will never see it. I will keep

RE: RE: Note 3: SCP-5334-1 affected host instances are able to telepathically communicate information back to SCP-5334, which can be used to enhance the intelligence of SCP-5334. This was found when SCP-5334 altered the document to put in messages said out-loud by instances of -1 before their disappearance. Along with alteration, the object appears to be making generalizations which allow for large disappearances without randomness or "being the closest to it". Raised to maximum level priority.

Due to these effects, SCP-5334 has been recognized as a potential ZK-Class Hazard. Due to this, the document (more specifically the Special Containment Procedures) are subject to changes.

Addendum 5334.1: O5-8's Message to SCP-5334-1 personnel

Dear Personnel! I am excited that the containment of SCP-5334 is doing well. We faced through many challenges and we had to create complexity, but overall we did contain it so far.

My knowledge is that the amount of uncontained -1 instances are currently estimated to 3, compared to over 7,000,000,000 without containment.

Yes, this object is a computer. A computer that is a Macintosh. It is as dangerous as it sounds, but there haven't been any containment breaches in this year. So, we basically needed to keep it frozen with the least activity possible. We found that SCP-5334 does operate slower in cooler conditions, but we don't know if SCP-5334 completely stops at 0K (Kelvin). In case you didn't know, T5 has ordered robots to do several tests on SCP-5334. It didn't completely stop its effects, but it was slow and its anomalous effects were weakened. If we can get that thing to absolute zero, we might be able to destroy it's anomalous effects. That's why I want you to do it. Yes, robots, controllers, you. All the containment personnel. I want you all to do it.

Because, if we do; We might able to finally contain this thing. But sadly for now, we don't have that technology. It might be impossible to achieve it in the first place, but that is okay. If you can't find a way, just use an SCP for god-sake. This goes to all personnel working on SCP-5334, like T5, CDT, everyone. I hope you receive and I hope you follow this. If you can't find an SCP to shut it down, then just continue whatever procedures your currently doing. Thank you, T5.
Also, you might be wondering…. Why do we want Level 5's to act as if the object is uncontainable? Well, because it technically is. I've seen SCP-5334 destroy a few Quasar's when it was accidentally told "gravity that is black, but what it emits is very very light". The Quasars light is just what it is remaining. So, we want them to gather a list of ideas to terminate SCP-5334 while staff attempt to contain the object. And, since they are already interrupted, we give them that task to think of some ideas to contain the object. But personnel will not do that when SCP-5334 is contained, unless told to do it.
Kill the computer, and it's slaves.
Secure, Contain, Protect.
For you all, O5-8.

[END LOG]

Addendum 5334.2: Containment Breaches

SCP-5334 is found outside of Site-24, the entirety of all on-site staff disappeared. Approximately 56 containment breaches caused by the event along with almost 500 casualties excluding off-site casualties. SCP-5334 is seen increasingly active. SCP-5334 was able to escape via a shift the world by 2000 meters via an unknown cause, but was theorized to be due to an unknown object disappearing.
Approximately 22 hours later it was found that at least 130 kilometers of Atlantic ocean water disappeared over the process of approximately 7 weeks. The result being significant and immediately felt.

Containment Breach Date: March 11, 2016

SCP-5334 is found at New York city. Several police reports are called due to an estimated 4█,███ civilians disappearing, along with a further 9██,███ found with severe injuries. Civilians are seen watching the activity of SCP-5334, and attempting to control the simulator. MTF-B-16, B-17, and LLO-3 sent to investigate along with several monitoring bots. All civilians within a 50 kilometer exclusion zone are immediately amnesticized, all attempts to disseminate information are destroyed by webbots. SCP-5334 is immediately recontained, SCP-5334's screen is seen slightly damaged due to "police furiously shooting it". Containment breach cause is currently unknown.
Containment procedures are revised.

Containment Breach Date: Dec 4, 2016
SCP-5334 was seen in Mount Loutenai ("LUH-TEN-I") Elementary School in a 3rd grade classroom. They will never amnesticize the kids, SCP-5334 will be at large. Containment breach cause is currently unknown. MTF-B-4 sent to investigate as a school cleaner, contacts to police are made. Police questions. B-4 responds to police that it is sent to capture computer that "teleported using machinery". School amnesticized shortly after. Police are moved away.
SCP-5334 recovered and sent back to DEEPWELL-22. No casualties caused. Kids screened for any sign of PTSD, none found.

Containment Breach Date: Feb 12, 2017
SCP-5334 is seen in a foundation office. Researcher Emmerson, Female, Age 17, was found inside the office. Subject is emaciated. Documents have been changed to include the words: "SCP-5334 is angry. He will eat the skin of your bones from the inside-out.". SCP-5334 is thought to have been involved in the process, however, how this was done by SCP-5334 is still currently unknown. Cause of containment breach is unknown.

Containment Breach Date: March 42, 2016
SCP-5334 is seen in a foundation office. Researcher Emmerson, Female, Age 17.
[DATA EXPUNGED PER PROTOCOL-OF5 "LOCK-DOWN-THE-TEXT"]

Containment Breach Date: March 24, 2017
SCP-5334 kills S5. SCP-5334 deletes a reality to make the S5 team burn and melt for 500,000 years. SCP-5334 i
Several onsite nuclear devices are detonated. SCP-058 and SCP-106 were then after seen in Cartsfourd, California, USA and Los Angeles, USA respectively. Containment of escaped objects and rebuilding of damage is not completed until 5 months, in which several date errors within foundation webpage documents are caused. Cause of containment breach is unknown. 100,000 were left dead. Several O5 emergency meetings became active.
SCP-5334 was then recovered at DEEPWELL-22, and T5 is established in replace with S5. Containment procedures revised. Due to the results and damage, the O5 council have released global amnestic-GAS-"Synoyn", a subtle amnestic.
O5%5555-12::21212: We take it back. If only there was a way to bring the memories back. We need anti-amnestics, not amnestics.
The O5 Council and T5 Council is terminated. SCP-5334 becomes controller of the O5 and T5 council. SCP-5334 demands that all personnel continually worship him for 300,000,000,000 billion yEEaRs, which they do so. Personnel get a free pat on the back and candy for good behavior. SCP-5334 stops effects on SCP-5334-1. SCP-5334-1 accidentally deletes the events unfolded by SCP-5334.

**NOTICE FROM THE RECORDS AN
THIS DOCUMENT IS PRONE DAMAGE BY THE SCP-5334 SPACIAL ANOMAL .
PERSONNEL ARE UNLESS COGNITO AND UTENRS RESISTANCE OF >3.

UPDATED: 3 days ago.
Item #: SCP-5334
Object Class: Irrelevant
Special Containment Procedures: Terminate as soon as possible.
Description: SCP-5334 is a reality bender that manifests as a computer. SCP-5334-1 destroys parts of reality and brings it into SCP-5334-O. SCP-5334-O is a unknown reality within SCP-5334. However, temporal disruptions have been discovered besides destruction of objects by SCP-5334-1.
Addendum 5334.1: Irrelevant
Addendum 5334.2: Irrelevant
Addendum 5334.3: Irrelevant
[DATA EXPUNGED]
Addendum 5334.17406: Irrelevant


'.'