scp-000000000

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: Milk!!! You ca reload the page or go to the next.
DATE: 29 Jan 2021 15:58

rating: 0+x

Usage

To import this theme to your page, put the following anywhere inside it:

[[include :scp-wiki:theme:creepypasta]]

The standard CSS @import method won't work. This is intentional (thanks to stormbreathstormbreath for providing the CSS code!). Importing the theme using [[include]] adds your page to a list of Backlinks. This is useful for seeing what pages would be affected when this theme is updated, and allows any errors caused by that to be noticed and corrected much faster.

You can view any page's Backlinks by clicking "+ Options" at the bottom of the page, then "Backlinks".


Examples

rook.png

Parawatch Logo.

A horizontal rule can be created with 5 hyphens "-----" and extends across the whole page if it's not placed inside anything (eg a blockquote). The lines separating sections of this document are horizontal rules.

Titles can be created by putting between one and six plus "+" at the start of the line

This is a tab view.

This is a blockquote, created by putting "> " at the start of each line.

More text


That's a horizontal rule

Nested blockquotes

This is a table
You should know how to make these
already
@import url('https://fonts.googleapis.com/css?family=PT+Mono&display=swap');
 
/*
    Powered on 2019/05/09 06:09:42
    [2019 Wikidot Theme]
    Created by The Great Hippo
    CC BY-SA 3.0
*/
 
/* FONTS AND COLORS */
 
:root {
    --bg-light: #262626;
    --bg: #1a1a1a;
    --bg-dark: #000000;
 
    --fg-light: #ffffff; 
    --fg:  #f2f2f2;
    --fg-dark: #e6e6e6;
 
    --fg-accent-light: #ffffcc;
    --fg-accent: #ffff99;
    --fg-accent-dark: #ffff80;
 
    --fg-accent-2: #ffffff;
 
}
 
body {
    background: var(--bg);
    color: var(--fg);
    font-family: 'PT Mono', monospace;
}
 
a, a:visited {
    color: var(--fg-accent-dark);
}
 
h1, h2, h3, h4, h5, h6, #page-title {
    color: var(--fg-light);
    font-family: 'PT Mono', monospace;
}
 
ins, del {
    color: black;
}
 
/* HEADER */
 
div#container-wrap {
    background: url(https://scp-wiki.wdfiles.com/local--files/theme%3Acreepypasta/gradient.png) top left repeat-x;
}
 
div#header {
    background: url(https://scp-wiki.wdfiles.com/local--files/theme%3Acreepypasta/parawatch.png) 10px 40px no-repeat;
}
 
div#header h1 a span {
    /* hiding header text */
    font-size: 0px;
    color: transparent;
}
 
div#header h1 a:before {
    content: " ";
    color: rgb(24, 24, 24);
}
 
div#header h2 span {
    font-size:0px;
    padding: 4px;
}
 
div#header h2:after {
    content: " ";
    font-weight: bold;
    color: rgb(255, 224, 135);
    padding: 19px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
    white-space: pre;
}
 
/* SIDE-BAR */
 
div#side-bar a,
div#side-bar a:visited {
    color: var(--fg-dark);
}
 
div#side-bar div.side-block {
    background: rgb(24, 24, 24);
    border: 1px solid #ffe087;
    box-shadow: 0 2px 6px #404040;
}
 
div#side-bar div.side-block.media,
div#side-bar div.side-block.resources {
    background: rgb(24,24,24);
}
 
div#side-bar div.side-block div.heading,
div#side-bar div.collapsible-block-unfolded-link,
div#side-bar div.collapsible-block-unfolded-link div.collapsible-block-link {
    color: rgb(255, 224, 135);
    border-color: rgb(255, 224, 135);
}
 
/* Recolors the image bullet points in the side-bar */
.side-block .menu-item > .image {
    filter: hue-rotate(230deg) invert(100%);
}
 
/* Recolors the Translation Module */
div.scpnet-interwiki-wrapper {
    filter: hue-rotate(230deg) invert(100%);
}
 
/* Recolors the panel that opens on mobile with the side-bar */
@media (max-width: 767px) {
    #side-bar{
        background-color: var(--bg);
    }
}
 
/* Recolors the drop down from the arrow next to username in the header */
#login-status ul a {
    color: var(--fg);
    background: var(--bg);
    border-color: var(--fg);
}
 
#login-status ul a:hover {
    color: var(--fg-dark);
}
 
/* Makes the code readable */
.hl-identifier, .hl-code, .hl-brackets {
    color: var(--fg);
}
 
/* Top-Bar */
#top-bar a { 
    color: var(--fg-dark);
}
 
#top-bar ul li ul {
    border-color: var(--fg-light);
}
 
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
   border-top-color: var(-fg-light);
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background-color: var(--bg-light);
    color: var(--fg-dark);
}
 
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: var(--bg-dark); /* top bar hover background color */
    color: var(--fg-dark);
}
 
div.yui-navset div.yui-content {
    background: rgb(24, 24, 24);
}
 
div.yui-navset ul.yui-nav a,
div.yui-navset div.yui-navset-top ul.yui-nav a {
    background: rgb(24, 24, 24);
    color: rgb(255, 237, 185);
    border: solid 1px #ffffff;
}
 
div.yui-navset ul.yui-nav a:hover,
div.yui-navset ul.yui-nav a:focus {
    background: rgb(40, 40, 40);
    color: rgb(255, 237, 185);
}
 
div.yui-navset ul.yui-nav .selected a,
div.yui-navset ul.yui-nav .selected a:focus,
div.yui-navset ul.yui-nav .selected a:hover {
    background: rgb(50, 50, 50);
    color: var(--fg);
    border: solid 2px #ffff99;
}
 
/* rating module */
 
.page-rate-widget-box .rate-points {
    background-color: var(--bg-dark) !important;
}
 
.page-rate-widget-box .rate-points,
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a,
.page-rate-widget-box .cancel a {
    background-color: var(--bg-dark);
    color: white;
    border: 0;
}
 
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown,
.page-rate-widget-box .cancel {
    background-color: var(--bg-dark);
    border: 0;
    border-left: 1px solid var(--fg-accent-light);
}
 
.page-rate-widget-box .rate-points,
.page-rate-widget-box .cancel a {
    border: 0;
 
}
 
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background-color: var(--bg-dark);
    color: white;
}
 
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover,
.page-rate-widget-box .cancel a:hover {
    background-color: var(--bg-dark);
    color: white;
}
 
/* footnote hovers */
 
.hovertip {
    width: 20em;
    padding: 0.5em;
 
    border: 1px solid var(--fg-accent-light) !important;
    border-radius: 0.5em;
 
    background-color: #000000ee !important;
    box-shadow: 0 0 6px 1px #000000aa;
    z-index: 100;
}
 
.hovertip .f-heading {
    color: var(--fg-accent-light);
}
 
/* inputs */
 
input.text, input.button,
#search-top-box-input,
#search-top-box-form input[type=submit],
div.buttons input, input.button, button, file, a.button {
    background: transparent;
    color: var(--fg);
    border: 1px solid var(--fg-accent-2);
    border-radius: 0;
    font-size: 1em;
    outline: 0;
}
 
div.buttons input:hover, div.buttons input:focus,
input.button:hover, input.button:focus,
button:hover, button:focus,
file:hover, file:focus,
a.button:hover, a.button:focus {
    border-color: var(--fg-accent-2);
    background: transparent;
    color: var(--fg);
}
 
input.text:hover, input.button:hover,
input.text:focus, input.button:focus,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    color: var(--fg);
    background: transparent;
    border: 1px solid var(--fg-accent-2);
    outline: 0;
}
 
/* EDITING WINDOWS */
.owindow {
    color: #000;
}
 
.owindow h1, .owindow h2, .owindow h3, .owindow h4, .owindow h5, .owindow h6 {
    color: #000;
}
 
.owindow a {
    color: #272727;
}
 
table.page-files .highlight {
    background-color: #272727;
}
 
input.text {
    border: 1px dashed #000;
    color: #fff;
}
 
input.text:focus {
    border: 1px dashed #000;
    color: #fff;
}
 
input.text:hover {
    border: 1px dashed #000;
    color: #fff;
}
 
div#lock-info {
    background-color: var(--bg-light);
}
 
/* BLOCKQUOTES */
 
blockquote,
div.blockquote {
    background:  var(--bg-dark);
    border-width: 2px;
    border-style: solid;
    border-color: var(--bg-light);
}
 
/* Parawatch Forum Pseudo-Blockquotes */
div.parapost {
    background:  var(--bg-dark);
    border-width: 2px;
    border-style: solid;
    border-color: var(--bg-light);
    padding: 0 1em;
    margin: 1em 3em;
}
 
div.parapost.reply1 {margin: 1em 3em 1em 4em;}
div.parapost.reply2 {margin: 1em 3em 1em 5em;}
div.parapost.reply3 {margin: 1em 3em 1em 6em;}
div.parapost.reply4 {margin: 1em 3em 1em 7em;}
div.parapost.reply5 {margin: 1em 3em 1em 8em;}
 
@media (max-width: 479px) {
   div.parapost {margin: 1em 0;}
   div.parapost.reply1 {margin: 1em 0 1em 1em;}
   div.parapost.reply2 {margin: 1em 0 1em 2em;}
   div.parapost.reply3 {margin: 1em 0 1em 3em;}
   div.parapost.reply4 {margin: 1em 0 1em 4em;}
   div.parapost.reply5 {margin: 1em 0 1em 5em;}
}
 
@media (min-width: 480px) and (max-width: 580px) {
   div.parapost {margin: 0.5em;}
   div.parapost.reply1 {margin: 0.5em 0.5em 0.5em 1em;}
   div.parapost.reply2 {margin: 0.5em 0.5em 0.5em 1.5em;}
   div.parapost.reply3 {margin: 0.5em 0.5em 0.5em 2em;}
   div.parapost.reply4 {margin: 0.5em 0.5em 0.5em 2.5em;}
   div.parapost.reply5 {margin: 0.5em 0.5em 0.5em 3em;}
}
 
/* IMAGES */
 
#page-content .scp-image-block {
    border-color: var(--fg-accent);
    box-shadow: none;
}
#page-content .scp-image-block .scp-image-caption {
    border-color: var(--fg-accent);
    background-color: var(--bg-dark);
}
 
table.wiki-content-table th {
    background-color: var(--bg-dark);
}
 
hr {
    background-color: var(--fg);
}
 
.code {
    border: 1px dashed var(--fg);
    background-color: transparent;
 
    font-family: "Courier", "Courier New", "Roboto Mono", monospace;
    font-size: 1em;
}
 
/* INFO MODULE */
 
#page-content .rate-box-with-credit-button {
    background-color: var(--bg-dark); 
    border: 1px solid var(--bg-dark);
}
 
#page-content .rate-box-with-credit-button .creditButton p a {
    border-left-color: var(--fg-accent-light);
}
 
#page-content .rate-box-with-credit-button .page-rate-widget-box .cancel {
    border-radius: 0;
}
#page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points {
    border-left: 0;
}
 
#page-content .modalbox {
    background: linear-gradient(var(--bg) 51px,var(--bg-light) 51px,var(--bg-light)) !important;
    color: var(--fg);
    box-shadow: 0 2px 6px #404040;
}
 
.close-credits,
.credit-back {
    filter: hue-rotate(230deg) invert(100%) brightness(150%);
}
 
#footer {
    background: var(--bg-light);
}
 
/* MOBILE CODE */
@media (max-width: 767px) { 
    div#header {
        background-size: 22em;
        background-position: 1em;
    }
 
    #top-bar .open-menu a {
        border: 0.2em solid var(--bg-light);
        background-color: #787878;
        color: var(--bg-light);
  }
}
rating: 0+x

redsuckslol 04/06/2020 (Mon) 14:34:15 #71562903


When I was seven, my mom got me one of those old ragged toys. They were called Webkinz, and boy were they weird. They always broke apart within a week, like a dog with a bad quality chew toy, but mine, mine was much different then the others.

I suppose I started noticing it was different when I first got it. We went to the toy store, and in the plush toys corner was a giant wall of Webkinz. At the time, they were the rave. Everyone wanted one, and I considered myself so very lucky to be able to get one.

When I first picked mine, I didn't notice anything strange or worrying at the time, but looking back, I can safely say I felt some sort of… drawing to the one I chose. I can't quite explain it, but it just felt so familiar. Like, choosing it made me feel better about myself?

Anyways, once I got it and took it home, at first I just sort of threw it around and didn't care much for it. It just felt like


Wow! You flipped a card and got: Troll!!! You ca reload the page or go to the next.
DATE: 29 Jan 2021 15:24
rating: 0+x
scp6050.jpg

Supposed sighting of SCP-6050, taken in 1942.

Item #: SCP-6050

Object Class: Safe

Special Containment Procedures:

Description: SCP-6050 is a humanoid entity originating from Norway

Addendum:

« SCP-6XXY | SCP-6XXX | SCP-6XXZ »


Wow! You flipped a card and got: Doctor Curious Guide!!! You ca reload the page or go to the next.
DATE: 29 Jan 2021 11:45

What is this?

This is a detailed guide on writing articles with GOIs. I will go over some general tips, and then proceed to tips for individual groups of interest.


Wow! You flipped a card and got: torte446-nondraft!!! You ca reload the page or go to the next.
DATE: 29 Jan 2021 11:26

[[tabview]]
[[tab SCP-XXXX-1]]
Text goes here. Pretend this is a draft.
[[/tab]]
[[tab SCP-XXXX-2]]
More text in another tab! You can add lots of tabs.
[[/tab]]
[[]]
[[/tabview]]
Wow! You flipped a card and got: Sapient Arachnids!!! You ca reload the page or go to the next.
DATE: 29 Jan 2021 10:55

Threat Level: Green


Special Containment Procedures: Instances of SCP-6747 are to be contained within Humanoid-Hallway-A-2, rooms SR-1, SR-2, SR-3, and SR-4 within Site-89. Instances of SCP-6747 are not to be contained with upwards of eight subjects following Incident-Log.6747.1 (see Incident Logs for more information). Upon discovery of entities, all subjects affected by the SCP-6747 instance are to be administered Class C amnestics and returned to their regular life and monitored by Stationary Task Force Aleph-2 ("Cyber Demons")1 for upwards of two weeks before ceasing surveillance. Instances of SCP-6747 are to separated for interviews, and transported back to chambers following the conclusion of the interview.

SCP-6747 instances have been detected within a range of 403,933 Square Kilometers, roughly the area of California, USA. However, the majority of SCP-6747 instances have been found in █​█​█ ​█​█​█​█​█​█​█​█​█ due to SCP-6747 instances draw to depressive areas. Although the majority of SCP-6747 instances are located in California, a small population have been located within █​█​█​█​█, New South Wales (see Addendum.6747.1 for further information). SCP-6747 instances most regularly manifest as therapists, school councilors varying from grades 9-12, homeless shelter volunteers, doctors, and on rare occasion, SCP Foundation researcher.

Description: SCP-6747 is a collection of semi-humanoid entities, sharing similarities with the common Wolf Spider (Lycosidae). Each instance of SCP-6747 has gained sentience and attempts to conceal their natural form by taking on the identities of subjects that expired in the local area ranging from upwards of 700 years to current date. Once disguised as one of the job listings presented above (most commonly a therapist/school counselor), the SCP-6747 instance will attempt to isolate the subject and lead them to a room they have spread their webs in.

SCP-6747 instances lay dozens of extremely thin, but resistant webbing in rooms. the SCP-6747 entities "feed" through these webs as the subject makes skin contact.
Wow! You flipped a card and got: charziz!!! You ca reload the page or go to the next.
DATE: 29 Jan 2021 09:20

Item #: SCP-XXXX

Object Class: Safe

Special Containment Procedures: SCP-XXXX must be contained in a secure locker located in Site-45 that is large enough to contain the 156 manifestations of itself that have already been contained by the Foundation. Additional lockers will be supplied if the first locker reaches full capacity. Any new instance of SCP-XXXX should be quickly contained before it’s anomalous properties can manifest.

Description: SCP-XXXX is a heavily corroded British bronze coin with a diameter of 2.9cm and a value of 1 penny, when in international waters. In this form, SCP-XXXX has not been legal tender since 15 February 1971. SCP-XXXX'S anomalous properties manifest when taken into a country that uses metal coins as currency, where will change to appear identical to whatever currency is currently legal tender in that location. When SCP-XXXX is used to make a purchase of any object, that object will immediately malfunction when bought back to any place of residence. The effect is always the same regardless of how many coins used in the transaction were SCP-XXXX instances. These malfunctions range from greatly reduced battery life in the case of electrical appliances to uncontrollable wildfires if the purchased object was toaster, barbeque or radiator.

Addendum: SCP-XXXX was first discovered when ████ ████████ used it to buy a table and a television. When the television was placed on the table it immediately collapsed, and the television would not turn on. A Mobile Task Force in the area overheard his calls to an electrician and carpenter to fix the affected items and impersonated both to successfully secure the first instance of SCP-XXXX.

Testing Logs

The tests were conducted by building a shop window in Site-45, which contained the items that the researchers had been authorized to test by the Site Manager at a price of one SCP-XXXX. The items were then transported to the living quarters to trigger the anomalous effect.

Test 1 13/5/2020: SCP-XXXX was exchanged for a book. When the book was placed in the Site-45 living quarters all the pages were blank except for a single image of SCP-XXXX on the last page.
Test 2 13/5/2020: SCP-XXXX was exchanged for a computer. The battery life of the computer went from 5 hours to 8 minutes, and 31% of the files on it were corrupted at random.

Test 3 13/5/2020: SCP-XXXX was exchanged for an oak tree, which is now dead as a result.

Test 4 13/5/2020: SCP-XXXX was exchanged for Subject D-7259. Subject developed a countless number of phobias and mental conditions.

Test 5 14/5/2020: SCP-XXXX was exchanged for a banana. It started to decompose 48 seconds after purchase.

Test 6 14/5/2020: SCP-XXXX was exchanged for a filing cabinet. Anything put in this cabinet has a chance to go missing, including but not limited to 25 files, 4 pens, a stack of papers, some bills, half a banana, two(2) instances of SCP-XXXX and one(1) instance of SCP-████-B.

Test 7 15/5/2020: SCP-XXXX was exchanged for some duct tape. Attempts to remove the tape from the researchers who conducted the test have proved unsuccessful.

Test 8 15/5/2020: SCP-XXXX was exchanged for a pair of scissors. After being used to cut 3 metal cubes cleanly in half the scissors cut multiple chunks off itself until it was no longer operable.

Test 9 17/5/2020: SCP-XXXX was exchanged for SCP-2061 It’s anomalous effects now have a chance to not trigger upon viewing.

Test 10 18/5/2020: SCP-XXXX was exchanged for SCP-682, temporarily preventing it from regenerating lost tissue. Attempts to neutralize SCP-682 during this time were unsuccessful.

Test 11 19/5/2020: SCP-XXXX was used as an input for SCP-914 (setting: Fine). The machine’s output was 5 different instances of SCP-XXXX, which were all wet and polished.

Test 12 19/5/2020: SCP-XXXX was exchanged for SCP-914. TEST DENIED BY ORDER OF SITE MANAGER.

Test 13 23/5/2020: SCP-XXXX was exchanged for SCP-55. [DATA EXPUNGED].

Test 14 2/6/2020: SCP-XXXX was exchanged for SCP-████ Once they were located in the broom closet along with 3 pens, 21 files and 10% of a banana, they were put back in the containment cell with 4 casualties caused by SCP-████-A. One researcher was almost killed by SCP-████-B but was saved by the symptoms of claustrophobia suddenly affecting both instances of SCP-████. The missing 4 files were found in the digestive system of SCP-████-B.
Wow! You flipped a card and got: SCP-6128!!! You ca reload the page or go to the next.
DATE: 29 Jan 2021 04:35

rating: 0+x

Wow! You flipped a card and got: SCP-5168 “𝔹𝕝𝕒𝕔𝕜 𝕌𝕟𝕕𝕖𝕣𝕨𝕒𝕥𝕖𝕣”!!! You ca reload the page or go to the next.
DATE: 28 Jan 2021 21:44
rating: 0+x
Tub

SCP-5168 Initial Recovery

Special Containment Procedures:

SCP-5168 is to be secured in a 5ft x 7ft cylinder like container with a additional 2 meters of steel for reinforcements. As well as a closable shutter for observation purposes. There is a retractable camera in SCP-5168 at all times, with 5 Agents securing outside with 4 Personnel monitoring SCP-5168’s containment cylinder via cameras. When SCP-5168 disperses a heart, please relocate it to storage Unit-5B. Testing requires level 4 personnel clearance, Exploration in SCP-5168 will have to be delayed for the unknown possibility of being attacked by SCP-5168-1 Exploration attempts have been canceled due to the inclining hostility from SCP-5168-1A,1B,1C.

SCP-5168 Countermeasures


  • 2 Aim-Stabilized Auto Machine Guns are in the corners to counter SCP-5168 appendages from terminating any personnel.
  • If the first countermeasure procedure fails in attempt to execute the appendages, laser constructed sliders will be activated to attempt to cut off the appendages ultimately halting SCP-5168’s attack.
  • If the second countermeasure procedure as well fails in attempt to execute the appendages. We have a Lockdown Procedure to keep personnel safe. When SCP-5168 has finished its attack all personnel will take shelter in the SD.
  • 3 different steel shutters across the halls will close for easier protection till MTF Squad Gamma-6 arrives and assess the situation.
  • After containment of SCP-5168, a 4 hour lockdown of the area is initiated with Security Personnel to fix previous containment breach procedures to working capacity as well as standby to observe if SCP-5168 does attempt to attack again.

Description:

SCP-5168’s original style is a cast iron bathtub with only a 14 inch deep basin with bronze lion foot cast as the legs and a bronze heart at the end of bathtub. As well as a word that says “Love” at the side of the bathtub. It is unknown when it was manufactured but it’s guessed to be manufactured in ███, it’s design and style is hard to estimate when this was established. SCP-5168 anomalous abilities are always activated but instances have shown this can be manipulated by SCP-5168-2. SCP-5168 is a gateway of some sorts to a spatial anomaly, this consists of the tub being filled with blackened water that then when entering the spatial anomaly is a seemingly endless body of dirty brown colored water. At the bottom of the spatial anomaly is simply described as a humongous “Bleeding Heart”. It is unknown the purpose of why this exists ,maybe symbolism perhaps but it is known that SCP-5168-2 remains there during the daytime. SCP-5168 approximately every week disperses 2 appendages and terminates personnel and drags them into itself, see Special Containment Procedures for more information.

SCP-5168-A


SCP-5168-1A is a appalling whirl pool in the middle of the entry of the spatial anomaly consisting of multiple motionless headless human copses. SCP-5168-1A has been activated before in exploration missions, see more information in Addendum Exploration Log I.

SCP-5168-B


SCP-5168-1B are mermaid like entity’s with the lower halve of there body’s resembling a fishes lower half, 3 talons with a darkened skin tone, looks like it’s starving, with sharp teeth and black eyes. They are very hostile and dangerous with their movement an attacks, see more information in Addendum Exploration Log I, Exploration Log II.

SCP-5168-C


SCP-5168-1C is a extremely large version of SCP-5168-1B, except SCP-5168-1C has no lower jaw with no eyes of sorts. It seems to be chained to a unknown object of sorts that keeps it from getting so close to the entry way. See in Addendum Exploration Log I,Exploration Log II,Exploration Log III.

SCP-5168-2


SCP-5168-2 is a black mist humanoid resembling a women with yellow colored lit eyes. It has a night and day cycle routine, SCP-5168-2 at Day is inside SCP-5168 crying or sobbing in a fetal position on the bleeding heart. During at midnight SCP-5168 curls in the tub(SCP-5168) like there is no entry beneath her, and continues to sob and cry intensely. Invoking interview during this time is impossible due to the hostility SCP-5168-2 will respond with. Though a infant child seemed to calm SCP-5168, possible way to decrease the hostility in her presence. Ignore this method this has only increased hostility in SCP-5168-2 as well as resulted in many incident reports that are to do with SCP-5168.

Addendum:

[[footnoteblock]]


Wow! You flipped a card and got: im just seeing how this works!!! You ca reload the page or go to the next.
DATE: 28 Jan 2021 19:51

hi 05s
Wow! You flipped a card and got: LOJABE-A Final Farewell!!! You ca reload the page or go to the next.
DATE: 28 Jan 2021 19:39

Seeking Greenlights: Yes

Page Type: SCP Article

Genre: Existentialism

  • Two perfectly cuboid and metalloid objects of a consistent and unknown alloy.1 were recovered 11.5km east of the international date line in the Bering Strait of Alaska at [REDACTED] Longitude and [REDACTED] Latitude. The recovery mission began at [00:00:00] on DD/MMM/YYYY and was deemed a success at 02:03:23 of the same day by the recovery team personnel once en route to a temporary standby site in [REDACTED], Alaska.
  • The objects were discovered by SCP astronomers and atmospheric analysts several weeks before they were recovered. At the point of discovery, it was assumed that the objects, which were conjoined until atmospheric entry, was a forgotten and dysfunctional artificial satellite of the Cold War era; further analysis of the objects’ trajectory revealed that these objects came from an elliptical orbit which extended beyond Saturn, the periapsis of which dipped as far inward as the Venusian orbit. It is unknown if the objects’ origin is extraterrestrial.2
  • The smaller of the two cubes is approximately 10.504mm3; the larger is approximately 105.042mm3. The weights are approximately 23g and 22,320g respectively (0.79oz. and 49lbs. respectively). Both cuboids narrowly exceed the theoretical density of elemental Tungsten, and exhibit nearly identical physical properties to the element.
  • The larger cube contains a recess which perfectly seats the smaller cube without visible separation; the exposed face of the smaller cube, regardless of the true orientation relative to the larger cube, will always sit flush along the tangent face of the larger cube without measurable deviation.3

Early Tests: Alaskan F.O. Compound, Kappa 3, SUB-T Bunker 6.

Later Tests: Wyoming SUB-T Research Facility, Location 11


Additional Notes:
1

2

3

4

5

6
page 199 of 200« previous12...197198199200next »