dmddo는 ㅇ응애야
:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
@import url('https://scpko.wdfiles.com/local--files/unfont/UnJamoNovel.css'); @supports(--css:variables) { :root:lang(ko) { /* ===HEADER ELEMENTS=== */ --header-title: "‘형이초학부"; --header-subtitle: "우리의 신들을 살해하다"; /* ===TYPEFACES=== */ --header-font: 'Carrois Gothic', 'UnJamoNovel', freight-sans-pro, sans-serif; } }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; background: unset; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }
응애란 무엇인가?
귀여운 것이라 세간에선 말한다.
…로렘 입숨에 분개하지 말라. 사이드박스 구문은 참 유용하니…
이름: dmddo
부르는 법: 응애
주의사항: 만지면 물어요 ㅠㅠㅜ
각설. 쓴 작품들은 이쪽.
스스로불러온재앙 목로기
- 웃으면 이빨이 발사되는 인간.
- 완전 짱 큰 철로 된 그물나비. 휴면기가 있다.
- 잔디들이 자신을 밟지 말라고 잔디보호 펫말을 스스로 세우는 현상.
- 한 변칙예술가의 의해서 모든 투명이 회색 체크무늬(pdf파일에 그거 있자나)로 변함. 그에 따른 재단의 대처. 그러나…
- 재단이 고생고생해서 사?람노릇하게만든 변칙개체.(5031처럼) 근데 마지막 부록에 그게 헛됐다는 것을 보여줌 ㅋ
- 혼반이든 뭐든 SCPiNET이 반달됨. 반달된 것은 표준형 ~~. 그래서 재단은 격리 절차를 수립하고 SCP를 연구하는 대에 큰 어려움을 느낌. 그에 따른 재단의 고군분투. 범인은 외면받은 표준형 어쩌구.
- 30분 이상 몸을 담글 경우 대서양침다랑어(Thunnus thynnus) 와 같은 행동양상을 보이게 되는 욕조. 이에 요원은 차차 효과를 받은 D계급들을 통조림으로 만들고, 박사들도, O5들도,,, ▷ SCP-977-KO
- 건물 한 쌍으로 이루어진 부부. 이 둘이 이혼하면 막대한 피해, 재단기지에도 피해가 발생한다. 근데 섹스리스다. 이에 재단이 부부클리닉을 시도하는데…
- 시차를 이용한 트릭. "지금 몇 시인지 봐보라고!"
- 미래인들이 기술을 현세에 전달해서 우리는 발전한다. 그렇다면 미래인들의 기술의 근원은? :"무한한 시간"
- 모든 것은 관심의 차이이다.
- 근육 영체부속지를 단 헬창 흰동가리.
- 어떤 음모론을 믿는 '힘'이 너무 강해져 파스타피자가 됨. 재단과 연합이 공동으로 이를 무력화시키기 위해 낑낑거렸다가 결국 모든 음모론이 파스타피자가 되어 현실강림함. 결국 지구는 벨로시렙터 모양이 됨
- 어떠한 변칙적 특이점에 대해 완전히 분석한 재단. 등급은 쿠슘(Kušum).
- 체리새우전용결혼식장.
- 용은 뿔로 소리를 듣는다고 하니 이는 용이 귀머거리라는 말이 아니라 뿔을 귀로 삼는다는 말이다. 반면에 소는 코로 듣는다고 하니 귀가 없는 게 아니라 뿔을 귀로 삼는다는 말이다. 용은 날개가 없지만 날 수 있으니 이는 날개 아닌 것을 날개로 삼은 것이요, 뱀은 발이 없는데도 어디든 갈 수 있으니 이는 발 없는 것으로 발을 삼은 것이다. 또한 고양이가 박하를 먹으면 취한다고 하니 이는 박하를 술로 삼은 것이요, 맥貘은 구리를 배부르게 먹는다고 하니 이는 구리를 밥으로 삼은 것이다. 그리하니 형상을 한 몸에서 모두 찾아낼 수 없고 세상 이치 또한 한 가지 사례를 통해 추측할 수 없다.
- 서로를 찢으며 교미하는 갯민숭달팽이는 내림 eve와 올림 eve를 동시에 생성한다. 이는 새로운 기적작용의 패러다임을 제시한다. 이름하야 교차기적학. ▷ SCP-1500-KO
- 여왕파랑비늘돔은 산호를 씹어먹고 모래로 배출하는데, 이는 산호섬 퇴적물의 85% 이상을 차지한다. 여기에 EVE 잔여물이 남아있다면?
- 모르는지도 모르는
- 갯벌에타이어때문에게가죽는다
- 화합을 위한 재단표 외계인 !
- 산갈치의 자절(自切)
- 우연과 생명체 (우연학부?)
- 인간의숙청을피하기위해동물들은천연기념물의소리를모방한다.
- 무진의 송전탑
나의소망.
버킷리스트 🙏🙏
작페 만들기 ✅
창작 SCP-KO 투고수 20 넘기
메기 SCP 쓰기
골목길 SCP 쓰기
001-KO 쓰기
호러 SCP 쓰기
정치 SCP 쓰기
카논 짓기
창작 SCP-KO 투고수 2000 넘기
캡틴 되기
세계정복
링크 급함 제발 진짜급함 링크 제발: 샌박
페이지 | 생성 일자📆︎ | 댓글💬︎ |
---|---|---|
SCP-875-KO | 30 Sep 2023 08:43 30 Sep 2023 08:43 | 0 |
SCP-884-KO | 24 Sep 2023 16:31 24 Sep 2023 16:31 | 0 |
SCP-1865-KO | 22 Sep 2023 12:18 22 Sep 2023 12:18 | 1 |
SCP-747-KO | 22 Sep 2023 08:38 22 Sep 2023 08:38 | 2 |
SCP-1963-KO | 22 Sep 2023 03:56 22 Sep 2023 03:56 | 1 |
SCP-1521-KO | 21 Sep 2023 10:44 21 Sep 2023 10:44 | 1 |
SCP-1808-KO | 20 Sep 2023 15:07 20 Sep 2023 15:07 | 1 |
SCP-644-KO | 20 Sep 2023 11:12 20 Sep 2023 11:12 | 1 |
SCP-1074-KO | 06 Sep 2023 14:24 06 Sep 2023 14:24 | 1 |
SCP-235-KO | 05 Sep 2023 10:14 05 Sep 2023 10:14 | 1 |
SCP-1381-KO | 03 Sep 2023 14:37 03 Sep 2023 14:37 | 1 |
SCP-656-KO | 02 Sep 2023 02:35 02 Sep 2023 02:35 | 1 |
SCP-667-KO | 01 Sep 2023 12:31 01 Sep 2023 12:31 | 3 |
SCP-1504-KO | 01 Sep 2023 11:49 01 Sep 2023 11:49 | 2 |
SCP-517-KO | 01 Sep 2023 08:45 01 Sep 2023 08:45 | 3 |
SCP-323-KO | 30 Aug 2023 09:26 30 Aug 2023 09:26 | 1 |
SCP-872-KO | 27 Aug 2023 16:16 27 Aug 2023 16:16 | 2 |
SCP-283-KO | 27 Aug 2023 15:03 27 Aug 2023 15:03 | 2 |
SCP-488-KO | 23 Aug 2023 16:40 23 Aug 2023 16:40 | 2 |
SCP-1240-KO | 20 Aug 2023 14:50 20 Aug 2023 14:50 | 1 |
SCP-1970-KO | 20 Aug 2023 14:50 20 Aug 2023 14:50 | 3 |
SCP-945-KO | 20 Aug 2023 13:37 20 Aug 2023 13:37 | 2 |
SCP-315-KO | 18 Aug 2023 08:43 18 Aug 2023 08:43 | 0 |
SCP-1668-KO | 12 Aug 2023 12:48 12 Aug 2023 12:48 | 4 |
SCP-1696-KO | 11 Aug 2023 05:36 11 Aug 2023 05:36 | 4 |
SCP-1590-KO | 09 Aug 2023 13:56 09 Aug 2023 13:56 | 1 |
SCP-569-KO | 31 Jul 2023 16:33 31 Jul 2023 16:33 | 3 |
SCP-359-KO | 30 Jul 2023 09:36 30 Jul 2023 09:36 | 2 |
SCP-044-KO | 21 Jul 2023 10:33 21 Jul 2023 10:33 | 2 |
SCP-690-KO | 20 Jul 2023 01:10 20 Jul 2023 01:10 | 2 |
SCP-1098-KO | 19 Jul 2023 07:33 19 Jul 2023 07:33 | 2 |
SCP-1102-KO | 17 Jul 2023 11:36 17 Jul 2023 11:36 | 2 |
SCP-924-KO | 14 Jul 2023 13:00 14 Jul 2023 13:00 | 1 |
SCP-731-KO | 09 Jul 2023 15:40 09 Jul 2023 15:40 | 0 |
SCP-1600-KO | 09 Jul 2023 11:02 09 Jul 2023 11:02 | 1 |
SCP-1960-KO | 01 Jul 2023 16:05 01 Jul 2023 16:05 | 2 |
SCP-1221-KO | 01 Jul 2023 13:39 01 Jul 2023 13:39 | 3 |
SCP-088-KO | 21 Jun 2023 01:43 21 Jun 2023 01:43 | 1 |
SCP-1414-KO | 20 Jun 2023 08:00 20 Jun 2023 08:00 | 1 |
SCP-1747-KO | 17 Jun 2023 14:53 17 Jun 2023 14:53 | 1 |
SCP-1993-KO | 17 Jun 2023 09:32 17 Jun 2023 09:32 | 3 |
SCP-1242-KO | 16 Jun 2023 09:49 16 Jun 2023 09:49 | 1 |
SCP-1950-KO | 16 Jun 2023 07:28 16 Jun 2023 07:28 | 3 |
SCP-1619-KO | 15 Jun 2023 07:48 15 Jun 2023 07:48 | 4 |
SCP-1640-KO | 07 Jun 2023 06:58 07 Jun 2023 06:58 | 1 |
SCP-1618-KO | 04 Jun 2023 13:28 04 Jun 2023 13:28 | 8 |
SCP-1324-KO | 04 Jun 2023 13:05 04 Jun 2023 13:05 | 1 |
SCP-585-KO | 30 May 2023 08:24 30 May 2023 08:24 | 5 |
SCP-857-KO | 29 May 2023 14:02 29 May 2023 14:02 | 1 |
SCP-1308-KO | 27 May 2023 07:21 27 May 2023 07:21 | 4 |
SCP-1604-KO | 22 May 2023 14:14 22 May 2023 14:14 | 3 |
SCP-297-KO | 15 May 2023 14:56 15 May 2023 14:56 | 1 |
SCP-1605-KO | 15 May 2023 14:10 15 May 2023 14:10 | 1 |
SCP-1721-KO | 15 May 2023 14:06 15 May 2023 14:06 | 1 |
SCP-1974-KO | 15 May 2023 13:52 15 May 2023 13:52 | 1 |
SCP-745-KO | 15 May 2023 07:34 15 May 2023 07:34 | 2 |
SCP-1972-KO | 13 May 2023 14:09 13 May 2023 14:09 | 1 |
SCP-1444-KO | 13 May 2023 13:05 13 May 2023 13:05 | 1 |
SCP-1105-KO | 08 May 2023 12:23 08 May 2023 12:23 | 5 |
SCP-598-KO | 27 Apr 2023 09:50 27 Apr 2023 09:50 | 2 |
SCP-1307-KO | 25 Apr 2023 14:12 25 Apr 2023 14:12 | 1 |
SCP-396-KO | 24 Apr 2023 12:43 24 Apr 2023 12:43 | 2 |
SCP-1007-KO | 23 Apr 2023 16:35 23 Apr 2023 16:35 | 1 |
SCP-1309-KO | 22 Apr 2023 02:18 22 Apr 2023 02:18 | 1 |
SCP-978-KO | 18 Apr 2023 11:50 18 Apr 2023 11:50 | 1 |
SCP-320-KO | 31 Mar 2023 13:15 31 Mar 2023 13:15 | 1 |
SCP-445-KO | 21 Mar 2023 09:00 21 Mar 2023 09:00 | 5 |
SCP-312-KO | 13 Mar 2023 09:14 13 Mar 2023 09:14 | 0 |
SCP-151-KO | 09 Mar 2023 13:36 09 Mar 2023 13:36 | 0 |
SCP-278-KO | 08 Mar 2023 14:00 08 Mar 2023 14:00 | 2 |
SCP-1106-KO | 04 Mar 2023 12:40 04 Mar 2023 12:40 | 2 |
SCP-810-KO | 20 Feb 2023 14:59 20 Feb 2023 14:59 | 0 |
SCP-1241-KO | 20 Feb 2023 14:56 20 Feb 2023 14:56 | 1 |
SCP-263-KO | 20 Feb 2023 14:30 20 Feb 2023 14:30 | 0 |
SCP-471-KO | 20 Feb 2023 11:46 20 Feb 2023 11:46 | 2 |
SCP-1490-KO | 20 Feb 2023 08:58 20 Feb 2023 08:58 | 3 |
SCP-1480-KO | 19 Feb 2023 14:58 19 Feb 2023 14:58 | 1 |
SCP-879-KO | 15 Feb 2023 14:56 15 Feb 2023 14:56 | 1 |
SCP-440-KO | 15 Feb 2023 03:51 15 Feb 2023 03:51 | 3 |
SCP-335-KO | 14 Feb 2023 09:42 14 Feb 2023 09:42 | 1 |
SCP-1548-KO | 11 Feb 2023 02:48 11 Feb 2023 02:48 | 3 |
SCP-1529-KO | 09 Feb 2023 09:16 09 Feb 2023 09:16 | 1 |
SCP-983-KO | 27 Jan 2023 16:25 27 Jan 2023 16:25 | 1 |
SCP-659-KO-EX | 26 Jan 2023 15:46 26 Jan 2023 15:46 | 2 |
SCP-986-KO | 26 Jan 2023 15:10 26 Jan 2023 15:10 | 1 |
SCP-1006-KO | 21 Jan 2023 04:16 21 Jan 2023 04:16 | 3 |
SCP-1899-KO | 18 Jan 2023 08:46 18 Jan 2023 08:46 | 2 |
SCP-254-KO | 14 Jan 2023 15:25 14 Jan 2023 15:25 | 0 |
SCP-1293-KO | 12 Jan 2023 12:48 12 Jan 2023 12:48 | 10 |
SCP-931-KO | 10 Jan 2023 15:53 10 Jan 2023 15:53 | 0 |
SCP-743-KO | 09 Jan 2023 16:58 09 Jan 2023 16:58 | 2 |
SCP-1008-KO | 06 Jan 2023 12:08 06 Jan 2023 12:08 | 3 |
SCP-355-KO | 05 Jan 2023 10:58 05 Jan 2023 10:58 | 1 |
SCP-760-KO | 04 Jan 2023 15:52 04 Jan 2023 15:52 | 0 |
SCP-1005-KO | 31 Dec 2022 15:00 31 Dec 2022 15:00 | 3 |
SCP-736-KO | 30 Dec 2022 09:17 30 Dec 2022 09:17 | 2 |
SCP-737-KO | 14 Dec 2022 01:41 14 Dec 2022 01:41 | 1 |
SCP-938-KO | 11 Dec 2022 10:05 11 Dec 2022 10:05 | 3 |
SCP-1516-KO | 10 Dec 2022 14:59 10 Dec 2022 14:59 | 4 |
SCP-1998-KO | 10 Dec 2022 14:55 10 Dec 2022 14:55 | 14 |
SCP-1551-KO | 10 Dec 2022 14:47 10 Dec 2022 14:47 | 7 |
SCP-1992-KO | 10 Dec 2022 14:42 10 Dec 2022 14:42 | 3 |
SCP-1004-KO | 10 Dec 2022 13:50 10 Dec 2022 13:50 | 6 |
SCP-1430-KO | 10 Dec 2022 13:43 10 Dec 2022 13:43 | 4 |
SCP-1111-KO | 10 Dec 2022 13:35 10 Dec 2022 13:35 | 13 |
SCP-1200-KO | 10 Dec 2022 12:58 10 Dec 2022 12:58 | 5 |
SCP-1800-KO | 10 Dec 2022 12:41 10 Dec 2022 12:41 | 16 |
SCP-1500-KO | 10 Dec 2022 09:48 10 Dec 2022 09:48 | 8 |
SCP-1002-KO | 10 Dec 2022 09:33 10 Dec 2022 09:33 | 8 |
SCP-1234-KO | 10 Dec 2022 08:53 10 Dec 2022 08:53 | 7 |
SCP-1140-KO | 10 Dec 2022 06:42 10 Dec 2022 06:42 | 10 |
SCP-1001-KO | 09 Dec 2022 17:30 09 Dec 2022 17:30 | 3 |
SCP-1994-KO | 08 Dec 2022 16:26 08 Dec 2022 16:26 | 8 |
SCP-1953-KO | 06 Dec 2022 15:35 06 Dec 2022 15:35 | 9 |
SCP-1580-KO | 06 Dec 2022 14:44 06 Dec 2022 14:44 | 17 |
SCP-1248-KO | 04 Dec 2022 14:25 04 Dec 2022 14:25 | 4 |
SCP-1999-KO | 04 Dec 2022 01:42 04 Dec 2022 01:42 | 24 |
SCP-305-KO | 01 Dec 2022 14:03 01 Dec 2022 14:03 | 4 |
SCP-1000-KO | 01 Dec 2022 10:29 01 Dec 2022 10:29 | 10 |
SCP-1017-KO | 30 Nov 2022 09:18 30 Nov 2022 09:18 | 7 |
SCP-1278-KO | 26 Nov 2022 09:17 26 Nov 2022 09:17 | 9 |
SCP-1003-KO | 23 Nov 2022 12:36 23 Nov 2022 12:36 | 7 |
SCP-449-KO | 23 Nov 2022 11:23 23 Nov 2022 11:23 | 5 |
SCP-1100-KO | 19 Nov 2022 15:03 19 Nov 2022 15:03 | 5 |
SCP-849-KO | 15 Nov 2022 04:53 15 Nov 2022 04:53 | 0 |
SCP-478-KO | 13 Nov 2022 14:57 13 Nov 2022 14:57 | 2 |
SCP-339-KO | 08 Nov 2022 05:06 08 Nov 2022 05:06 | 4 |
SCP-921-KO | 06 Nov 2022 14:58 06 Nov 2022 14:58 | 4 |
SCP-668-KO | 06 Nov 2022 14:47 06 Nov 2022 14:47 | 2 |
SCP-322-KO | 06 Nov 2022 14:33 06 Nov 2022 14:33 | 2 |
SCP-564-KO | 06 Nov 2022 13:55 06 Nov 2022 13:55 | 0 |
SCP-977-KO | 05 Nov 2022 12:43 05 Nov 2022 12:43 | 6 |
SCP-469-KO | 05 Nov 2022 10:36 05 Nov 2022 10:36 | 0 |
SCP-784-KO | 05 Nov 2022 04:07 05 Nov 2022 04:07 | 5 |
SCP-939-KO | 04 Nov 2022 11:52 04 Nov 2022 11:52 | 6 |
SCP-308-KO | 02 Nov 2022 16:08 02 Nov 2022 16:08 | 3 |
SCP-313-KO | 20 Oct 2022 14:18 20 Oct 2022 14:18 | 1 |
SCP-512-KO | 02 Oct 2022 05:04 02 Oct 2022 05:04 | 5 |
SCP-982-KO | 01 Oct 2022 11:55 01 Oct 2022 11:55 | 1 |
SCP-597-KO | 30 Sep 2022 16:02 30 Sep 2022 16:02 | 2 |
SCP-279-KO | 30 Sep 2022 14:59 30 Sep 2022 14:59 | 0 |
SCP-918-KO | 30 Sep 2022 14:57 30 Sep 2022 14:57 | 2 |
SCP-778-KO | 30 Sep 2022 14:56 30 Sep 2022 14:56 | 2 |
SCP-985-KO | 30 Sep 2022 14:52 30 Sep 2022 14:52 | 3 |
SCP-920-KO | 30 Sep 2022 14:34 30 Sep 2022 14:34 | 4 |
SCP-477-KO | 30 Sep 2022 14:30 30 Sep 2022 14:30 | 1 |
SCP-328-KO | 30 Sep 2022 14:20 30 Sep 2022 14:20 | 1 |
SCP-402-KO | 30 Sep 2022 14:16 30 Sep 2022 14:16 | 2 |
SCP-427-KO | 30 Sep 2022 13:52 30 Sep 2022 13:52 | 4 |
SCP-803-KO | 30 Sep 2022 13:49 30 Sep 2022 13:49 | 2 |
SCP-835-KO | 30 Sep 2022 13:33 30 Sep 2022 13:33 | 2 |
SCP-880-KO | 30 Sep 2022 13:30 30 Sep 2022 13:30 | 1 |
SCP-670-KO | 30 Sep 2022 12:07 30 Sep 2022 12:07 | 1 |
SCP-319-KO | 30 Sep 2022 11:51 30 Sep 2022 11:51 | 1 |
SCP-544-KO | 30 Sep 2022 10:07 30 Sep 2022 10:07 | 3 |
SCP-640-KO | 30 Sep 2022 09:34 30 Sep 2022 09:34 | 3 |
SCP-771-KO | 30 Sep 2022 07:48 30 Sep 2022 07:48 | 1 |
SCP-363-KO | 30 Sep 2022 04:41 30 Sep 2022 04:41 | 1 |
SCP-813-KO | 29 Sep 2022 13:20 29 Sep 2022 13:20 | 1 |
SCP-383-KO | 29 Sep 2022 13:08 29 Sep 2022 13:08 | 4 |
SCP-730-KO | 29 Sep 2022 12:46 29 Sep 2022 12:46 | 3 |
SCP-493-KO | 28 Sep 2022 22:27 28 Sep 2022 22:27 | 1 |
SCP-251-KO | 28 Sep 2022 13:13 28 Sep 2022 13:13 | 1 |
SCP-732-KO | 26 Sep 2022 16:31 26 Sep 2022 16:31 | 1 |
SCP-649-KO | 26 Sep 2022 06:46 26 Sep 2022 06:46 | 4 |
SCP-480-KO | 26 Sep 2022 03:01 26 Sep 2022 03:01 | 2 |
SCP-551-KO | 24 Sep 2022 14:14 24 Sep 2022 14:14 | 4 |
SCP-989-KO | 23 Sep 2022 10:05 23 Sep 2022 10:05 | 1 |
SCP-241-KO | 20 Sep 2022 10:56 20 Sep 2022 10:56 | 2 |
SCP-590-KO | 18 Sep 2022 06:24 18 Sep 2022 06:24 | 3 |
SCP-988-KO | 15 Sep 2022 02:31 15 Sep 2022 02:31 | 6 |
SCP-715-KO | 13 Sep 2022 11:40 13 Sep 2022 11:40 | 5 |
SCP-338-KO | 13 Sep 2022 11:37 13 Sep 2022 11:37 | 2 |
SCP-536-KO | 10 Sep 2022 06:56 10 Sep 2022 06:56 | 18 |
SCP-966-KO | 08 Sep 2022 11:34 08 Sep 2022 11:34 | 7 |
SCP-722-KO | 06 Sep 2022 16:00 06 Sep 2022 16:00 | 2 |
SCP-455-KO | 06 Sep 2022 15:52 06 Sep 2022 15:52 | 2 |
SCP-694-KO | 02 Sep 2022 11:24 02 Sep 2022 11:24 | 5 |
SCPTEMP | 31 Aug 2022 12:05 31 Aug 2022 12:05 | 4 |
SCP-770-KO | 29 Aug 2022 09:14 29 Aug 2022 09:14 | 2 |
SCP-885-KO | 27 Aug 2022 18:45 27 Aug 2022 18:45 | 6 |
SCP-243-KO | 26 Aug 2022 08:41 26 Aug 2022 08:41 | 1 |
SCP-961-KO | 24 Aug 2022 15:14 24 Aug 2022 15:14 | 8 |
SCP-802-KO | 20 Aug 2022 18:39 20 Aug 2022 18:39 | 1 |
SCP-946-KO | 20 Aug 2022 14:56 20 Aug 2022 14:56 | 0 |
SCP-496-KO | 20 Aug 2022 14:33 20 Aug 2022 14:33 | 1 |
SCP-249-KO | 20 Aug 2022 14:32 20 Aug 2022 14:32 | 2 |
SCP-239-KO | 20 Aug 2022 13:27 20 Aug 2022 13:27 | 0 |
SCP-262-KO | 20 Aug 2022 13:15 20 Aug 2022 13:15 | 0 |
SCP-422-KO | 20 Aug 2022 11:56 20 Aug 2022 11:56 | 1 |
SCP-840-KO | 10 Aug 2022 10:56 10 Aug 2022 10:56 | 7 |
SCP-490-KO | 07 Aug 2022 09:44 07 Aug 2022 09:44 | 7 |
SCP-282-KO | 07 Aug 2022 06:25 07 Aug 2022 06:25 | 2 |
SCP-280-KO | 06 Aug 2022 02:37 06 Aug 2022 02:37 | 3 |
SCP-646-KO | 03 Aug 2022 02:54 03 Aug 2022 02:54 | 1 |
SCP-676-KO | 31 Jul 2022 14:38 31 Jul 2022 14:38 | 0 |
SCP-952-KO | 31 Jul 2022 10:42 31 Jul 2022 10:42 | 1 |
SCP-495-KO | 30 Jul 2022 14:06 30 Jul 2022 14:06 | 3 |
SCP-276-KO | 28 Jul 2022 12:58 28 Jul 2022 12:58 | 2 |
SCP-507-KO | 26 Jul 2022 23:58 26 Jul 2022 23:58 | 7 |
SCP-430-KO | 24 Jul 2022 09:22 24 Jul 2022 09:22 | 1 |
SCP-742-KO | 23 Jul 2022 12:24 23 Jul 2022 12:24 | 6 |
SCP-922-KO | 23 Jul 2022 10:23 23 Jul 2022 10:23 | 6 |
SCP-639-KO | 22 Jul 2022 12:28 22 Jul 2022 12:28 | 0 |
SCP-948-KO | 21 Jul 2022 08:10 21 Jul 2022 08:10 | 3 |
SCP-636-KO | 19 Jul 2022 17:56 19 Jul 2022 17:56 | 1 |
SCP-275-KO | 19 Jul 2022 14:10 19 Jul 2022 14:10 | 3 |
SCP-365-KO | 17 Jul 2022 01:49 17 Jul 2022 01:49 | 10 |
SCP-542-KO | 17 Jul 2022 01:26 17 Jul 2022 01:26 | 2 |
SCP-811-KO | 13 Jul 2022 14:43 13 Jul 2022 14:43 | 1 |
SCP-482-KO | 12 Jul 2022 13:30 12 Jul 2022 13:30 | 4 |
SCP-741-KO | 04 Jul 2022 04:44 04 Jul 2022 04:44 | 9 |
SCP-135-KO | 03 Jul 2022 12:49 03 Jul 2022 12:49 | 1 |
SCP-268-KO | 29 Jun 2022 15:57 29 Jun 2022 15:57 | 11 |
SCP-807-KO | 29 Jun 2022 02:17 29 Jun 2022 02:17 | 3 |
SCP-915-KO | 28 Jun 2022 23:53 28 Jun 2022 23:53 | 0 |
SCP-854-KO | 26 Jun 2022 11:46 26 Jun 2022 11:46 | 2 |
SCP-511-KO | 25 Jun 2022 16:48 25 Jun 2022 16:48 | 15 |
SCP-852-KO | 25 Jun 2022 05:59 25 Jun 2022 05:59 | 2 |
SCP-749-KO | 25 Jun 2022 05:25 25 Jun 2022 05:25 | 4 |
SCP-258-KO | 25 Jun 2022 05:23 25 Jun 2022 05:23 | 0 |
SCP-928-KO | 25 Jun 2022 05:16 25 Jun 2022 05:16 | 6 |
SCP-543-KO | 22 Jun 2022 13:25 22 Jun 2022 13:25 | 3 |
SCP-968-KO | 22 Jun 2022 08:41 22 Jun 2022 08:41 | 1 |
SCP-324-KO | 21 Jun 2022 00:54 21 Jun 2022 00:54 | 3 |
SCP-971-KO | 19 Jun 2022 12:43 19 Jun 2022 12:43 | 2 |
SCP-295-KO | 17 Jun 2022 12:23 17 Jun 2022 12:23 | 1 |
SCP-334-KO | 14 Jun 2022 23:40 14 Jun 2022 23:40 | 3 |
SCP-944-KO | 12 Jun 2022 08:55 12 Jun 2022 08:55 | 6 |
SCP-965-KO | 12 Jun 2022 06:25 12 Jun 2022 06:25 | 1 |
SCP-706-KO | 08 Jun 2022 12:30 08 Jun 2022 12:30 | 1 |
SCP-729-KO | 02 Jun 2022 12:02 02 Jun 2022 12:02 | 2 |
SCP-991-KO | 18 May 2022 09:48 18 May 2022 09:48 | 3 |
SCP-558-KO | 15 May 2022 14:57 15 May 2022 14:57 | 4 |
SCP-464-KO | 15 May 2022 13:41 15 May 2022 13:41 | 4 |
SCP-660-KO | 15 May 2022 12:25 15 May 2022 12:25 | 1 |
SCP-518-KO | 15 May 2022 01:58 15 May 2022 01:58 | 2 |
SCP-794-KO | 14 May 2022 14:48 14 May 2022 14:48 | 2 |
SCP-576-KO | 06 May 2022 12:45 06 May 2022 12:45 | 1 |
SCP-798-KO | 06 May 2022 12:05 06 May 2022 12:05 | 4 |
SCP-255-KO | 05 May 2022 07:33 05 May 2022 07:33 | 5 |
SCP-260-KO | 04 May 2022 11:59 04 May 2022 11:59 | 4 |
SCP-728-KO | 03 May 2022 14:24 03 May 2022 14:24 | 2 |
SCP-635-KO | 02 May 2022 10:06 02 May 2022 10:06 | 3 |
SCP-726-KO | 21 Apr 2022 12:31 21 Apr 2022 12:31 | 6 |
SCP-330-KO | 19 Apr 2022 10:55 19 Apr 2022 10:55 | 4 |
SCP-634-KO | 18 Apr 2022 17:14 18 Apr 2022 17:14 | 2 |
SCP-535-KO | 18 Apr 2022 09:13 18 Apr 2022 09:13 | 11 |
SCP-534-KO | 15 Apr 2022 11:11 15 Apr 2022 11:11 | 4 |
SCP-361-KO | 14 Apr 2022 15:33 14 Apr 2022 15:33 | 3 |
귀여운가오리.
가세요이제
댓글 보기