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.
I do not own any of the images below.
CODENAME: "A fascinating universal simulation."
Containment Class:
esoteric (prev. Safe)
Secondary Class:
ensophranogos
: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)); }
}
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.
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.
[DATA EXPUNGED PER PROTOCOL-OF5 "LOCK-DOWN-THE-TEXT"]
Special Containment Procedures (32): So far, only long-term containment can be supplied with containment of SCP-5334-1. Along with only long-term containment, it is currently impossible by foundation technology to completely halt the effects of SCP-5334-1, due to the anomaly on occasion effecting spacial entities in order to escape containment. It is unknown why SCP-5334-1 does not effect the whole of humanity, consensus by personnel says there are "intangible" objects that form part of the human race (which is currently awaiting as a seperate anomaly designated SCP-5334-THAUMIEL), although is usually argued with. Current efforts are to find suitable individuals for the help of containment of SCP-5334-1. Individuals and objects affected by SCP-5334-1 are to be contained at DEEPWELL-22, located [DATA EXPUNGED] kilometers from any sign of life. Objects must be contained within the Central Containment Core, and directed by the Central Admin Core. (designated "NETCON") The status of all SCP-5334-1 and SCP-5334-2 instances and manifestations are to be tracked via the Foundation Satellite ("ARSONAL"), and be detained via robotic equipment. These instances are to be dispatched to contain instances, which will then move the instances into DEEPWELL-22. They will be placed in the Central Containment Core until further notice. A D-class is to be supplied into the Central Containment Core with direct contact of SCP-5334 and SCP-5334-1 instances at all times while administered Class-B amnestics via robotic equipment. All robots code are to be rewritten by chosen trained programmers in Document-"FIND-THE-CRYPTO". These programmers are to be given Class-B amnestics and moved back to civilization, and their names are to be stricken from the "FIND-THE-CRYPTO" document. The state of the robots are to be reported to the O5 Council via the STATUS-R robot, any failure or deviation in the robots behavior is to result in the immediate use of another programmer who will then undergo the procedures mentioned before.
Maximum focus is on both full containment on SCP-5334-2 or -1 chains and their immediate termination by force. Robots are to search mostly for isolated village areas for these chains or occurences of SCP-5334-1.
DEEPWELL-22 shielding
DEEPWELL-22 is shielded with titanium on all sides with a thickness of approximately 3 meters. The outer layer is CLASS-VI explosive resistance material with a thickness of 4 meters. No possible entrance is to be supplied, damages are to be repaired via robotic equipment daily. The state of the titanium equipment is to be sent to the O5 council semi-hourly, damage is to immediately be fixed.
CENTRAL CONTAINMENT CORE
The central containment core is built out of reinforced concrete with a thickness of 1.5 meters. Foundation made gravitational propellers are stationed within the core, these will then propel objects into a chosen place, the propellers are to be monitored indefinitely and replaced by robots in the event that the propellers stop working as intended. The angle, distance, and the force used is to be heavily monitored by the robots, who will make specific calculations. Such gravitational disturbances affecting the Central Containment Core is to immediately be replaced, as such an event can constitute to an immediate breach of containment. Circular rings are to be placed on each 3 dimensional edge to minimize the risk of movement that could result in a containment breach.
Updates to further minimize breach will use a pump to cool the area. This pump is powered by Nuclear-Reactor-J-12 connected to a battery. This battery is 5x5x5 meters, and is kept for storing unnecessary power. When needed, solar energy will be utilized to be put into the battery. Connection is done using wires, including inside the cooling pump. Battery is to be checked daily by robots so as to prevent possible leakages that could contribute into failure of pump.
(As SCP-5334 becomes more aggressive, pumps will become immediately necessary for containment.)
Pumps may be enhances via extra material to cool the area and minimize SCP-5334's activity. This proves vital for containment. Pumps will be monitored and replaced daily by robots whenever a notable change occurs. Pump also proves necessary for freezing D-class to prevent movement that could possibly disrupt movement.
SCP-5334 is to be kept levitating via gravitates that are located in a location such that the D-class is closer to SCP-5334. The gravitational force is to be kept constant and is to be monitored by embedded cameras in the farthest corner, which will be seen by T5 and Overseer's.
Pumps may be raised when necessary to decrease the thermodynamic atomic movement even further. This will also become necessary.
CENTRAL ADMIN CORE
The central admin core are a family of intelligent autonomous robots. Designated R-1 to R-195, these robots are specifically most crucial for active containment of SCP-5334-1. Most robots usually search for affected individuals, or will search the internet for individuals who disappeared. The robots will be dispatched and immediately contain such individuals rapidly disappearing via no known causes. Villages or populations effected by SCP-5334-1 are to be immediately intervened by robots and are to be contained or amnesticized, as it is easily discern the difference between incubation and affected/disappearing individuals, such as loss of arms. There will always be at least 30 robots operating the other cores and containment of SCP-5334-1, while the others will search for affected individuals. Robots are built using Python, a CPU, along with a humanoid appearance with code for communication.
Robots are built using a terabyte system of RAM along with several GPU's for nigh-instantaneous calculating. Robots have a receiver system that can be directed by DEEPWELL-22 controllers in the event that some robots become unstable. Connections between the DEEPWELL-22 are established at gigabyte internet connection allowing for no ping.
Robots have an outer layer for protection, this outer layer is approximately 50 centimeters thick made of reinforced concrete along with materials to make travel easier for robots. Robots have a visual system along with a general motor control system built throughout the humanoid robot deep within the inner material in tubes. GPU's stationed around then send electrical signals through out the robot's body and are directed by the inner layer stasis that allows for the destruction of unwanted waves. A visual automatic neural network is connected to the camera system that allows for automatic visual processing for locating affected individuals. The camera is to be shielded by 50 centimeter thick-glass.
Robots motor system is equipped to travel at speeds up to 50 kph, allowing for fast mobility. In the event of slowdown, personnel will continue monitoring or replace the subject if mobility degrades to 30kph or less.
DEEPWELL-22
DEEPWELL-22 is to contain several active servers for storage and communication to the O5 council. These servers consist of 16 rows of 5 10-terabyte servers that are to gather information on the robotic control group and send video information to O5 command via the robots receiver. The servers are to be powered via solar energy attached to each of the servers. Servers are also to automatically take pictures or provide control module for the O5 council, and will be controlled via receiver and communicator. Servers are to automatically delete any data that is unapproved by the O5 council to prevent overflow or the storage of several unusable files. DEEPWELL-22's servers are protected by the outer-layer to prevent the servers from being destroyed.
Once every 4 months, operation LL-23 will allow Level 5. GENENSIS-35 personnel to enter DEEPWELL-22's area for fixing. They are to be immediately given Class-B amnestics after.
OPERATION LL-23
Once every 4 months, foundation personnel with Level 5 clearance are to enter DEEPWELL-22 via the ENT-PIPE. The ENT-PIPE is located 30 meters underground and will lower to approximately 100 meters. The ENT-PIPE is 10 kilometers long built to withstand natural hazards such as fires, tornado's, etc. The ENT-PIPE is 20 meters long, allowing for a drive through the pipe. The pipe is built using reinforced concrete. The ENT-PIPE eventually leads into the DEEPWELL-22 servers, which will be lead up using a ladder into DEEPWELL-22-SERVER-#1. Supplies are to be sent along with a team of level 5 researchers within a truck guided towards the entrance of DEEPWELL-22. Personnel are to first conduct a test to measure the functionality of DEEPWELL-22 servers, and are to then fix any servers deviating from their normal functionality. Personnel are to estimate the amount of servers needed for fixing, and call in the trucks needed to fix. Personnel may replace the servers in the event that a server becomes inoperable or unfixable. Servers are to fully be replaced in the event that an imminent breach occurs by SCP-5334-1. Personnel are to exit DEEPWELL-22 once normal activity is established.
T5 Team
As containment of the SCP-5334 anomaly has became too vigorous for O5 command to handle, the T5 team has been proposed. T5 are a group of individuals, the exact amount of these individuals will vary based on how rigorous containment becomes. T5 are located somewhere off the coast of Site-5334-B, their exact locations are currently only known to themselves. T5 individuals are always extremely high ranking foundation personnel, at least Level 5. O5 personnel may be chosen, although this is not recommended at all. T5 monitor the containment of SCP-5334-1 and SCP-5334-2, report commands to containment staff who will then be dispatched for the command. T5 personnel should be active at least 10 hours a day, shielded from natural disasters for protection. T5 may be replaced monthly after circumstances guarantee that a T5 becomes no longer useful, retires, or is dead. T5 are generally very similar to the O5 council, managing situations based on polls. T5 are also to not move into areas effected by SCP-5334-1 under any circumstances, and will result in full replacement and amnestication of all T5 personnel in the event that SCP-5334-1 somehow effects the T5 area.
Containment Dispatcher Team
The CDT are personnel who assist in containment of SCP-5334-1 and -2. Operated by the T5 team. The amount of personnel is usually 60, along with a constant 500 replacement and extra's when necessary. CDT focuses on T5 commands sent via an unknown source, they will enact operations for the purposes of containment, including Operation LL-23. CDT are Level 5 personnel, who will always be active until the daily schedule replacement. Each personnel has an activity of approximately 8 hour intervals, which are to be grouped into 3 for the daily schedule as A, B, C. A will always be active during 12:00 AM to 8:00 AM, B will be active 8:00 AM to 4:00 PM, and C active 4:00 PM to 12:00 AM. Personnel are always heavily equipped in the event of interference with unknown sources, and will always report to T5 when necessary. Personnel may leave under the authorization of T5, but must always be due to unstable work cycle (which will me temporary up to 4 days), retirement (which the personnel will be replaced), or death (dead personnel will always be replaced without any authorization from T5). CDT are to be amnesticized after operations, and will be replaced by replacement personnel.
In the event of containment breach by SCP-5334, emergency type messages are to be immediately sent to personnel in all sites within their respective levels. Level 1-5.
CLEARANCE 1.
An ongoing event is occuring. Please see Documentation H1 for more help on the situation.
CLEARANCE 2.
An ongoing emergency event is occuring. Personnel are unable to contain the threat, please contact your supervisor for information on ideas.
CLEARANCE 3.
An ongoing worldwide emergency event is occuring. Personnel are currently unable to contain the threat of magnitude. The threat is currently extremely hostile and poses a risk to all foundation personnel and humanity.
CLEARANCE 4.
An ongoing ZK-Class Reality-Failure Emergency Event is occuring. Personnel are currently unable to contain the threat of such magnitude. This threat can immediately change and destroy all of the universe. Please gather a list of ideas for prevention of the overall termination of humanity.
CLEARANCE 5.
An unknown entity is currently causing the manifestation of a ZK-Class Reality-Failure Event. Please see documentation SCP-5334-O5-F6^8&(2)). The entity is currently destroying all of reality including past realities, due to it "sucking" in other anomalies. It is currently uncontainable as it effects cosmic entities along with alternate dimensions and the existence of everything. Please gather a list of ideas for prevention of the overall termination of humanity due to the anomaly.
T5 is to ready up for extra containment for SCP-5334. They will establish containment specialists grouped in 4 categories: "Interfere", "Contain", "Ensure", "Extra". They're will be approximately 600 specialists, and will be analogous to CDT. Most CDT will be recruited into the "Contain" section, which involves tracking SCP-5334 and containing it. The "Extra" personnel are to search for any modified documents and will fix it via DEEPWELL-34's servers. Massively changed documents to the point of destruction even on DEEPWELL-34 servers will result in "Interfere" specialists contacting about the document being "destroyed by unknown means". The "Interfere" are a group of foundation webbots Z-1 - Z-6, webbots will track the internet including access to the Deep Web to destroy information about possible breaches of information. In the event that Z cannot destroy information, their identities will be located and the person will be amnesticized. The way this is done varies by tests or by the use of foundation malware tracking programs to locate their identity. Citizens are treated using Class-A amnestics and otherwise Class-B. Citizens who cannot be located will be searched via cooperation with the Federal Bureau, and be monitored, detained, and amnesticized. "Ensure" personnel will ensure such that "Contain" personnel are correctly doing tasks, and will act as supervisors. "Ensure" personnel may also serve as T5, continually updating the containment procedures to ensure such that containment is suitable for the current containment needs with SCP-5334. Unfortunately, SCP-5334 may evolve to the point where the entity will become uncontainable. At this point, focuses are to be put on preservation of humanity. Protocol ELAN-44 is to be immediately executed. This is to be handled in squads of three and monitored by O5's. O5's will oversee the whole operation and continually update directions along with T5. However, if SCP-5334 does not successfully approach this point, then the following will be executed. MTF-Z-1 through MTF-Z-7 will immediately enter highly populated cities, inform other personnel, and lead to other cities. Once SCP-5334 is found, city is to be immediately amnesticized via Class-A. "Contain" will send messages to "Interfere", and "Interfere" will search for the amount of time SCP-5334 has escaped, along with reports of any persons randomly disappearing from unknown causes. In the event that SCP-5334's "escape time" is greater than 2 days or a person disappears from unknown causes, MTF-Z-1 will be immediately amnesticized and replaced along with immediate amnestication of all civilians within that city. In the event that the foundation runs out of available Level 5 personnel, Level 4 personnel will be recruited. This poses risks for operation failure. Level 4 will be mixed with other levels, and will be tested for the strength of the 4 tasks or categories. They will be put in categories based on their best skill in each, and will be switched when they become uneven. Tasks will then resume. SCP-5334 once located, will be relocated to DEEPWELL-22. Robots will then contain the object, and MTF-Z will be amnesticized. Following this, normal procedures are to be executed. Level-4 will also be amnesticized. Containment will continue as usual.
[DATA EXPUNGED PER PROTOCOL-OF5 "LOCK-DOWN-THE-TEXT"]
The establishment of the ENSOPHRANOGOS class is for limiting human interaction to most minimal levels. This is useful for decreasing the chances of containment breach and halting a breach quicker. Personnel violating this law without specific orders are to be terminated on site per order of T5 and O5 operatives.
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
Great, Site-19 has collapsed. It looks like half of our personnel have already died. Slime breached containment once again… Site director is probably dead at this point. Hold on… Contacting Site Director… He's dead or severely injured. Unresponsive. How the hell did this happen?! We contained it and then it breached! Alright… I gotta get my guns… That I… Kept… No. No… NO. NO! It's gone. All of it is gone. Even worse, major Keters are breaching containment on all sites and making their way to the public. The PUBLIC! What the hell did that slime do? I can't contain it, no one can really. Why am I thinking of this? We should just recontain the Keters and get this over wi- What… What is that? Fuck whatever curiosity I have… Gotta run goddamn it! I'm gonna have to bait this somewhere, then I can get Brett over for help. I guess were gonna have to assemble a team… The question is how we do that. Wait. I need to take a closer look on that thing. Oh great it's that 049 creature.
Running away. Running back. Can't seem to find myself not being chased by that thing. Where is MTF-E-11? They aren't coming! Did they get killed on the way?! Well shit!
I'm locked somewhere in a bunker, probably not where you would look in. I locked myself and that 049 creature is just sitting there infront of the door. Luckily I brought… A couple chicken wings. Well, that should last me a couple days before I starve to death! Hey, hey you! Go away. Nope, it is not.
What the hell does it mean by "pestilence"? Hey, idiot! Speak to me goddamn it. Oh, now it is refusing too! Gonna die now. Stupid slime…
'.'