Masquerade's End (仮邦題)虚構の終わり
評価: 0+x
評価: 0+x

使い方

このテーマをインポートするには、以下をページ内のどこかに置いてください。
To import this theme to your page, put the following anywhere inside it:

[[include theme:creepypasta]]

通常のCSSの@importメソッドは使えません。これは意図されたものです(CSSコードを作ってくれたstormbreathstormbreathに感謝!)。[[include]]を使ってテーマをインポートすれば、あなたのぺージがバックリンクのリストに追加されます。これはこのテーマが変更された際にどのページが影響を受けるかを確認するのに有用で、変更によるあらゆるエラーの早期発見と修正が可能になります。

「+ Options (+ オプション)」、「Backlinks (バックリンク)」をクリックすることで、ページのバックリンクを見ることができます。


rook.png

Parawatch Logo.

分割線は5個のハイフン「-----」で使用でき、引用符などの中にある場合を除けば、ページ全体に広がります。このセクション区切る線が分割線です。

タイトルは1から6個のプラス「+」を行の先頭に置くことで作ることができます。

これはタブです。

これは引用符です。「> 」を各行の先頭に置くことで作ることができます。
さらなる文章


これは分割線です

ネストした引用符

これは テーブルです
作り方は もう
知っていますね
@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
    Edited by 7happy7 for SCP-JP
    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(/local--files/theme:creepypasta/gradient.png) top left repeat-x;
}
 
div#header {
    background: url(/local--files/theme:creepypasta/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;
}
 
#search-top-box {
    bottom: 30px;
    top: unset;
}
 
/* 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) !important;
    border: 1px solid #ffe087;
    box-shadow: 0 2px 6px #404040;
}
 
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: 0;
}
 
#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 .rate-box-with-credit-button .creditButton a {
    color: var(--bg-dark);
}
.rate-box-with-credit-button .creditButton {
    background-color: var(--fg-accent-light);
    border: 0;
    border-radius: 0 5px 5px 0;
    height: 100%;
    margin-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;
    }
 
    .open-menu a {
        border: 0.2em solid var(--bg-light) !important;
        background-color: #787878 !important;
        color: var(--bg-light) !important;
  }
}

WAK3UPSH33PL3 04/12/18 (木) 12:06:22 #12766349


alien.png

シープル1、目を覚ませ


アル・ゴア2はエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
アル・ゴアはエイリアンの傀儡だ
[この投稿によりユーザーはBANされました]

WAK3UPSH33PL3 04/12/18 (Thu) 12:06:22 #12766349


alien.png

WAKE UP SHEEPLE


AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
AL GORE IS AN ALIEN PUPPET
[USER WAS BANNED FOR THIS POST]

🗿 mr_sen 04/12/18 (Thu) 12:19:20 #12766349


__まるで。 __次はもっともらしい事をやってみよう。

スレッドはロックされ移動されました。


🗿 mr_sen 04/12/18 (Thu) 12:19:20 #12766349


__As if. __Next time try something plausible.

Thread locked and moved.


🗿 mr_sen 04/12/18 (Thu) 12:06:22 #12766349


guns.jpg

[IMG 3422523534.PNG]


毎年の SHTF 備蓄 スレッド
今年もこの時期がやってました、坊やたち。 あなたのSHFTへの備えを投稿し、起こりうるSHFTシナリオについて語り合いましょう。
F.A.Q.
Q: "SHFTって何?"
A: Shit Hits The Fan。 ここでは、それが何であれ差し迫る超常的な世界の終末が起こる時に使われる言葉です。
Q: SHFTシナリオに備える為に何をすれば良いのですか?
A: 一言で言えば、たくさん。 缶詰、水、道具、武器、資源、その他にも様々なものを用意する必要があります。緊急時に備えた、より長期的な計画です。
Q: "Are you LARPERs?"
A: No. We are a group of people who know that something is lurking just out of sight. There's a lot we don't know about the paranormal, but that is why we are here; to teach one another and to learn about what lies beyond.
I'll start us off with what I think is gonna happen.
BIGFOOT UPRISING!!
Personally, I think the end will come about with a global, synchronized rebellion of the bigfoot, yeti, sasquatch, whatever you wanna call them, they're coming.
They're starting to get closer and closer to human civilization because they're analyzing us. We might outnumber them, but they're bigger, faster, stronger, and more resilient. Darlene Wuornos from that write-up two-egg did (By the way, great job, that was excellent.) had a run-in with that thing and took a hatchet to it, it didn't even blink. I think it's gonna take more than a few bullets to bring them down, and they'll have overrun the military before we know what happened.
I'm holed up in my little neck of the woods in Oklahoma. Nothing on earth can get past my bunker door, and I've got food and water for months. What about you guys?

🗿 mr_sen 04/12/18 (Thu) 12:06:22 #12766349


guns.jpg

[IMG 3422523534.PNG]


YEARLY SHTF STOCK THREAD
It's that time of the year again boys. Post your SHTF supply list and discuss possible SHTF scenarios.
F.A.Q.
Q: "What is SHTF?"
A: Shit Hits The Fan. It's a term used here for when the impending paranormal apocalypse happens, whatever it may be.
Q: What can I do to prepare for a SHTF scenario?
A: To put it shortly, a lot. You will need to stockpile canned food, water, tools, weapons, resources, and many other things. Imagine emergency planning, but for a longer period of time.
Q: "Are you LARPERs?"
A: No. We are a group of people who know that something is lurking just out of sight. There's a lot we don't know about the paranormal, but that is why we are here; to teach one another and to learn about what lies beyond.
I'll start us off with what I think is gonna happen.
BIGFOOT UPRISING!!
Personally, I think the end will come about with a global, synchronized rebellion of the bigfoot, yeti, sasquatch, whatever you wanna call them, they're coming.
They're starting to get closer and closer to human civilization because they're analyzing us. We might outnumber them, but they're bigger, faster, stronger, and more resilient. Darlene Wuornos from that write-up two-egg did (By the way, great job, that was excellent.) had a run-in with that thing and took a hatchet to it, it didn't even blink. I think it's gonna take more than a few bullets to bring them down, and they'll have overrun the military before we know what happened.
I'm holed up in my little neck of the woods in Oklahoma. Nothing on earth can get past my bunker door, and I've got food and water for months. What about you guys?

so-many-lost-throwaways 04/12/18 (Thu) 12:17:00 #18937751


lol why do you have your guns displayed like that, you fucking tool

[USER WAS BANNED FOR THIS POST]

ursula_qu33n-of-the-C 04/12/18 (Thu) 12:18:06 #1897851


Sweet rack, 🗿 mr_sen. I love the work you put into presentation for us.

Anyways, my sister and I have recently taken up fletching to help us be more prepared for when SHTF. Neither of us knows how to use a bow yet though but we're working our way up. We also started pickling and pruning foodstuff, so we're increasingly ready. Thank you for all the useful guides!

As for what I think is gonna happen, I don't really know, global warming? My sister and I fucked because we're in florida lol.

CALEB 04/12/18 (Thu) 12:20:06 #18937751


you both are always welcome to come over whenever ;)

🗿 mr_sen 04/12/18 (Thu) 12:21:13 #12766349


Knock it off, CALEB. We talked about this. Don't creep on users.

Do not respond to this post unless you are staff. This comment thread is locked.

🗿 pandapandapanda 04/12/18 (Thu) 12:54:00 #18937751


Is this a joke to you, 🗿 mr_sen? :/ This kind of SHTF thread given what's happening?

🗿 mr_sen 04/12/18 (Thu) 12:54:56 #12766349


??????

🗿 pandapandapanda 04/12/18 (Thu) 12:55:10 #12768742


God, you are clueless. Get on staff chat ASAP. Code Red.


LLLLLLL 04/12/18 (Thu) 12:56:55 #65478245


WTF
THIS DIDN'T SAY IT COULD ERASE WHOLE FUCKING COUNTRIES I THOUGHT WE WERE JUST HUNTING BIGFOOT
GUNS DON'T WORK ON THIS!

alicia-en-el-mundo-d-maravillas 04/12/18 (Thu) 12:57:20 #18937751


dude what

LLLLLLL 04/12/18 (Thu) 12:57:33 #18937751


Turn on your tv to literally any fucking channel



cetaceanhussbuster 04/12/18 (Thu) 12:59:38 #12766349


lol.png

IT'S HAPPENING


HOLY SHIT GUYS
TURN ON YOUR MOTHERFUCKING tvS!!!!!!!!!!!
IT'S FUCKING HAPPENING
IT'S FUCKING HAPPENING
IT'S GONE! IT'S ALL FUCKING GONE!
WTF DO WE DO HOLY SHIT
OMFG WHAT DO WE DO
AAAAAAAAAAA
ETA- OMFG THE ENTIRE COUNTRY IS GONE
ETA 2- WHO THE FUCK IS SCP
ETA 3- WTF!!!!!
ETA 4- WHY IS NO ONE TALKING ABOUT THIS?!
ETA 5- sorry i didnt notice there was a megathread
[THREAD LOCKED.]

catlady92 04/12/18 (Thu) 13:00:05 #69998245
See you all in the next life. You were excellent. My boyfriend and I are going into our bunker. Wish you the best.
Good luck.
[THREAD LOCKED.]


rex_alces 04/12/18 (Thu) 13:01:12 #65478245


Hi ^_^
im new to this forum, my name is rex, it's nice to meet you all.
i really like creepypastas and im excited to learn about the real ones


capitalism will win 04/12/18 (Thu) 13:01:25 #65478245


So do you think this means College Humor will finally stop with those miserable 'Adventures of Kim Jong Un' episodes?
[THREAD LOCKED.]


t4ylor_itk1n 04/12/18 (Thu) 13:03:06 #63252222
World's coming to an end boys, post your supplies. Pic related, there is none, I'm fucked.
[THREAD LOCKED.]


arthurisabitch 04/12/18 (Thu) 13:03:56 #65478245
This al Fine UN lady is looking All Fine if you know what I mean. 😏
[THREAD LOCKED.]


fistulafucker 04/12/18 (Thu) 13:04:28 #65478245
Guys, I'm scared. Does this mean we're about to go to war with a bunch of other countries?
[THREAD LOCKED.]



🗿 mr_sen 04/12/18 (Thu) 13:06:22 #12766349


nkorea.png

Ground zero


NORTH KOREAN INCIDENT MEGATHREAD
ALL OTHER THREADS WILL BE LOCKED.
DISCUSS ALL GOING-ONS OF THE NORTH KOREA INCIDENT HERE.
THE FACTS
  • Most of the country of North Korea just vanished.
  • No exact reason has been given yet.
  • The United Nations secret paranormal group 'The Global Occult Coalition' stepped form and blamed a party named 'The SCP Foundation'.
  • The SCP Foundation is apparently a group similar to the Global Occult Coalition.
  • Relief efforts by the UN are ongoing.
  • al Fine, Global Occult Coalition and UN representative is demanding the SCP Foundation comment on the situation, nothing yet.

SPECULATION

  • The 'SCP Foundation' are likely another paranormal group, likely government funded.
  • They're not UN funded, because that's the Global Occult Coalition's business.
  • Might be a South Korean project?
  • Maybe even American?
  • Probably weaponizes the paranormal?

Though I doubt any of you have relatives in North Korea, we still wish no one any harm. Updates may be found on the thread below. This post will be updated as I can.

ursula_qu33n-of-the-C 04/12/18 (Thu) 13:17:00 #18937751


holy shit

rat-boner 04/12/18 (Thu) 13:19:22 #18937751


I never thought it would go down like this holy shit

two-egg 04/12/18 (Thu) 13:32:56 #18937751


UPDATE!!!

The SCP Foundation has hijacked all the tv stations I can get with a message saying they'll speak shortly.

CALEB 04/12/18 (Thu) 13:33:19 #18937751


ninja'd

cthulahoop 04/12/18 (Thu) 13:40:42 #18937751


i dont know whats scarier, whats happening or the fact that the scp foundation thinks a lab in a lab coat is gonna make us feel better

two-egg 04/12/18 (Thu) 13:43:06 #18937751


The dog just fucking talked.

rex_alces 04/12/18 (Thu) 13:50:10 #12766349


This is a really good ARG you guys are playing O_o

🗿 pandapandapanda 04/12/18 (Thu) 13:50:10 #12766349


I would say read the Guide for Newbies but I'm so shocked there's someone on this world who still doesn't know what's going on.

🗿 mr_sen 04/12/18 (Thu) 13:52:20 #18937751


Hello all. The following has just been confirmed by global news networks and my sources on the inside: The SCP Foundation is indeed responsible for the destruction of North Korea. They claim it's only spacially displaced, but they're also not sure if the civilians survived.

On another note, I know most of you are panicked as hell right now (as I see on IRC) but I'd like to make an official post here for all of you here and now. We are a family here on the Parawatch Wiki and we will all get through this. The Paranormal has come and it was not what we expected, but we are still prepared nonetheless.

Our new goal is to learn everything there is to learn about the paranormal. We haven't lost our purpose, we've merely shifted our goals a bit. And yes, I do find it funny that this is all happening the very same day our yearly SHTF thread goes up.

Stay safe out there, watchmen.


Three6serpent 04/12/18 (Thu) 13:40:19 #65814523


Hi! :3
I'm a member of the Serpent's Hand! We're all so happy to welcome you to the real awakened world.
I'm sure you have many questions, so AMA!
[USER WAS BANNED FOR THIS POST]




特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License