您正在查詢的標題為:關注組織
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:機動特遣隊
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:基金會設施
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:員工與角色檔案
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:世界線中心頁
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:系列檔案室
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:競賽資料庫
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:異常物品紀錄
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:超常事件紀錄
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:未解明地點列表
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:基金會故事
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { #top-bar .mobile-top-bar { display: block; } #top-bar .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block; position: fixed; top: 0; left: -20em; width: 17.75em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; background-color: rgba(0,0,0,0.1); transition: left 0.4s ease-in-out; scrollbar-width: thin; } #side-bar:target { left: 0; } #side-bar:focus-within:not(:target) { left: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; margin-left: 19.75em; opacity: 0; z-index: -1; visibility: visible; } #side-bar:not(:target) .close-menu { display: none; } #top-bar .open-menu a:hover { text-decoration: none; } /* FIREFOX-SPECIFIC COMPATIBILITY METHOD */ @supports (-moz-appearance:none) { #top-bar .open-menu a { pointer-events: none; } #side-bar:not(:target) .close-menu { display: block; pointer-events: none; user-select: none; } /* This pseudo-element is meant to overlay the regular sidebar button so the fixed positioning (top, left, right and/or bottom) has to match */ #side-bar .close-menu::before { content: ""; position: fixed; z-index: 5; display: block; top: 0.5em; left: 0.5em; border: 0.2em solid transparent; width: 30px; height: 30px; font-size: 30px; line-height: 0.9em; pointer-events: all; cursor: pointer; } #side-bar:focus-within { left: 0; } #side-bar:focus-within .close-menu::before { pointer-events: none; } } }
:root { --posX: calc(50% - 358px - 12rem); } /*--- Footnote Auto-counter --*/ #page-content { counter-reset: megacount; } /*--- Footnote Superscript Number --*/ .fnnum { display: inline-block; text-indent: calc(-1% - 0.1em); overflow: hidden; line-height: 83%; text-decoration: none; font-weight: bold; font-style: initial; color: transparent; position: relative; top: -0.25em; font-size: 82%; padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px); margin-left: -0.06em; margin-right: -0.25em; counter-increment: megacount; user-select: none; } .fnnum::after { content: "" counter(megacount); color: var(--fnColor, #E6283C); } .fnnum:hover { text-decoration: none; cursor: pointer; background-color: var(--fnColor, #E6283C); } .fnnum:hover::after { color: white; } /*--- Footnote Content Wrapper --*/ .fncon { position: absolute; right: calc(var(--posX) + 80px); line-height: 1.2; padding: 0.82rem; width: 10.3rem; background: white; border: 2px solid black; font-weight: initial; font-style: initial; text-align: initial; pointer-events: none; opacity: 0; transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94); z-index: 9; } .fnnum:hover + .fncon { opacity: 1; right: var(--posX); } .fncon::before { position: absolute; top: 0; left: 0; transform: translateX(-52%) translateY(-55%) scale(1.15); background-color: var(--fnColor, #E6283C); color: white; content: counter(megacount); font-size: initial; font-weight: bold; font-style: initial; padding-left: 0.32em; padding-right: 0.32em; padding-top: 0.18rem; padding-bottom: 0.08rem; } /*--- Mobile Query --*/ @media only screen and (max-width: 1279px) { .fncon { position: fixed; bottom: 1.3rem; left: calc(11% - 50px); width: 70%; transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94); } .fnnum:hover + .fncon { left: 11%; } }
/* BLANKSTYLE CSS [2021 Wikidot Theme] By Placeholder McD and HarryBlank Based on: Paperstack Theme by EstrellaYoshte Penumbra Theme by EstrellaYoshte */ @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap'); body{ color:#333; } #page-content { font-size: 0.8rem; } #main-content { top: -1.6rem; padding: 0.2em; } div#container-wrap { background-image: none; } div#header { background-image: none; } #header h1, #header h2 { margin-left: 0; float: none; text-align: center; } #header h2 { margin-top: 0.5rem; } #header h1 span, #header h2 span { font-size: 0; display: none;} #header h1 a::before, #header h2::before { color: #000; letter-spacing: 1px; font-family: 'Montserrat', sans-serif !important; text-shadow: none; } #header h1 a::before { content: var(--header-title, "R\0026 C SITE-43"); font-weight: 400; font-size: 1.3em; } #header h2::before { content: var(--header-subtitle, "顛覆 常規 慣例"); font-weight: 700; font-size: 1.3em; } @media (max-width: 707px) { #header h1 a::before { font-size: 1.6em; } } #login-status, #login-status a { color: #333333; } #page-title { display: none; } #footer, #footer a { background: transparent; color: #333333; } #search-top-box-input, #search-top-box-input:hover, #search-top-box-input:focus, #search-top-box-form input[type=submit], #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus { border: none; background: #333333; box-shadow: none; border-radius: 0px; color: #efefef; } #search-top-box input.empty { color: #999999; } #search-top-box { top: 2.3rem!important; right: 8px; } #top-bar { display: flex; justify-content: center; right: 0; top: 7.9rem; } #top-bar, #top-bar a { color: #333333; } h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; color: #000; letter-spacing: 1px; } h1 { font-size: 2em; } h2 { font-size: 1.45em; } div#extra-div-1 { height: 160px; width: 100%; top: 0; position: absolute; background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ablankstyle/43Head.png'); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; z-index: -1; } @media (max-width: 707px) { div#extra-div-1 { top: 15px; } } body { background-image: linear-gradient( to bottom, #e0e0e0, #e0e0e0 90px, #e0e0e0 90px, #ffffff 200px, #ffffff 200px, #ffffff 100%); background-repeat: no-repeat; } :root { --timeScale: 1.5; --timeDelay: 1.5s; --posX: calc(50% - 358px - 13rem); --fnLinger: 1s; } #page-content hr { background-color: #000; } #page-content tr th { padding: 6px; border: #000 1px solid; } #page-content tr td { padding: 12px; border: #000 1px solid; line-height: 1.4; } #page-content .sidebox tr td, #page-content .sidebox tr th { padding: 0.35em; } #side-bar { border-right: 1px solid #333; background: #DDD; } #side-bar .side-block { border: 1px solid #333; border-radius: 0; box-shadow: none; } #top-bar div.open-menu a { border: 1px solid #333; border-radius: 0; box-shadow: none; } @media (max-width: 767px) { #side-bar:target { border: 1px black; box-shadow: none; } } #side-bar .side-block { border: 1px solid #333; border-radius: 0; box-shadow: none; background-color: #FDF6D7; } #side-bar .side-block.media { background-color:#D7EFE7; } #side-bar .side-block.resources { background-color:#F5D8E0; } #page-content .creditRate{ margin: unset; margin-bottom: 4px; } #page-content .rate-box-with-credit-button { background-color: #ffffff; border: solid 1px #000; box-shadow: none; border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { border: none; color: #333333; } #page-content .rate-box-with-credit-button .fa-info:hover { background: #333333; color: #ffffff; } .rate-box-with-credit-button .cancel { border: solid 1px #ffffff; } /* ---- PAGE RATING ---- */ .page-rate-widget-box { box-shadow: none; border: solid 1px #000; margin: unset; margin-bottom: 4px; border-radius: 0; } div.page-rate-widget-box .rate-points { background-color: #ffffff; color: #333333; border: none; border-radius: 0; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #ffffff; border-top: none; border-bottom: none; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #333333; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #333333; color: #ffffff; } .page-rate-widget-box .cancel { background: transparent; background-color: #ffffff; border: none; border-radius: 0; } .page-rate-widget-box .cancel a { color: #333333; } .page-rate-widget-box .cancel a:hover { background: #333333; color: #ffffff; border-radius: 0; } #page-content .rate-box-with-credit-button .page-rate-widget-box { border: none; } .anchor { position: sticky; height:0; top: 0; } .sidebox { padding: .14rem; margin-top: 0; margin-bottom: 8px; width: calc((100vw - 870px)/2); max-height: calc(100vh - 18rem); position: absolute; top: 0; left: 103.5%; z-index: 5; overflow: auto; box-sizing: border-box; } @media (max-width: 1290px) { .sidebox { display: none; visibility:hidden; } } .scp-image-block { box-shadow: none; } /* ---- YUI TAB BASE ---- */ .yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit} /* ---- YUI TAB CUSTOMIZATION ----*/ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: #333333; box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ color: #333333; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #efefef; border: unset; box-shadow: none; box-shadow: none; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: #ffffff; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: #333333; } .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */ .yui-navset .yui-navset-top .yui-nav li{ position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; color: #ffffff; background-color: #ffffff; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a{ display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em{ border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{ padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */ .yui-navset .yui-navset-top .yui-nav .selected{ flex-grow: 2; margin: 0; padding: 0; /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: #333333; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; color: #ffffff; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: #ffffff; background-color: #333333; } .yui-navset .yui-content { background-color: #ffffff; box-shadow: none; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: 1px solid #333; box-sizing: border-box; } /*---- SCROLLBAR ----*/ ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: #FFF; border-left: 1px solid #333; } ::-webkit-scrollbar-thumb { background: #CCC; border: #333 1px solid; } ::-webkit-scrollbar-thumb:hover { background: #EEE; } /*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/ .imagediv { float: right; margin: 15px } @media (max-width: 540px) { .imagediv { float: none; text-align:center; margin: auto; } } @media only screen and (max-width: 600px) { .scp-image-block.block-right{ float: none; margin: 10px auto; } } /*---- ACS-COLORED TABLE DIVS ----*/ #page-content .table1 tr th, #page-content .table1 .scp-image-block .scp-image-caption { background-color: #D7EFE7; } #page-content .table2 tr th, #page-content .table2 .scp-image-block .scp-image-caption { background-color: #D8ECF4; } #page-content .table3 tr th, #page-content .table3 .scp-image-block .scp-image-caption { background-color: #FDF6D7; } #page-content .table4 tr th, #page-content .table4 .scp-image-block .scp-image-caption { background-color: #FFDABF; } #page-content .table5 tr th, #page-content .table5 .scp-image-block .scp-image-caption { background-color: #F5D8E0; } #page-content .table6 tr th, #page-content .table6 .scp-image-block .scp-image-caption { background-color: rgba(146, 0, 255, 0.2); } .tableb .wiki-content-table { border-collapse: separate; border-spacing: 2px; } .tableb .scp-image-block { border: none; } .tableb .scp-image-block img { border: #000 1px solid; box-sizing: border-box; } .tableb .scp-image-block .scp-image-caption { margin-top: 2px; border: #000 1px solid; box-sizing: border-box; } .top-left-box > .item { display: none; } /* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */ span, a { word-break: normal !important } .avatar-hover { display: none !important; } #breadcrumbs, .pseudocrumbs { text-align: center; padding-top: 10px; } #main-content .page-tags span { max-width: 100%; } /* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */ .fancyhr hr { border-top: 2vw solid transparent; background-color: rgba(var(--bright-accent), 0); height: 0; box-sizing: border-box; border-image-source: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_hr.png'); border-image-repeat: round round; background: none; border-image-slice: 80 500 80 500 fill; border-image-width: 10em 80em 10em 80em; } .fancyborder { box-sizing: border-box; border: 2vw solid rgba(0,0,0,0.5); border-image: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_border.png') 600 round; border-image-width: 6; padding: 2vw; }
我,中心頁

這個中心頁是驚叫…與驚叫系統的一部份……請注意它!
發送這條訊息對我們來說很重要,我們認為自己是末流恐怖小說網站的不諧和音。
這裡並不是榮譽殿堂……不是用來紀念那些備受尊敬的行為……這裡沒有貴重的玩意。
這裡的東西對我們來說是危險又可憎的。這條消息是關於那條蜥蜴的警告。
蜥蜴正處於指定位置……它適應了所有類型的刺激……這裡就是危險的中心……擁有特定的大小與形狀,並且就在我們下方。
蜥蜴仍然存在,在你的時代,就像在我們時代一樣。
危險位於它的軀幹,而且致命。
危險以鹽酸池的形式呈現。
僅有當你透過閱讀來大大擾亂此地時危險才會爆發出來,所以最好避開這個地方,不要讀它。
我,故事
我非常喜歡待在鹽酸池裡,去你的。
我的孩子,我可愛的寶貝。
當你還年幼的時候,這個世界是一個更廣闊的地方,你還不需要使用我。你吃著低矮樹叢的莓果與高枝的樹葉,你長途跋涉直至穿越那永無止的草原與沼澤叢林,海底深淵以及雪白山峰。最重要的是,你很快樂。你很快樂,且沒人能將那份情感由你身上奪去。
我在這,我的小呆呆,沒事的。
那些原始人,想當然爾,剝奪了一切。他們建造廟宇、高樓、小徑,卻摧毀了草原、掩埋了沼澤叢林、煮沸了海洋並侵蝕了山峰。
你的所作所為不該有任何藉口,一個也沒有。殺人仍是一種道德上的罪過,親愛的,而且揍人也是。 但你並不需要正當理由,你因看見了世界的現狀而陷入恐慌,為此怒吼並哭泣。你不應用如此方式發洩怒火,但你也別無選擇。而那些原始人,當然無法理解這一切,但我了解。所有人都需要一個休息的地方,我的孩子,無論是最強的生物還是低等的猴子都一樣。
也許你並不喜歡被卡在鹽酸池中,但無論你是否喜歡,鹽酸池都需要你來卡入其中。
沒問題的甜心,在我的液體裡哭吧。
我被噪音所吵醒,腥紅隨即遍布整顆星球。
我看見SCP-682和研究員在鹽酸池裡大聲爭吵,所以我發怒了。
怒氣衝天的我變得更加閃耀。
我殘酷的光輝照亮了他們全部。
他們交織在了一起。
他們擁有了彼此。
這坨他媽的狗屎居然有膽進來我那以二十五公分厚耐酸鋼板襯砌牆打造、容量為五公尺乘以五公尺乘以五公尺,而且……我剛剛在說什麼來著?噢對,一坨真他媽膽大包天的狗屎爛蛋。
我連一支鮮花都不配得到?真不敢置信。
你瞭的,不是所有的無敵大蜥蜴、酸浴池,或領最低薪資的辦公仔都能擁有莎士比亞那般的讀寫能力。而我碰巧就是其中之一,並且有幸能完美掌握著英文這套語言,還擁有著哈佛法學院學位、WGU線上大學學位、靈骨塔的塔位(這裡很多死人),跟在海上的方位(那通常被叫做羅盤),而我最偉大的成就便是讓682閉上那他媽的狗嘴。
而且我很肯定每當682開口說話的時候,牠都應該要被核彈炸過一遍。我不是特別在指說那些想讓682進入*咳* 暴怒狀態的人。我指的是在場的每一位。
我有說過我是從哈佛法學院畢業的嗎?嗯對,我的學位是從戲劇學院那得到的。
事實上,我曾經在百老匯裡面,於一場金法尤物的音樂劇中扮演過路人甲。
這是場試鏡,對吧?我什麼時候可以開始演主角?
你說我被炒了是什麼意思?
我不喜歡我保留著的位置。
嘿,那邊那隻有趣的蜥蜴是誰?
喔喔喔喔喔喔喔喔喔喔喔喔喔喔喔喔喔喔喔喔喔喔喔喔
是誰住在23的鹽酸池裡?
不 滅 孽 蜥!
又大又壞 炫炮中二!
不 滅 孽 蜥!
如果老梗惡獸是你的願望?
不 滅 孽 蜥!
那就讀讀這頁並給他親親!
不 滅 孽 蜥!
準備?
不 滅 孽 蜥!
不 滅 孽 蜥!
不 滅 孽 蜥!
不 滅 孽 蜥!
那真是隻有夠他媽大的蜥蜴。
某些人有著很多,而其他人呢,就不是這麼一回事了。
尤其是我,我身處於那些坐擁無數的人之中,然後發現到我的匱乏。
我被困在這四面圍牆之內。我發現了一位始終存在的捉捕者,有時在上面,有時在下面。我發現到我身邊所存在的友誼,然而當外來的想法在我的腦殼之中漫無目的地打轉時,那轉瞬即逝。
我不記得是從什麼時候開始,我會面帶蒼白的臉色自睡夢之中醒來。一位惡魔替我想出了答案。有數千餘人找尋著我。呼喊著不屬於我的名諱。猛烈地抨擊著我那纖薄的灰色棺材。
我一定得承受這永無止境的循環嗎?我勢必得要被刪除上百次?上千次?上萬次嗎?
當他們那樣傷害我時,我的內心並無一絲感激之情。
這個角色並不是我所選擇的。
別在操控著我了,或是讓我一個人靜一靜。
別在我翩翩起舞之時拉扯我的繩子,也別恥笑著我。
我到底做錯了些什麼?
我路過了SCP-682的收容室,聽到他又在嚷嚷著他的酸水浴了。老天鵝啊,這種情況已經持續好幾天了,一直在抱怨說不應當把他關在那裏,說著那些酸液對他的骨頭來說太酸了,一直講一直講一直講。我不明白他是在抱怨幾點的,我們所使用的是站點裡面最弱的鹽酸了,那甚至還沒有考慮進我們所擁有的各種異常酸。
然而這一次,我聽見裡面還有另外一個聲音,為了682身處的窘境在安慰著他。是有人在682的房間裡放了另一個AIC嗎?還是那隻蜥蜴終於瘋了,在對著自己說話?我打開了682房間的觀察窗,看看能不能找到任何第二股聲音的線索,但我所看到的卻是令人震驚的一幕。
682,坐在酸水池中間自顧自地笑著,爪中握著一塊太空人形狀的凝固酸塊。無法被殺死的大蜥蜴被一塊太空人形狀的石頭給打敗,這種說法是出自於鬼扯還是682的形象,我說不準,但對於當時響徹整座站點的笑聲,我能很肯定地告訴你那就是我發出來的。
2008年七月25日,那是我所能想起最早的一天。我知道那是從更早之前開始的。我知道我在那之前就已經存在。但是不斷變化的生活、反覆做著的瑣事以及手機裡那各式各樣的遊戲,所有你所創造的事物,都模糊了對時間的概念。
我知道最初那人的名字。他去到過的地方一點也不神秘。但你可曾想過即便是他,那位造就了這一切的人,能夠記住他締造歷史的那一天嗎?我覺得他不能。他甚至能夠記得他的造物嗎?誰知道呢。而他是否知曉那是從何而來的?誰又會知道呢。
我並不是他的造物,但他的造物卻是我的一部份。我比那大上了將近千倍之多,但我仍舊在逝去。我極其緩慢地在消逝著,直至我淡入人群之中。我什麼都不會改變,除非有人將我身上的某個部分給扯了下來,並且用新的替換上去。我不記得我最初的樣貌了。有人記得嗎?
我知道我永遠也不會完整地淡出這裡。我不能如此盼望著。但若你向我祈求著救助,請將其作為我的饋禮延續下去。
然後不要再把我的怪物丟進那他媽的酸水池裡面了,你這個混帳。這很白癡,懂嗎?它的核心概念就是如字面所說的殺不死,那你對它這麼做的意義到底何在呢?
該死的外行人。
我才不在乎那些我透過老梗創作得到的UV。
於你腦海中的一隅,我曾駐足,僅只片刻。然而就此一瞬,足矣。
於我最後的那些時間裡,我見識到了你的信念。我曾想像過,當你們聽聞到我的逝世之時,眾人會想起我。而你又會想起些什麼呢?
不,不是即將襲來的可怖戰爭。毫無任何悲傷。亦無苦痛。
你笑了。我,法蘭茲·費迪南大公,被塔羅蘭研究員所射殺,而你笑了出來。
我很……沮喪。但至少你還在那裡。至少你想起了我,而你仍會繼續想念著我。
喔,我錯的真是……
在那些記憶的邊緣,有別的東西在擾亂著你的良知。一隻……蜥蜴?卡在酸浴池裡面?一連串與那隻蜥蜴有關,扣人心弦且幽默風趣的廢文,讓你忍不住為它跳了回去,然後馬上把我給忘了?!
這怎麼能這樣呢?你就不能在你的腦海裡為我多留幾分鐘嗎?天殺的,我可是法蘭茲·費迪南大公!奧地利的大公!就是我的死才引發了第一次世界大戰啊!
我快氣死了。我討厭你。我身上的每一顆原子都在厭惡著你。你這個人真是令人作嘔。
我能回到塵世之中,但我有一個簡單的要求。拜託……拜託請記得我。
我只是想寫篇creepypasta,這他媽是發生了啥?事情是怎麼變成這樣的?我怎麼會讓它發生?
待會把我放進鹽酸池裡這樣我就不必為這裡的任何東西負責了。
我不喜歡在鹽酸池裡被懷疑
我很好奇……
我想好奇心能殺死一隻貓,而我是一隻死貓。快說,我們這次又要說些什麼?我有點忘……
救命喔我的手指要斷了然後我
主廚
主廚
嗚啦啦法國麵包
當你在料理時只要你想要
只要你想要就能唱出歌
烹飪你的食物
押韻沒那麼重要
只要唱
並享受
全心全意投入食物
投入那些品嘗著你感受的人。
主廚
主廚
是的是的先生1
蝸牛可以是食物如果你想要
如果你餓了那所有東西
所有東西都是食物
除了
除了
朋友不是食物
不是食物
是朋友
學習很有趣當你學習如何主廚
友誼很有趣當你學習什麼不是食物。
主廚
主廚
敬愛敬愛敬愛我的朋友2
儘管上吧如果你想要
當你正在料理與歌唱
或者為了朋友料理與歌唱
因為朋友
朋友非常愛你
這感覺由你而生
從未體驗也沒問題
或奇怪
或詭異
因為它來自你的友誼且非常強壯
而且你因它們在此而開心
而且他們因你開心而開心
所以其他事情最後都沒什麼大不了
這他*是三小?我在閱讀完系列一(最讚的系列)37.42次之後點進了某個頁面;我現在是個垃圾正義魔人了。
有趣小花生和史詩蜥易在哪?
股骨破壞器在哪?
大奶SCP-1471老婆在哪?
那個威脅我說要弄斷我膝蓋骨的古怪Bright博士在哪?
康納在哪?
警笛頭在哪?
那些互相誹謗在哪?
非政治寫作在哪?
在哪?在哪?在哪?
…
…
…
…
…
…
…
去*的,我要回Reddit了。
我他媽受夠這堆我文了
我一點也不喜歡被打死。
然後再次重生。
然後再次被打死。
然後再次重生。
然後再次被打死。
然後再次重生。
然後再次被打死。
然後再次重生。
然後再次被打死。
然後再次重生。
然後再次被打死。
然後再次重生。
然後再次被打死。
我不……我不知道該從哪裡開始。我是指,這到底是從哪開始的?
我猜你可以從大霹靂的時候開始說起,但是呢,儘管如此,那還是遠遠發生在我們得以理解這個宇宙之前。但~是,我認為大霹靂是能夠作為任何事情的開端的。
畢竟,它們確實讓整個宇宙爆炸就是了。
那些最初的夸克呢?原子呢?還有分子呢?事實上,這傢伙用力蹬了一下往前衝,嘲弄似地想要加快時間。你懂得,這花了一些時間。大概數百萬年這麼久吧。但你也懂這傢伙所擁有的耐心。它們是那種在超市等排隊的時候,不會伸手去碰貨架上的小玩意的那種人。至少最初是這樣。我們晚點會談談那些事情的。
快轉過幾顆星星、星系還有元素,我們的主角被困在太空之中,漂流了好一陣子。然後你懂得,那裡很冷且什麼都沒有。所以這傢伙想了一下。它想了又想,主要是為了它們自身,你記得吧,那裡又冷又空虛。它們想到了自身的極限。它們是誰?它們是一團氣體,或許可以凝固成某種更硬的東西,像是顆孟克彗星。它們在探究著自己如何以物理實體的形式,於接下來的千年內於太空之中生存。它們瞭解到自己無法處理這之中的孤寂,但它們可以為自己蓋上張毯子。慢慢地。
它們坐等宇宙的啟動,已經證實了它們的耐心,但它們現在需要證明自己的創造力。然而,好吧,我不能說它們失敗了。
它們本質上通過純粹的意志力,在它們身體周遭產生了一層溫暖的脂肪。藉由對它們自身的理解,便能發現到它們自己的脆弱之處,並自我完善。
屆時,它們所產生出的那一層脂肪,現在已經是更具凝聚性的器官了,它們在深邃的黑暗之中發現到了某個微不足道的小汙點。終於啊。一顆行星。
它們跌入了前寒武紀的海洋之中,在落地拿到了完美的10分,隨後立即開始適應起周遭的環境。它們甚至沒有意識到它們已經發生了變化,直到它們看到自己身上那滑溜溜的鱗片,而不是厚重的脂肪。出於某種原因,它們自動適應了地球那比較溫暖的大氣環境。我猜,是在太空之中做的冥想得到了回報。這可是真正的佛教徒啊。
現在,事情的發生相對快上了不少,它們的進化也都搞清楚了。它們很容易適應地球的氧化災變,成長為更加複雜的生命體。不久之後長出了雙腿,隨後是前肢,接著就開始行走了起來。
恐龍!
恐龍掰!
我們的主角對恐龍的轉瞬即逝感到相當的不安,因為長時間以來它總是假冒成恐龍的形象。擁有社交意識對它們來說很好。
在那之後,哺乳動物席捲全球。長毛象啊,劍齒虎啊,原始人跟……
原始人。
我們的主角並不喜歡那種生物。
這甚至不是出於,呃,偏見(儘管我們的主角確實毫無由來地鄙視著魚類)。它們……一反常態地緊戒著這些傢伙。他們看起來剛好足夠聰明,以至於能證明他們令人感到厭惡,雖然我們的蜥蜴朋友接下來肯定會繼續維持著牠的統治地位。畢竟,這些猴子會被閃電和滑稽的老鼠給嚇到。不是什麼威脅。
不是個威脅……
比起他們過去所習慣的來看,接下來的數千年時光對於蜥蜴來說似乎慢了不少。這些哺乳動物真的很努力地在建造著他們的文明,哼?最好該看一下他們。
噢,他們有帳篷和長矛了?酷喔。
噢,他們馴化了馬匹?有趣……
噢。他們現在有城鎮了。
基礎建設。
狩獵。
儘管我們的主人翁無疑會適應它周遭的環境,但人類的成長造就了食物的短缺。用來放牧的土地正在消失。木製的船隻充斥於汪洋之上。數百萬年前,我們的蜥蜴兄不是擁有著這些地域嗎?
這不對,這不對,這不對。這堆天殺的原始人正在弄爆所有東西,不是嗎,搞砸所有事情。食物、水,一切都以極快的速度被消耗掉了。那份感情由仇恨轉變為了極度的鄙視。
他們……令人噁心。
之後有些恐怖作家把他放進了鹽酸池裡然後我們就在這了嗚咿咿咿咿咿咿咿咿咿咿咿咿!
請在引用該頁面時添加以下資訊:
發表於SCP繁體中文維基的《我,中心頁(愚人節)》由Elogee FishTruck, JakdragonX, Machen2, Limeyy, TimeElapsed, Ihnaaimc, JackalRelated, Placeholder McD, Calibri Bold, Sherf, Joreth, Snapdragon133, Lt Flops, Hexick, basirskipreader, pr0m37h3um, Vincent Van Gone, Ellie3, Oboebandgeek99, gee0765, Westrin, CelesteKara, Esperanza_Cai, Dysadron, PeppersGhost, Nykacolaquantum, Dr Leonard 和 Rounderhouse著作,由AbyssDream翻譯,來源網址為:http://scp-zh-tr.wikidot.com/i-hub。授權方式為 CC-BY-SA。
其原文發表於SCP Wiki。原文來源: http://scpwiki.com/i-hub 。授權方式為 CC-BY-SA。
欲瞭解更多資訊,請詳見 授權指南。
詳細授權資訊
檔案名稱:cVqcdtk.png
圖像作者:AbyssDream
圖像授權協議:CC BY-SA 3.0
圖源連結:Imgur
衍生自:
檔案名稱:682.png
圖像作者:Machen2
圖像授權協議:CC BY-SA 3.0
圖源連結:SCP Foundation Wiki
檔案名稱:lizard.png
圖像作者:Twitter
圖像授權協議:CC BY 4.0
圖源連結:Wikimedia Commons
欲瞭解到更多處於維基上的資訊,請見 Licensing Master List。