Last oekaki post was 4 days, 20 hours, 28 minutes ago
Filter boards

Literature
Mqio’te Massacre - PART 1
(Genital Mutilation, Snuff, Guro, Cannibalism, FFff 16/13/10/7)

The world of Final Fantasy 14 is owned by Squre Enix. I own no rights to the places and races mentioned in the story. This is entirely a work of fiction and fantasy, with absolutely no basis in reality. I do not condone any of the actions or viewpoints presented in this story. Please treat all women with the respect they deserve, they are our mothers, daughters, sisters, nieces, friends and peers.



In the land of Eorzea live many races of people. The high technologically advanced Garlean Empire, the magic and technology allied nations of Gridania, Limsa Lominsa and Ul’dah, and finally - at the bottom rung - the beastmen tribes. Beastmen was a very broad categorization of species ranging from spry prankster pixies, to fuzzy mischievous moogles, to the war-like tribes of the Amalj’aa lizard folk and Xali bird men, and many other types.

Although bestmen outnumber both the allied nations and the empires, their sole reliance magic in its purest form left them at a disadvantage from the more technologically savvy nations. The clear divide has led to numerous conflicts and underlying resentment. But technology seems to always win. Well, almost always.

In the far reaches of Southern Thanalan some tribes of both allied nations people, and bestmen tribe lived in a more even grounded state of being. The bestmen being a bit more technologically advanced than most, and the nations people being a little bit more tribal - both meeting somewhere in the middle. It is a constant balance of tribal life, and technologically advanced warfare.


Comment too long, view post No.13039 to see the full comment.
>>
Damnit, of course, on my fourth read-through, after I posted, I see a few small grammatical errors here and there. That's the problem with writing this stuff - its hard to proof read because its so damn distracting to read in the first place!

If anyone wants another upload with the small changes, just chime in. Otherwise, I'll get started on Part 2 :)
>>
and yes, that above was me. For realz.
>>
very nice stuff. i would hope for a sequil showing what Kasaal finds... hopefully even younger prey for her.
>>
Yes indeed! I had meant Kasaal to be part 3, but no reason not to make her viewpoint part 2 instead. Glad you enjoyed part 1, please look forward to more soon!

Requests
It was a doujin where on a side scene there was this girl practicing track and field, and had all these guys behind her, and when she was caught she was raped, and had to try again. Anyone know what it was?
>>
after i made the post i realized i misspelled particular wrong. haha

Discussion
So, just a quick question as to why threads on GuroChan don't use pages?
Especially in threads were images are posted, this is seriously annoying, as you have to wait for all the images to load before you can scroll down. (Well, you can try before, but the images will keep on pushing the bottom of the site down until they are all loaded).

So yeah, pages would make life here A LOT easier.
But maybe I'm just not seeing the amazing reason as to why they aren't used?
>>
>>6907
Code complexity is about all, I would expect. Pretty much no *chan type server uses anything like that other than at the section overview level, they're all extremely simple (though Enclaved would probably beg to differ given his rant about having to disentangle the original spaghetti code in order to fix it) PHP/MySQL type affairs.

SELECT FROM TABLE "artwork" WHERE $THREAD = "1429" and all that.

Heck it might even be a simpler filesystem based setup given how the "forum" and "thread" addresses are given... e.g. for this thread, gurochan.cx/dis/res/6907.html ... this is thread #6907, and it's in Discussion, so each new post regenerates the code of page file 6907.html under folder /dis/res on the gurochan server. Loading the page then requires nothing more than reading the html, and any images inlined to it (which are also stored in a big flat pile inside /dis/res, and found by searching their numerical filename). Doesn't even separate threads into their own folders... I mean, I'd expected this to be more index.html in /dis/res/6907, but that's evidently not the case (or at least, what we can see from the client side doesn't reflect that; it might be like that in reality with the server-side software doing some live translation between the apparent and actual filesystems).

Very messy, but still entirely effective, and about as simple as it's possible to make. Writing the files so that they cut each page into sections would require adding an extra level of intelligence to the file authoring code to judge where to split them up and providing the nav links, and either making multiple .html files for each page as it grew (not the most difficult, admittedly, as just adding an underscore and then a pair of hex characters would allow 256 separate pages), or twiddling the CSS to fake that (I've no idea myself how you'd make that work, but presume it's doable; however, your browser would still have to load the entire html file even if not the pictures, and in some text-heavy threads the data load of the text and html code can outweigh that of the thumbnailed images).

Or in other words, if you're that bothered, contact the admin and offer to set it up for him, I'm sure he'd be delighted at not having to fuck with the board code any further in order to provide a change whose benefit is somewhat marginal unless you're stuck on 56k or using an ancient Celeron with very little RAM.

Comment too long, view post No.6918 to see the full comment.
>>
* s/regenerates page code/appends a new post section at the end of the page code (just above the footer)

Like, I doubt it would rewrite the entire page, that would get pretty heavy for the longer ones, and require some kind of separate database or at least creating a temporary single-thread one in the server memory. Much easier to just have each post on a thread marked out with some kind of comment tag (so they can be deleted in a fairly simple manner later on - just erase those particular tags and everything between them, plus any associated image file), and with each new one erase the (standardised) footer, then write in the post data and reappend the footer. The html files themselves become the in-place database, making for a considerable saving in terms of disc space and processing overhead.
>>
SELECT * FROM ThreadPosts WHERE threadId = "whatever" ORDER BY postDateTime LIMIT {postsPerPage*pageNumber}, {postsPerPage};

would work in MySQL.

And pages threads are useful for more than just load times - it helps you save your place. Instead of having to save something you can Ctrl-F to some file, you can just look up the last page of the thread in your browser history - or if you've set up your browser to re-open the last session's tabs, you're immediately back where you left off.
>>
And here's page functionality in JS: pastebin.com/J0rHXEVi

This could easily be made into a browser extension, but for now, do the following to get it working:

1. Append ?page=[n] to the end of a thread URL, where [n] is the page number starting at 1.
2. Reload the page to apply this change.
3. Open the developer tools by pressing F12.
4. Navigate to the "Console" tab.
5. Paste the provided code (see Pastebin link) into the console and press Enter.
>>
And here's a Chrome extension based on the code I posted earlier: chrome.google.com/webstore/detail/gc-pagination/hjchpmmpmlpobmihjoiafhofacfampmf

Literature
Hello friends,

I'm new / not new here. Ive been lurking on and off since probably 08 or 09, but a while either way. I've posted a few comments here and there but never with a name attached. Since I'm putting my story out here I guess i should stack a name with it.

This is the second story that I have written and only the first that I have posted. I am by no means a writer, in fact grammar and spelling has been difficult for some reason. So this has been a slow going process.

All that said I am very much looking forward to feedback and suggestions. I have more written, but only this much edited to where I can stomach showing it to others.

One last thing. A real big shout out to JestinPieces, Poguemahone, and any others out there exploring this genre.

Ooo Im so super excited I'm literally giggling and about to pee myself~ Today's the day I turn 18! And let me tell you I've got something pretty big planned. Something that I haven't mentioned to anyone one yet... Its going to be wild.. like, I cant believe I'm actually doing it... its going to be totally life changing! When some girls turn 18 they go and get tattoos, others maybe get plastic surgery, or even go right into porn. Let me say what I'm doing goes above and beyond any of that. But before I get too far into it let me back up and set the scene...

...

Comment too long, view post No.12780 to see the full comment.
>>
Always happy to see more non-lethal works. You say you're not a writer, but don't sell yourself short: that was a great first effort. The premise is original as well as interesting, and the whole thing is well-written. On the technical front there are some minor spelling and grammar issues here and there, but nothing that detracts from the story too much.

I'm certainly looking forward to reading more of your work. I don't suppose I could convince you to post your unpublished story as well?
>>
Yeah what JIP said. That was really, really excellent. I like the fact that you don't even attempt to explain why girls turning themselves into skeletons without any negative consequences is a thing. Trying to explain something like that is basically impossible and gets in the way of why we're all here: really hot guro content.

I'd love to see more from you!
>>
Thanks! I'm glad that both of you enjoyed it.

Currently I've got one or two more chapters written and unedited for this story. Ive also got a bit of another story that can tie in with this one.

>>12786
The other story I started first is a lot different from this one. It actually started out as an rp and then the other person and I had a difference of opinion. So its written from a couple of perspectives. The kinks are a bit different too. Rough fucking, gaping, prolapsing, and scat, lots of scat, and bestiality. I recently started breaking it down into chapters and will one day post what I edit into.

There's a third story I have started that involves nipple fucking and eye fucking so far but I'm not sure what direction to go with it now. I need to fill out some more areas and then I'll try to get that up and see if anyone can inspire another chapter in that one.

>>12787
I do enjoy some attempts to rationalize and justify a characters ability to survive the un-survivable with either science or magic, but yeah I kind of liked the idea of leaving that out for the same reasons you mentioned.
>>
>>12789
I'd like to see your take on eye fucking. Maybe something where it just sort of grows back, same way the lady in the Oglaf comic "Pinkeye" assumed it would? Or maybe there's a particular class of people who can cause otherwise impossible regeneration by ejaculating into a wound, and they might as well have fun with it.

Freakshow
Idk why this is so hot to me.
>>
> Ugly bastards fucking cute girls


This sentence describes most of hentai imho. :-/
>>

Freakshow
Anything where the woman is bigger, deadlier, stronger, more 'hideous', more 'badass', larger, more capable of survival than the male or your average person.

This doesn't just mean one thing but a cluster of things. She could be tall and muscular, or half alien, and orc, robot implants, deadly or poisonous in some way.
24 posts omitted. Click Reply to view.
>>
>>
>>
>>
>>

Requests
Ive been lookin for her nudes everywhere but cant seem to find them
>>
>>9449

She's a minor
>>
so what
>>
That's child pornography, dude.
>>
>>9449

A small reminder, that this is not a site hosting illegal material.
If you really want those you should probably look into the deep web, there are a bunch of pedophile forums still running.
(Don't ask me how i know)

File Sharing
Free Hentai Stream and Download Online With Fastest Server Google Drive,Youtube. High Quality HD Hentai.
visite ;http://3dhentaii.blogspot.com/
>>
Sorry, the website is down. Google killed it due to an obvious reason.
>:( fak!
>>
go visit this
website: hentai.animeholics.org
>>
>>1259
Last time I tried, it doesn't work. Not even a single cache from the web hosting company.
>>
Here's the one I use. Works great for me, and has TONS of vids.

Website: hentaimama.com/

Discussion
Happy you're back
>>
thanks for keeping this site running.
>>
:D

Requests
Does anyone have pics from the manga, blangel?

Literature
This story is about Eva La Fey, she is a 23 year old young adult, this story will tell her how she became like this.


Eva is 6 years old half asian and half caucasian girl with a lot of behavior problems like hitting and picking on other kids and not behaving to social rules, wearing only black panties and a black short yukata with flowers on it because she cant pay better clothes, she is a orphan and lives in a orphanage in the east asian mega city, That city is build up from hongkong to beijing to seoul to tokyo. The mega city is so big that they even closed the sea between the cities to build more houses. Eva her orphanage is in the kabukicho district. The streets are flooded with prositutes, street kids, sex offenders, gang members, mafia. Kabukicho is famous for the redlight district, soap massages, hostess bars, geisha schools and houses, love hotels, cosplay cafes and a lot more, now a days is prostitution legal in the city so there are also a lot of brothels and stripclubs available a long with many internet cafes and sexshops. Eva is supposed to be taken care of by the orphanage but they only provide a sleeping place for the kids and some breakfast, the kids can walk in and out whenever they want between 00:00 AM and 8 AM, after 8 AM they are thrown out on the streets and cant come back before 00:00 AM. So like many Eva started doing jobs for the older girls and women that worked the district. getting supplies from the store like lube, condoms, food, drinks, smokes and medicine. She also did a lot of other things like reading and writing for some of the girls that couldnt do that, they never learned because they were to poor for school. A lot of the more educated girls like the geisha knew that Eva was a very smart girl so 1 of them told a man about Eva, he told her that she should send Eva over to him. The next day when Eva came to her she told her about the man and Eva went to him right away. She arrived at the destination, it was build like those old japanese houses with paper walls and tatami mats as a floor, only they used modern materials now. She ringed the bell and a man about 50 years old opened the door. "Hello little girl, you must be Eva, I am Mister Dimitrov" Eva smiled to the man, "It's a pleasure to meet you sir" She said while taking a bow. Dimitrov let her come inside and made some tea for both of them, they sit down at the table in his living room "Ok Eva, i heard a lot of good things about you, that you are a very smart girl

Comment too long, view post No.12945 to see the full comment.
>>
please tell me if you like it or not, if you do i will provide you all in the coming days with more stories about how Eva became a very dangerous woman.
>>
A little bit of formatting would go a long way. It's hard to read it as it is. Break it down into more paragraphs.
>>
>>12953
Agreed with this anon. OP, please read the /lit/ sticky by Andlex.
>>
Thanks a lot for the comments, i will work on that, do you all enjoy the story so far?
>>
>>12955

It's ok so far.

Discussion
Fresh install system. Cookies died, account long lost.
>>
>>7072
... make new account

Literature
When I woke up in my new body, first thing I noticed was how much smaller it was than my last one. I spent a minute getting used to it, moving my limbs around and touching myself in various places while the machine applied make-up on my face.

When it was done, I got up and looked in the mirror - I was a small, young, blonde, curvy, sexy girl with a very slutty make-up with a lot of green in it. Weird, I was pretty sure that He preferred brunettes.

In the next room, I was expecting to put on clothes, but they never were brought in. I decided that He probably wanted me naked and rushed out and down the hallway, to our playroom.

When I entered, the first thing that struck me was the smell. It smelled like a slaughterhouse with air sanitizers desperately trying to mask the smell with lavender and… some other smells I didn’t recognize. The floor of the room was one big, leather-covered bed. He was too busy trying to fit His cock inside of my corpses’ intestines to notice me.

I silently approached Him and gently put my hand on my corpses’ gut, pushing it over His cock like a condom. He noticed me and smiled, moving forward for a kiss. His face was covered in blood and there was a piece of flesh hanging from His chin. I licked it off and we shared it in a kiss, chewing in turns and spitting back into each other’s mouths, as I jerked His cock with inside of my corpse’s gut. Eventually I swallowed the meat and kissed Him hard again.

“I like your new body” He said.

“I’m glad you like it, baby! I like how big my butt is. I think I could learn to twerk it for your next visit if you want me to.”

Comment too long, view post No.13001 to see the full comment.
>>
This concept is pretty hot. I like the detail where the make-up is applied to the reincarnations automatically.

Literature
The Shortcut

Combat, snuff, humans vs. dragon.




On a sunny day of late spring over a mountain pass walked a couple of humans and a donkey, pulling an oblong cart. Both toned and confident, both equipped with a leather cuirass and a short sword. Despite the perfect weather and clear, if grassy path, woman just couldn't calm down.

-We shouldn't have trusted that map. If this way really was any good - there would be a road here!
-Well, there's no road, but there's a way. See? The map has been true so far.
-Then why there's no road here?
-Because people are cowards and like to stick to tradition instead of risking new paths.
-Someone made that map. Yet no one walks this way.

Comment too long, view post No.12931 to see the full comment.
>>
Aaaaah! Silly me! Silly me! >_< Shouldn't have rushed and one-shot it. Forgot to add few things. Should have let it sit and brew for a day. Could have added more details. But here it is. Hope you still like it. I tried to make it tragic.
>>
Zero comments. Was it that bad? >_>
>>
Don't worry, that's normal! I was entertained. It was coherent and interesting. You don't get a lot of love unless you do really over the top fetish stuff.

I also bet people would talk a lot more if you practiced so much your writing was undeniably amazing, but I've never experienced that so I can't prove it!

Anyway, I liked it! You should write more!
>>
The dragon submitting to the humans was very hot, that scene by itself was worth the price of admission.

Literature
Last week I finally had a little time to write and I managed to finish a short story that I had in my mind for a while. Its a concept that others had tried before, though I think this one is somewhat different and you might like it.

I am also working in another story, much more brutal than this one, that might be finished by the end of the week. I will post it here too if people are interested in a girl being burned alive as revenge by the police.

Also, if you like it and want to read more, check out my website at www asstr org/~Eficient/



disclaimer: This story is entirely fictional, along with all characters and events described in it. Any resemblance with real life is just a coincidence. Harming another human being is wrong and in no way I am trying to convey the opposite. Please, don't do anything like this!




It was getting late, and I knew that soon it would be too dark to keep going. Above me, the trees closed on one and other, blocking what little light came from the darkening sky. They were beeches and oaks, their barks so dark that they looked almost black.

Comment too long, view post No.12801 to see the full comment.
>>
This is some beautiful writing here. You portrayed ambiguousity of while situation rather well and would definitely read more of your work.
>>
Thanks Orion, I am glad you liked it!
>>
Very nice, the grammar mistakes leave something to be desired though.
>>
>>12868
Thanks, I am glad you liked it. Sorry about those mistakes. I have never found a proofreader and no matter how many times I go over a story before posting it, some always slip by...

Furry
Can contain incest snuff of any furry, anthro, feral creatures. Can be of any fandoms, but must contain family relations and gore. Incest play is okay, too. Also, the killer does not have to be the one related, and mass family killings welcome. Age not a factor.
>>
Here's a few more just for fun.
>>
>>
>>
Also, yes, I know most of this fits in a few other categories of threads, but this is more general and has a very narrow window compared to the others. You'll find myself of mix of furry and pony, but others can post here, too.

Freakshow
tough/muscular girls showing weakness/softness
>>
>>
>>

Requests
chan(dot)sankakucomplex(dot)com/post/show/5521671

I came across the above image and thought it seemed like something fairly easy to put a guro spin on. Of course, I am not a good artist at all, so I was hoping someone here could pull it off.

Also, if anyone else wants to put up other images that they think could be fairly simple to convert into Guro, feel free to do so.

Literature
I have posted most of these little short pieces elsewhere, but thought those here might enjoy them.


Letters Home




Dear Mom and Dad,

I'm really loving Hollywood. You won't believe it, but I've already had an offer for a snuff role, and I haven't even been here a week! I got cast in "Guillotine Gangbang #24", and it was a great scene. There were eight girls arranged in a circle, each with the cord to the next girl's guillotine in her mouth, and eight guys fucking them, taking turns around the circle. There were also eight of us giving the guys rimjobs as they fucked. It was great! You know how I love rimming (thanks for the lessons!), and my last guy came when the girl lost her head. It was a real thrill to feel his ass clenching around my tongue. Then I ate his come out of her pussy. The guys who didn't come right away went to the middle and played with the heads until they shot.

Anyway, the director, Jack Savage, said he loved my enthusiasm, and he wanted me for the next "Facesitting Fatalities" picture. You know how much I love his stuff, and it sounds like a really great way to go. Of course I was thrilled, and I told him so, but I said I wanted to build up my professional credits first. When I go, I want everybody to pay attention, and not just because it's a hot scene.

Love, Jenny
14 posts omitted. Click Reply to view.
>>
Bump to keep from losing this
>>
Id love to see letters from different talented actresses!
>>
Bump~
>>
Bump
>>
Yes more plz

Discussion
I just did part of my fetish, I want to be cut in half and live so I can play with my pussy without feeling it, so I used anesthais and I played with my pussy can't feeling pleasure but my tits was good
1 posts omitted. Click Reply to view.
>>
Well so good, I don't feel my pussy like normal but more like a pressure so I did finger and insert large things inside but I did have pain after but my tits was going crazy. Just the feeli g of my tits and licking of my fingers, woohoo good. But it did cost me a lot of money all that. Next time sex like that
>>
I want to hear more about this!
>>
Yes, it is very interesting to hear what "large things" you inserted there that made it feel pain later.

And what kind of anesthesia it was.
>>
Yes, I know, I want to know how big you could stretch yourself? I want to try this myself.
>>
Well i dont know i just paid a nurse to do it, am crazy but not that much.

Dildo, what was ylu thinking.

You know girl like to talk sex too,

If you want to try well find a nurse amd paid. Have fun

Delete post: []
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] [306] [307] [308] [309] [310] [311] [312] [313] [314] [315] [316] [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] [337] [338] [339] [340] [341] [342] [343] [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] [355] [356] [357] [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371] [372] [373] [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389] [390] [391] [392] [393] [394] [395] [396] [397] [398] [399] [400] [401] [402] [403] [404] [405] [406] [407] [408] [409] [410] [411] [412] [413] [414] [415] [416] [417] [418] [419] [420] [421] [422] [423] [424] [425] [426] [427] [428] [429] [430] [431] [432] [433] [434] [435] [436] [437] [438] [439] [440] [441] [442] [443] [444] [445] [446] [447] [448] [449] [450] [451] [452] [453] [454]