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: Bloomberg Terminal!!! You ca reload the page or go to the next.
DATE: 30 Jul 2021 16:05
: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-6150 in use prior to containment
Item #: SCP-6150
Object Class: Safe
Special Containment Procedures: SCP-6150 and all related components are to be kept in a passcode locked container within the finance department of Site-15. The container is to be labeled with non-compromising, generic warning signs. Only senior finance department managers and researchers designated to study SCP-6150 are to have access to the passcode. CAUTION: Object possesses memetic kill agent
Description: SCP-6150 presents as a seemingly normal looking Bloomberg Terminal. It's physical construction is entirely non-anomalous, with the exception of all serial numbers and component designations being serial #10241929, although it is not yet proven there is a correlation between this serial number and the anomalous properties of the object.
SCP-6150, when activated, will display the user's stock portfolio as in rapid decline, presenting across the board losses among all stocks, bonds, and options, regardless of assumed stability, or actual stock data. Following interaction with the terminal, subjects become heavily distraught over their financial stability, and, if left unmonitored, will successfully attempt suicide within one week of exposure. The exclusion to this effect is those possessing doctorates in fields of finance or data/financial analytics, who seem to be driven to manage the faux portfolio presented by the SCP, as opposed to simply commit suicide. Measures taken by the subject appear to have visible impacts on the person's stocks, causing their real portfolio to increase marginally in value.
It is not yet approved of or studied to utilize SCP-6150 to increase productivity of Site-15 financial staff.
SCP-6150 possesses a concerning level of classified information on Foundation financial and monetary status. The Foundation presents on the terminal as stock ████, and expels detailed, albeit incorrect, information on Foundation financials. In addition, data mining by MTF Rho-9, "Technical Support," have exposed that the device contains up to date, extensive knowledge on financial structures, institutions, and leadership of almost every major financial and corporate entity, regardless of private or public ownership. All system resets and further data mining and dumping have failed to remove this information from the anomalous object.
In addition, when placed in and used within a faraday cage, the SCP's information continues to remain prevalent, despite having no way of knowing the information must be updated. This has lead to the conclusion that the device possesses an unrealistic amount of data storage on the device, as it is almost impossible it is attached to any sort of cloud or offsite data storage.
SCP-6150 was originally located on the 31st floor of ███ West Street, in New York City. The object was discovered following the suspicious death of a ██ y/o finance intern, who jumped from the building following interaction with the terminal. After nearly a dozen similar incidents, MTF Mu-4 was dispatched, and was able to successfully retrieve the object. Class A amnestics were distributed to all members of the public who came in contact with the anomaly, as well as all those working on the 31st floor of the building. Following containment, the object was transported to Site-15, where it has remained in containment without breach.
Special Testing Considerations: Class A amnestics are to be administered within 72 hours of exposure to all test subjects if it is necessary to prevent mortality.
Wow! You flipped a card and got: Exellino!!! You ca reload the page or go to the next.
DATE: 30 Jul 2021 14:38
Item #: SCP-XXXX
Object Class: Euclid
Special Containment Procedures: SCP-xxxx is being locked in the airtight room and mixture iron, sawdust, aluminum and copper as room walls material [Paragraphs explaining the procedures]
Description: [Paragraphs explaining the description]
Addendum: [Optional additional paragraphs]
Wow! You flipped a card and got: SCP-5428 “Baggy”!!! You ca reload the page or go to the next.
DATE: 30 Jul 2021 05:54
Item #: SCP-5428
Object Class: Keter
Special Containment Procedures: SCP-5428 is to be contained in a 22ft by 28ft by 14ft cell with a one way mirror 5ft from the floor. SCP-5428 should be located in the middle of the containment cell restrained with heavy metal chains from the ankles and wrists of SCP-5428 to counteract it’s hostile behavior.
Description:
Wow! You flipped a card and got: SCP-6150!!! You ca reload the page or go to the next.
DATE: 30 Jul 2021 04:16
Item #: SCP-6150
Object Class: Safe
Special Containment Procedures: SCP-6150 is to be secured in a Safe-Class container with a lock requiring a 16-digit numbered pass code. SCP-6150 is only to be tested with the approval of personnel with level 4/6150 clearance or by the approval of the 05 council.
SCP-6150 is currently held by the 05 council at an undisclosed location.
Description: SCP-6150 is a 6.5cm x 9cm playing card made from standard playing card material. The back of the playing card features a red pattern with white border standard with most standard playing card decks. The face of the playing card shows two red triangles and a red rectangle. These shapes appear to form a logo similar to that of a rewind button on a media player.
SCP-6150, when held or carried on the person of a human, may cause an instance of SCP-6150-1 to manifest 1.5meters - 2meters away from the person holding SCP-6150. SCP-6150-1 manifests most commonly when the subject in possession of SCP-6150 is in immediate danger.
SCP-6150-1 manifests as a human who is identical to the subject in possession of SCP-6150, with the notable exceptions that these instances don’t also possess SCP-6150, and SCP-6150-1 instances claim to have died five seconds after being manifested.
Interviews with SCP-6150-1 suggest the subject holding SCP-6150 would have died five seconds after SCP-6150-1 would have manifested if the instance of SCP-6150-1 would not have manifested.
Experiment Log:
Experiment #: 1
Subject: D-3315, 34-year-old caucasian male, healthy
Procedure: Subject is to hold SCP-6150, then to be terminated by on-site security personnel.
Result: Instance of SCP-6150-1 manifests five seconds before subject is to be terminated. Subject is terminated five seconds after SCP-6150 manifests, with heavy disapproval from SCP-6150-1. SCP-6150-1 is interviewed and studied for 84 hours before being returned to a D-Class chamber. SCP-6150-1 instance is to resume duty as D-Class personnel until the subject expires.
Experiment #: 2
Subject: D-3527, 41-year-old caucasian female, healthy
Procedure: Subject is to hold SCP-6150, then to be threatened with termination by on-site security personnel. Subject was not to be terminated.
Result: Instance of SCP-6150-1 did not manifest. Subject survived and was returned to their chamber.
Experiment #: 3
Subject: D-4112, 56-year-old caucasian male, healthy
Procedure: Subject is to hold SCP-6150, then to be terminated by on-site security personnel. If, however, an instance of SCP-6150-1 manifests, they are to be terminated instead.
Result: Instance of SCP-6150-1 manifests five seconds before D-3315 is to be terminated. SCP-6150-1 is terminated, and the subject is interviewed and tested. Subject shows no knowledge of SCP-6150-1 before the experiment.
Experiment #: 4
Subject: D-6124, 37-year-old african-american female, healthy
Procedure: Subject is to hold SCP-6150, then to be terminated by on-site security personnel. If an instance of SCP-6150-1 manifests, they are to hold SCP-6150 before being terminated.
Result: Instance of SCP-6150-1 manifests five seconds before D-6124 is to be terminated. SCP-6150-1 attempts to prevent the death of the subject, and is terminated instead. Subject is still terminated.
Analysis: Only one instance of SCP-6150-1 was able to manifest, even though the subject was still in immediate danger.
Experiment #: 5
Subject: D-9294, 32-year-old caucasian male, healthy
Procedure: Subject is to hold SCP-6150, then to be terminated by on-site security personnel. If an instance of SCP-6150-1 manifests, they are to hold SCP-6150 before being terminated.
Result: Instance of SCP-6150-1 manifests five seconds before D-6124 is to be terminated. SCP-6150-1 holds SCP-6150 before being terminated, and a second instance of SCP-6150-1 manifests. The second instance of SCP-6150-1 prevents the first instance of SCP-6150-1 from picking up and holding SCP-6150. Both instances are terminated.
Analysis: SCP-6150-1 can create more instances of themselves, so long as SCP-6150 is given to the new instance before being terminated. This could create a theoretical cycle of SCP-6150-1 being created and terminated.
Experiment #: 6
Subject: D-4213, 31-year-old african-american male, healthy
Procedure: Subject is to hold SCP-6150, then to be terminated by on-site security personnel. If an instance of SCP-6150-1 manifests, the subject is not to be terminated.
Result: Instance of SCP-6150-1 manifests and the subject survives. Both SCP-6150-1 and the subject are studied for similarities. Both the subject and SCP-6150-1 are shown to be 99.9% equal in personality, intelligence, body type and every other measurable attribute. Both the subject and SCP-6150-1 instance survive.
The 05 council has denied the allowance of further testing.
[[footnoteblock]]
Wow! You flipped a card and got: SCP-9221!!! You ca reload the page or go to the next.
DATE: 30 Jul 2021 03:29
BY ORDER OF THE OVERSEER COUNCIL
The following file is Level 3/9221 classified. Unauthorized access is forbidden.
9221
Special Containment Protocols:
Description:
Wow! You flipped a card and got: llyoyd dawkins!!! You ca reload the page or go to the next.
DATE: 29 Jul 2021 23:55
Item #: SCP-XXXX
Object Class: Safe/Thaumiel
Special Containment Procedures: in order to keep GOI's away from SCP-XXXX, SCP-XXXX is to be put into a 8 x 8 x 8 locked safe inside a containment room, guarded by two-four security personal out in the front of the room with security cameras placed all round the area.
Description: SCP-XXXX is a single red boxing glove with signs of worn on the object.
On the objects exterior there is a label stating "Wondertainment's new one-hit boxing gloves".
SCP-XXXX is an object that has the ability to knockout any entity for 30 minutes given that the user exerts enough force. the amount of time a entity is knocked out for will always be for 30 minutes no matter the circumstance.
Discovery:
SCP-XXXX was found in Portland Oregon on 1/6/1975 during a raid of an suspected Wondertainment warehouse. when in the ware, task force members found the warehouse abandoned with only wooden table and SCP-XXXX.
when the object was found, a note hanging on the back of the glove was discovered with writing stating "property of sir Remington the third, for whom ever reads this note please return my glove too where you first found it. If by chance I ever come back to the location of where I left my toy and find that it is missing, rest assured things will get quite nasty" currently armed task force members are station where SCP-XXXX was first discovered
Test A - Date
Subject: d-
Procedure:
Results:
Analysis:
Cross-Test A - Date 4/23/1975
Subject: SCP-2800 and SCP-XXXX
Procedure:
Results:
after the experiment
Analysis:
Subject: SCP- and SCP-XXXX
Procedure:
Results:
after the experiment
Analysis:
Subject: SCP- and SCP-XXXX
Procedure:
Results:
after the experiment
Analysis:
Addendum:
As of █/█/█ SCP-XXXX has disappeared from containment
[[footnoteblock]]
Wow! You flipped a card and got: TestExample!!! You ca reload the page or go to the next.
DATE: 29 Jul 2021 23:43
- Cover Page
- Welcome
- You And Your Task Force
- Gear and Equipment
- Dealing With Humanoids
- Commander's Note
TASK FORCE INTRODUCTORY PAMPHLET
(For official use only)
Task Force: Delta-4 ("Minutemen")
Site-47 Edition
Wow! You flipped a card and got: SCP-7430!!! You ca reload the page or go to the next.
DATE: 29 Jul 2021 21:29
SCP-7430's containment chamber during a breach.
Item #: SCP-7430
Object Class: Safe Euclid
Special Containment Procedures: SCP-7430 is currently contained in a reinforced steel containment chamber designed to resemble a late 2000s American surgery room located at Site-██. No further containment procedures are required due to subject's passive nature. In the event of a Euclid or Keter class breach, on-site Security personnel are to escort SCP-7430 to the nearest Breach shelter with Level 3█ priority.
Description: SCP-7430 was first discovered at ████████ County Hospital in █████, Iowa in early 20██. Subject was later detained and temporarily contained at Site-81 later that year on ██/██/20██ whilst proper containment was devised at Site-██. SCP-7430 is a surgeon of Latin descent with a Master’s Degree in Medical Science and an advanced knowledge of biology and medical-surgical practices, having graduated from Harvard Medical School in 20██.
SCP-7430 is often very talkative and especially enjoys talking with other doctors and surgeons. Subject has an incredibly advanced intelligence, with IQ results coming out to ███. Interviews with SCP-7430 have been authorized for Medical personnel and researchers specializing in biological anomalies with Level 2 clearance or higher and under Advisory supervision.
Following the first two (2) months in containment, SCP-7430 was believed to be non-anomalous. Subject had not previously displayed any anomalous capabilities other than an exceedingly advanced intelligence and release of SCP-7430 began pending. However, SCP-7430 would be reclassified as Euclid approximately a month after release began pending. See Incident 7430-A.
After Incident 7430-A,
Incident 7430-A: Whilst pending release, insurgents of the Global Occult Coalition raided Site-██'s light containment zone where SCP-7430's containment resides. SCP-7430 was discovered by four (4) insurgents and shot with thirteen (13) confirmed rounds. Mobile Task Force Nu-7 operatives later found SCP-7430 standing over the insurgents, each bleeding from several bullet wounds in the chest.
Test 7000-1:
TEST LOG
RESEARCHER: Senior Researcher R. Makarov
ATTENDING PERSONNEL: Assistant Researcher E. Marine, one (1) Class-D personnel, SCP-7430, three (3) Security personnel
TEST DESCRIPTION:
[BEGIN LOG]
D-████ is instructed to enter SCP-7430's containment chamber. Class-D is armed with a standard foundation-issued pistol. Class-D is instructed to approach SCP-7430, subject complies. SCP-7430 greets the Class-D personnel and asks him if he wishes to take a seat, subject declines. Class-D is then instructed to aim the pistol at SCP-7430, subject complies. SCP-7430 does not react. Class-D is instructed to specifically shoot one round at either of SCP-7430's legs, subject complies. Immediately the Class-D personnel stumbles to the ground. Upon closer inspection, it's discovered the Class-D had been shot in the left femur, while SCP-7430 shows no bullet wound. Test is concluded early and Medical personnel relocate the Class-D to attend their wound.
[END LOG]
[[footnoteblock]]
Wow! You flipped a card and got: SCP-6601!!! You ca reload the page or go to the next.
DATE: 29 Jul 2021 16:38
Item #: SCP-6601
Object Class: Euclid
Special Containment Procedures: SCP-6601 should always be parasitic on a D-class (D-5186 is the current parasitifer), and the object should be transferred to the new parasitifer before the current parasitifer is executed at the end of the month. Do not allow the current parasitifer to contact any personnel directly.
Description: SCP-6601 is a non-entity with unknown character. The object can coexist with human beings, but don't know whether it must be sustained life in this way.
SCP-6601 has a mild temperament, but it can change the parasitifer's memory and stick to it. Please refer to the discovery and addendums for details.
Discovery:
SCP Foundation
Abnormal events report
Reported by: Dr. Li
Position of reporter:
☑ Researcher
☐ Agent
☐ Department/Site Director
☐ Logistics Personnel
Urgency: Low High
Details:
I found that my memory is false.
It's definitely not because of my bad memory. I remember clearly that I spent a very happy childhood with my parents in my hometown; Just when I was about to call the my parents to greet, I found out that my father had died long before I was born. And my family can't support the expenditure that I remember.
There are many things more serious and distinctive than these. In a word, the abnormality between memory and reality makes me quite sure that my memory has been tampered intentionally. I feel uneasy at the thought of the possibilities behind it.
So I apply for and am willing to accept all the inspections of the Foundation. If it's just because of my mental problems, and it's the most relaxed result.
Date: 05/13/2021
Status: Accepted.
Note: The urgency has been changed to "High". - Dr. George,05/22/2021
After this abnormal event was taken seriously, Li was examined comprehensively and finally found SCP-6601 that parasitic on Li.
Li further reported that after the object was discovered, it continued to communicate with him by changing memory3, show the fear of being found. After Li tried to communicate with it in the way of reminiscence, SCP-6601 finally expressed its willingness to be interviewed by the Foundation.
Addendum.6601-A - Interview results:
Foreword: SCP-6601 changed Li's memory in the whole process, leaving a response to the question by interviewer in Li's memory. Li spoke on its behalf.
Interviewer: Dr. George
Interviewee: Li (And SCP-6601)
Information:
- SCP-6601 claims that it has no malice.
- SCP-6601 can be transferred through the parasitifer's physical contact with other human beings.
- SCP-6601 claims that the only effect it can have on the parasitifer is to change the memory.
- SCP-6601 claims to be able to parasitize on all organisms, but favors humans.
- SCP-6601 claims to change Li's memory to "give him a happy childhood."
[In the interview, Dr. George expressed doubts about the above statements.]
- Not known if SCP-6601 has similar(Object began not to respond).
- Not known how many people that SCP-6601 parasitized(Object began not to respond).
Afterword: After further communication failed, SCP-6601 was forced to transfer Li into D-5186 under the threat of death. Special containment procedures were then formulated.
Note: What does it mean that an unknown entity that can change human memory wanders around the world? I think it is self-evident. I propose to upgrade the object to refer to its entire ethnic group, and reclassify it as keter, and then take prompt action.
- Dr.George
Addendum.6601.B - Researcher's notes
It left such a piece of paper on a desk in my memory before it left me. Every word on it is very clearly imprinted in my mind.
I have transcribed the original text here for reference. Please keep it.
- Li
Thank you. Very much.
I'm sorry for the trouble I've caused you.
I'll start by answering the question I wasn't able to answer because I was too fear: I don't know whether I have a similar, I've never met one. As for this body, it is my 25843rd home.
In fact, I can safely stay in my first home until she dies, and then look for opportunities to move to the next place safely and unconsciously. But as you already know, I live with human memory; And I was affected by her memory.
Her childhood was miserable. Parents do not love, relatives do not love, and there is no reason for discrimination and ridicule in my opinion. Fear, uneasiness, melancholy, inferiority, all of these, shrouded in her whole childhood.
It directly affects her now. No one saw how many sharp knives were inserted behind this seemingly happy girl when she is showing to others. No one. I can't figure out, I really can't figure out, I can't figure out why other people treat her that way, and I can't figure out where the love and care she should have when she was a child went.
She saw a sentence in the book one day, and I was stung by that sentence.
"A lucky person's lifetime is cured by childhood, while an unlucky person's lifetime is spent curing childhood."
…I interfered. I gave her a happy childhood within the acceptable range.
She's getting better. Really better, obviously better. This is it.
But, when I think that there may be more people like her before, I can't rest assured. Since then, I began to move frequently, try my best to change and improve.
It's a pity… I tried too hard on this one. There are so many mistakes that make you found me.
I'm sorry. I'm really sorry.
But I don't regret.
[[footnoteblock]]
Wow! You flipped a card and got: UIU File 2021-143!!! You ca reload the page or go to the next.
DATE: 29 Jul 2021 15:46
Electronic copy below as per Federal Records Act
UIU File 2021-143: "Mr. Black"
Summary: Suspect is capable of inducing the effects of late-stage decomposition in living organisms.






Per 





