<<silently>>
/* Player */
<<set $player = {
name: "default",
lastname: "default",
title: "default",
tits: 0,
vag: 0,
ass: 0,
lips: 0,
hand: 0,
bimbo: 0,
antidote: 0,
pussy_description: ""
} >>
<<set $sophia = {
bimbo: 0,
antidote: 1,
} >>
<<set $oprah = {
bimbo: 0,
antidote: 1,
} >>
<<set $helga = {
bimbo: 0,
antidote: 0,
} >>
<<set $shi = {
bimbo: 0,
antidote: 0,
} >>
<<set $game = {
pixelSize: 640 }
>>
<</silently>><<silently>>
/// Флаг отладки
<<set $debug to false>>
<<set $gamestart = 0>>
<<set $time = 0>>
<<set $oldlabkey = 0>>
<<set $basementkey = 0>>
<<set $evidence = 0>>
<<set $helgadom = 0>>
<<set $searchlibrary = 0>>
<<set $searchbigroom = 0>>
<<set $searchexit = 0>>
<<set $searchwardrobe = 0>>
<<set $searchfireplace = 0>>
<<set $searchcorridor = 0>>
<<set $searchdiningroom = 0>>
<<set $searchbasement = 0>>
<<set $searchtoilet = 0>>
<<set $searchhall = 0>>
<<set $searchguestroom = 0>>
<<set $searcholdlab = 0>>
<<set $librarytrail = 0>>
<<set $enigmatrail = 0>>
<<set $fireplacetrail = 0>>
<<set $syringetrial = 0>>
<<set $cupcaketrial = 0>>
<<set $sophiahelp = 0>>
<<set $bottlesuck = 0>>
<<set $bottlefuck = 0>>
<<set $gloryhole = 0>>
<<set $fireplaceporn = 0>>
<<set $sexmachine = 0>>
<<set $toilet1 = 0>>
<<set $bimbogasstop = 0>>
<<set $bimbogas1 = 0>>
<<set $bimbogas2 = 0>>
<<set $bimbogas3 = 0>>
<<set $bimbogas4 = 0>>
<<set $bimbogas5 = 0>>
<<set $bimbogas6 = 0>>
<<set $bimbogas7 = 0>>
<<set $bimbogas8 = 0>>
<<set $bimbogas9 = 0>>
<<set $bimbogas10 = 0>>
<<set $bimbogas11 = 0>>
<<set $bimbogas12 = 0>>
<<set $lipsArrayData to [
["You have some kind of narrow strip on your face instead of normal lips.", "images/body/lips00.jpg"],
["You have small, expressionless lips.", "images/body/lips01.jpg"],
["Medium lips: not great, not terrible.", "images/body/lips02.jpg"],
["You have big lips; they immediately let men know that you like to suck.", "images/body/lips03.jpg"],
["You have incredible inhuman lips. Give the duck back her beak, bitch!", "images/body/lips04.jpg"]]>>
<<set $boobsArrayData to [
["You have micro-boobs, that's what microscopes were invented for.", "images/body/tits00.jpg"],
["You have small and sexy breasts.", "images/body/tits01.jpg"],
["You have awesome and hot tits.", "images/body/tits02.jpg"],
["You have huge melons.", "images/body/tits03.jpg"],
["You have huge udder; fuck, are you a girl or a cow?", "images/body/tits04.jpg"]]>>
<<set $assArrayData to [
["You have a mini butt, it could use a little fat.", "images/body/ass00.jpg"],
["You have a typical average butt.", "images/body/ass01.jpg"],
["Your big butt attracts a lot of attention.", "images/body/ass02.jpg"],
["You have a huge ass, the kind that usually get stuck in washing machines.", "images/body/ass03.jpg"],
["You have a huge grotesque ass, don't get stuck in the doorway.", "images/body/ass04.jpg"]]>>
<<set $pussyArrayData to [
["You have a virgin hole between your legs.", "images/body/vag00.jpg"],
["You have a narrow pussy between your legs.", "images/body/vag01.jpg"],
["You have a slightly torn vagina between your legs.", "images/body/vag02.jpg"],
["You have a fucked-up, leaking vulva.", "images/body/vag03.jpg"],
["You have a huge, disgusting, fucked-up cunt with fleshy labia.", "images/body/vag04.jpg"]]>>
<<set $handArrayData to [
["Your hands and nails are unkempt. Do you work in a mine or something like that?", "images/body/hand00.jpg"],
["You have rough skin on your hands and unpainted nails.", "images/body/hand01.jpg"],
["You have normal hands and well-groomed nails.", "images/body/hand02.jpg"],
["You have delicate hands and long painted nails.", "images/body/hand03.jpg"],
["You have delicate hands and incredibly long painted nails with rhinestones; you can't do anything with your hands normally.", "images/body/hand04.jpg"]]>>
<</silently>><<nobr>><<if $restore_player == 1>><<set $player = $backup_player >><<set $restore_player = 0>><</if>>
<</nobr>><table>
<tr>
<<set $textData = $lipsArrayData[$player.lips]>>
<<if $textData is undefined>>
<td> Нет данных</td><td> Нет данных</td>
<<else>>
<td><div>$textData[0]</div></td><td><<print '<img src="'+$textData[1]+'" style="width: 200px;">'>></td>
<</if>>
</tr>
<tr>
<<set $textData = $boobsArrayData[$player.tits]>>
<<if $textData is undefined>>
<td> Нет данных</td><td> Нет данных</td>
<<else>>
<td><div>$textData[0]</div></td><td><<print '<img src="'+$textData[1]+'" style="width: 200px;">'>></td>
<</if>>
</tr>
<tr>
<<set $textData = $assArrayData[$player.ass]>>
<<if $textData is undefined>>
<td> Нет данных</td>
<td> Нет данных</td>
<<else>>
<td><div>$textData[0]</div></td>
<td><<print '<img src="'+$textData[1]+'" style="width: 200px;">'>></td>
<</if>>
</tr>
<tr>
<<set $textData = $pussyArrayData[$player.vag]>>
<<if $textData is undefined>>
<td> Нет данных</td>
<td> Нет данных</td>
<<else>>
<td><div>$textData[0]</div></td>
<td><<print '<img src="'+$textData[1]+'" style="width: 200px;">'>></td>
<</if>>
</tr>
<tr>
<<set $textData = $handArrayData[$player.hand]>>
<<if $textData is undefined>>
<td> Нет данных</td>
<td> Нет данных</td>
<<else>>
<td><div>$textData[0]</div></td>
<td><<print '<img src="'+$textData[1]+'" style="width: 200px;">'>></td>
<</if>>
</tr>
</table>
<<back "Return.">><<if $gamestart == 1>><<nobr>>
<div class="clock" ><<current_time>></div><</nobr>>
<b>$name</b>
<<nobr>><<if $player.bimbo lte 3>>
<img src="images/body/face01.jpg" style="max-width: 205px; max-height: 238px;" />
<<elseif $player.bimbo gte 4 and $player.bimbo lte 6>>
<img src="images/body/face02.jpg" style="max-width: 205px; max-height: 238px;" />
<<else>>
<img src="images/body/face03.jpg" style="max-width: 205px; max-height: 238px; " />
<<endif>><</nobr>>
Bimbofication: $player.bimbo
Antidote: $player.antidote
[[Body]]<</if>>
<i>by Blood-Red_Circus and wwall
[[More Games]]</i><<include "CharacterInit">>
<<include "ItemInit">>
<<include "widgets">><<show-img jugsaw01>>
<b>"JUGSaw"</b> is a non-commercial parody porn mini-game based on the cult film "Saw" (part two).
The game contains profanity, humiliation, cruelty, sex, BDMS, body modification, psychotropic drugs.
The authors condemn and do not promote violence, illegal substances and humiliation of other people (without their informed consent). The game is an exclusively entertaining project.
All events and characters are fictitious.
By clicking the "Next" button, you confirm that you have read this note, agree to a dismissive and offensive attitude towards the character controlled by you, and take all further responsibility upon yourself.
[[Next.|start00]]<<show-img warning>>
<b>Warning!</b>
This game is intended for people of legal age.
To continue, please confirm that you are of legal age.
[[I confirm that I am of legal age.|choice]]
[[I'm not of legal age.|badend0]]
<<widget "describe-ass" name>>
\<<silently>>
<<set $localText = $describe_ass[_args[0]][$player.ass]>>
<</silently>>\
$localText
<</widget>>
<<widget "describe-boobs" name>>
\<<silently>>
<<set $localText = $describe_boobs[_args[0]][$player.tits]>>
<</silently>>\
$localText
<</widget>>
<<widget "describe-vagina" name>>
\<<silently>>
<<set $localText = $describe_vagina[_args[0]][$player.vag]>>
<</silently>>\
$localText
<</widget>>
<<widget "describe-lips" name>>
\<<silently>>
<<set $localText = $describe_lips[_args[0]][$player.lips]>>
<</silently>>\
$localText
<</widget>>
<<widget "describe-hand" name>>
\<<silently>>
<<set $localText = $describe_hand[_args[0]][$player.hand]>>
<</silently>>\
$localText
<</widget>>
<<widget "save-player" >>
\<<silently>>
<<set $backup_player = $player>>
<</silently>>\
<</widget>>
<<widget "restore-player" >>
\<<silently>>
<<set $restore_player = 1>>
<</silently>>\
<</widget>>
<<widget "show-img" name >>
<<if $debug >>
<<print "имя сцены= "+passage()>>
<<print "картинка = "+_args[0]>>
<</if>>
<<print '<img class="medium" src="images/'+_args[0]+'.jpg" @style="\'width: ' + $game.pixelSize + 'px;\'">'>>
<</widget>>
<<widget "show-gif" name >>
<<if $debug >>
<<print "имя сцены= "+passage()>>
<<print "картинка = "+_args[0]>>
<</if>>
<<print '<img class="medium" src="images/'+_args[0]+'.gif" @style="\'width: ' + $game.pixelSize + 'px;\'">'>>
<</widget>>
<<widget bimbogas>>
\<<silently>>
<<if $time gte 60 and $bimbogas1 == 0>><<set $bimbogasstop = 0>><<set $bimbogas1 = 1>><</if>>
<<if $time gte 120 and $bimbogas2 == 0>><<set $bimbogasstop = 0>><<set $bimbogas2 = 1>><</if>>
<<if $time gte 180 and $bimbogas3 == 0>><<set $bimbogasstop = 0>><<set $bimbogas3 = 1>><</if>>
<<if $time gte 240 and $bimbogas4 == 0>><<set $bimbogasstop = 0>><<set $bimbogas4 = 1>><</if>>
<<if $time gte 300 and $bimbogas5 == 0>><<set $bimbogasstop = 0>><<set $bimbogas5 = 1>><</if>>
<<if $time gte 360 and $bimbogas6 == 0>><<set $bimbogasstop = 0>><<set $bimbogas6 = 1>><</if>>
<<if $time gte 420 and $bimbogas7 == 0>><<set $bimbogasstop = 0>><<set $bimbogas7 = 1>><</if>>
<<if $time gte 480 and $bimbogas8 == 0>><<set $bimbogasstop = 0>><<set $bimbogas8 = 1>><</if>>
<<if $time gte 540 and $bimbogas9 == 0>><<set $bimbogasstop = 0>><<set $bimbogas9 = 1>><</if>>
<<if $time gte 600 and $bimbogas10 == 0>><<set $bimbogasstop = 0>><<set $bimbogas10 = 1>><</if>>
<<if $time gte 660 and $bimbogas11 == 0>><<set $bimbogasstop = 0>><<set $bimbogas11 = 1>><</if>>
<<if $time gte 720 and $bimbogas12 == 0>><<set $bimbogasstop = 0>><<set $bimbogas12 = 1>><</if>>
<</silently>>\
<</widget>>
<<widget bimbogasevent>>
\<<silently>>
<<if $bimbogas1 == 1 or $bimbogas2 == 1 or $bimbogas3 == 1 or $bimbogas4 == 1 or $bimbogas5 == 1 or $bimbogas6 == 1 or $bimbogas7 == 1 or $bimbogas8 == 1 or $bimbogas9 == 1 or $bimbogas10 == 1 or $bimbogas11 == 1 or $bimbogas12 == 1>><<goto "bimbogasevent">><</if>>
<</silently>>\
<</widget>>
<<widget trials>>
\<<silently>>
<<if $time gte 100 and $librarytrail == 0>><<set $librarytrail = 1>><</if>>
<<if $time gte 280 and $fireplacetrail == 0>><<set $fireplacetrail = 1>><</if>>
<<if $time gte 520 and $sophiahelp == 0 and $sophia.bimbo lte 3>><<set $sophiahelp = 1>><</if>>
<<if $time gte 640 and $enigmatrail == 0>><<set $enigmatrail = 1>><</if>>
<</silently>>\
<</widget>>
<<widget trialsevent>>
\<<silently>>
<<if $librarytrail == 1>><<goto "librarytrail01">><</if>>
<<if $fireplacetrail == 1>><<goto "fireplacetrail01">><</if>>
<<if $sophiahelp == 1>><<goto "sophiahelp01">><</if>>
<<if $enigmatrail == 1>><<goto "enigmatrail01">><</if>>
<</silently>>\
<</widget>>
<<widget end01>>
\<<silently>>
<<if $player.bimbo gte 10>><<goto "end01_01">><</if>>
<</silently>>\
<</widget>>
<<show-img badend0>>
Enjoy your youth!
And come back when everything is possible for you.<<show-img start00>>
Ok, let's go.
Want to watch the intro?
[[I want to watch the intro!|start01]]
[[Nah, I already played this game, skip the intro.|start12]]
<<show-img start01>>
<span class="player">"Fuck. Fu-u-uck..."</span> thoughts flash through your head. In your sick, buzzing and very heavy head. As if someone had been drinking all night, and to such an extent that he does not remember not only this night, but also everything else in his life.
Raising your head, you realize that you are in some old abandoned house. Together with four other girls. But... who are you?
[[Next.|start02]]<<show-img start02>>
<span class="oprah">"We're fucked. And this is fucking bullshit!"</span> Oprah threw her shoe at the TV.
<span class="sophia">"Don't lose your composure. This is what she wants from us,"</span> said the reasonable Sophia.
<span class="helga">"Oprah's right, we're fucked,"</span> shrugged the gothic Helga.
<span class="shi">"If we work together, we can handle this,"</span> encouraged the Asian Shi, then looked at you. <span class="shi">"Hey, girl. You still haven't told us what to call you?"</span>
<span class="player">"Call me..."</span>
[[Emma [easy difficulty: virgin, starts with bimbo level 0].|start13-1]]
[[Angela [medium difficulty: not a virgin, starts with bimbo level 1].|start13-2]]
[[Goldie [hard difficulty: far from a virgin, starts with bimbo level 3, breasts, ass and lips enlarged, manicure improved].|start13-3]]<<show-img start02>>
<span class="oprah">"You're such a sleepyhead. Even a storm wouldn't wake you up,"</span> the black girl giggled.
<span class="sophia">"Well, everyone's here, everyone's awake. I guess something's about to happen now,"</span> the skinny brunette shrugged.
<span class="player">"Wait, wait! Where are we? Who are you? I’m... who..."</span> you blurted out.
<span class="oprah">"Cunt glue,"</span> the African girl smirked again. <span class="oprah">"We're all in the same boat. No one here remembers anything or understands anything. Welcome to the team, bitch."</span>
[[Next.|start03]]<<show-img start03>>
Bitch? You glanced at the dirty and cracked mirror. It reflected an ordinary young girl. Dark hair, grey eyes, small breasts, skinny body.
But… You didn’t recognize yourself. You’re not even sure you’ve always been a girl. You’re not sure of anything. Fuck, your head hurts so much...
[[Next.|start04]]<<show-img start04>>
<span class="oprah">"First, we need to get out of here. Then you'll feel your tits and play with your pussy,"</span> said the rudest member of your involuntary company.
In the center of the room stood an old TV, which the brunette tried to turn on, but she couldn't.
<span class="shi">"Maybe, since we don't remember our names, we should come up with names? Or nicknames? We have to call each other something..."</span> said the Asian woman, who had been studying the wooden walls until then.
[[Next.|start05]]<<show-img start05>>
<span class="sophia">"I don't know why exactly, but the name Sophia keeps popping into my head,"</span> said the brunette, fiddling with the TV.
<span class="helga">"Helga. Just Helga,"</span> the gothic girl, who had been silent in the corner until then, said quietly.
<span class="oprah">"Yeah, fuck it, you can call me Oprah. I don't know who that is, but it sounds impressive. Like I'm the queen of all Blacks..."</span> the only African girl said pompously, naturally.
<span class="shi">"I'll just call myself Shi - easy to remember,"</span> the Asian girl shrugged her skinny shoulders.
Well, now it's your turn...
[[Next.|start06]]<<show-img start06>>
<span class="js">"Hello, bitches!"</span> the TV suddenly turned on, and Sophia even jumped away from it in surprise.
<span class="js">"I want to play a game with you..."</span> the cold and arrogant female voice from the TV continued.
<span class="oprah">"Get us out of here, you crazy white ho!"</span> Oprah screamed.
[[Next.|start07]]<<show-img start07>>
<span class="js">"Most people in our world don't need brains. Most don't create anything new, don't do anything creative, don't contribute to society..."</span> a girl in strange battle makeup said from the screen, as if she were some kind of scary doll. <span class="js">"You haven't used your intellect your entire life. From society's point of view, you are parasites. You are not able to give the world anything good with your mind. However, you are able to serve humanity in another capacity..."</span>
<span class="oprah">"I'll kick yo white ass, come here, you cunt-skank!"</span> Oprah didn't let up.
[[Next.|start08]]<<show-img start08>>
<span class="js">"Shut up, you stupid bitch!"</span> the girl on TV freaked out. <span class="js">"That's it! That's what I'm talking about, fuck. Her life depends on my words, and she's interrupting me. You're a brainless, useless creature... Where was I? Oh, right. You can serve humanity in another capacity - as sex dolls to satisfy human lust."</span>
[[Next.|start09]]<<show-img start09>>
<span class="js">"According to my highly accurate research, the more sexually satisfied a population is, the fewer crimes it commits and the fewer wars it wages. That is, depraved girls - sluts - contribute to our society. By becoming brainless sluts, you will not only benefit the world, but you will also become happy..."</span>
<span class="oprah">"Come here, you unsatisfied bitch, I'll fuck you with my fist right now!"</span> Oprah yelled.
[[Next.|start10]]<<show-img start10>>
<span class="js">"You are now under the influence of bimbo gas - my brilliant invention,"</span> the maniac nevertheless kept her cool and continued to lay out the rules. <span class="js">"The doors of the house will open in 12 hours, but by that time you will have turned into brainless dolls. The fact that you do not remember anything is one of the effects of my invention. And some even had time to change their bodies, and quite significantly... If you want to avoid the fate of a sex toy for draining sperm, then antidotes are scattered around the house - temporary blockers of bimbo gas. One antidote can protect your body for only 1 hour..."</span>
[[Next.|start11]]<<show-img start11>>
<span class="js">"However, to obtain antidotes, you will have to pass trials. Prove that your head is not just for putting food in it, and you can keep your sanity. Or become a dumb bimbo doll whose only job in life is to satisfy as many dicks and cunts as possible. Make your choice. Game on!"</span>
[[Next.|start12]]
<<show-img start03>>
<span class="oprah">"Okay, Emma, 5 points for Gryffindor. Idk, why did I say that... Oh, fuck it, let’s go,"</span> Oprah said when the iron door to the room opened.
<span class="shi">"Wait, we don't know what's in there, if we knew, but we don't know..."</span> Shi stopped her.
<span class="sophia">"We need to stick together and explore the house together,"</span> Sophia reasoned logically.
<span class="helga">"I'll stay here..."</span> Helga said sadly and desperately.
<span class="oprah">"I'm on reconnaissance, we need to get out of this mess,"</span> Oprah walked out the door.
<span class="shi">"You know what happens in horror movies, when everyone gets separated?!"</span> Shi exclaimed loudly and desperately.
<span class="sophia">"A great team..."</span> Sophia threw up her hands.
<<nobr>>[[Next.|bigroom01]]
<<set $name = "Emma">>
<<set $gamestart = 1>>
<<set $player.bimbo = 0>>
<</nobr>>
<<show-img start03>>
<span class="oprah">"Okay, you'll be our guardian angel, Angela. But fuck it, let's go,"</span> Oprah said when the iron door to the room opened.
<span class="shi">"Wait, we don't know what's in there, if we knew, but we don't know..."</span> Shi stopped her.
<span class="sophia">"We need to stick together and explore the house together,"</span> Sophia reasoned logically.
<span class="helga">"I'll stay here..."</span> Helga said sadly and desperately.
<span class="oprah">"I'm on reconnaissance, we need to get out of this mess,"</span> Oprah walked out the door.
<span class="shi">"You know what happens in horror movies, when everyone gets separated?!"</span> Shi exclaimed loudly and desperately.
<span class="sophia">"A great team..."</span> Sophia threw up her hands.
<<nobr>>[[Next.|bigroom01]]
<<set $name = "Angela">>
<<set $gamestart = 1>>
<<set $player.bimbo = 1>>
<<set $player.vag = 1>><</nobr>>
<<show-img start03>>
<span class="oprah">"Did they kidnap you right off the pylon, Goldie? Whatever, fuck, let's go,"</span> Oprah said when the iron door to the room opened.
<span class="shi">"Wait, we don't know what's in there, if we knew, but we don't know..."</span> Shi stopped her.
<span class="sophia">"We need to stick together and explore the house together,"</span> Sophia reasoned logically.
<span class="helga">"I'll stay here..."</span> Helga said sadly and desperately.
<span class="oprah">"I'm on reconnaissance, we need to get out of this mess,"</span> Oprah walked out the door.
<span class="shi">"You know what happens in horror movies, when everyone gets separated?!"</span> Shi exclaimed loudly and desperately.
<span class="sophia">"A great team..."</span> Sophia threw up her hands.
<<nobr>>[[Next.|bigroom01]]
<<set $name = "Goldie">>
<<set $gamestart = 1>>
<<set $player.bimbo = 3>>
<<set $player.vag = 2>>
<<set $player.tits = 1>>
<<set $player.ass = 1>>
<<set $player.lips = 1>>
<<set $player.hand = 1>><</nobr>><<silently>><<bimbogas>><<bimbogasevent>><<trials>><<trialsevent>><<end01>><</silently>>
<<nobr>><<if $player.bimbo lte 3>><<show-img bigroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img bigroom02>><</if>>
<<if $player.bimbo gte 7 >><<show-img bigroom03>><</if>><</nobr>>
A big windowless room where this crazy "game" began.
At first glance, there is nothing interesting here except the TV standing in the middle of the room. But you can examine the room more carefully. <<if $time lte 719>>Also in the room is [[Helga.|helga]]<</if>>
<<nobr>><<if $searchbigroom == 0 and $time lte 719>>[[👁 Search the big room.|searchbigroom01]] <</if>>
<<if $searchbigroom == 1 and $time lte 719>>[[👁 Search the big room.|searchbigroom02]] <</if>>
<<if $searchbigroom == 2 and $time lte 719>>[[👁 Search the big room.|searchbigroom03]] <</if>>
<<if $searchbigroom == 3 and $time lte 719>>[[👁 Search the big room.|searchbigroom04]] <</if>>
<<if $searchbigroom == 4 and $time lte 719>>[[👁 Search the big room.|searchbigroom05]] <</if>>
<<if $searchbigroom == 5 and $time lte 719>>[[👁 Search the big room.|searchbigroom06]] <</if>>
<<if $searchbigroom == 6 and $time lte 719>>[[👁 Search the big room.|searchbigroom07]] <</if>>
<<if $searchbigroom == 7 and $time lte 719>>[[👁 Search the big room.|searchbigroom08]] <</if>>
<<if $searchbigroom == 8 and $time lte 719>>[[👁 Search the big room.|searchbigroom09]] <</if>>
<<if $searchbigroom == 9 and $time lte 719>>[[👁 Search the big room.|searchbigroom10]] <</if>>
<<if $searchbigroom == 10 and $time lte 719>>[[👁 Inspect the hidden hatch.|secrethatch01]]<</if>>
<<if $time gte 720>><span style="color: red;"> 👁 Search the big room [the exit door opened, you need to run!].</span><</if>><</nobr>>
[[👁 Look in the mirror.|mirrorbigroom01]]
<<nobr>>[[Go to the corridor.|corridor01]]
<<set $time += 1>><</nobr>>
<<nobr>><<if $helga.bimbo lte 3>><<show-img helga01>><</if>>
<<if $helga.bimbo gte 4 and $helga.bimbo lte 6>><<show-img helga02>><</if>>
<<if $helga.bimbo gte 7 >><<show-img helga03>><</if>><</nobr>>
<<nobr>><<if $helga.bimbo lte 3>>Nickname: Helga.<</if>>
<<if $helga.bimbo gte 4 and $helga.bimbo lte 6>>Nickname: Helga.<</if>>
<<if $helga.bimbo gte 7 >>Nickname: Gaga.<</if>><</nobr>>
<<nobr>><<if $helga.bimbo lte 3>>Chest: small.<</if>>
<<if $helga.bimbo gte 4 and $helga.bimbo lte 6>>Boobs: medium.<</if>>
<<if $helga.bimbo gte 7 >>JUGS: huge.<</if>><</nobr>>
Description:
<<nobr>><<if $helga.bimbo lte 3>> Helga is a goth girl. It's unlikely that she was happy before she got here, but here she's completely lost heart. It seems that she's not trying to fight, she's resigned to her fate. Helga just sits in the corner, looks at the walls, sometimes walks from side to side. Perhaps, deep down, she herself wants to become a bimbo, wants to stop suffering, wants to be happy...<</if>>
<<if $helga.bimbo gte 4 and $helga.bimbo lte 6>> Helga is still a goth girl. But already on the way to a bimbo girl. It seems that her face has become a little kinder and more cheerful. However, she still does nothing, does not fight for her mind and for her freedom. Helga just sits in the corner, sometimes walks from side to side, and sometimes even dances. The perfect test subject for bimbo gas.<</if>>
<<if $helga.bimbo gte 7 >> Helga is no longer a goth girl, and she is no longer Helga. Now she is a bimbo girl who calls herself Gaga (and giggles wildly). It is clear that there is no trace left of her depressive personality. She walks from side to side, sways her hips, shakes her huge boobs and dances cheerfully.<</if>><</nobr>>
<<nobr>><<if $helga.bimbo lte 3>>Gothic image, dark makeup, small forms. Her appearance seems to tell you: "don't come near me, bitch. Or I'll stab you with a switchblade."<</if>>
<<if $helga.bimbo gte 4 and $helga.bimbo lte 6>>Gothic image, dark makeup, medium shapes. Now her appearance seems to tell you: "don't come near me, bitch. But if you do, I'll lick your pussy."<</if>>
<<if $helga.bimbo gte 7 >> The gothic image and dark makeup entered into a good symbiosis with the girl's new bimbo personality. Now she is a bimbo in dark tones, and her appearance seems to say to you: "come to me, darling. I will lick your pussy, and I will lick your ass and even your legs!"<</if>><</nobr>>
<<nobr>><<if $helga.bimbo lte 3>><span class="helga">"Life is shit anyway,"</span> Helga shrugged sadly, catching your gaze on her. <</if>>
<<if $helga.bimbo gte 4 and $helga.bimbo lte 6>><span class="helga">"$name, I'm so sad. Kiss me,"</span> Helga made sad eyes, begging you for a kiss. <</if>>
<<if $helga.bimbo gte 7 >><span class="helga">"Rah-rah-ah-ah-ah-ah! Roma-roma-mamaa! Ga-ga-ooh-la-la! Want your bad romance!"</span> the bimbo goth sang, running her hand over her huge chest. Seduces you, such a bitch.<</if>><</nobr>>
<<nobr>><<if $helga.bimbo gte 4 and $player.bimbo gte 4 and $time lte 719>>[[♀♀ Kiss Helga.|helgakiss01]]
<<elseif $time gte 720>><span style="color: red;">♀♀ Kiss Helga [there is no time for this, the door is open, you need to run!].</span>
<<else>><span class="no">♀♀ Kiss Helga [requires medium bimbofication for both].</span><</if>><</nobr>>
<<nobr>><<if $helga.bimbo gte 7 and $player.bimbo gte 6 and $time lte 719>>[[♀♀ Have sex.|helgasex01]]
<<elseif $time gte 720>><span style="color: red;">♀♀ Have sex [there is no time for this, the door is open, you need to run!].</span>
<<else>><span class="no">♀♀ Have sex [requires high bimbofication for both].</span><</if>><</nobr>>
<<nobr>><<if $helga.bimbo gte 7 and $player.bimbo lte 3 and $helgadom == 0 and $time lte 719>>[[♀♀ Dominate her.|helgasex04]]
<<elseif $time gte 720 and $helgadom lte 1>><span style="color: red;">♀♀ Dominate her [there is no time for this, the door is open, you need to run!].</span>
<<elseif $helga.bimbo lte 6 or $player.bimbo gte 4 and $helgadom == 0 and $time lte 719>><span class="no">♀♀ Dominate her [requires high bimbofication for Helga and low for you].</span>
<<elseif $helga.bimbo gte 7 and $player.bimbo lte 3 and $helgadom == 1 and $time lte 719>>[[♀♀ Dominate her again.|helgasex07]]
<<elseif $helga.bimbo lte 6 or $player.bimbo gte 4 and $helgadom == 1 and $time lte 719>><span class="no">♀♀ Dominate her again [requires high bimbofication for Helga and low for you].</span>
<<elseif $helga.bimbo gte 7 and $player.bimbo lte 3 and $helgadom == 2 and $time gte 720>>[[♀♀ Enslave Helga.|end20_01]]
<<elseif $helgadom == 2 and $time lte 719>><span class="no">♀♀ Enslave Helga [requires high bimbofication for Helga and low for you, time more than 12 o'clock].</span>
<<elseif $helga.bimbo lte 6 or $player.bimbo gte 4 and $helgadom == 2 and $time gte 720>><span class="no">♀♀ Enslave Helga [requires high bimbofication for Helga and low for you, time more than 12 o'clock].</span><</if>><</nobr>>
<<return "Back.">><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbigroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbigroom02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbigroom03>><</if>><</nobr>>
You spent 10 minutes but still couldn't find anything except dust, dirt and despair.
<<nobr>>[[Back.|bigroom01]]
<<set $searchbigroom = 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbigroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbigroom02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbigroom03>><</if>><</nobr>>
You spent another 10 minutes, and during this time you found even more dust, dirt and despair.
<span class="js">"Oh, $name, what are you looking for? Happiness?"</span> a sarcastic, cold voice came from the speaker located on the wall.
<<nobr>>[[Back.|bigroom01]]
<<set $searchbigroom = 2>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbigroom04>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbigroom05>><</if>>
<<if $player.bimbo gte 7 >><<show-img search\searchbigroom06>><</if>><</nobr>>
You spent another 10 minutes searching for dust, dirt and despair, but… You found some old, slightly rusty key.
<span class="js">"Oh, ahem. Haha! And I was looking for it,"</span> the maniac said somewhat hesitantly. <span class="js">"Put the key in a visible place, please. Don’t you dare open the door to the lab with it! It’s too dangerous! I probably shouldn’t have told you that this key can open…"</span>
The lab, then? You’ll have to check!
<<nobr>>[[Back.|bigroom01]]
<<set $searchbigroom = 3>>
<<set $oldlabkey = 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbigroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbigroom02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbigroom03>><</if>><</nobr>>
It seems you've searched the room completely. It's unlikely that there's anything else here, but you can poke around a bit more, no one's stopping you. Except for time, of which you're catastrophically short...
<<nobr>>[[Back.|bigroom01]]
<<set $searchbigroom = 4>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbigroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbigroom02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbigroom03>><</if>><</nobr>>
<span class="js">"There's nothing here. That's for sure. Stop wasting your time, this game is getting boring,"</span> a voice came from the speaker. Maybe she's hiding something? Or maybe she's really bored watching you look around the same room over and over again.
<<nobr>>[[Back.|bigroom01]]
<<set $searchbigroom = 5>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbigroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbigroom02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbigroom03>><</if>><</nobr>>
You spent 10 minutes and still couldn't find anything but dust, dirt and despair. Don't you think you're repeating yourself?
<<nobr>>[[Back.|bigroom01]]
<<set $searchbigroom = 6>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbigroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbigroom02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbigroom03>><</if>><</nobr>>
<span class="js">"I would read you one of my poems so that you wouldn't be so bored searching this empty room over and over and over and over again, but you still won't understand the genius of my rhymes,"</span> the maniac tried to mock using the speakers installed on the walls.
She's lying anyway, her poems are just shitty, that's why she's embarrassed to read them...
<<nobr>>[[Back.|bigroom01]]
<<set $searchbigroom = 7>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbigroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbigroom02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbigroom03>><</if>><</nobr>>
<span class="js">"When I chose you for this game, $name, I couldn't even imagine how stupid you are without my bimbo gas,"</span> the maniac sighed heavily.
How do they say? Whoever seeks will find!
<<nobr>>[[Back.|bigroom01]]
<<set $searchbigroom = 8>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbigroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbigroom02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbigroom03>><</if>><</nobr>>
After another 10 minutes, you found nothing. N-o-t-h-i-n-g!
Even the maniac stopped taunting you through the speakers on the walls.
Maybe it's time to stop and admit defeat?
<<nobr>>[[Back.|bigroom01]]
<<set $searchbigroom = 9>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img secrethatch01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img secrethatch02>><</if>>
<<if $player.bimbo gte 7 >><<show-img secrethatch03>><</if>><</nobr>>
Suddenly, it dawns on you! The TV! You struggle to move the old and very heavy TV and discover some kind of hatch underneath it! Holy shit!
<span class="js">"Uh, $name, don't go there. There's nothing interesting there,"</span> the bitch who kidnapped you trembled suspiciously.
Maybe there really is nothing there. But it wouldn't hurt to check. Although you should think for a minute first...
<<nobr>>[[Back.|bigroom01]]
<<set $searchbigroom = 10>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img secrethatch01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img secrethatch02>><</if>>
<<if $player.bimbo gte 7 >><<show-img secrethatch03>><</if>><</nobr>>
The hatch seems to be unlocked. There might be an exit! Or another trap. Or it might just be a dead end. You need to check it yourself first, and then call the others. But do you really need to check…?
[[Forward! More precisely, downwards.|secrethatch02]]
[[Back.|bigroom01]]<<nobr>><<if $player.bimbo lte 3>><<show-img start03>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img mirror01>><</if>>
<<if $player.bimbo gte 7 >><<show-img mirror02>><</if>><</nobr>>
<<nobr>><<if $player.bimbo lte 3>>Intelligence: above average.<</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>>Intelligence: below average.<</if>>
<<if $player.bimbo gte 7 >>Intelligence: low.<</if>><</nobr>>
<<nobr>><<if $player.bimbo lte 3>>Hair: brunette.<</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>>Hair: blonde.<</if>>
<<if $player.bimbo gte 7 >>Hair: blonde.<</if>><</nobr>>
<<nobr>><<if $player.lips == 0>>Lips: you have some kind of narrow strip on your face instead of normal lips.<</if>>
<<if $player.lips == 1>>Lips: you have small, expressionless lips.<</if>>
<<if $player.lips == 2>>Lips: average - not great, not terrible.<</if>>
<<if $player.lips == 3>> Lips: you have big lips; they immediately let men know that you like to suck.<</if>>
<<if $player.lips == 4>>Lips: you have incredible inhuman lips. Give the duck her beak back, bitch!<</if>><</nobr>>
<<nobr>><<if $player.tits == 0>>Chest: you have micro-boobs, that's what microscopes were invented for.<</if>>
<<if $player.tits == 1>>Chest: you have small and sexy breasts.<</if>>
<<if $player.tits == 2>>Chest: you have awesome and hot tits.<</if>>
<<if $player.tits == 3>>Chest: you have huge melons.<</if>>
<<if $player.tits == 4>>Chest: you have huge udder; fuck, are you a girl or a cow?
<</if>><</nobr>>
<<nobr>><<if $player.ass == 0>>Ass: you have a mini butt, it could use some fat.<</if>>
<<if $player.ass == 1>>Ass: you have a normal average butt.<</if>>
<<if $player.ass == 2>>Ass: your big butt attracts a lot of attention.<</if>>
<<if $player.ass == 3>>Ass: you have a huge butt, the kind that usually get stuck in washing machines.<</if>>
<<if $player.ass == 4>>Ass: you have a huge grotesque butt, don't get stuck in a doorway.<</if>><</nobr>>
<<nobr>><<if $player.vag == 0>>Vagina: you have a virgin hole between your legs.<</if>>
<<if $player.vag == 1>>Vagina: you have a tight pussy between your legs.<</if>>
<<if $player.vag == 2>>Vagina: you have a slightly fucked vulva between your legs.<</if>>
<<if $player.vag == 3>>Vagina: you have a fucked up leaking vagina.<</if>>
<<if $player.vag == 4>>Vagina: you have a huge disgusting fucked up cunt with fleshy labia.<</if>><</nobr>>
<<nobr>><<if $player.hand == 0>>Hands: your hands and nails are unkempt. Do you work in a mine or something like that?<</if>>
<<if $player.hand == 1>>Hands: your hands are rough and your nails are unpainted.<</if>>
<<if $player.hand == 2>>Hands: you have normal hands and well-groomed nails.<</if>>
<<if $player.hand == 3>>Hands: you have delicate hands and long painted nails.<</if>>
<<if $player.hand == 4>>Hands: you have delicate hands and incredibly long painted nails with rhinestones; you can't do anything with your hands normally.<</if>><</nobr>>
[[Back.|bigroom01]]
<<silently>><<bimbogas>><<bimbogasevent>><<trials>><<trialsevent>><<end01>><</silently>>
<<nobr>><<if $player.bimbo lte 3>><<show-img corridor01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img corridor02>><</if>>
<<if $player.bimbo gte 7 >><<show-img corridor03>><</if>><</nobr>>
A long corridor with many doors and a staircase going down. <<nobr>><<if $time lte 179>>The corridor is currently being searched by [[Shi.|shi]]<</if>><</nobr>>
Some of the doors have signs on them:
"Big Room" - this is where you started.
"Syringe Room" - closes at 4:00.
"Library" - you're too stupid to read.
"Old Lab" - don't enter!
"Toilet" - shared.
<<nobr>><<if $searchcorridor == 0 and $time lte 719>>[[👁 Search the corridor.|searchcorridor01]] <</if>>
<<if $searchcorridor == 1 and $time lte 719>>[[👁 Search the corridor.|searchcorridor02]] <</if>>
<<if $searchcorridor == 2 and $time lte 719>>[[👁 Search the corridor.|searchcorridor03]] <</if>>
<<if $searchcorridor == 3 and $time lte 719>>[[👁 Search the corridor.|searchcorridor06]]<</if>>
<<if $time gte 720>><span style="color: red;"> 👁 Search the corridor [the exit door opened, you need to run!].</span><</if>><</nobr>>
[[Big room.|bigroom01]]
<<nobr>><<if $time lte 239>>[[Syringe room.|syringeroom01]] <</if>>
<<if $time gte 240>><span style="color: red;">Syringe room [closed at 4:00].</span><</if>><</nobr>>
[[Library.|library01]]
<<nobr>><<if $oldlabkey == 1>>[[Old lab [you have the key to the door].|oldlab01]] <</if>>
<<if $oldlabkey == 0>><span style="color: red;">Old lab [door locked].</span><</if>><</nobr>>
[[Toilet.|toilet01]]
<<nobr>>[[Go downstairs.|hall01]]
<<set $time += 1>><</nobr>>
<<nobr>><<if $shi.bimbo lte 3>><<show-img shi01>><</if>>
<<if $shi.bimbo gte 4>><<show-img shi02>><</if>><</nobr>>
<<nobr>><<if $shi.bimbo lte 3>>Nickname: Shi.<</if>>
<<if $shi.bimbo gte 4>>Nickname: Shi.<</if>><</nobr>>
<<nobr>><<if $shi.bimbo lte 3>>Butt: small.<</if>>
<<if $shi.bimbo gte 4>>Butt: medium.<</if>><</nobr>>
<<nobr>><<if $shi.bimbo lte 3>>Chest: small.<</if>>
<<if $shi.bimbo gte 4>>Chest: medium.<</if>><</nobr>>
Description:
<<nobr>><<if $shi.bimbo lte 3>> Shi looks like a very smart Asian girl. But at the same time, she can't be called brave or even a leader. She is not aggressive, tries to work and find a way out herself, does not rely on others. Perhaps she will become a dark horse and come to the finish line first. Or she will be the first to become a dumb bimbo, it depends on luck...<</if>>
<<if $shi.bimbo gte 4>> It seems that Shi has changed a little. But she still looks like a very smart Asian girl, albeit an individualist who does not want to work in a team. Shi is still as non-aggressive as before, tries to work and find a way out herself, does not rely on others.<</if>><</nobr>>
<<nobr>><<if $shi.bimbo lte 3>> Short stature, thin body, small ass and chest. Nondescript, unremarkable appearance.<</if>>
<<if $shi.bimbo gte 4>> Short stature, thin body, average butt and average breasts. The girl's appearance has become slightly sexier.<</if>><</nobr>>
<<nobr>><<if $shi.bimbo lte 3>><span class="shi">"You know we should be looking for antidotes, not staring?"</span> Shi said disapprovingly when she noticed you looking at her.<</if>>
<<if $shi.bimbo gte 4>><span class="shi">"What are you looking at? Don't be shy, kiss me if you want it so much,"</span> the Asian girl smiled playfully at you when she caught you looking at her.<</if>><</nobr>>
<<nobr>><<if $shi.bimbo gte 4 and $player.bimbo gte 4 and $time lte 719>>[[♀♀ Kiss Shi.|shikiss01]]
<<elseif $time gte 720>><span style="color: red;">♀♀ Kiss Shi [there is no time for this, the door is open, you need to run!].</span>
<<else>><span class="no">♀♀ Kiss Shi [requires medium bimbofication for both].</span><</if>><</nobr>>
<<nobr>><<if $evidence gte 2 and $player.bimbo lte 6 and $time lte 719>>[[Have a serious talk with Shi about her suspicious behavior.|shitalk01]]
<<elseif $evidence gte 2 and $player.bimbo gte 7 and $time lte 719>><span class="no">Have a serious talk with Shi about her suspicious behavior [you're too stupid for this].</span>
<<elseif $evidence gte 2 and $time gte 720>><span style="color: red;">Have a serious talk with Shi about her suspicious behavior [there's no time to talk, the door is open, you need to run!].</span>
<<elseif $evidence lte 1 and $time gte 720>><span style="color: red;">♀♀ Have sex [requires high level of bimbofication for both].</span>
<<else>><span class="no">♀♀ Have sex [requires high level of bimbofication for both].</span><</if>><</nobr>>
<<return "Back.">><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchcorridor01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchcorridor02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchcorridor03>><</if>><</nobr>>
You searched the corridor for 10 minutes, examined the parquet, looked at the walls, but so far you couldn't find anything interesting. <<nobr>><<if $time lte 179>><span class="shi">"There must be something important here,"</span> said Shi, who was searching the corridor at the same time as you.<</if>><</nobr>>
<<nobr>>[[Back.|corridor01]]
<<set $searchcorridor = 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchcorridor04>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchcorridor05>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchcorridor06>><</if>><</nobr>>
You searched the corridor for 10 minutes, and finally managed to find that part of the parquet floor could be lifted up. Ah, a hiding place! With trembling hands, you open the hiding place and find… dirty women’s panties?
<span class="js">"These aren’t mine, but you can have them, ahaha!"</span> the mocking laughter of the girl who kidnapped you was heard from the speaker on the wall. <span class="js">"Perhaps some maniac lived here before me. Or just a pervert…"</span>
<<nobr>><<if $player.bimbo lte 3>>Yeah, those panties are clearly not the first freshness. It seems like someone also jerked off on them. And came, of course. Ugh…<</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>>Yeah, those panties are clearly not the first freshness. You decided to examine them a little closer, took them in your hand and brought them a little closer to your face. And I even sniffed them involuntarily! Well, they clearly have female juices and male sperm on them…<</if>>
<<if $player.bimbo gte 7>>You grabbed the panties and greedily brought them to your face. And what a wonderful smell! The smell of old sperm and female secretions! And a little mold. Everything immediately became so pink and pleasant before your eyes… But, unfortunately, you have to go…<</if>><</nobr>>
<<nobr>>[[Back.|corridor01]]
<<set $searchcorridor = 2>>
<<set $time += 9>><</nobr>>
<<show-img search\searchcorridor07>>
During another search of the area, you thought to remove the mechanical wall clock (which didn't work anyway) and open its back. There you found a syringe, which was glowing slightly pink.
<span class="js">"Congratulations, $name, you found a dose of the antidote,"</span> a voice came from the speaker. <span class="js">"However, it was a prototype antidote. Despite its excellent protection from bimbo gas, it also has side effects. Will you risk your body to save your mind? Make your choice!"</span>
[[Inject prototype antidote.|searchcorridor04]]
<<nobr>>[[Throw away prototype antidote.|searchcorridor05]]
<<set $searchcorridor = 3>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img syringeroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img syringeroom02>><</if>>
<<if $player.bimbo gte 7 >><<show-img syringeroom03>><</if>><</nobr>>
A room with a hole in the middle of the floor, containing a pile of used syringes glowing pink. <<nobr>><<if $syringetrial == 0>>Apparently, this is some kind of trial created by the sick brain of the psychopath who kidnapped you.<</if>>
<<if $syringetrial == 1>>You have successfully passed the trial created by the twisted brain of the crazy kidnapper bitch.<</if>><</nobr>>
<<nobr>><<if $syringetrial == 0>>[[Start the trial.|syringetrial01]]<</if>>
<<if $syringetrial == 1>><span style="color: green;"> You have already passed this trial.</span><</if>><</nobr>>
<<nobr>>[[Go to the corridor.|corridor01]]
<<set $time += 1>><</nobr>><<silently>><<bimbogas>><<bimbogasevent>><<trials>><<trialsevent>><<end01>><</silently>>
<<nobr>>
<<if $player.bimbo lte 3 and $time lte 99>><<show-img library01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6 and $time lte 99>><<show-img library02>><</if>>
<<if $player.bimbo gte 7 and $time lte 99>><<show-img library03>><</if>>
<<if $player.bimbo lte 3 and $time gte 100>><<show-img library04>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6 and $time gte 100>><<show-img library05>><</if>>
<<if $player.bimbo gte 7 and $time gte 100>><<show-img library06>><</if>><</nobr>>
A small library with many old books. Some of them are very old due to dampness and improper storage conditions (and what other storage conditions can there be in an abandoned house?). <<nobr>><<if $time lte 99>>Currently being searched by [[Sophia.|sophia]]<</if>><<if $time gte 180 and $time lte 299>> Currently being searched by [[Shi.|shi]]<</if>><</nobr>>
<<nobr>><<if $searchlibrary == 0 and $time lte 719>>[[👁 Search the library.|searchlibrary01]]<</if>>
<<if $searchlibrary == 1 and $time lte 719>>[[👁 Search the library.|searchlibrary02]]<</if>>
<<if $searchlibrary == 2 and $time lte 719>>[[👁 Search the library.|searchlibrary03]]<</if>>
<<if $searchlibrary == 3 and $time lte 719>>[[👁 Search the library.|searchlibrary04]]<</if>>
<<if $searchlibrary == 4 and $time lte 719>>[[👁 Search the library.|searchlibrary08]]<</if>>
<<if $searchlibrary == 5 and $time lte 719>>[[👁 Search the library.|searchlibrary09]]<</if>>
<<if $time gte 720>><span style="color: red;"> 👁 Search the library [the exit door opened, you need to run!].</span><</if>><</nobr>>
<<nobr>>[[Go to the corridor.|corridor01]]
<<set $time += 1>><</nobr>>
<<silently>><<bimbogas>><<bimbogasevent>><<trials>><<trialsevent>><<end01>><</silently>>
<<nobr>><<if $player.bimbo lte 3>><<show-img oldlab01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img oldlab02>><</if>>
<<if $player.bimbo gte 7 >><<show-img oldlab03>><</if>><</nobr>>
An abandoned makeshift laboratory. There are many empty glass vials scattered here, some with residues of various chemicals at the bottom.
<span class="js">"Don't touch anything here!"</span> the voice of a maniac girl threatened from the speaker on the wall. <span class="js">"You shouldn't be here, this is not a play area! Go away!"</span>
Your gaze is immediately drawn to an untouched vial emitting a soft greenish light.
<<nobr>><<if $searcholdlab == 0 and $time lte 719>>[[👁 Search the old laboratory.|searcholdlab01]]<</if>>
<<if $searcholdlab == 1 and $time lte 719>>[[👁 Search the old laboratory.|searcholdlab02]]<</if>>
<<if $searcholdlab == 2 and $time lte 719>>[[👁 Search the old laboratory.|searcholdlab03]]<</if>>
<<if $searcholdlab == 3 and $time lte 719>>[[👁 Search the old laboratory.|searcholdlab04]]<</if>>
<<if $searcholdlab == 4 and $time lte 719>>[[👁 Search the old laboratory.|searcholdlab07]]<</if>>
<<if $searcholdlab == 5 and $time lte 719>>[[👁 Search the old laboratory.|searcholdlab08]]<</if>>
<<if $searcholdlab == 6 and $time lte 719>>[[👁 Search the old laboratory.|searcholdlab09]]<</if>>
<<if $time gte 720>><span style="color: red;"> 👁 Search the old laboratory [the exit door opened, you need to run!].</span><</if>><</nobr>>
<<nobr>><<if $time lte 719>>[[👁 Examine the green vial.|oldlab02]]<</if>><<if $time gte 720>><span style="color: red;"> 👁 Examine the green vial [the exit door opened, you need to run!].</span><</if>><</nobr>>
<<nobr>><<if $time lte 719>>[[👁 Examine the strange flask.|oldlab03]]<</if>><<if $time gte 720>><span style="color: red;"> 👁 Examine the strange flask [the exit door opened, you need to run!].</span><</if>><</nobr>>
<<nobr>><<if $time lte 719>>[[👁 Examine the empty bottle.|bottle01]]<</if>>
<<if $time gte 720>><span style="color: red;"> 👁 Examine the empty bottle [the exit door opened, you need to run!].</span><</if>><</nobr>>
<<nobr>>[[Go out into the corridor.|corridor01]]
<<set $time += 1>><</nobr>><<silently>><<bimbogas>><<bimbogasevent>><<trials>><<trialsevent>><<end01>><</silently>>
<<nobr>><<if $player.bimbo lte 3>><<show-img toilet01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img toilet02>><</if>>
<<if $player.bimbo gte 7 >><<show-img toilet03>><</if>><</nobr>>
An old toilet, which is not very pleasant to be in because of the smell. However, it does not smell like sewage and shit, but rather like a fungus that has affected the ceiling and the upper part of the walls. <<nobr>><<if $gloryhole == 0>>There is a small and strange lever on the wall that obviously opens something.<</if>>
<<if $gloryhole gte 1>>There is the lever on the wall that opens the glory hole.<</if>><</nobr>>
<<nobr>><<if $gloryhole == 0 and $time lte 719>>[[👁 Look closely at the lever on the wall.|gloryhole01]] <</if>>
<<if $gloryhole == 1 and $time lte 719>>[[To the lever on the wall.|gloryhole05]] <</if>>
<<if $gloryhole == 2 and $time lte 719>>[[To the lever on the wall.|gloryhole09]] <</if>>
<<if $time gte 720>><span style="color: red;">To the lever on the wall [the exit door opened, you need to run!].</span><</if>><</nobr>>
<<nobr>><<if $searchtoilet == 0 and $time lte 719>>[[👁 Search the toilet.|searchtoilet01]]<</if>>
<<if $searchtoilet == 1 and $time lte 719>>[[👁 Search the toilet.|searchtoilet02]]<</if>>
<<if $searchtoilet == 2 and $time lte 719>>[[👁 Search the toilet.|searchtoilet03]]<</if>>
<<if $searchtoilet == 3 and $time lte 719>>[[👁 Search the toilet.|searchtoilet06]]<</if>>
<<if $time gte 720>><span style="color: red;"> 👁 Search the toilet [the exit door opened, you need to run!].</span><</if>><</nobr>>
<<nobr>><<if $toilet1 == 0 >>[[🛊Pee.|piss01]]<</if>>
<<if $toilet1 == 1 >>[[🛊Pee.|piss02]]<</if>>
<<set $time += 1>><</nobr>>
[[Go to the corridor.|corridor01]]
<<silently>><<bimbogas>><<bimbogasevent>><<trials>><<trialsevent>><<end01>><</silently>>
<<nobr>><<if $player.bimbo lte 3>><<show-img hall01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img hall02>><</if>>
<<if $player.bimbo gte 7 >><<show-img hall03>><</if>><</nobr>>
A large hall with many doors and a staircase leading up. Like the corridor, there are signs on the doors:
"Dining Hall" - opens at 3:00. Be patient, piggies.
"Guest Room" - don't make yourself at home!
"Basement" - watch out for the steps! And the basement is closed!
"Wardrobe" - clothes cost money, don't tear them!
"Fireplace Hall" - do not touch the fireplace!
"Exit" - opens at 12:00.
<<nobr>><<if $time lte 179>>The lobby is currently being searched by [[Oprah.|oprah]]<</if>>
<<if $time gte 180 and $time lte 299>>The lobby is currently empty except you.<</if>>
<<if $time gte 300 and $time lte 419>>The lobby is currently empty except for [[Shi.|shi]]<</if>>
<<if $time gte 420 and $time lte 539>>The lobby is currently empty except for [[Sophia.|sophia]]<</if>>
<<if $time gte 540 and $time lte 719>>The lobby is currently empty except for you.<</if>>
<<if $time gte 720>>Everyone is gathered in the lobby: [[Oprah|oprah]], [[Shi|shi]], [[Sophia|sophia]] and even [[Helga|helga]].<</if>><</nobr>>
[[Exit door.|exit01]]
<<nobr>><<if $searchhall == 0 and $time lte 719>>[[👁 Search the hall.|searchhall01]]<</if>>
<<if $searchhall == 1 and $time lte 719>>[[👁 Search the hall.|searchhall02]]<</if>>
<<if $searchhall == 2 and $time lte 719>>[[👁 Search the hall.|searchhall03]]<</if>>
<<if $searchhall == 3 and $time lte 719>>[[👁 Search the hall.|searchhall04]]<</if>>
<<if $searchhall == 4 and $time lt 719>>[[👁 Search the hall.|searchhall05]]<</if>>
<<if $searchhall == 5 and $time lte 719>>[[👁 Search the hall.|searchhall06]]<</if>>
<<if $time gte 720>><span style="color: red;"> 👁 Search the hall [the door opened, you need to run!].</span><</if>><</nobr>>
<<nobr>><<if $time gte 180>>[[Dining room.|diningroom01]]<</if>>
<<if $time lte 179>><span style="color: red;">Dining room [will open at 3:00].</span><</if>><</nobr>>
[[Room for guests.|guestroom01]]
<<nobr>><<if $basementkey == 1>>[[Basement [you have a key to the door].|basement01]] <</if>>
<<if $basementkey == 0>><span style="color: red;">Basement [the door is locked].</span><</if>><</nobr>>
[[Wardrobe.|wardrobe01]]
[[Fireplace Hall.|fireplace01]]
<<nobr>>[[Go upstairs.|corridor01]]
<<set $time += 1>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchcorridor08>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchcorridor09>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchcorridor10>><</if>><</nobr>>
You inject yourself with a suspicious antidote prototype, your head starts spinning, everything in your eyes turns purple. You sit down on the floor, but then fall...
You open your eyes, your own saliva is running down your cheek. But it seems you are quite healthy. You just lost consciousness and with it half an hour of time. The main thing is that your blood received another dose of the antidote. <<nobr>><<if $time lte 179>><span class="shi">"Hey, are you alive? You fell and were lying here, I was scared,"</span> Shi, sitting next to you, smiled.<</if>><</nobr>>
<<nobr>>[[Continue the "game".|corridor01]]
<<set $player.antidote += 1>>
<<set $time += 39>><</nobr>><<show-img syringetrial01>>
In front of you is a large pit filled with used syringes, with some of the glowing pink substance still left.
<span class="js">"Welcome to the dump of broken dreams, $name! Although I may need to work on the name a little more..."</span> the voice of a mad scientist came from the speaker on the wall. <span class="js">"This trial is as simple as it gets: in front of you are hundreds of used syringes with the remains of various experimental drugs. Hidden among them are 5 doses of antidote. But will you risk going down to Hell for them? Make your choice!"</span>
So... Maybe you should call the other girls? There are 5 antidotes here! Enough for everyone! Together you can find a solution. But 5 doses for you alone are almost guaranteed to help you win this "game". What a difficult choice...
[[Call everyone.|syringetrial02]]
[[Jump into the pit yourself.|end06_01]]<<nobr>><<if $player.bimbo lte 3>><<show-img gloryhole01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img gloryhole02>><</if>>
<<if $player.bimbo gte 7 >><<show-img gloryhole03>><</if>><</nobr>>
<span class="js">"This switch activates the opening of the glory hole,"</span> the voice of the maniac girl suddenly rang out from the speaker located on the wall. It was as if she was reading out instructions. <span class="js">"There is a zombified man behind the wall, don't even try to ask for help, he will not hear you and will not understand. There is a new version of the antidote in his blood, and not only in his blood, if you understand me. Another of my patented means makes the balls produce sperm faster, the penis to be hard, and the brain to think about nothing but sex. And his hands are tied behind his back, so he can't jerk off, ahaha... You can suck out the antidote. But I warn you: because of the bimbo gas sprayed in the air, you will pounce on his penis and will not be able to control yourself. Make your choice!"</span>
[[Suck out the antidote!|gloryhole02]]
[[Move away.|toilet01]]
<<nobr>><<if $player.bimbo lte 3>><<show-img gloryhole01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img gloryhole02>><</if>>
<<if $player.bimbo gte 7 >><<show-img gloryhole03>><</if>><</nobr>>
<span class="js">"Stop, $name!"</span> the maniac girl's voice suddenly rang out as you approached the switch again. <span class="js">"First, leave some antidote for the other girls, ahaha! And second, along with the sperm and antidote, the substance that turns the owner of this dick into a brainless sex zombie also gets into your body. So if I were you, I wouldn't risk an overdose..."</span>
[[Suck out more antidote!|gloryhole06]]
[[Move away.|toilet01]]<<nobr>><<if $player.bimbo lte 3>><<show-img gloryhole01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img gloryhole02>><</if>>
<<if $player.bimbo gte 7 >><<show-img gloryhole03>><</if>><</nobr>>
<span class="js">"Stop, $name! Freeze, fuck!"</span> the bitch's voice rang out in panic when you just looked at the switch. <span class="js">"The sex-zombie-drug will fry your brains! At best, you'll become a brainless sucker! You'll suck for food and shelter! You definitely don't need it! Or do you?"</span>
[[Suck out MORE antidote! MORE!|end04_01]]
[[Move away.|toilet01]]<<nobr>><<if $player.bimbo lte 3>><<show-img search\searchtoilet01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchtoilet02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchtoilet03>><</if>><</nobr>>
For ten whole minutes you examined the toilet, felt the walls, looked at the mold-infested ceiling. Nothing. It's a toilet. There's hardly any treasure buried here.
<<nobr>>[[Back.|toilet01]]
<<set $searchtoilet = 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $sophia.bimbo lte 3>><<show-img search\searchtoilet04>><</if>>
<<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>><<show-img search\searchtoilet05>><</if>>
<<if $sophia.bimbo gte 7>><<show-img search\searchtoilet06>><</if>><</nobr>>
Another ten minutes of treasure hunting in the toilet. You're not giving up, are you?
<<nobr>><<if $sophia.bimbo lte 3>><span class="sophia">"Sorry, $name, I really need to pee, I'll just be a second! Excuse me!"</span> Sophia looked into the toilet, you went out, waited a minute, then came back when the girl did her business. After all, some people use the toilet for its intended purpose, imagine that.<</if>>
<<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>><span class="sophia">"Sorry, honey, I really need to pee!"</span> Sophia ran into the toilet, you went out, waited a minute, then came back when the girl did her business. After all, some people use the toilet for its intended purpose, imagine that.<</if>>
<<if $sophia.bimbo gte 7>>Without saying anything, Sophia ran into the toilet, pulled down her pants, sat down on the toilet and started doing her business. You tactfully left, waited a minute, then came back when the girl had finished. After all, some people use the toilet for its intended purpose, imagine that.<</if>><</nobr>>
<<nobr>>[[Back.|toilet01]]
<<set $searchtoilet = 2>>
<<set $time += 9>><</nobr>>
<<show-img search\searchtoilet07>>
Finally, you thought to open the toilet tank and look there, and there you found a black garbage bag. Inside was a strange vial, glowing red, and two notes. The first one reads:
<span class="js"><i>"Destroy me after reading! This is a trap for the most aggressive and evil of you, bitch. If you want to do her any harm, just give her the second note and the vial. P.S.: the trap is in the toilet tank, since she would never climb in there herself. P.P.S.: the liquid is based on the DNA of this bitch, it will be useless for others." </i></span>
And the second one:
<span class="js"><i>For the alpha female! I acknowledge your superiority, it is girls like you who succeed in this world. So accept my humble gift - a double dose of the antidote, based on your DNA! This potion won't work on regular bitches.</i></span>
Hmm... A great chance to put Oprah in her place, who is clearly not the kindest girl on the planet. But maybe you should save your humanity and pour this suspicious liquid into the toilet?
[[Give to Oprah.|searchtoilet04]]
<<nobr>>[[Pour.|searchtoilet05]]
<<set $searchtoilet = 3>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img piss01>><</if>>
<<if $player.bimbo gte 4 >><<show-img piss02>><</if>><</nobr>>
It's great when you can just sit on a dirty toilet in a disgusting restroom and think about the meaning of life. Let a maniac girl watch you, let you have little time. No one can take away the pleasant sensations of urination from you!
<<nobr>>[[Finish.|toilet01]]
<<set $time += 2>>
<<set $toilet1 = 1>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img piss03>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img piss04>><</if>>
<<if $player.bimbo gte 7 >><<show-img piss05>><</if>><</nobr>>
You would happily spend the whole day in the toilet, but... You don't want to, there is no such physical need at the moment. And you don't have much time. Move it, Roach!
[[Back.|toilet01]]<<nobr>><<if $player.bimbo lte 3>><<show-img search\searchtoilet01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchtoilet02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchtoilet03>><</if>><</nobr>>
Once again you search the toilet for 10 minutes. Guess what you find? No shit. It seems that you have already found all the most interesting things here. On the other hand, you can continue to waste your precious life on all sorts of crap, that's your business.
<<nobr>>[[Back.|toilet01]]
<<set $time += 9>><</nobr>><<show-img oldlab04>>
<span class="js">"Don't touch it! $name, please put that bottle back!"</span> a panicked voice came from the speaker. <span class="js">"I was developing a special order for the army here a long time ago. You have a chemical-biological weapon in your hands that can cause an apocalypse! Futapocalypse! Shit, I knew it had to be disposed of..."</span>
[[⚧ Open the vial!|end05_01]]
[[Put the bottle back.|oldlab01]]<<show-img bottle01>>
You pick up an empty bottle. There's nothing unusual about it.
<span class="js">"Uh-uh, $name, you might think I was drinking in the lab, but that's not true! The bottle was planted here by ill-wishers!"</span> the psycho bitch tried to justify herself for some reason. <<if $player.bimbo gte 4>>For some reason, looking at this bottle, you have all sorts of dirty thoughts...<</if>>
<<nobr>><<if $player.bimbo gte 4>>[[Play with the bottle.|bottle02]]<</if>>
<<if $player.bimbo lte 3>><span class="no">Play with the bottle [required medium bimbofication].</span><</if>><</nobr>>
<<nobr>><<if $player.bimbo gte 7>>[[Ride the bottle.|bottle03]]<</if>>
<<if $player.bimbo lte 6>><span class="no">Ride the bottle [high bimbofication required].</span><</if>><</nobr>>
[[Put the bottle down in place.|oldlab01]]
<<show-gif ends\end05_01>>
You slightly open the bottle, as a strange smell hits your nose. Then your stomach twists sharply. Your body hurts wildly, as if you were being turned inside out!
<span class="player">"A-A-A!!!"</span> you scream with all your might. Shrilly, as if you were being killed. Although that is exactly what it feels like, you even managed to say goodbye to life...
But the pain passed as quickly as it came. And at the same time, you felt that something had changed in you. You felt energy, strength, desire and... what is that between your legs?! Is that... A dick? Have you grown a man's dick?!
<<nobr>>[[Next.|end05_02]]
<<save-player>><</nobr>><<nobr>><<if $sophia.bimbo lte 3>><<show-img sophia01>><</if>>
<<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>><<show-img sophia02>><</if>>
<<if $sophia.bimbo gte 7 >><<show-img sophia03>><</if>><</nobr>>
<<nobr>><<if $sophia.bimbo lte 3>>Nickname: Sophia.<</if>>
<<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>>Nickname: Sophia.<</if>>
<<if $sophia.bimbo gte 7 >>Nickname: Sofy.<</if>><</nobr>>
<<nobr>><<if $sophia.bimbo lte 3>>Hair: brunette.<</if>>
<<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>>Hair: brunette with white streaks.
<</if>><<if $sophia.bimbo gte 7 >>Hair: platinum blonde.<</if>><</nobr>>
Description:
<<nobr>><<if $sophia.bimbo lte 3>>Fragile Sophia seems like a smart and reasonable girl. Perhaps the smartest and most reasonable girl in your forced company. She looks like a gray mouse, but at the same time her composure suggests that she would be perfect for the role of a gray cardinal.<</if>>
<<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>>It seems that Sophia has lost some of her mind and rationality due to bimbo gas, but she still thinks quite sensibly and, most importantly, calmly.<</if>>
<<if $sophia.bimbo gte 7 >>There is no trace left of Sophia's common sense, reason and composure. She can't even pronounce her nickname! Of course, the bimbo gas is to blame for all this. It seems that now the punchy girl doesn't even try to fight, the remnants of her mind have surrendered to her eternally wet pussy.<</if>><</nobr>>
<<nobr>><<if $sophia.bimbo lte 3>>She has a miniature body, a small butt and undefined breasts. Men rarely turn around to look at such girls.<</if>>
<<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>>Her body is no longer fragile in appearance, and her butt and breasts have gained weight significantly, Sophia's lips have also become larger. Men love to hang out with girls like this.<</if>>
<<if $sophia.bimbo gte 7 >>Sophia used to be a fragile girl, but now she has a massive trunk and melon-sized breasts. It’s hard to take your eyes off such beauties, and not just for men.<</if>><</nobr>>
<<nobr>><<if $sophia.bimbo lte 3>><span class="sophia">"How are you, $name? Are you holding up? We can't give up, we can handle this together!"</span> Sophia encouraged you as your eyes met.<</if>>
<<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>><span class="sophia">"That's weird, $name... are you hot too? Please hug me,"</span> Sophia smiled at you, biting her lip slightly.<</if>>
<<if $sophia.bimbo gte 7 >><span class="sophia">"Oh, $name, you're so cute! Want to make... a little... love?"</span> Sofy winked lustfully at you.<</if>><</nobr>>
<<nobr>><<if $sophia.bimbo gte 4 and $player.bimbo gte 4 and $time lte 719>>[[♀♀ Hug Sophia.|sophiakiss01]]
<<elseif $time gte 720>><span style="color: red;">♀♀ Hug Sophia [there is no time for this, the door is open, you need to run!].</span>
<<else>><span class="no">♀♀ Hug Sophia [requires medium bimbofication for both].</span><</if>><</nobr>>
<<nobr>><<if $sophia.bimbo gte 7 and $player.bimbo gte 6 and $time lte 719>>[[♀♀ Make love with Sophia.|sophiasex01]]
<<elseif $time gte 720>><span style="color: red;">♀♀ Make love with Sophia [there is no time for this, the door is open, you need to run!].</span>
<<else>><span class="no">♀♀ Make love with Sophia [requires high bimbofication for both].</span><</if>><</nobr>>
<<nobr>><<if $sophia.bimbo lte 3 and $player.bimbo gte 7 and $time gte 600 and $time lte 719>>[[Ask Sophia for help [requires: high bimbofication for you, low for Sophia, time between 10 and 12 o'clock].|end19_01]]
<<elseif $time gte 720>><span style="color: red;">Ask Sophia for help [the door is open, you need to get out of here].</span>
<<else>><span class="no">Ask Sophia for help [requires: high bimbofication for you, low for Sophia, time between 10 and 12 o'clock].</span><</if>><</nobr>>
<<return "Back.">><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchlibrary01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchlibrary02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchlibrary03>><</if>><</nobr>>
You spent 10 minutes searching the library. Books-books-books. Thick books, thin books, good books, bad books, books with pictures… The library! <<nobr>><<if $time lte 99>> <span class="sophia">"Perhaps together we will find something interesting here,"</span> said Sophia, who was also looking around the room at the same time as you.<</if>><<if $time gte 180 and $time lte 299>><span class="shi">"Sophia couldn't have searched everything here. Together we'll definitely find something interesting,"</span> Shi encouraged you.<</if>><</nobr>>
<<nobr>>[[Back.|library01]]
<<set $searchlibrary = 1>>
<<set $time += 9>><</nobr>>
<<nobr>><<if $player.bimbo lte 3>><<show-img search\searchlibrary04>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchlibrary05>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchlibrary06>><</if>><</nobr>>
After spending another 10 minutes looking around the library, your gaze caught on one book - "50 Shades of Grey". Apparently, something very depressing. Perhaps some kind of dystopia. For example, due to the emission of harmful substances, the skies on the planet are covered with gray clouds, from which toxic rains fall. And the main characters (a kind, but not rich guy and a spoiled, but sweet girl) survive in a new dangerous world and build tender and vanilla relationships... <<nobr>><<if $time lte 99>><span class="sophia">"We'll have to read it if we keep our sanity,"</span> grinned Sophia, who was still looking around the room with you. <</if>><<if $time gte 180 and $time lte 299>><span class="shi">"Oh, you better not read that,"</span> Shi smiled at you, seeing the book in your hands. You wonder how she knows? Everyone here has lost their memories...<</if>><</nobr>>
<<nobr>>[[Back.|library01]]
<<set $searchlibrary = 2>>
<<set $time += 9>><</nobr>><<show-gif search\searchlibrary07>>
For 10 minutes you looked through the books, opened them, quickly flipped through them, checked the contents. In one of the books you found a screen on which a video immediately turned on. Oh, you got it! It's one of those hypnotic videos from the Internet!
<<nobr>><<if $player.bimbo lte 3>>But you're sure this crap doesn't work anyway...<</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>>You're not sure it's because of this video, but you felt such a pleasant warmth in your lower abdomen...<</if>>
<<if $player.bimbo gte 7>>You need a dick now! A strong big dick! Or a wet pussy! You really want to fuck!<</if>><</nobr>>
<<nobr>>[[Back.|library01]]
<<set $searchlibrary = 3>>
<<set $time += 9>><</nobr>><<show-img search\searchlibrary08>>
During another library search, you opened one of the books, and there was a secret compartment! There you found a small vial, glowing pink, and a note: <i><span class="js">"A special antidote based on the DNA of the smartest of you. Anyone else who drinks this bottle will receive a shock dose of bimbofication. Make your choice!"</span></i>
It is obvious that Sophia is the most rational one from the start. You should probably give her this vial with the note. But you really want to drink it yourself... What if you are the smartest? The other girls are definitely not suitable, only Sophia and you.
It could also be a trap. Maybe you should just pour out the suspicious liquid?
[[Give to Sophia.|searchlibrary05]]
[[Drink yourself.|searchlibrary06]]
<<nobr>>[[Pour out.|searchlibrary07]]
<<set $searchlibrary = 4>><</nobr>><<show-gif search\searchlibrary12>>
Oh! You found a tablet with a hypnotic picture in another book. I mean... seriously? The psychopathic girl had so little to do that she threw tablets with hypnosis into books?!
<<nobr>><<if $player.bimbo lte 3>>Besides, this hypnosis doesn't work at all...<</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>>Oh, and why did your panties start to squelch so nicely? Is it because of the hypnosis? Does it really work?<</if>>
<<if $player.bimbo gte 7>>DICKS! FUCK! YOU WANT TO FUCK! YOU WANT A DICK! YOU WANT TO FUCK! YOU ARE A WHORE FOR DICKS AND CUM!<</if>><</nobr>>
<<nobr>>[[Back.|library01]]
<<set $searchlibrary = 5>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchlibrary01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchlibrary02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchlibrary03>><</if>><</nobr>>
You've spent another 10 minutes searching the library. Let's be honest and frank: you're unlikely to find anything else here. No need to waste time, you don't have much of it anyway. Well, unless you deliberately don't want to waste your precious time. Then, of course, stay and fuck around... <<nobr>><<if $time gte 180 and $time lte 299>><span class="shi">"I doubt there's anything else of interest left here. We need to move on,"</span> Shi concluded logically.<</if>><</nobr>>
<<nobr>>[[Back.|library01]]
<<set $time += 9>><</nobr>><<nobr>><<if $oprah.bimbo lte 3>><<show-img oprah01>><</if>>
<<if $oprah.bimbo gte 4 and $oprah.bimbo lte 6>><<show-img oprah02>><</if>>
<<if $oprah.bimbo gte 7 >><<show-img oprah03>><</if>><</nobr>>
<<nobr>><<if $oprah.bimbo lte 3>>Nickname: Oprah.<</if>>
<<if $oprah.bimbo gte 4 and $oprah.bimbo lte 6>>Nickname: Oprah.<</if>>
<<if $oprah.bimbo gte 7 >>Nickname: Opa-opa!<</if>><</nobr>>
<<nobr>><<if $oprah.bimbo lte 3>>Ass: small.<</if>>
<<if $oprah.bimbo gte 4 and $oprah.bimbo lte 6>>Butt: big.<</if>>
<<if $oprah.bimbo gte 7 >>Arse: huge.<</if>><</nobr>>
Description:
<<nobr>><<if $oprah.bimbo lte 3>> Oprah looks like a girl who grew up in the most dangerous ghetto. She is aggressive, daring, and doesn't mince words. Her face constantly expresses mistrust, as if she is looking down on everyone. Although in a physical fight she would probably defeat all the other participants (possibly all together), but her intellect is so-so.<</if>>
<<if $oprah.bimbo gte 4 and $oprah.bimbo lte 6>> Although Oprah looks like a girl who grew up in the most dangerous ghetto, she is now less aggressive and daring. Her face does not express such anger as before, and her low intelligence has become even lower.<</if>>
<<if $oprah.bimbo gte 7 >> Oprah (or as she calls herself "Opa-Opa!") has completely transformed. From an aggressive ghetto bitch, she has become a cheap fat ghetto whore. Now she does not show aggression to others, smiles at everyone and shakes her ass. Intelligence, which was not high before, has dropped to the necessary minimum of life. She does not drool - that's already good.<</if>><</nobr>>
<<nobr>><<if $oprah.bimbo lte 3>> Oprah has an athletic build, is tall, and has an average, unremarkable face. She also has a small ass (which is strange for an African girl, you must admit).<</if>>
<<if $oprah.bimbo gte 4 and $oprah.bimbo lte 6>> Oprah no longer has an athletic build, her body has gained fat, her face has become more feminine, but the main change is Oprah's ass. It seems to have become twice as wide as it was before.<</if>>
<<if $oprah.bimbo gte 7 >> No trace remains of her athletic physique. But now Oprah has a beautiful female face, beautiful hands, big tits and an ass that can crush a small city.<</if>><</nobr>>
<<nobr>><<if $oprah.bimbo lte 3>><span class="oprah">"What are you staring at? Don't you have anything better to do? Go find some antidotes, you stupid white bitch!"</span> the black girl yelled at you angrily when she caught you looking at her.<</if>>
<<if $oprah.bimbo gte 4 and $oprah.bimbo lte 6>><span class="oprah">"Hey, $name! Come here, I want to smack your white ass,"</span> Oprah smirked, but her offer seemed quite sincere.<</if>>
<<if $oprah.bimbo gte 7 >><span class="oprah">"Whoa, whoa! $name-$name! Fuck-fuck!"</span> the black girl beckoned you with an air kiss.<</if>><</nobr>>
<<nobr>><<if $oprah.bimbo gte 4 and $player.bimbo gte 4 and $time lte 719>>[[♀♀ Hanging with Oprah.|oprahkiss01]]
<<elseif $time gte 720>><span style="color: red;">♀♀ Hanging with Oprah [there is no time for this, the door is open, you need to run!].</span>
<<else>><span class="no">♀♀ Hanging with Oprah [requires medium bimbofication for both].</span><</if>><</nobr>>
<<nobr>><<if $oprah.bimbo gte 7 and $player.bimbo gte 6 and $time lte 719>>[[♀♀ Fuck-fuck!|oprahsex01]]
<<elseif $time gte 720>><span style="color: red;">♀♀ Fucking with Oprah [there is no time for this, the door is open, you need to run!].</span>
<<else>><span class="no">♀♀ Fucking with Oprah [requires high bimbofication for both].</span><</if>><</nobr>>
<<nobr>><<if $oprah.bimbo lte 4 and $player.bimbo gte 6 and $time lte 719>>[[♀♀ Submissive sex.|oprahsex04]]
<<elseif $time gte 720>><span style="color: red;">♀♀ Submissive sex [there is no time for this, the door is open, you need to run!].</span>
<<else>><span class="no">♀♀ Submissive sex [requires high bimbofication for you and low for Oprah].</span><</if>><</nobr>>
<<return "Back.">><<silently>><<bimbogas>><<bimbogasevent>><<trials>><<trialsevent>><<end01>><</silently>>
<<nobr>>
<<if $player.bimbo lte 3 and $time lte 719>><<show-img exit01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6 and $time lte 719>><<show-img exit02>><</if>>
<<if $player.bimbo gte 7 and $time lte 719>><<show-img exit03>><</if>>
<<if $player.bimbo lte 3 and $time gte 720>><<show-img exit04>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6 and $time gte 720>><<show-img exit05>><</if>>
<<if $player.bimbo gte 7 and $time gte 720>><<show-img exit06>><</if>><</nobr>>
<<nobr>><<if $time gte 720>>The door is open. Forward to freedom!<</if>>
<<if $time lte 719>>The fucking door is locked! And it looks like it's armored. It's unlikely that you'll be able to open it with a crowbar or even a shotgun. You'll have to wait until 12:00.<</if>><</nobr>>
<<nobr>><<if $searchexit == 0 and $time lte 719>>[[👁 Carefully inspect the door.|searchexit01]]<</if>>
<<if $searchexit == 1 and $time lte 719>>[[👁 Carefully inspect the door.|searchexit02]]<</if>>
<<if $searchexit == 2 and $time lte 719>>[[👁 Carefully inspect the door.|searchexit03]]<</if>>
<<if $time gte 720>><span style="color: red;"> 👁 Carefully inspect the door [the door opened, you need to run!].</span><</if>><</nobr>>
<<nobr>><<if $time gte 720 and $player.bimbo lte 3>>[[Get out!|end11_01]]<</if>>
<<if $time gte 720 and $player.bimbo gte 4 and $player.bimbo lte 6>>[[Get out.|end12_01]]<</if>>
<<if $time gte 720 and $player.bimbo gte 7>>[[Get out?|end13_01]]<</if>>
<<if $time lte 719>><span style="color: red;">The door is locked [opens at 12:00].</span><</if>><</nobr>>
[[Back.|hall01]]<<nobr>><<if $player.bimbo lte 3>><<show-img search\searchhall01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchhall02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchhall03>><</if>><</nobr>>
You spent 10 minutes searching the hall. Nothing yet, but it was too early to despair. There must be something important here! <<nobr>><<if $time lte 179>><span class="oprah">"Hey, Snowflake, did you find anything interesting?"</span> Oprah asked you from the hall.<</if>><<if $time gte 300 and $time lte 419>><span class="shi">"If we try, we'll definitely find something useful!"</span> Shi encouraged you as she searched the other side of the hall. <</if>><<if $time gte 420 and $time lte 539>><span class="sophia">"I'm sure they haven't searched everything yet,"</span> Sophia said, searching the hall with you.<</if>><</nobr>>
<<nobr>>[[Back.|hall01]]
<<set $searchhall = 1>>
<<set $time += 9>><</nobr>><<show-img search\searchhall04>>
You managed to tear off one floorboard. Underneath it was an old photograph, covered in dust. After wiping away the layer of dust, a pornographic photo opened up to your gaze. It seems that this was some time around the 70s?
<span class="js">"Vintage porn..."</span> the maniac said thoughtfully through the speaker on the wall, and you even flinched in surprise. <span class="js">"I don't like hairy genitals, sorry."</span>
<<nobr>>[[Back.|hall01]]
<<set $searchhall = 2>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchhall05>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchhall06>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchhall07>><</if>><</nobr>>
Once again, you searched the hall and found nothing... wait, what is this? In a crack in the wall you found a very oddly shaped key, worn, with traces of rust. <<nobr>><<if $time lte 179>><span class="oprah">"Hey, Snowflake, did you find the key? Now find the door it opens!"</span> Oprah, who was in the hall, said rudely. <</if>><<if $time gte 300 and $time lte 419>><span class="shi">"Did you find the key? Check the doors! It should definitely fit one of the closed doors!"</span> Shi was happy with your find. <</if>><<if $time gte 420 and $time lte 539>><span class="sophia">"Wow, a key! It might come in handy!"</span> Sophia rejoiced, searching the hall with you.<</if>><</nobr>>
<<nobr>>[[Back.|hall01]]
<<set $searchhall = 3>>
<<set $basementkey = 1>>
<<set $time += 9>><</nobr>><<show-img search\searchhall08>>
It seems... you managed to rip off another floorboard! And under it was... another old photo! Was this house where vintage porn was filmed before? Then it's clear why there are all these iron doors here: so that the neighbors don't hear, and also so that the actresses don't run away...
<span class="js">"Whoredom, debauchery and... and pussies,"</span> the maniac sighed through the speaker, reading your thoughts.
<<nobr>>[[Back.|hall01]]
<<set $searchhall = 4>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchhall09>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchhall10>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchhall11>><</if>><</nobr>>
You spent another 10 minutes and found... the meaning of life! Ah, I'm screwing you. You found some old rusty nails. They could probably be used as a weapon, but:
1. You're more likely to get tetanus from them.
2. There are much more suitable things scattered around here: sticks, iron rods, dirty boots.
3. Who to fight? The maniac doesn't want to go out and fight, she can only talk through screens and speakers. In short, after doing this mental analysis, you feel like...
Your thoughts are becoming clearer. It's weird. Perhaps, because your brain was actively thinking about rusty nails, your bimbofication slowed down a little. Or so it seemed to you... Who knows?
<<nobr>>[[Back|hall01]]
<<set $searchhall = 5>>
<<set $player.antidote += 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchhall01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchhall02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchhall03>><</if>><</nobr>>
Another 10 minutes wasted. Admit it, are you the type of person who will knock on a closed door until it breaks? <<nobr>><<if $time lte 179>><span class="oprah">"There's nothing here anymore, we've searched everything,"</span> Oprah spat angrily on the floor. <</if>><<if $time gte 300 and $time lte 419>><span class="shi">"It seems there's nothing here anymore, we need to move on,"</span> Shi reasonably concluded. <</if>><<if $time gte 420 and $time lte 539>><span class="sophia">"Empty, nothing. We've already found everything useful,"</span> Sophia sighed sadly, searching the hall with you. <</if>><</nobr>>
<<nobr>>[[Back.|hall01]]
<<set $time += 9>><</nobr>><<silently>><<bimbogas>><<bimbogasevent>><<trials>><<trialsevent>><<end01>><</silently>>
<<nobr>><<if $player.bimbo lte 3>><<show-img diningroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img diningroom02>><</if>>
<<if $player.bimbo gte 7 >><<show-img diningroom03>><</if>><</nobr>>
A dining room with a large table and very tasty cakes on it. There are also beautiful and very old cabinets and chests of drawers. Real antiques! <<nobr>><<if $time gte 360 and $time lte 539>>Currently in the dining room is [[Oprah.|oprah]]<</if>><<if $time gte 540 and $time lte 719>>Currently the dining room is being searched by [[Sophia.|sophia]]<</if>><</nobr>>
<<nobr>><<if $searchdiningroom == 0 and $time lte 719>>[[👁 Search the dining room.|searchdiningroom01]]<</if>>
<<if $searchdiningroom == 1 and $time lte 719>>[[👁 Search the dining room.|searchdiningroom02]]<</if>>
<<if $searchdiningroom == 2 and $time lte 719>>[[👁 Search the dining room.|searchdiningroom05]]<</if>>
<<if $searchdiningroom == 3 and $time lte 719>>[[👁 Search the dining room.|searchdiningroom06]]<</if>>
<<if $searchdiningroom == 4 and $time lte 719>>[[👁 Search the dining room.|searchdiningroom07]]<</if>>
<<if $searchdiningroom == 5 and $time lte 719>>[[👁 Search the dining room.|searchdiningroom10]]<</if>>
<<if $time gte 720>><span style="color: red;"> 👁 Search the dining room [the exit door opened, you need to run!].</span><</if>><</nobr>>
<<nobr>><<if $cupcaketrial == 0 and $time lte 719>>[[👁 Go to the cupcakes.|cupcaketrial01]]<</if>>
<<if $cupcaketrial == 1 and $time lte 719>>[[👁 Go to the cupcakes.|cupcaketrial03]]<</if>>
<<if $cupcaketrial == 2 and $time lte 719>>[[👁 Go to the cupcakes.|cupcaketrial05]]<</if>>
<<if $time gte 720>><span style="color: red;">👁 Go to the cupcakes [the exit door opened, you need to run!].</span><</if>><</nobr>>
<<nobr>>[[Back to the hall.|hall01]]
<<set $time += 1>><</nobr>>
<<silently>><<bimbogas>><<bimbogasevent>><<trials>><<trialsevent>><<end01>><</silently>>
<<nobr>><<if $player.bimbo lte 3>><<show-img guestroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img guestroom02>><</if>>
<<if $player.bimbo gte 7 >><<show-img guestroom03>><</if>><</nobr>>
A clean and cozy (relative to the rest of the house) room with an armchair and a large double bed. It seems that there are even clean sheets on it. You can rest a little. But only a little! <<nobr>><<if $time gte 240 and $time lte 419>>Currently [[Sophia|sophia]] is resting in the room.<</if>><<if $time gte 540 and $time lte 719>>Currently [[Oprah|oprah]] is resting in the room.<</if>><</nobr>>
<<nobr>><<if $searchguestroom == 0 and $time lte 719>>[[👁 Search the guest room.|searchguestroom01]]<</if>>
<<if $searchguestroom == 1 and $time lte 719>>[[👁 Search the guest room.|searchguestroom02]]<</if>>
<<if $searchguestroom == 2 and $time lte 719>>[[👁 Search the guest room.|searchguestroom05]]<</if>>
<<if $searchguestroom == 3 and $time lte 719>>[[👁 Search the guest room.|searchguestroom06]]<</if>>
<<if $searchguestroom == 4 and $time lte 719>>[[👁 Search the guest room.|searchguestroom09]]<</if>>
<<if $searchguestroom == 5 and $time lte 719>>[[👁 Search the guest room.|searchguestroom10]]<</if>>
<<if $searchguestroom == 6 and $time lte 719>>[[👁 Search the guest room.|searchguestroom11]]<</if>>
<<if $searchguestroom == 7 and $time lte 719>>[[👁 Search the guest room.|searchguestroom12]]<</if>>
<<if $searchguestroom == 8 and $time lte 719>>[[👁 Search the guest room.|searchguestroom15]]<</if>>
<<if $searchguestroom == 9 and $time lte 719>>[[👁 Search the guest room.|searchguestroom16]]<</if>>
<<if $time gte 720>><span style="color: red;">👁 Search the guest room [the exit door opened, you need to run!].</span><</if>><</nobr>>
[[👁 Look in the mirror.|mirrorguestroom01]]
<<nobr>><<if $time lte 719>>[[Rest a little.|rest01]]<</if>>
<<if $time gte 720>><span style="color: red;">Rest a little [the exit door opened, you need to run!].</span><</if>><</nobr>>
<<nobr>>[[Go to the hall.|hall01]]
<<set $time += 1>><</nobr>><<silently>><<bimbogas>><<bimbogasevent>><<trials>><<trialsevent>><<end01>><</silently>>
<<nobr>><<if $player.bimbo lte 3>><<show-img basement01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img basement02>><</if>>
<<if $player.bimbo gte 7 >><<show-img basement03>><</if>><</nobr>>
A large basement with many boxes and barrels along the walls. Even plants somehow grow here! Oh, and there's also a fuck machine and some dildos scattered around...
<<nobr>><<if $sexmachine == 0 and $time lte 719>>[[👁 Approach the sex machine.|sexmachine01]]<</if>>
<<if $sexmachine == 1 and $time lte 719>>[[👁 Approach the sex machine.|sexmachine03]]<</if>>
<<if $sexmachine == 2 and $time lte 719>>[[👁 Approach the sex machine.|sexmachine05]]<</if>>
<<if $sexmachine == 3 and $time lte 719>>[[👁 Approach the sex machine.|sexmachine07]]<</if>>
<<if $time gte 720>><span style="color: red;">👁 Approach the sex machine [the exit door opened, you need to run!].</span><</if>><</nobr>>
<<nobr>><<if $searchbasement == 0 and $time lte 719>>[[👁 Search the basement.|searchbasement01]]<</if>>
<<if $searchbasement == 1 and $time lte 719>>[[👁 Search the basement.|searchbasement02]]<</if>>
<<if $searchbasement == 2 and $time lte 719>>[[👁 Search the basement.|searchbasement03]]<</if>>
<<if $searchbasement == 3 and $time lte 719>>[[👁 Search the basement.|searchbasement08]]<</if>>
<<if $searchbasement == 4 and $time lte 719>>[[👁 Search the basement.|searchbasement09]]<</if>>
<<if $searchbasement == 5 and $time lte 719>>[[👁 Search the basement.|searchbasement12]]<</if>>
<<if $searchbasement == 6 and $time lte 719>>[[👁 Search the basement.|searchbasement13]]<</if>>
<<if $searchbasement == 7 and $time lte 719>>[[👁 Search the basement.|searchbasement14]]<</if>>
<<if $searchbasement == 8 and $time lte 719>>[[👁 Search the basement.|searchbasement15]]<</if>>
<<if $searchbasement == 9 and $time lte 719>>[[👁 Search the basement.|searchbasement18]]<</if>>
<<if $searchbasement == 10 and $time lte 719>>[[👁 Search the basement.|searchbasement19]]<</if>>
<<if $time gte 720>><span style="color: red;"> 👁 Search the basement [the exit door opened, you need to run!].</span><</if>><</nobr>>
<<nobr>>[[Go up to the hall.|hall01]]
<<set $time += 1>><</nobr>>
<<silently>><<bimbogas>><<bimbogasevent>><<trials>><<trialsevent>><<end01>><</silently>>
<<show-img wardrobe01>>
A very spacious wardrobe in excellent condition with an incredible amount of pink things. Almost everything is pink here: dresses, T-shirts, skirts, shoes. Even the lighting is pink! <<nobr>><<if $time gte 120 and $time lte 239>>Currently in the wardrobe is [[Sophia.|sophia]]<</if>><<if $time gte 420 and $time lte 539>>Currently in the wardrobe is [[Shi.|shi]]<</if>><</nobr>>
<<nobr>><<if $searchwardrobe == 0 and $time lte 719>> [[👁 Search the wardrobe.|searchwardrobe01]]<</if>>
<<if $searchwardrobe == 1 and $time lte 719>> [[👁 Search the wardrobe.|searchwardrobe02]]<</if>>
<<if $searchwardrobe == 2 and $time lte 719>> [[👁 Search the wardrobe.|searchwardrobe03]]<</if>>
<<if $searchwardrobe == 3 and $time lte 719>> [[👁 Search the wardrobe.|searchwardrobe06]]<</if>>
<<if $searchwardrobe == 4 and $time lte 719>> [[👁 Search the wardrobe.|searchwardrobe07]]<</if>>
<<if $searchwardrobe == 5 and $time lte 719>> [[👁 Search the wardrobe.|searchwardrobe08]]<</if>>
<<if $searchwardrobe == 6 and $time lte 719>> [[👁 Search the wardrobe.|end08_01]]<</if>>
<<if $time gte 720>><span style="color: red;"> 👁 Search the wardrobe [the exit door opened, you need to run!].</span><</if>><</nobr>>
<<nobr>>[[Back to the hall.|hall01]]
<<set $time += 1>><</nobr>><<silently>><<bimbogas>><<bimbogasevent>><<trials>><<trialsevent>><<end01>><</silently>>
<<nobr>><<if $player.bimbo lte 3>><<show-img fireplace01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img fireplace02>><</if>>
<<if $player.bimbo gte 7 >><<show-img fireplace03>><</if>><</nobr>>
A large room with a fireplace, lots of old sofas and a monitor screen on the wall showing porn. There is also a bar counter with numerous bottles of alcohol in the room. <<nobr>><<if $time gte 180 and $time lte 279>>Currently in the room with the fireplace is [[Oprah.|oprah]]<</if>><<if $time gte 540 and $time lte 719>>Currently searching the room with the fireplace is [[Shi.|shi]]<</if>><</nobr>>
<<nobr>><<if $searchfireplace == 0 and $time lte 719>>[[👁 Search the room with the fireplace.|searchfireplace01]]<</if>>
<<if $searchfireplace == 1 and $time lte 719>>[[👁 Search the room with the fireplace.|searchfireplace02]]<</if>>
<<if $searchfireplace == 2 and $time lte 719>>[[👁 Search the room with the fireplace.|searchfireplace05]]<</if>>
<<if $searchfireplace == 3 and $time lte 719>>[[👁 Search the room with the fireplace.|searchfireplace06]]<</if>>
<<if $searchfireplace == 4 and $time lte 719>>[[👁 Search the room with the fireplace.|searchfireplace07]]<</if>>
<<if $searchfireplace == 5 and $time lte 719>>[[👁 Search the room with fireplace.|searchfireplace08]]<</if>>
<<if $time gte 720>><span style="color: red;"> 👁 Search the room with fireplace [the exit door opened, you need to run!].</span><</if>><</nobr>>
<<nobr>><<if $fireplaceporn == 0 and $time lte 719>>[[👁 Watch porn.|fireplaceporn01]]<</if>>
<<if $fireplaceporn == 1 and $time lte 719>>[[👁 Watch porn.|fireplaceporn02]]<</if>>
<<if $fireplaceporn == 2 and $time lte 719>>[[👁 Watch porn.|fireplaceporn03]]<</if>>
<<if $fireplaceporn == 3 and $time lte 719>>[[👁 Watch porn.|fireplaceporn04]]<</if>>
<<if $fireplaceporn == 4 and $time lte 719>>[[👁 Watch porn.|fireplaceporn05]]<</if>>
<<if $fireplaceporn == 5 and $time lte 719>>[[👁 Watch porn.|fireplaceporn06]]<</if>>
<<if $fireplaceporn == 6 and $time lte 719>>[[👁 Watch porn.|fireplaceporn07]]<</if>>
<<if $fireplaceporn == 7 and $time lte 719>>[[👁 Watch porn.|fireplaceporn08]]<</if>>
<<if $fireplaceporn == 8 and $time lte 719>>[[👁 Watch porn.|fireplaceporn09]]<</if>>
<<if $fireplaceporn == 9 and $time lte 719>>[[👁 Watch porn.|fireplaceporn10]]<</if>>
<<if $fireplaceporn == 10 and $time lte 719>>[[👁 Watch porn.|end09_01]]<</if>>
<<if $time gte 720>><span style="color: red;"> 👁 Watch porn [the exit door opened, you need to run!].</span><</if>><</nobr>>
<<nobr>>[[Back to the hall.|hall01]]
<<set $time += 1>><</nobr>>
<<nobr>><<if $player.bimbo lte 3>><<show-img search\searchexit01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchexit02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchexit03>><</if>><</nobr>>
For 10 minutes you examined the massive metal door, tugged at the handle, knocked on the hinges. By the look of it, this door could withstand a good explosion.
<span class="js">"$name, let me save you some time - you can't open this door,"</span> the psychopathic girl's voice came from the speaker mounted on the wall.
<<nobr>>[[Back.|exit01]]
<<set $searchexit = 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchexit01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchexit02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchexit03>><</if>><</nobr>>
And again, FOR SOME REASON, you decided to examine a heavy armored door. Are you going to write a dissertation on doors?
<span class="shi">"$name, don't just stand there, go look for antidotes!"</span> Shi shouted at you as she passed by. Apparently, everyone was concerned (or puzzled?) by your stupidity.
<<nobr>>[[Back.|exit01]]
<<set $searchexit = 2>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchexit01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchexit02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchexit03>><</if>><</nobr>>
Fuck, you won't find any shit here.
<<nobr>>[[Back.|exit01]]
<<set $time += 9>><</nobr>><<show-img ends\end11_01>>
Bright rays of dawn hit your eyes...
You got out! You won! You completely retained your mind and your intellect. You outplayed the evil bitch.
Smiling, you enjoyed the fresh air. Taking all the girls, you first went to the hospital. More precisely, you wanted to find people so that they would call an ambulance and the police.
[[Next.|end11_02]]<<show-img ends\end12_01>>
Bright rays of dawn hit your eyes...
You got out! Finally, this nightmare is over! Although you have changed a little since you got here, although there are fewer logical thoughts in your head, you still outplayed the evil bitch.
Smiling, you enjoyed the fresh air and some lightness in your head. Taking all the girls, you first went to the hospital. More precisely, you wanted to find people so that they would call an ambulance and the police.
[[Next.|end12_02]]<<show-img ends\end13_01>>
Bright rays of dawn hit your eyes...
You got out! And... what next? Did you have to get out of the house? Yes, that's right, it was some kind of game and you won it. Probably...
You smiled stupidly and breathed in the fresh air, thoughts were completely absent in your head. Shi took all the girls, led them to residential buildings and asked people to call an ambulance. Wow, you'll get to ride in a car with flashing lights!
[[Next.|end13_02]]<<nobr>><<if $player.bimbo lte 3>><<show-img search\searchwardrobe01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchwardrobe02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchwardrobe03>><</if>><</nobr>>
You spent ten minutes looking at the clothes and shoes. Everything is so... pink. And some people really do have such a wardrobe! Imagine: having only pink clothes… <<nobr>><<if $time gte 120 and $time lte 239>><span class="sophia">"It's a nightmare, everything is so pink,"</span> Sophia, who was also rummaging through the wardrobe, read your thoughts.<</if>><<if $time gte 420 and $time lte 539>><span class="shi">"We can't give up, we need to keep searching,"</span> Shi, who was also searching the wardrobe at the moment, said very optimistically.<</if>> <</nobr>>
<<nobr>>[[Back.|wardrobe01]]
<<set $searchwardrobe = 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchwardrobe04>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchwardrobe05>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchwardrobe06>><</if>><</nobr>>
While you were rummaging through this wardrobe, you had an irresistible desire to try on a couple of things. Which you did, actually. They're so pink. <<nobr>><<if $time gte 120 and $time lte 239>><span class="sophia">"$name, don't you have anything better to do? Pull yourself together, we need to get out of here! You can do it, I believe in you!"</span> said Sophia, who was also searching through the closet right now.<</if>><<if $time gte 420 and $time lte 539>><span class="shi">"The bimbo gas must have gotten to you, $name,"</span> Shi shook her head disapprovingly.<</if>> <</nobr>>
<<nobr>><<if $player.bimbo lte 3>>Pink is clearly not your thing. Too bright and flashy.<</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>>Pink looks good on you, doesn't it? Maybe you should wear it all the time now?<</if>>
<<if $player.bimbo gte 7>>Pink is definitely your color! You should wear it all the time!<</if>><</nobr>>
<<nobr>>[[Back.|wardrobe01]]
<<set $searchwardrobe = 2>>
<<set $time += 9>><</nobr>><<show-img search\searchwardrobe07>>
When you opened one of the many shoe boxes, you noticed a small bottle glowing gray (gray!) with a note next to it:
<span class="js"><i>"Hello, bitch! This is Antibimbon4000, my new advanced brain booster. When you opened the box, you triggered the self-destruct mechanism - in a minute, the capsule with the bimbo-liquid will open and neutralize the drug. Are you ready to trust me without hesitation and drink it right now or will you miss your chance? Make your choice!"</i></span>
Trust and drink?
[[Trust and drink.|searchwardrobe04]]
<<nobr>>[[Do nothing.|searchwardrobe05]]
<<set $searchwardrobe = 3>><</nobr>><<show-img search\searchwardrobe10>>
You found very interesting shoes. Pink, with rhinestones, with high heels. You were fascinated by the way the stones sparkled. It's strange, you weren't interested in such things before (probably, you don't remember anything). You sat down on the nightstand and tried on these magical shoes. They fit perfectly! <<nobr>><<if $time gte 120 and $time lte 239>><span class="sophia">"Hey, $name! You're doing the wrong thing! You should be fighting!"</span> Sophia tried to bring you back to reality.<</if>><<if $time gte 420 and $time lte 539>><span class="shi">"$name, how are you? You should be looking for antidotes, not shoes!"</span> said Shi when she saw you trying on the shoes.<</if>> <</nobr>>
<<nobr>><<if $player.bimbo lte 3>>Your desire to wear such shoes scares you. It's probably time to leave the wardrobe before it's too late.<</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>>What's so bad about liking shoes? Maybe now is not the best time, but later on you can!<</if>>
<<if $player.bimbo gte 7>> Oh, yes, now you will always wear such shoes. They are comfortable and beautiful! But in this house they can get dirty. Take them with you when the "game" is over!<</if>><</nobr>>
<<nobr>>[[Back.|wardrobe01]]
<<set $searchwardrobe = 4>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchwardrobe11>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchwardrobe12>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchwardrobe13>><</if>><</nobr>>
You found such a pretty outfit: a short see-through top and a little skirt. Of course, pink! You couldn't resist trying them on. Oh, how these clothes suit you!
You're just so pretty! <<nobr>><<if $time gte 120 and $time lte 239>><span class="sophia">"$name, please come to your senses!"</span> Sophia said desperately, shaking your shoulders. <</if>><<if $time gte 420 and $time lte 539>><span class="shi">"You've become quite the bimbo, haven't you, $name?"</span> Shi sighed heavily, looking at you. <</if>><</nobr>>
It seems like your mind is slipping away from you. There are fewer thoughts... You need to leave the wardrobe immediately! Although is it necessary...?
<<nobr>>[[Back.|wardrobe01]]
<<set $searchwardrobe = 5>>
<<set $player.bimbo += 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchwardrobe01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchwardrobe02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchwardrobe03>><</if>><</nobr>>
Once again, you spent 10 minutes examining the clothes in your closet (and not searching for an antidote!). Well, that's probably your choice. After all, becoming a dumb bimbo cum hole is also a conscious human choice. And people must respect other people's choices. If this choice does not affect them personally...
<<nobr>>[[Back.|wardrobe01]]
<<set $searchwardrobe = 6>>
<<set $time += 9>><</nobr>><<show-img ends\end08_01>>
You were so carried away by trying on clothes in the wardrobe that you didn’t notice how this whole crazy "game" ended. Of course, you managed to get a shock dose of bimbo gas. It was hard for you to think, only simple thoughts were spinning in your head. And now these thoughts were like: <span class="player">"What a beautiful dress!", "What shoes!", "Oooh! The handbag is fire!", "Wow, what bracelets, so shiny!"</span> and so on.
You need to take all this with you! As a kind of prize. But… How to take all this? And where to go! You don’t remember where you used to live and what you did…
<<nobr>>[[Next.|end08_02]]
<<save-player>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchfireplace01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchfireplace02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchfireplace03>><</if>><</nobr>>
You started searching the room with the fireplace. There were probably a lot of interesting things hidden here, but so far you hadn't found anything. <<nobr>><<if $time gte 180 and $time lte 279>><span class="oprah">"Found what? Share it!"</span> Oprah giggled.<</if>><<if $time gte 540 and $time lte 719>><span class="shi">"Don't give up, keep searching,"</span> Shi encouraged you as you searched.<</if>><</nobr>>
<<nobr>>[[Back.|fireplace01]]
<<set $searchfireplace = 1>>
<<set $time += 9>><</nobr>><<show-img search\searchfireplace04>>
As soon as you started searching again, you noticed that one brick in the wall was loose. You took it out, and inside you found a blue-glowing syringe and a note: <span class="js"><i>"Psst, bitch, what happens if you mix the antidote and the super-boob-enlarger? I don't know, I haven't tried it yet. Let's try it? But you have to inject it right into the boob. Deep into the boob. Make your choice!"</i></span>
[[Inject experimental antidote!|searchfireplace03]]
<<nobr>>[[Put syringe down.|searchfireplace04]]
<<set $searchfireplace = 2>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchfireplace01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchfireplace02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchfireplace03>><</if>><</nobr>>
You've already found 1 antidote here (albeit along with the boob enhancer), but you still continue searching the room. The room is big, there are definitely a lot of things, secrets and surprises hidden here.<<nobr>><<if $time gte 180 and $time lte 279>><span class="oprah">"Fuck, what am I doing here?"</span> Oprah sighed, searching the room with you.<</if>><<if $time gte 540 and $time lte 719>><span class="shi">"Do you think there's anything interesting left here?"</span> Shi asked, searching the room with you.<</if>><</nobr>>
<<nobr>>[[Back.|fireplace01]]
<<set $searchfireplace = 3>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchfireplace01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchfireplace02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchfireplace03>><</if>><</nobr>>
Another 10 minutes and still nothing. Maybe you should switch to searching other rooms? The house is big, there could be a lot of things in it.<<nobr>><<if $time gte 180 and $time lte 279>><span class="oprah">"I haven't been able to find anything for 20 minutes..."</span> Oprah sighed in disappointment.<</if>><<if $time gte 540 and $time lte 719>><span class="shi">"How are you doing? I don't think there's anything else here,"</span> Shi said sadly.<</if>><</nobr>>
<<nobr>>[[Back.|fireplace01]]
<<set $searchfireplace = 4>>
<<set $time += 9>><</nobr>>
<<nobr>><<if $player.bimbo lte 3>><<show-img search\searchfireplace01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchfireplace02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchfireplace03>><</if>><</nobr>>
Okay, now you definitely need to think about stopping looking at the walls, halves and sofas of the room with the fireplace, since there hasn't been anything valuable here for a long time.<<nobr>><<if $time gte 180 and $time lte 279>><span class="oprah">"Let me guess: you were just wasting your time too?"</span> Oprah looked at you understandingly. Oprah! Understandingly!<</if>><<if $time gte 540 and $time lte 719>><span class="shi">"Eh..."</span> was all that escaped Shi. Apparently, she can't find anything here either.<</if>><</nobr>>
<<nobr>>[[Back.|fireplace01]]
<<set $searchfireplace = 5>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchfireplace01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchfireplace02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchfireplace03>><</if>><</nobr>>
And again you spent 10 minutes looking for something you don't know. But you didn't find it.
<span class="js">"$name, there's nothing else here. Honestly. Go look in the other rooms,"</span> the maniac girl's voice rang out through the speaker mounted on the wall.
<<nobr>>[[Back.|fireplace01]]
<<set $time += 9>><</nobr>><<show-img fireplaceporn01>>
On the monitor screen, a young blonde was being fucked in her tight pussy. She was smiling, her eyes were rolling back in pleasure, she was feeling incredibly good. <<nobr>><<if $time gte 180 and $time lte 279>><span class="oprah">"90% of porn actresses are white bitches. But the little mermaid is now ours, well, fucked up,"</span> Oprah glanced at the screen.<</if>><<if $time gte 540 and $time lte 719>><span class="shi">"Beautiful video, isn’t it?"</span> Shi smiled at you, noticing that you were staring at the porn.<</if>><</nobr>>
<span class="js">"Nature created us to get maximum pleasure from the process of copulation,"</span> the maniac girl commented on what was happening on the screen through the speaker mounted on the wall. <span class="js">"Otherwise, the human species would have died out long ago. You don't want us to die out, do you? Then you need to fuck. Combine business with pleasure."</span>
<<nobr>>[[Back.|fireplace01]]
<<set $fireplaceporn = 1>>
<<set $time += 9>><</nobr>><<show-img fireplaceporn02>>
This time, there was a girl with a dick in her mouth on the monitor screen. She skillfully pleased her partner, licked the head of his cock, played with it with her tongue, ran her lips over it... <<nobr>><<if $time gte 180 and $time lte 279>><span class="oprah">"Suck-suck, white bitch. Know your place,"</span> Oprah chuckled when she looked at the screen.<</if>><<if $time gte 540 and $time lte 719>><span class="shi">"Wow, she sucks good. Would you like to suck a dick now too, perhaps?"</span> Shi winked at you.<</if>><</nobr>>
<span class="js">"People learned to please each other orally long before the wheel was invented,"</span> the psycho bitch commented on the video. <span class="js">"It's natural for us to please our partner in such a simple way, there's nothing humiliating about it. On the contrary, a girl who has a dick in her mouth completely controls the pleasure and fate of a man…"</span>
<<nobr>>[[Back.|fireplace01]]
<<set $fireplaceporn = 2>>
<<set $time += 9>><</nobr>><<show-img fireplaceporn03>>
The girl on the monitor received a portion of sperm on her young and beautiful face. She posed like this for the camera, then slowly began to send sperm into her greedy mouth, savoring every drop. <<nobr>><<if $time gte 180 and $time lte 279>><span class="oprah">"White bitch in white cum,"</span> Oprah smirked again.<</if>><<if $time gte 540 and $time lte 719>><span class="shi">"Wow, so much sperm!"</span> Shi giggled, assessing the picture on the monitor.<</if>><</nobr>>
<span class="js">"Sperm is not only procreation, but also a few grams of delicious dietary yogurt!"</span> the maniac laughed through the loudspeakers.
<<nobr>>[[Back.|fireplace01]]
<<set $fireplaceporn = 3>>
<<set $time += 9>><</nobr>>
<<show-img fireplaceporn04>>
Suddenly, your kidnapper appeared on the screen instead of porn. And she had her breasts exposed. You even flinched in surprise.
<span class="js">"Congratulations, $name, you passed the trial!"</span> she clapped theatrically. <span class="js">"What trial? You should have found the note stuck to the back of the monitor! Then you would have known that the first of you to spend 30 minutes watching porn would get a dose of the antidote. You lazy and inattentive cunts..."</span>
You flinched again, this time because you were pricked by a syringe that came out of the couch. Here, the antidote is obtained... <<nobr>><<if $time gte 180 and $time lte 279>><span class="oprah">"You're lucky, bitch,"</span> Oprah sighed heavily.<</if>><<if $time gte 540 and $time lte 719>><span class="shi">"Wow, congratulations on the antidote!"</span> Shi said sincerely.<</if>><</nobr>>
<<nobr>>[[Back.|fireplace01]]
<<set $player.antidote += 1>>
<<set $fireplaceporn = 4>>
<<set $time += 9>><</nobr>><<show-img fireplaceporn05>>
On the monitor screen, a strong man was pounding a fragile and tender blonde in the ass with all his might. She was screaming, squealing, but at the same time it was obvious that she liked what was happening, that she was getting real pleasure from it. <<nobr>><<if $time gte 180 and $time lte 279>><span class="oprah">"$name, I bet you were also fucked in the ass before you got here,"</span> Oprah made a sarcastic comment.<</if>><<if $time gte 540 and $time lte 719>><span class="shi">"Wow, even my cheeks turned red!"</span> laughed Shi, who was also looking at the monitor at the moment.<</if>><</nobr>>
<span class="js">"Boys like to fuck girls in the ass,"</span> the maniac could not resist commenting again. <span class="js">"That's how boys feel their power, and it's also harder to get pregnant from the anal, ahaha!"</span>
<<nobr>>[[Back.|fireplace01]]
<<set $fireplaceporn = 5>>
<<set $time += 9>><</nobr>><<show-gif fireplaceporn06>>
You were watching porn on the monitor again and, without noticing it, your hand started stroking your pussy through your panties. It felt so good, so arousing. And it was kind of hot in here, so you let your tits out to get some fresh air… <<nobr>><<if $time gte 180 and $time lte 279>><span class="oprah">"Hey, $name, I'm actually here! White bitches are going nuts,"</span> Oprah shook her head disapprovingly, noticing what you were doing.<</if>><<if $time gte 540 and $time lte 719>><span class="shi">"Maybe I should join in too?"</span> Shi winked at you.<</if>><</nobr>>
<span class="js">"$name, masturbating while high on bimbo gas might not be entirely safe, but that's up to you, of course,"</span> the maniac who had kidnapped you commented on your actions. And she may be right, because right now you have some strange lightness in your head...
<<nobr>>[[Back.|fireplace01]]
<<set $player.bimbo += 1>>
<<set $fireplaceporn = 6>>
<<set $time += 9>><</nobr>><<show-img fireplaceporn07>>
On the screen, two blondes were pleasing one man in every possible way. First, they sucked his cock together, then they took turns putting their holes under it. But they didn’t forget about themselves: they caressed each other, kissed passionately and licked wet pussies… <<nobr>><<if $time gte 180 and $time lte 279>><span class="oprah">"You want to be the third one, right?"</span> Oprah sneered contemptuously. As always, though.<</if>><<if $time gte 540 and $time lte 719>><span class="shi">"Oh, I might join them,"</span> Shi giggled stupidly.<</if>><</nobr>>
<span class="js">"Girls should help each other!"</span> In a cheerful voice, the maniac girl pronounced the truism. <span class="js">"I wouldn’t refuse to help them. And you?"</span>
<<nobr>>[[Back.|fireplace01]]
<<set $fireplaceporn = 7>>
<<set $time += 9>><</nobr>><<show-img fireplaceporn08>>
This time the petite white girl was with a huge black man. In every sense of the word, huge. His dick was the size of her hand! <<nobr>><<if $time gte 180 and $time lte 279>><span class="oprah">"Now that's a real man,"</span> Oprah said approvingly. <</if>><<if $time gte 540 and $time lte 719>><span class="shi">"Wow! That's huge!"</span> Shi playfully bit her lower lip. <</if>><</nobr>>
<span class="js">"$name, have you ever tried a big black dick? Oh yeah, I just erased your fucking memory..."</span> the psychopath sighed. <span class="js">"Well, you should definitely try it when the game is over. You'll like it!"</span>
<<nobr>>[[Back.|fireplace01]]
<<set $fireplaceporn = 8>>
<<set $time += 9>><</nobr>><<show-gif fireplaceporn09>>
All that porn on the screen had you really turned on. Your panties were already squelching so much that you took them off. Freedom for your pussy!
And you started stroking your pearl. Pleasure for your pussy! <<nobr>><<if $time gte 180 and $time lte 279>><span class="oprah">"$name, isn't anything bothering you? Your brain must have completely melted, you poor bitch..."</span> Oprah sighed, watching you masturbate.<</if>><<if $time gte 540 and $time lte 719>><span class="shi">"Mmm, you're so naughty!"</span> Shi laughed, looking at you.<</if>><</nobr>>
<span class="js">"Uh, $name, you should probably stop watching porn. There will be no more antidotes for watching it, but your mind may not be able to handle it,"</span> the criminal girl said with slight concern. What did she say about the mind? You didn't hear correctly. Your head is so calm and pleasant now…
<<nobr>>[[Back.|fireplace01]]
<<set $player.bimbo += 1>>
<<set $fireplaceporn = 9>>
<<set $time += 9>><</nobr>><<show-img fireplaceporn10>>
On the screen, one girl was servicing men. Many men. A lot of men. She doesn't have as many holes as there are men there.
At first, she worked with her hands and mouth, the men approached her one by one. She looked so happy, so peaceful, as if she had found her purpose in life... <<nobr>><<if $time gte 180 and $time lte 279>><span class="oprah">"Another white bitch has found her purpose in life,"</span> Oprah giggled, reading your thoughts.<</if>><<if $time gte 540 and $time lte 719>><span class="shi">"Oh, so much attention, and all to her,"</span> Shi giggled, looking at the screen.<</if>><</nobr>>
<span class="js">"Some girls like to service many men at once,"</span> the maniac commented on what was happening on the screen. <span class="js">"Imagine how much good she brings to this world? How many people she makes happy? Do you want to be like her?"</span>
<<nobr>>[[Back.|fireplace01]]
<<set $fireplaceporn = 10>>
<<set $time += 9>><</nobr>><<show-gif ends\end09_01>>
You were so engrossed in watching porn on the screen that you completely forgot about time, about antidotes and about some kind of game. You were attracted by lustful girls and their blissful smiles, as well as strong boys and their beautiful strong cocks.
You openly and without embarrassment caressed yourself, had crazy orgasms, rested for 5-10 minutes, and continued to play with your pussy. You did not notice your "sisters in misfortune", did not pay attention to the comments of the maniac, you did not even notice how the doors of the house opened...
<<nobr>>[[Next.|end09_02]]
<<save-player>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchdiningroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchdiningroom02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchdiningroom03>><</if>><</nobr>>
You began searching the dining room. The cupcakes on the table were a distraction, but your resolve was not to be broken! <<nobr>><<if $time gte 360 and $time lte 539>><span class="oprah">"That crazy white bitch could have left us more food,"</span> Oprah fumed as she searched the room as well.<</if>><<if $time gte 540 and $time lte 719>><span class="sophia">"I'm sure there's more to this place than just food,"</span> Sophia said as she searched the room with you.<</if>><</nobr>>
<<nobr>>[[Back|diningroom01]]
<<set $searchdiningroom = 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchdiningroom04>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchdiningroom05>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchdiningroom06>><</if>><</nobr>>
You found a fresh red apple in the cabinet. It's strange that there's no note from a maniac or anything like that nearby. Is this apple poisoned? Does it contain an antidote? Or is it just an apple to have a snack. And you wouldn't mind just having a snack...
[[Eat an apple!|searchdiningroom03]]
<<nobr>>[[Put the apple back in place.|searchdiningroom04]]
<<set $searchdiningroom = 2>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchdiningroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchdiningroom02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchdiningroom03>><</if>><</nobr>>
You searched the dining room for the next ten minutes and found nothing. There was a suspicious spice jar, you shook it out, but all that was inside were strong-smelling herbs from India. <<nobr>><<if $time gte 360 and $time lte 539>><span class="oprah">"Fuck, that smells like crap,"</span> Oprah looked at you with a displeased look. <</if>><<if $time gte 540 and $time lte 719>><span class="sophia">"We could make something tasty, but unfortunately we don't have time for that,"</span> Sophia commented. <</if>><</nobr>>
<<nobr>>[[Back.|diningroom01]]
<<set $searchdiningroom = 3>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchdiningroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchdiningroom02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchdiningroom03>><</if>><</nobr>>
Another 10 minutes of searching, more spices. It seems like you emptied half the jars, the room smelled like you were in India. <<nobr>><<if $time gte 360 and $time lte 539>><span class="oprah">"You could at least open the window. Haha, just kidding, bitch,"</span> Oprah pretended to laugh, but in the end she still ended up with a displeased face.<</if>><<if $time gte 540 and $time lte 719>><span class="sophia">"My stomach is growling..."</span> Sophia sighed sadly.<</if>><</nobr>>
<<nobr>>[[Back.|diningroom01]]
<<set $searchdiningroom = 4>>
<<set $time += 9>><</nobr>><<show-img search\searchdiningroom11>>
In one of the spice jars, you still managed to find a small container. Opening it, you found a green pill and a note: <span class="js"><i>"This is an antidote. No traps. Earned it for your searching skills, bitch."</i></span>
Can you trust this note? Or is this some kind of tricky trap again?
[[Use the pill.|searchdiningroom08]]
<<nobr>>[[Put the pill on the table.|searchdiningroom09]]
<<set $searchdiningroom = 5>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchdiningroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchdiningroom02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchdiningroom03>><</if>><</nobr>>
It seems you've already searched the entire dining room. There's nothing more to search here. Although you can continue to enjoy the smell of the Indian spices you shook out of the jars...
<<nobr>>[[Back.|diningroom01]]
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img cupcaketrial01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img cupcaketrial02>><</if>>
<<if $player.bimbo gte 7 >><<show-img cupcaketrial03>><</if>><</nobr>>
You've walked over to the beautiful cupcakes that are almost glowing pink! Or maybe they really do glow. Next to them was a note: <span class="js"><i>"Hey, bitch! Did you know that wide hips on a girl biologically signal to men that she is healthy and has high reproductive capacity? The cupcake in front of you contains an antidote, as well as my new revolutionary invention - an assopin. So you win either way. But be careful! No more than one cupcake per girl, or you'll fucking overdose!"</i></span>
[[Eat a cupcake.|cupcaketrial02]]
[[Move away.|diningroom01]]<<nobr>><<if $player.bimbo lte 3>><<show-img cupcaketrial01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img cupcaketrial02>><</if>>
<<if $player.bimbo gte 7 >><<show-img cupcaketrial03>><</if>><</nobr>>
You went back to the beautiful cupcakes. So delicious, so tempting, so pink...
<span class="js">"Uh, $name, you read the warning, right?"</span> the slightly agitated voice of the maniac rang out. <span class="js">"One cupcake for each! Not because I'm greedy, but because you'll fucking overdose!"</span>
Yes, yes, an overdose. But the cupcakes are so magnificent... <<nobr>><<if $time gte 360 and $time lte 539>><span class="oprah">"Do you want an ass like an African woman's?"</span> Oprah smirked.<</if>><<if $time gte 540 and $time lte 719>><span class="sophia">"You should be more careful with those cupcakes, they're dangerous!"</span> Sophia warned you.<</if>><</nobr>>
[[Eat another cupcake.|cupcaketrial04]]
[[Move away.|diningroom01]]<<nobr>><<if $player.bimbo lte 3>><<show-img cupcaketrial01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img cupcaketrial02>><</if>>
<<if $player.bimbo gte 7 >><<show-img cupcaketrial03>><</if>><</nobr>>
Unable to resist, you hurried to the plate of cupcakes. The most delicious cupcakes on the planet! So tempting, so delicious, so magnificent…
<span class="js">"$name, I probably shouldn’t have added my drugs to such delicious cupcakes, I apologize,"</span> the worried voice of the maniac girl rang out. <span class="js">"But you need to step away from this plate. Fight the desire! You will win!"</span>
Mmm, cupcakes…
[[Pounce on the cupcakes!|end10_01]]
[[Step away.|diningroom01]]<<nobr>><<if $player.bimbo lte 3>><<show-img mirror03>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img mirror04>><</if>>
<<if $player.bimbo gte 7 >><<show-img mirror05>><</if>><</nobr>>
<<nobr>><<if $player.bimbo lte 3>>Intelligence: above average.<</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>>Intelligence: below average.<</if>>
<<if $player.bimbo gte 7 >>Intelligence: low.<</if>><</nobr>>
<<nobr>><<if $player.bimbo lte 3>>Hair: brunette.<</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>>Hair: blonde.<</if>>
<<if $player.bimbo gte 7 >>Hair: blonde.<</if>><</nobr>>
<<nobr>><<if $player.lips == 0>>Lips: you have some kind of narrow strip on your face instead of normal lips.<</if>>
<<if $player.lips == 1>>Lips: you have small, expressionless lips.<</if>>
<<if $player.lips == 2>>Lips: average - not great, not terrible.<</if>>
<<if $player.lips == 3>> Lips: you have big lips; they immediately let men know that you like to suck.<</if>>
<<if $player.lips == 4>>Lips: you have incredible inhuman lips. Give the duck her beak back, bitch!<</if>><</nobr>>
<<nobr>><<if $player.tits == 0>>Chest: you have micro-boobs, that's what microscopes were invented for.<</if>>
<<if $player.tits == 1>>Chest: you have small and sexy breasts.<</if>>
<<if $player.tits == 2>>Chest: you have awesome and hot tits.<</if>>
<<if $player.tits == 3>>Chest: you have huge melons.<</if>>
<<if $player.tits == 4>>Chest: you have huge udder; fuck, are you a girl or a cow?
<</if>><</nobr>>
<<nobr>><<if $player.ass == 0>>Ass: you have a mini butt, it could use some fat.<</if>>
<<if $player.ass == 1>>Ass: you have a normal average butt.<</if>>
<<if $player.ass == 2>>Ass: your big butt attracts a lot of attention.<</if>>
<<if $player.ass == 3>>Ass: you have a huge butt, the kind that usually get stuck in washing machines.<</if>>
<<if $player.ass == 4>>Ass: you have a huge grotesque butt, don't get stuck in a doorway.<</if>><</nobr>>
<<nobr>><<if $player.vag == 0>>Vagina: you have a virgin hole between your legs.<</if>>
<<if $player.vag == 1>>Vagina: you have a tight pussy between your legs.<</if>>
<<if $player.vag == 2>>Vagina: you have a slightly fucked vulva between your legs.<</if>>
<<if $player.vag == 3>>Vagina: you have a fucked up leaking vagina.<</if>>
<<if $player.vag == 4>>Vagina: you have a huge disgusting fucked up cunt with fleshy labia.<</if>><</nobr>>
<<nobr>><<if $player.hand == 0>>Hands: your hands and nails are unkempt. Do you work in a mine or something like that?<</if>>
<<if $player.hand == 1>>Hands: your hands are rough and your nails are unpainted.<</if>>
<<if $player.hand == 2>>Hands: you have normal hands and well-groomed nails.<</if>>
<<if $player.hand == 3>>Hands: you have delicate hands and long painted nails.<</if>>
<<if $player.hand == 4>>Hands: you have delicate hands and incredibly long painted nails with rhinestones; you can't do anything with your hands normally.<</if>><</nobr>>
[[Back.|guestroom01]]
<<nobr>><<if $player.bimbo lte 3>><<show-img rest01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img rest02>><</if>>
<<if $player.bimbo gte 7 >><<show-img rest03>><</if>><</nobr>>
You lay down on the bed for a while, your legs need a rest, as does your whole body. And your mind too. Too much stress, too much tension. Now you will gather your strength and join the fight again... <<nobr>><<if $time gte 240 and $time lte 419>><span class="sophia">"I'm very tired, but I need to continue. Just a little rest..."</span> yawned Sophia.<</if>><<if $time gte 540 and $time lte 719>><span class="oprah">"Oh, how tired I am of everything,"</span> Oprah sighed heavily.<</if>><</nobr>>
<<nobr>>[[Next.|guestroom01]]
<<set $time += 29>><</nobr>>
<<nobr>><<if $player.bimbo lte 3>><<show-img sexmachine01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img sexmachine02>><</if>>
<<if $player.bimbo gte 7>><<show-img sexmachine03>><</if>><</nobr>>
Sex machine. What else can be said here? Dildos, a motor and all these technical things. And there is a note attached to it:
<span class="js"><i>"Hello, bitch! The artificial penises in front of you are lubricated with an antidote, but there is a nuance - this type of antidote is absorbed only through the inner walls of the vagina with abundant lubrication (that is, with direct penetration, you can’t lubricate your finger). In addition to the antidote, Vagino-Elastin is applied to the dildo - I initially developed this product to ease childbirth. But, as it turned out, it wears out the female genitals too much. Are you ready to sacrifice your pussy to save your sanity? Make your choice!"</i></span>
Shit, this crazy bitch’s imagination is completely fucked up.
What are you watching? Decide now!
[[Use the sex machine.|sexmachine02]]
[[Back.|basement01]]<<nobr>><<if $player.bimbo lte 3>><<show-img sexmachine01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img sexmachine02>><</if>>
<<if $player.bimbo gte 7>><<show-img sexmachine03>><</if>><</nobr>>
Sex machine. The same sex machine that gave you such a nice feeling not long ago.
<span class="js">"Whoa-whoa-whoa, easy, $name!"</span> the maniac spoke through the speaker on the wall. <span class="js">"There are very strong chemicals in there, they can cause addiction... or other side effects."</span>
That's true, but there's an unused dildo here, which also has an antidote...
[[Use the sex machine again.|sexmachine04]]
[[Back.|basement01]]<<nobr>><<if $player.bimbo lte 3>><<show-img sexmachine01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img sexmachine02>><</if>>
<<if $player.bimbo gte 7>><<show-img sexmachine03>><</if>><</nobr>>
Yes, this is the sex machine.
<span class="js">"$name!"</span> the psychopath exclaimed. <span class="js">"There's no more antidote on the dildo! Stop!"</span>
Maybe not, but you noticed one nice attachment on the sex machine - a big black dildo. Maybe it has an antidote?
[[Use sex machine with black dildo!|sexmachine06]]
[[Back.|basement01]]<<nobr>><<if $player.bimbo lte 3>><<show-img sexmachine01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img sexmachine02>><</if>>
<<if $player.bimbo gte 7>><<show-img sexmachine03>><</if>><</nobr>>
The sex machine fucked to death.
<span class="js">"$name, you are a cold-blooded, heartless killer,"</span> the psycho bitch said disapprovingly.
[[Back.|basement01]]<<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbasement01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbasement02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbasement03>><</if>><</nobr>>
It was hard to decide where to start searching in such a large basement. First you opened the barrels, but they contained some chemicals. Maybe if you poured them out, there would be something useful at the bottom. But you didn't want to cause an apocalypse. For now...
<<nobr>>[[Back.|basement01]]
<<set $searchbasement = 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbasement04>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbasement05>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbasement06>><</if>><</nobr>>
Searching through the many drawers, you found a box. It looked nice, but you couldn't figure out how to open it. On one side you saw a small inscription scratched with a nail: <b><i>"Dickraiser"</i></b>.
<span class="player">"Some old useless crap,"</span> you thought, shrugged and threw the box away.
<<nobr>>[[Back.|basement01]]
<<set $searchbasement = 2>>
<<set $time += 9>><</nobr>><<show-img search\searchbasement07>>
During another search, you found a small box with an orange pill and a note:
<span class="js"><i>"Hey, bitch. How are you? Fuck it, don’t answer. Here’s a pill that will increase the effects of bimbo gas if you take it. Why do you need this, you wonder? While you were unconscious, I placed remotely activated antidote capsules in your stomachs. Don’t worry, if you don’t use them, they’ll come out on their own. Now, these capsules contain a shock dose of the antidote. And if you take the orange capsule, you can help another participant. Just say her nickname out loud. On the other hand, you don’t have to sacrifice yourself for someone else. Make your choice."</i></span>
[[Help Sophia.|searchbasement04]]
[[Help Oprah.|searchbasement05]]
[[Help Shi.|searchbasement06]]
<<nobr>>[[Refuse to sacrifice yourself.|searchbasement07]]
<<set $searchbasement = 3>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbasement12>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbasement13>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbasement14>><</if>><</nobr>>
Continuing to search the basement, you found a paper letter that had fallen between two drawers. It was a romantic letter, judging by the heart on it.
<span class="js">"Fuck..."</span> the maniac's desperate voice rang out.
Okay, now you're especially interested. You opened the letter and started reading:
<span class="js"><i>"Purrr! My kitty, I respect your courage and your desire to be in the thick of things, to be on the tip of the spear. You are the bravest and most determined person I know. Sorry for my hysteria yesterday, I'm just really worried about you. But I'm sure that together we can handle everything. You are my heart and my soul. Kiss you tenderly.</i></span>
You didn't understand anything. Judging by the maniac's reaction, this could be her letter. And if so, who is it intended for? One of you? Does the psychopath have an accomplice? If so, then... is it one of you? Or is there no accomplice here? Or did the bitch react not to your discovery, but to something else happening in the house? There are more questions than answers... But just in case, you need to take this note with you.
<<nobr>>[[Back.|basement01]]
<<set $searchbasement = 4>>
<<set $time += 9>><</nobr>><<show-img search\searchbasement15>>
When you opened the next box, red pollen from it got into your eyes. At first you coughed, and then you felt warmth all over your body, your cheeks filled with blood, as did some other parts of your body...
<span class="js">"Oh-oh! It seems you inhaled Arousaldin - not my most successful drug, to be honest, it hasn't even gone into mass production,"</span> the voice of the cunt that kidnapped you was heard. <span class="js">"Arousaldin really arouses, but it has a serious side effect - if you don't relieve tension, it will not be eliminated from the body and will get into the brain. In short, you will go a little stupid if you don't at least jerk off. Make your choice!"</span>
What a scumbag! But do you have a choice? However, there is always a choice, even if it is a shitty one...
[[Give in to desire!|searchbasement10]]
<<nobr>>[[Be patient!|searchbasement11]]
<<set $searchbasement = 5>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbasement01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbasement02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbasement03>><</if>><</nobr>>
You found... well, you didn’t find shit. Did you think you'd find something useful or interesting here every time? And here's a hole from ass as a gift for you, you fucking cunt...
<<nobr>>[[Back|basement01]]
<<set $searchbasement = 6>>
<<set $time += 9>><</nobr>>
<<show-img search\searchbasement19>>
There's a photo of a girl with a strap-on and an incredibly familiar face behind the boxes. Is it Shi? It's Shi! Guaranteed, it's her. On the other hand, you wouldn't be surprised if you found a photo of yourself with a strap-on here. No one remembers anything! And the photo doesn't say anything at all.
Although Shi is a beauty here, of course. You need to take this photo with you...
<<nobr>><<if $evidence == 0>>However, before talking to Shi about this, you'll need some additional evidence...<</if>>
<<if $evidence == 1>>You have enough evidence to present to Shi. She's clearly being dishonest! You wonder how she'll justify herself? However, this matter is quite dangerous...<</if>><</nobr>>
<<nobr>>[[Back.|basement01]]
<<set $searchbasement = 7>>
<<set $evidence += 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbasement01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbasement02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbasement03>><</if>><</nobr>>
You didn't find anything interesting again, loser. Maybe it's time to give up? Maybe it's time to do something else? Something useful, for example?
<<nobr>>[[Back.|basement01]]
<<set $searchbasement = 8>>
<<set $time += 9>><</nobr>>
<<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbasement01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbasement02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbasement03>><</if>><</nobr>>
You didn't find anything. More precisely, you've already found a lot of things here, but not in this approach. It seems there's nothing more useful here.
<span class="js">"No fish here!"</span> the maniac laughed, but you didn't get the joke...
<<nobr>>[[Back.|basement01]]
<<set $searchbasement = 10>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbasement01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbasement02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbasement03>><</if>><</nobr>>
That's it. You've searched everything here. You're just wasting your time.
<<nobr>>[[Back|basement01]]
<<set $time += 9>><</nobr>><<show-img bottle02>>
<<nobr>><<if $bottlesuck == 0>>For some reason, you licked the neck of the bottle, played with it with your tongue, then took it in your mouth and greedily began to suck, as if you had a strong man's dick in your mouth.<</if>>
<<if $bottlesuck == 1>>For some reason, you licked the neck of the bottle AGAIN, played with it with your tongue, then took it in your mouth and greedily began to suck, as if you had a strong man's dick in your mouth.<</if>><</nobr>>
<span class="js">"Oh, you perverted bottle-sucker!"</span> the maniac laughed through the speaker.
You didn't care about her comment, you just wanted to suck the bottle, imagining something completely different in its place. You swallowed as deeply as you could. What a mouth you have, indeed!
However, after a couple of minutes of this action, you came to your senses and put the bottle back.
<<nobr>>[[Finish.|oldlab01]]
<<set $bottlesuck = 1>>
<<set $time += 2>><</nobr>>
<<show-img bottle03>>
<<nobr>><<if $bottlefuck == 0>>Unable to contain your lust, you take off your clothes, sit over the bottle and press its neck to your vagina.<</if>>
<<if $bottlefuck == 1>>Unable to contain your lust, you take off your clothes AGAIN, sit over the bottle and press its neck to your vagina.<</if>><</nobr>>
<span class="js">"Ahaha! What a slutty, horny little hole you are!"</span> a shrill laugh came from the speaker on the wall.
<<nobr>><<if $player.vag == 0>>And then the bottle entered your virgin hole (once virgin). You deflowered yourself with a bottle! You're a fucking idiot!<</if>>
<<if $player.vag == 1>>And then the bottle entered your very tight hole.<</if>>
<<if $player.vag == 2>>And then the bottle entered your hole.<</if>>
<<if $player.vag == 3>>And then the bottle entered your developed hole.<</if>>
<<if $player.vag == 4>>And then the bottle entered your torn hole. You barely feel the bottle! It's like it's dangling in a bucket!<</if>><</nobr>>
You start moving on the bottle. Slowly at first, then faster and faster. What a wonderful sensation! It's like you're flying in the sky! You could stay here forever. Living with this bottle, taking care of it, marrying it...
With these strange and absurd thoughts, the muscles of your vagina began to contract. You came, riding the bottle. Fuck, what a thrill...
After catching your breath, you got up from the bottle, shook yourself off and got dressed.
<<nobr>>[[Finish.|oldlab01]]
<<set $bottlefuck = 1>>
<<if $player.vag == 0>><<set $player.vag = 1>><</if>>
<<set $time += 9>><</nobr>><<show-gif syringetrial02>>
You called all the girls. Sophia, Oprah and Shi answered your call. Apparently, Helga had completely given up. You briefly outlined the situation.
<span class="sophia">"Easy. Everyone takes off their clothes, gives them to one. She wraps the limbs, jumps down and rakes out the syringes. She'll also put someone's shoe on her hand..."</span> Sophia instantly came up with a plan for victory. It was not for nothing that you called everyone.
<span class="oprah">"A piece of cake, I'll do it,"</span> brave Oprah shrugged.
<span class="shi">"Then we'll take off our clothes,"</span> Shi winked at you and began to undress. You also began to take off your clothes.
[[Next.|syringetrial03]]<<show-gif ends\end06_01>>
You jump into the pit and start rummaging through the used syringes with the remains of the glowing pink substance. First carefully, and then more and more assertively, boldly and furiously. You need these antidotes!
Ouch! You injected yourself! But that won't stop you.
<span class="js">"Eh, $name, you should be more careful,"</span> the confused voice of the maniac came from the speaker. <span class="js">"You can move the syringes with your foot, or cover your hands with something... Shit, these syringes contain dangerous substances, you fucking idiot!"</span>
But you didn't hear her anymore. Like a madwoman, you rummaged through the syringes, injected yourself with them, rummaged again...
<<nobr>>[[Next.|end06_02]]
<<save-player>><</nobr>><<show-img syringetrial03>>
<span class="oprah">"Stupid test,"</span> Oprah said, putting on her protective gear and jumping into the pit. <span class="oprah">"Listen, bitch, you're stupid!"</span>
The psychopath held back and said nothing. The black girl acted carefully, but soon she pulled out the first syringe, emitting a dim green glow. In movies, such a light usually means either poison or radiation...
Then another syringe followed. Then two at once. And finally, the last one. The entire operation took no more than 5 minutes.
[[Next.|syringetrial04]]<<show-gif syringetrial04>>
<span class="oprah">"I climbed into the pit, I'm taking two syringes. Any objections?"</span> Oprah asked in a tone that did not tolerate objections when she got to the top.
<span class="sophia">"Well, actually, I came up with the plan, and Helga is here too..."</span> Sophia tried to object, but Oprah immediately slapped her.
Maybe it's time to put this arrogant bitch in her place? On the other hand, she might win...
[[Separate peacefully.|syringetrial05]]
[[Put Oprah in her place!|end07_01]]<<nobr>><<if $player.bimbo lte 3>><<show-img syringetrial05>><</if>>
<<if $player.bimbo gte 4>><<show-img syringetrial06>><</if>><</nobr>>
<span class="shi">"Girls, girls, no need to fight!"</span> Shi intervened in the conflict. <span class="shi">"Oprah, you jumped into the pit, take two syringes. It's completely fair."</span>
<span class="oprah">"That's what I'm talking about,"</span> the black girl chuckled, picking up two syringes.
Everyone else took one and helped give each other injections. Well, the trial was passed as well as possible. Your chances of winning have increased...
<<nobr>>[[Finish.|syringeroom01]]
<<set $player.antidote += 1>>
<<set $oprah.antidote += 2>>
<<set $sophia.antidote += 1>>
<<set $shi.antidote += 1>>
<<set $syringetrial = 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img ends\end07_01>><</if>>
<<if $player.bimbo gte 4>><<show-img ends\end07_02>><</if>><</nobr>>
<span class="player">"Stop, Oprah, this is going too far..."</span> you didn't have time to finish your sentence before you got a punch in the face. You fell to the floor, not thinking clearly.
<span class="oprah">"You know, white bitch, I'm going to take your antidote too,"</span> you felt the black woman sit on you. <span class="oprah">"I'm going to take all your antidotes! Now give them to me quickly!"</span>
No one argued with her. Although, perhaps, if everyone had pounced on her together, you could have won. You just didn't dare. Pathetic pissers...
<<nobr>>[[Next.|end07_02]]
<<save-player>><</nobr>><<show-gif cupcaketrial04>>
You licked your lips hungrily and pounced on one of the cupcakes like a predator. Mmm, so delicious! Very, very, very delicious! A masterpiece of culinary art. As soon as you finished the cupcake and licked your fingers, your butt began to shake involuntarily.
<<nobr>><<if $player.ass lte 1>><span class="js">"Your hips are too narrow. They were. Now they will be better and more seductive,"</span> a sudden comment was heard from the speaker. <</if>>
<<if $player.ass == 2>><span class="js">"Your hips are not bad, but now they will be even better. You will become the main heartbreaker!"</span> a sudden comment was heard from the speaker. <</if>>
<<if $player.ass == 3>><span class="js">"Now you will have the biggest ass in the area. All the men will turn around!"</span> a sudden and delighted comment came from the speaker. <</if>>
<<if $player.ass == 4>><span class="js">"Oh, what a pity that my product can’t make your ass even bigger. It will shake and pass..."</span> came a sudden and disappointed comment from the speaker. <</if>><</nobr>>
Soon your ass stopped shaking. <<nobr>><<if $time gte 360 and $time lte 539>><span class="oprah">"White people's asses are too small anyway,"</span> Oprah commented on the event.<</if>><<if $time gte 540 and $time lte 719>><span class="sophia">"You'll be beautiful with any ass,"</span> Sophia encouraged you.<</if>><</nobr>>
<<nobr>>[[Finish.|diningroom01]]
<<set $player.antidote += 1>>
<<set $time += 9>>
<<set $cupcaketrial = 1>>
<<if $player.ass lte 3>><<set $player.ass += 1>><</if>><</nobr>>
<<show-gif cupcaketrial05>>
You couldn't resist and pounced on another cupcake. The smallest one! You're just REALLY hungry...
And again, as soon as you finished devouring this culinary masterpiece, your ass involuntarily shook. Much stronger this time!
<<nobr>><<if $player.ass lte 1>><span class="js">"Your hips were too narrow, how did you even live with them?"</span> the psycho girl commented from the speaker.<</if>>
<<if $player.ass == 2>><span class="js">"Congratulations on your new ass. The men will be delighted!"</span> the psycho girl commented from the speaker.<</if>>
<<if $player.ass == 3>><span class="js">"Now you can even win a prize for a huge ass in Brazil. And there is very high competition there..."</span> the psycho girl's enthusiastic comment was heard from the speaker. <</if>>
<<if $player.ass == 4>><span class="js">"Oh, it's a shame that your ass has nowhere to grow. It'll shake and pass..."</span> the psychopathic girl's comment was heard from the speaker. <</if>><</nobr>>
<<nobr>>[[Finish.|diningroom01]]
<<set $player.antidote += 1>>
<<set $player.bimbo += 1>>
<<set $time += 9>>
<<set $cupcaketrial = 2>>
<<if $player.ass lte 3>><<set $player.ass += 1>><</if>><</nobr>><<show-gif ends\end10_01>>
Unable to resist the overwhelming desire, paying no attention to anything, you pounced on the remaining cupcakes. And not just one (the smallest one, yeah), but all at once. You ate and ate, your body shaking, especially your ass, which had become truly enormous. However, since it had nowhere else to grow, everything went to other parts of your body: your chest, legs, arms, stomach. You were getting fat right before our eyes…
<<nobr>>[[Next.|end10_02]]
<<save-player>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-gif sexmachine04>><</if>>
<<if $player.bimbo gte 4>><<show-gif sexmachine05>><</if>><</nobr>>
You decided that you needed an antidote now (apparently, you decided so, because otherwise it turns out that you just decided to fuck the sex machine).
Having pressed the "ON" button, you settled in more comfortably, getting closer and closer to this hellish device. Now it hits your vagina, goes up, goes over your clitoris... Everything turned you on a little, of course. And... A dildo inside!
<<nobr>><<if $player.vag == 0>>The sex machine took your virginity! You are a completely crazy lustful animal. <</if>>
<<if $player.vag == 1>>The sex machine entered your tight pussy. Oh, what interesting sensations. <</if>>
<<if $player.vag == 2>>The sex machine entered your pussy. Oh, what an interesting sensation. <</if>>
<<if $player.vag == 3>>The sex machine entered your fucked-up vagina. Oh, what a pleasant sensation. <</if>>
<<if $player.vag == 4>>The sex machine entered your huge fucked-up cunt. You practically didn’t feel it! <</if>><</nobr>>
You started playing with yourself with your fingers to get even more pleasant sensations. After all, the note said that you needed lube. And what lube without arousal and pleasure?
A few minutes later, a loud moan escaped your lips. You don’t know if it was the substances applied to the dildo or your lust, but you madly liked everything that was happening! Soon you began to cum on the inanimate machine, which did not stop the process for a second, maintaining a perfect rhythm.
After catching your breath, you got dressed and dusted yourself off. Well, that was interesting.
<<nobr>>[[Finish.|basement01]]
<<set $player.antidote += 1>>
<<set $sexmachine = 1>>
<<set $time += 9>>
<<if $player.vag lte 3>><<set $player.vag += 1>><</if>><</nobr>>
<<nobr>><<if $player.bimbo lte 3>><<show-gif sexmachine06>><</if>>
<<if $player.bimbo gte 4>><<show-gif sexmachine07>><</if>><</nobr>>
You decided that another antidote wouldn't hurt you now (apparently, you decided so, because otherwise it turns out that you just wanted to fuck the sex machine AGAIN, you crazy nymphomaniac).
Pressing the "ON" button again, you took a comfortable place. And, as before, you got closer and closer to your goal (the antidote). And... Dildo inside!
<<nobr>><<if $player.vag == 1>>The sex machine entered your tight pussy again. Oh, how good it feels! <</if>>
<<if $player.vag == 2>>The sex machine entered your pussy again. Oh, how good it feels! <</if>>
<<if $player.vag == 3>>The sex machine entered your used vagina again. You definitely need a bigger dildo!<</if>>
<<if $player.vag == 4>>The sex machine entered your huge fucked-up cunt again. What a pity that the dildo is so small!<</if>><</nobr>>
You started masturbating to enhance the pleasant sensations. One dick is good, but a dick and fingers are even better!
And again you couldn’t hold back your moans. More precisely, at first they were moans, and then it was more like screams. As if a crowd of blacks were fucking you. You gave in to the robot and…
Your body trembled, and your vagina began to descend both inside and outside. It seemed like you had two orgasms at once: vaginal and clitoral. Indescribable feelings of real euphoria…
You got dressed and shook yourself off, as if nothing had happened. Finally, you stroked the dildo with your palm and kissed it.
It's strange, but it seems that you are having a harder time thinking now.
<<nobr>>[[Finish.|basement01]]
<<set $player.bimbo += 1>>
<<set $player.antidote += 1>>
<<set $time += 9>>
<<set $sexmachine = 2>>
<<if $player.vag lte 3>><<set $player.vag += 1>><</if>><</nobr>><<show-gif sexmachine08>>
You took off the small white dildo and attached a large black one to the sex machine, which was standing right next to it. There can't be no antidote on it!
You pressed the "ON" button and selected the maximum speed! The more lube - the more antidote, right? Maybe not, but... Dildo inside!
<<nobr>><<if $player.vag == 2>>A giant black dildo burst into your pussy at great speed. It is quite painful, but very pleasant!<</if>>
<<if $player.vag == 3>>A giant black dildo burst into your used vagina at great speed. It hurts just a little, but it feels so good!<</if>>
<<if $player.vag == 4>>A giant black dildo burst into your torn cunt at great speed. There was no pain at all, just a big, black thrill!<</if>><</nobr>>
Your fingers caressed your clitoris as if some demon had possessed them. You squealed, screamed, and soon began to cum violently...
Then again...
And one more time...
You were all sweaty, tired, but you didn't want to leave the sex machine. However, you soon smelled something burning, you noticed smoke coming from your "lover", who immediately stopped.
You fucked the fuck machine to death!
With a disappointed sigh, you stood up, got dressed, and dusted yourself off.
Sleep well, dear friend...
<<nobr>>[[Finish.|basement01]]
<<set $player.bimbo += 1>>
<<set $sexmachine = 3>>
<<set $time += 29>>
<<if $player.vag lte 3>><<set $player.vag += 1>><</if>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-gif gloryhole04>><</if>>
<<if $player.bimbo gte 4>><<show-gif gloryhole05>><</if>><</nobr>>
You pressed the lever, a small window in the wall opened, and a strong male dick immediately stuck through it. You, as the bitch-kidnapper warned, were unable to resist the desire. Your unbearable lust (and bimbo gas, of course, yeah) made your knees buckle. And now you are already on your knees with a dick in your mouth. Greedily sucking it, savoring every movement and every moment. Saliva drips from your mouth onto the floor.
<<nobr>><<if $player.lips lte 1>><span class="js">"You have terrible lips for sucking. Disgusting. You just need bigger lips,"</span> a sudden comment came from the speaker. <</if>>
<<if $player.lips == 2>><span class="js">"You suck well, but just imagine how you can give a blowjob with even bigger lips?"</span> a sudden comment came from the speaker.<</if>>
<<if $player.lips == 3>><span class="js">"Wow! With lips like those, you can only suck! Tell me, are you grateful to me?"</span> a sudden comment came from the speaker. <</if>>
<<if $player.lips == 4>><span class="js">"This is the most beautiful blowjob I've ever seen. And all thanks to your huge lips, given to you by me. Where's the gratitude, cocksucker?"</span> a sudden comment came from the speaker. <</if>><</nobr>>
[[Next.|gloryhole03]]
<<nobr>><<if $player.bimbo lte 3>><<show-gif gloryhole06>><</if>>
<<if $player.bimbo gte 4>><<show-gif gloryhole07>><</if>><</nobr>>
You jerked off his cock with your mouth like crazy, as if a succubus (or suckubus) had possessed you. You moved your head, your lips, helped with your hand. You need to get the antidote! By any means necessary...
Under your pressure, the man couldn't stand it and shot sperm from his dick into you. You collected all the drops of the "antidote" in your mouth, without spilling a single one, and then greedily swallowed it all. Yummy!
[[Next.|gloryhole04]]
<<nobr>><<if $player.bimbo lte 3>><<show-img gloryhole08>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img gloryhole09>><</if>>
<<if $player.bimbo gte 7 >><<show-img gloryhole10>><</if>><</nobr>>
At first, you only felt the wonderful, delicious taste of sperm, its pleasant consistency... But then your mouth burned strongly, then your lips "burned up" too. You involuntarily grabbed your face.
<<nobr>><<if $player.lips lte 3>><span class="js">"Well, well, well, a side effect, apparently. I forgot to warn you that this type of antidote can make your lips bigger. Don't worry, it's even better for you,"</span> the maniac girl explained. Thanks for warning me, bitch!<</if>>
<<if $player.lips == 4>><span class="js">"Well, well, well, a side effect, apparently. I forgot to warn you that this type of antidote can make your lips bigger. But your lips have nowhere else to grow. So it will burn a little now, and then it will go away, don't worry,"</span> the maniac girl explained. Thanks for the warning, bitch!<</if>><</nobr>>
<<nobr>>[[Finish.|toilet01]]
<<set $player.antidote += 1>>
<<set $time += 4>>
<<if $player.lips lte 3>><<set $player.lips += 1>><</if>>
<<set $gloryhole = 1>><</nobr>>
<<nobr>><<if $player.bimbo lte 3>><<show-gif gloryhole11>><</if>>
<<if $player.bimbo gte 4>><<show-gif gloryhole12>><</if>><</nobr>>
You pressed the lever again, and again a strong cock appeared from behind the opened window. The cock instantly appeared in your greedy mouth. If there was a world championship in kneeling before a cock, you would take first place. But it's all bimbo gas, it's not your fault and not the fault of your lustful wet pussy. Very wet! You feel how your female juices flow down your thighs, and the muscles of your vagina contract lustfully, wanting a powerful and wild fuck.
<span class="js">"You don't listen to advice at all, do you?"</span> the voice of the kidnapper girl sighed heavily. <span class="js">"You know, great, being a bimbo is just your destiny!"</span>
[[Next.|gloryhole07]]
<<nobr>><<if $player.bimbo lte 3>><<show-gif gloryhole13>><</if>>
<<if $player.bimbo gte 4>><<show-gif gloryhole14>><</if>><</nobr>>
It wasn't long before the cock shot its healing and delicious sperm into you again. And you know how to get cum, slut!
You greedily milked the cock dry, collected every last drop and swallowed it with great pleasure. All for the antidote, of course.
<span class="js">"Ever thought about working in a gloryhole?"</span> the invisible interlocutor asked mockingly. <span class="js">"Hmm... I wonder if such a job actually exists? Or is it all myths from porn movies and porn games...?"</span>
[[Next.|gloryhole08]]<<nobr>><<if $player.bimbo lte 3>><<show-img gloryhole15>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img gloryhole16>><</if>>
<<if $player.bimbo gte 7 >><<show-img gloryhole17>><</if>><</nobr>>
Once again, just like the first time, you felt a strong heat in your mouth and on your lips. But this time the heat didn't scare you, rather the opposite, it beckoned and excited you...
<<nobr>><<if $player.lips lte 3>><span class="js">"If you wanted to enlarge your lips, AGAIN, you could have just asked me, and not risk an overdose..."</span> a familiar voice said coldly. <span class="js">"Stop! My devices are recording something strange: an additional dose of the antidote has appeared in your blood, but the sex-zombie-drug has had a negative effect on the cerebral cortex! However, why am I worried, it's your brain..."</span><</if>>
<<if $player.lips == 4>><span class="js">"Your lips have nowhere else to enlarge, so it will tingle a little and go away..."</span> a familiar voice said coldly. <span class="js">"Stop! My devices are recording something strange: an additional dose of the antidote has appeared in your blood, but the sex-zombie-drug has had a negative effect on the cerebral cortex! However, why am I worried, it's your brain..."</span><</if>><</nobr>>
<<nobr>>[[Finish.|toilet01]]
<<set $player.antidote += 1>>
<<set $player.bimbo += 1>>
<<set $time += 4>>
<<set $gloryhole = 2>>
<<if $player.lips lte 3>><<set $player.lips += 1>><</if>><</nobr>>
<<show-gif ends\end04_01>>
The next thing you remember is a dick in front of your face, a dick in your mouth, sperm, a dick in front of your face again, a dick in your mouth, sperm...
You stopped analyzing what was happening, thinking about the meaning of life and high matter, you now obey the most basic instinct. And, as we know, the sucking reflex is an innate reflex in humans.
<<nobr>>[[Next.|end04_02]]
<<save-player>><</nobr>><<show-gif search\searchlibrary09>>
<span class="player">"Sophia, I think this is for you,"</span> you handed the girl a pink-glowing vial and a note.
<span class="sophia">"Thank you, you're very kind, $name,"</span> Sophia smiled, reading the note. <span class="sophia">"Well, let's rock."</span>
The girl emptied the bottle in one gulp.
<span class="sophia">"I think my thoughts have become a little clearer. In any case, I haven't gotten any worse. Thanks again, $name! You're awesome!"</span> Sophia showered you with compliments.
And you went back to the shelf where you found the vial.
<<nobr>>[[Next.|library01]]
<<set $sophia.antidote += 2>>
<<set $time += 9>><</nobr>><<show-gif search\searchlibrary10>>
You decided to take a risk and emptied the vial of pink liquid in one gulp. A feeling of lightness immediately spread throughout your entire body, and all your thoughts evaporated, leaving your mind completely empty.
It seems that this antidote was intended for Sophia, but now you don’t care, now you feel so good and calm, and in your head it’s so blissfully quiet…
<<nobr>>[[Next.|library01]]
<<if $player.bimbo lte 8>><<set $player.bimbo += 2>><</if>>
<<if $player.bimbo == 9>><<set $player.bimbo += 1>><</if>>
<<set $time += 9>><</nobr>><<show-img search\searchlibrary11>>
You decide to pour out this pink liquid. You can't trust a crazy maniac! This is definitely a trap! And if you leave this liquid, other girls might fall into the trap. Better safe than sorry, as they say...
<<nobr>>[[Next.|library01]]
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img secrethatch04>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img secrethatch05>><</if>>
<<if $player.bimbo gte 7 >><<show-img secrethatch06>><</if>><</nobr>>
As soon as you grabbed the hatch handle, the maniac's voice immediately came from the speakers: <span class="js">"Stop, $name! It's against the rules! Don't open that hatch!"</span>
It's afraid...
Although not right away, you managed to lift the hatch cover and then open it. You went down the narrow stairs and found yourself in a low room with very unpleasant damp air and a rotten smell. But there was no way back...
[[Next.|secrethatch03]]<<nobr>><<if $player.bimbo lte 3>><<show-img secrethatch07>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img secrethatch08>><</if>>
<<if $player.bimbo gte 7 >><<show-img secrethatch09>><</if>><</nobr>>
<span class="js">"Don't come here! Don't you dare!"</span> the girl continued to panic.
So, you're doing everything right. To be sure, you picked up a metal rod that was lying on the floor. Then, with a heavy sigh, you opened the door. Behind it was a long corridor with no windows or doors.
<span class="js">"Red! Apple! Pineapple! Pinepineapple?"</span> it seemed the maniac was going through the familiar stop words. <span class="js">"Ok-ok! We're finishing the game! Ok-ok-ok, $name, you've won! I'll turn off the bimbo gas and you can go home!"</span>
But you had already approached another door, located at the end of the corridor. Apparently, here it is - the moment of truth...
[[Next.|secrethatch04]]<<show-img secrethatch10>>
A bright light suddenly hit your eyes. You instantly came to your senses and looked around.
A room with many screens and monitors, on which everything that was happening in the house was broadcast. And a huge office chair, turned with its back to you. You squeezed the iron rod in your hand tighter and took two steps forward.
The chair slowly began to turn around…
[[Next.|secrethatch05]]<<show-img secrethatch11>>
<span class="js">"Congratulations, $name. You found a vulnerability I didn't foresee. You outplayed me,"</span> the maniac clapped theatrically.
You immediately thought that a hatch in the floor was quite a vulnerability. Even if there was a TV on it. You gripped the metal rod tighter and took another step forward.
<span class="js">"Stop! Stop, $name! I'll give you $1 million!"</span> the psychopath immediately began to bargain. <span class="js">"I have my own chemical corporation, I have a lot of money! I'll give you... $10 million! How about that? Oh, and I can also make other girls your slaves. That would be awesome! A lot of money and personal slaves! Agree!"</span>
And there really is something so... tempting in this offer. Only a person with a very strong will could refuse 10 million dollars (and slaves to boot)...
And a girl with a strong will would hardly deny herself the pleasure of kicking this bitch in the ass...
<<nobr>><<if $player.bimbo lte 3>>[[Refuse the deal with the bitch!|end02_01]] <</if>>
<<if $player.bimbo gte 4>><span style="color: red;">Refuse the deal with the bitch! [your will is too weak, bimbofication must be 3 or lower].</span><</if>><</nobr>>
<<nobr>><<if $player.bimbo gte 4>>[[Agree to the deal with the bitch!|end03_01]] <</if>>
<<if $player.bimbo lte 3>><span style="color: red;">Agree to the deal with the bitch! [your will is too strong, bimbofication must be 4 or higher].</span><</if>><</nobr>><<show-gif ends\end02_01>>
Your answer was a punch to the maniac's sly face. She grabbed her cheek, panic was written all over her face, but she still found the strength and threw herself at you with all her weight.
<span class="js">"Take that, bitch!"</span> she screamed madly.
<span class="player">"You're the bitch!"</span> you answered in the heat of battle.
You pulled each other's hair, dealt each other clumsy blows, scratched.
But in the end, you managed to break the crazy girl and tie her hands with a T-shirt torn in the fight. She is more of a nerd than a terminator, so the result was predictable - the bitch is defeated...
[[Next.|end02_02]]<<show-img ends\end03_01>>
<span class="player">"You know what?"</span> you began mysteriously. <span class="player">"I agree!"</span>
You extended your hand, and the maniac girl shook it firmly, manly.
<span class="js">"Shake on!"</span> she rejoiced. <span class="js">"You made the right choice."</span>
<span class="player">"It's better to look at the world through the window of a Ferrari than through the window of a bus,"</span> you tried to say something smart, but it turned out to be a typical quote from bimbo girls' social networks...
<<nobr>>[[Next.|end03_02]]
<<save-player>><</nobr>><<show-gif search\searchwardrobe08>>
There's no time!
You tear the cap off the bottle and gulp down the suspicious liquid. Your mouth immediately feels so warm and pleasant, then this warmth moves into your throat and, finally, straight into your tummy. <<nobr>><<if $time gte 120 and $time lte 239>><span class="sophia">"$name, what did you drink there? You should be more careful with the food and drinks in here,"</span> Sophia, who was also in the wardrobe at that moment, noted solicitously.<</if>><<if $time gte 420 and $time lte 539>><span class="shi">"Everything okay, $name? You have a strange expression on your face..."</span> Shi, who was next to you, did not understand what exactly had happened.<</if>> <</nobr>>
It seems that nothing has changed for the worse, and your consciousness has cleared up a little. So this time the fucking maniac girl didn't lie to you...
<<nobr>>[[Back.|wardrobe01]]
<<if $player.bimbo gte 1>><<set $player.bimbo -= 1>><</if>>
<<set $time += 9>><</nobr>><<show-img search\searchwardrobe09>>
Trust the bitch-kidnapper without thinking? No, this is clearly some kind of trap. But you can't be screwed that easily, can you? <<nobr>><<if $time gte 120 and $time lte 239>><span class="sophia">"$name, are you okay? You seem thoughtful,"</span> Sophia, who was also in the wardrobe at that moment, noted solicitously.<</if>><<if $time gte 420 and $time lte 539>><span class="shi">"Why are you frozen, $name? Let's continue searching, we don't have much time,"</span> Shi said, making a sensible remark.<</if>> <</nobr>>
<<nobr>>[[Back.|wardrobe01]]
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchfireplace05>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchfireplace06>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchfireplace07>><</if>><</nobr>>
You collected your thoughts, took a few deep breaths, and stuck the syringe right into your tit. The blue liquid entered, you felt warmth, then heat. Wow, your breasts slightly enlarged right before your eyes! You wonder if this effect will last?
At the same time, it seems that the antidote also worked. But, of course, you have no proof. <<nobr>><<if $time gte 180 and $time lte 279>><span class="oprah">"Holy shit! Why did you stick a syringe into your tit? Stupid white bitch..."</span> Oprah nodded disapprovingly, seeing your appearance.<</if>><<if $time gte 540 and $time lte 719>><span class="shi">"Oh, you should have asked, I would have helped you,"</span> Shi smiled at you, seeing the syringe sticking out of your chest.<</if>><</nobr>>
<<nobr>>[[Finish.|fireplace01]]
<<set $player.antidote += 1>>
<<if $player.tits lte 3>><<set $player.tits += 1>><</if>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchfireplace08>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchfireplace09>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchfireplace10>><</if>><</nobr>>
No-no-no, no fucking way! Give an injection right into the chest? And with an unknown drug at that? You didn't find your body in the trash!
You put the syringe and note in a visible place. Suddenly, one of the girls will find it useful...
<<nobr>>[[Finish.|fireplace01]]
<<set $oprah.antidote += 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchcorridor11>><</if>>
<<if $player.bimbo gte 4 >><<show-img search\searchcorridor12>><</if>><</nobr>>
You decide to get rid of the suspicious syringe with an even more suspicious prototype, throw the syringe on the floor and crush it with your foot.
<span class="js">"Why like that, $name. And most importantly, why the fuck?"</span> the maniac bitch lamented. <span class="js">"You could have given it to one of the other girls..."</span>
<span class="player">"So that they could also poison themselves with your so-called prototype?"</span> you grinned. <span class="player">"Lick my tits and clit!"</span>
It was probably the right decision. The kidnapper herself kindly warned about some side effects...
<<nobr>>[[Continue the "game".|corridor01]]
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchcorridor01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchcorridor02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchcorridor03>><</if>><</nobr>>
You spent another 10 minutes searching the corridor, but found nothing here. It seems there is nothing more here. And there won't be.
<<nobr>>[[Back.|corridor01]]
<<set $time += 9>><</nobr>>
<<show-gif search\searchdiningroom07>>
You decided to take a risk and have a snack. It’s unlikely that you’ll become Sleeping Beauty or some other Snow White because of an apple.
Mmm! Delicious! An excellent apple. You bit, bit, bit, until there was only a small core left. Only then did your chest tremble. It seemed to start to swell a little!
The psycho bitch mixed something into the apple! She’s a sly cunt! <<nobr>><<if $time gte 360 and $time lte 539>><span class="oprah">"Wow, at least now I know from your example that it's better to refrain from eating here,"</span> laughed Oprah, who was also in the dining room.<</if>><<if $time gte 540 and $time lte 719>><span class="sophia">"Oh, why did you eat it all at once... Okay, don't worry, it even suits you,"</span> smiled Sophia, who was in the dining room with you.<</if>><</nobr>>
<<nobr>>[[Finish.|diningroom01]]
<<if $player.tits lte 3>><<set $player.tits += 1>><</if>>
<<set $time += 19>><</nobr>>
<<nobr>><<if $player.bimbo lte 3>><<show-img search\searchdiningroom08>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchdiningroom09>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchdiningroom10>><</if>><</nobr>>
No, no, no! You're not that easy to catch. You're not going to eat that poisoned apple. Haven't you ever seen Snow White?! <<nobr>><<if $time gte 360 and $time lte 539>><span class="oprah">"Hey, Snowflake, remember Snow White?"</span> Oprah somehow read your mind.<</if>><<if $time gte 540 and $time lte 719>><span class="sophia">"I wouldn't either, it's not safe,"</span> Sophia supported your decision.<</if>><</nobr>>
<<nobr>>[[Back.|diningroom01]]
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchdiningroom12>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchdiningroom13>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchdiningroom14>><</if>><</nobr>>
After some thought, you decided to take a chance, popped the pill in your mouth and swallowed it. Well, your ass or chest didn't start to heat up and shake right away, which is already a good sign. Apparently, the pill really is an antidote. She didn't lie, the psycho bitch...
<<nobr>>[[Back.|diningroom01]]
<<set $player.antidote += 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchdiningroom08>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchdiningroom09>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchdiningroom10>><</if>><</nobr>>
Haha! You're not that easy to fool! That's why you put the pill and the note on the table. Maybe another fool will come along. And if it's an antidote... Well, you just helped someone, did a good deed. In any case, you're a beauty and a goddess.
<<nobr>>[[Back.|diningroom01]]
<<set $oprah.antidote += 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbasement08>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbasement09>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbasement10>><</if>><</nobr>>
<span class="player">"Sophia,"</span> you said, popping an orange pill into your mouth and swallowing it.
<span class="js">"I never doubted it!"</span> the psychopath laughed through the speaker mounted on the wall. <span class="js">"As I promised, I will remotely activate the capsule in her esophagus, she will receive a TRIPLE dose of the antidote!"</span>
<span class="js">"But that's not all!"</span> she said a typical phrase for a store on a couch. <span class="js">"I support the unpopular opinion that goodness should be rewarded. So... you didn't eat a bimbo gas booster, you ate an antidote! You made the right choice..."</span>
Wow! Sometimes, it turns out, doing good deeds is profitable. Take note.
<<nobr>>[[Finish.|basement01]]
<<set $player.antidote += 1>>
<<set $sophia.antidote += 3>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbasement08>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbasement09>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbasement10>><</if>><</nobr>>
<span class="player">"Oprah,"</span> you said, popping an orange pill into your mouth and swallowing it.
<span class="js">"That would be the logical choice if she were standing behind you with a baseball bat,"</span> the psychopath laughed through the speaker mounted on the wall. <span class="js">"But the choice is yours, of course... As I promised, I will remotely activate the capsule in her esophagus, giving her a TRIPLE dose of the antidote!"</span>
<span class="js">"But that's not all!"</span> she said a typical phrase for a store on a couch. <span class="js">"I support the unpopular opinion that goodness should be rewarded. So... you didn't eat a bimbo gas booster, you ate an antidote! You made the right choice..."</span>
Wow! Sometimes, it turns out, doing good deeds is profitable. Take note.
<<nobr>>[[Finish.|basement01]]
<<set $player.antidote += 1>>
<<set $oprah.antidote += 3>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbasement08>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbasement09>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbasement10>><</if>><</nobr>>
<span class="player">"Shi,"</span> you said, popping an orange pill into your mouth and swallowing it.
<span class="js">"W-what? Why? I don't understand..."</span> the psychopath hesitated through the speaker mounted on the wall. <span class="js">"But I will do as you wish. As I promised, I will remotely activate the capsule in her esophagus, she will receive a TRIPLE dose of the antidote!"</span>
<span class="js">"But that's not all!"</span> she said a typical phrase for a store on a couch. <span class="js">"I support the unpopular opinion that goodness should be rewarded. So... you didn't eat a bimbo gas booster, you ate an antidote! You made the right choice..."</span>
Wow! Sometimes, it turns out, doing good deeds is profitable. Take note.
<<nobr>>[[Finish.|basement01]]
<<set $player.antidote += 1>>
<<set $shi.antidote += 3>>
<<set $time += 9>><</nobr>><<show-gif search\searchbasement11>>
Fuck these stupid bitches! What good have they ever done to you? Why the fuck should you sacrifice yourself for someone?! Everyone for themselves! Human is a wolf to human! And a wolf is also a wolf to human, it turns out...
<<nobr>>[[Back.|basement01]]
<<set $time += 9>><</nobr>><<show-gif search\searchbasement16>>
Unable to hold back any longer, you took off your clothes and began fingering your swollen clit. You have to admit, the sensations were incredible! You completely lost control and drowned in pleasure and enjoyment.
You wished it would never end, but soon every cell of your body began to cum. Even though you don't remember anything from your past, you are sure that this was the most powerful orgasm in your life.
<span class="js">"Interesting... I will need to refine the drug and still release it into mass production,"</span> the bitch commented on what was happening through the speaker on the wall.
<<nobr>>[[Finish.|basement01]]
<<set $time += 14>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbasement17>><</if>>
<<if $player.bimbo gte 4 >><<show-img search\searchbasement18>><</if>><</nobr>>
No! You will not succumb to temptation! All this fucking sex is the work of Satan! People, repent of your sin, repent, motherfuckers! Because the punishment is already close... motherfuck.
<span class="js">"That's willpower, I respect it,"</span> a voice came from the speakers. <span class="js">"It's a pity that at this rate neither her nor your brains will remain..."</span>
<<nobr>>[[Finish.|basement01]]
<<set $time += 9>>
<<set $player.bimbo += 1>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchbasement20>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchbasement21>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchbasement22>><</if>><</nobr>>
In one of the drawers you found... oh, a lollipop! Wow! It looks so delicious. There's a note next to it:
<span class="js"><i>"Lick it, bitch."</i></span>
You really want to... But it could be a trap!
[[Lick the lollipop!|searchbasement16]]
<<nobr>>[[Put the lollipop back.|searchbasement17]]
<<set $searchbasement = 9>><</nobr>><<show-gif search\searchbasement23>>
You licked your lips, swallowed, and licked the big, colorful lollipop. Then again. And again. Yummy! So sweet. These are the kind of things you can lick forever…
<span class="js">"Congratulations, $name!"</span> you winced at the maniac’s voice coming from the speaker. <span class="js">"There was an antidote in the lollipop. I was actually thinking of putting a bimbo gas booster in there, but the lollipop was so tempting and pretty that I decided to coat it with the antidote…"</span>
Oh, twice as good! Yummy and antidote. You are the winner in life.
<<nobr>>[[Finish.|basement01]]
<<set $player.antidote += 1>>
<<set $time += 19>><</nobr>><<show-gif search\searchbasement24>>
With trembling hands, you put the lollipop back in the drawer and close it. A tear runs down your cheek. Damn the inventor of treats! You're the reason all the girls around the world are crying!
<<nobr>>[[Finish.|basement01]]
<<set $time += 9>><</nobr>><<show-gif search\searchtoilet08>>
You found Oprah and handed her the bottle with the second note.
<span class="oprah">"Heh, good bitch,"</span> the black girl chuckled, reading the note and then drinking the red liquid in one gulp. <span class="oprah">"Oh, it's so warm. So calm. Like the tension and aggression have gone somewhere..."</span>
Aha, so the crazy maniac's potion is working. Take that, you evil pussy!
However, despite your triumph, you quietly backed away and returned to the toilet. Away from sin...
<<nobr>>[[Next.|toilet01]]
<<if $oprah.bimbo lte 8>><<set $oprah.bimbo += 2>><</if>>
<<if $oprah.bimbo == 9>><<set $oprah.bimbo += 1>><</if>>
<<set $time += 14>><</nobr>><<show-gif search\searchtoilet09>>
You decided to remain a decent person and poured the hellish liquid into the toilet. Why? You need to win. And only complete shameless bitches win in this world…
<<nobr>>[[Next.|toilet01]]
<<set $time += 9>><</nobr>><<show-img ends\end01_01>>
As the maniac-bitch promised, the doors of the house opened 12 hours after the start of her crazy "game".
But, let's be honest, by that time you weren't particularly interested in this fact. How can I put it mildly... You became a little dumber than you were when you got into the house. Much dumber. Fuck, you became so stupid that all your behavior was reduced to animal instincts: eat, make yourself pretty and fuck.
So when you noticed that the doors of the house opened...
[[Next.|end01_02]]<<show-gif ends\end01_02>>
...You immediately went to fuck.
You caught some suspicious guy in a dark alley (he was the first person you saw after your transformation) and offered him to fuck you. The guy was in some shock, a little confused, but after a few minutes he was pounding your wet cunt with his strong cock.
It's just a pity that it didn't last long. You need more! You need strong cocks!
[[Next.|end01_03]]<<show-img ends\end01_03>>
Two days later you were able to get home (at first it was difficult to remember where exactly you live, and then these men got in the way with their big dicks). The first thing you decided to do was update the interior, make it brighter and pinker! And also buy yourself some new clothes!
So you spent all your money on upgrading your fuckdrome. But you need money! You need something to eat, you need procedures, you need new beautiful things!
[[Next.|end01_04]]<<show-img ends\end01_04>>
So, with the help of a kind man who came to visit you, you were able to register on a website to do webcam work. As it turned out... it's the coolest job in the world!
You just sit in front of the camera, sometimes undress, talk to boys, put stuff in yourself (while enjoying yourself), and you even get paid! Those who work in factories are fools! Silly! Become webcam sluts!
[[Next.|end01_05]]
<<show-img ends\end01_05>>
You often invited men from the site to your home. What can you hide from these kind and decent people? They send tokens! Young, old, white, black - they are all so kind and so good! Oh, and their strong dicks are so delicious!
Plus they usually brought gifts (in addition to dicks): shoes, beautiful underwear, suits and money. It's so nice!
<span class="player">"Men, give gifts to girls! We appreciate you very much for this!"</span> you thought. And this was one of your few thoughts that day...
[[Next.|end01_06]]<<show-gif ends\end01_06>>
Soon you met such a cool guy! What's his name... Oh, yeah, App Gray T! Oh, and what a dick he has! Very hard! Very big! Very black! He could fuck you three times a day! Or five!
He gave you some powder to try that you had to inhale. And he also explained how girls should behave. Although he didn't say girls, but "stupid bitches". However you still understood him perfectly! You're smart!
[[Next.|end01_07]]<<show-gif ends\end01_07>>
He loved taking you to parties with his black friends. You were always the center of attention! You were like a real star! All the men looked at you, groped you, fucked you. Usually in several holes at once!
And how many compliments they gave you: "white bitch", "bimbo chick", "brainless tit", "cocksucker", "cum swallower", "sex doll" - this list can go on and on. Boys are so imaginative!
[[Next.|end01_08]]<<show-gif ends\end01_08>>
App Gray T also took you to meet some guys. You just had to suck them off, or offer them your eternally wet cunt, or your well-fucked ass. In most cases, you liked these new acquaintances. Your "boyfriend" couldn't introduce you to bad people!
The men gave you money, which you gave to App Gray T. And he allowed you to keep 10% as a bonus. Hooray! He's so awesome!
[[Next.|end01_09]]<<show-gif ends\end01_09>>
And you also made new girlfriends! You met at one of the parties thrown by App Gray T. They are so much like you! They also love to have fun, dance and fuck!
You had slumber parties from time to time: you drank wine, discussed boys, fought with pillows and... fucked each other with strap-ons, dildos and any objects that came to hand. It was so much fun!
[[Next.|end01_10]]<<show-img ends\end01_10>>
You don't know what happened to the other participants of that strange game. However, you never asked yourself this question. They are probably doing just as well as you.
You enjoy life, enjoy male attention, enjoy strong cocks.
And also... You made this world a little better, as the maniac-bitch said. Thanks to you, many (very many) men have drained their sperm along with aggression. You can be proud of yourself. You are a true bimbo girl.
<b>END №1: True bimbo.</b>
<<nobr>>[[Reroll game back with lower bimbofication level?|bigroom01]]
<<set $player.bimbo = 7>><</nobr>><<show-img ends\end02_02>>
The maniac girl helped you figure out the many buttons (after several hits to her stomach), you turned off the bimbo gas, turned on the antidote spray and opened the doors.
A few minutes later, you met the girls in the hallway of the house, you all laughed and hugged. They thanked you for the victory, for freedom and for a new life.
Together, you left this damned house…
[[Next.|end02_03]]<<show-img ends\end02_03>>
Except the bitch. She was arrested by the police who came to the call.
As it turned out, the crazy girl had already committed a series of crimes, but before, her victims were individuals, not groups of people. This time, she decided to reach a new height and lost.
As she said, she turned out to be the owner of a large chemical corporation, a scientist and entrepreneur well known in narrow circles. Some considered her a genius; the one who will change the world...
[[Next.|end02_04]]<<show-gif ends\end02_04>>
You and the girls who ended up with you in the cruel "game" saw each other from time to time and had parties. You became very close friends. Of course, after your release, you learned your real names, partially remembered your past, but among yourselves you continued to call each other by nicknames: Oprah, Sophia, Helga, Shi and, of course, $name…
[[Next.|end02_05]]<<show-img ends\end02_05>>
Once the whole story leaked to the press, you became a real star – a girl who defeated an evil genius bitch. You were interviewed every day, but you were only happy about it, you liked the attention, you were carried around like a heroine.
You even managed to make money from it. However, sometimes you thought, what if you agreed to take 10 million dollars from the maniac girl...
[[Next.|end02_06]]
<<show-img ends\end02_06>>
<span class="js">"I wanted to make this world a better place! Girls would be happy! Men would be satisfied! There would be less crime in the world!"</span> the villain tried to justify herself in court, but everyone just twirled their fingers at their temples and laughed at her sick philosophy. However, when she answered the question of why she kidnapped you and other girls, you were no longer laughing. <span class="js">"They wrote bad reviews on my corporation's products! They were parasites! They did nothing good for the world, they only took a shit!"</span>
Yeah... She kidnapped you and tried to turn you into a sex doll because of a bad review. Fuck...
The court sentenced the criminal to 5 life sentences. But you still had doubts: what if she wasn't acting alone?
[[Next.|end02_07]]<<show-img ends\end02_07>>
You found the perfect way to monetize your experience – write a book. And… It instantly became a bestseller! Fuck authors with literary talent, creating entire new Universes, amazing characters and checking every letter. You survived a traumatic event, you are cooler than them all!
[[Next.|end02_08]]<<show-gif ends\end02_08>>
However, after what you experienced, you really began to avoid and be wary of people, you stopped trusting this whole world. That's why dates became a rarity for you, and full-fledged sex even more rare.
Basically, you satisfied yourself: with your fingers, a pillow, toys. Sometimes you sat in sex chats, sometimes you communicated on camera (with your face covered by a mask), but you avoided personal meetings. It's safer to masturbate yourself, isn't it?
[[Next.|end02_09]]<<show-img ends\end02_09>>
You also fell in love with alcohol. It calmed you down, relieved stress, eased pain, and dispelled worries. And there were many worries: after only five years, your popularity had collapsed, publishers did not want to print new books, and almost everyone had forgotten about the old one. You also rarely saw your friends in misfortune: Shi left almost immediately and cut off all ties, Helga went to prison for drugs, you and Oprah were too different, only with Sophia did you maintain a strong connection, but by phone, since she moved to another country.
[[Next.|end02_10]]<<show-img ends\end02_10>>
Cats became your best friends. First there was one cat, then you decided to make her a friend, then you adopted another one from the shelter...
They're so cool! Cats won't betray you, won't kidnap you, won't try to pump you full of chemicals to make you a hole for cum. Pussies are better than people!
<b>END №2: The authoress and her pussies.</b>
[[Reroll game back?|bigroom01]]<<show-img ends\end03_02>>
The maniac girl poked some buttons on the keyboard, then you waited for about ten minutes, discussed how she would hand over the money. And then you moved from the underground shelter into the house (together, otherwise she might have turned on the gas there and wants to lure you into a trap).
The will of the former "sisters in misfortune" was completely suppressed. The villainess inspired Helga, Sophia and Oprah that they were now your slaves and were obliged to carry out all your orders.
That's how you left the house: they were on all fours, and you were holding their leashes.
[[Next.|end03_03]]<<show-img ends\end03_03>>
By the way, where is Shi? Oh, fuck her!
The crazy girl gave you 10 million dollars the next day, as promised. The first thing you did was look for a mansion, which was pretty cheap. There were some crimes, someone was killed. But not you! Now you have a big roof over your head! And also many rooms, turrets, a large plot of land and a beautiful pool! Dreams come true!
[[Next.|end03_04]]<<show-gif ends\end03_04>>
You spent a whole week celebrating your housewarming: you posted an ad on social media that you were inviting all the cool guys and girls (strictly 18+!). There were also a lot of emojis, but that doesn't change the essence.
Hundreds of people partied at your party, you became a real local star. Alcohol flowed like a river at your parties, as did sperm. Everyone fucked and enjoyed life. <span class="player">"Why else live?"</span> you said...
<<nobr>>[[Next.|end03_05]]
<<set $player.bimbo = 9>><</nobr>><<show-gif ends\end03_05>>
Of course, you didn't forget about your slaves. During the day they cleaned up after the parties and put everything in order, and at night they put on a show and had fun with the others. It seems they were also quite happy. It's unlikely that they understood 100% of what was happening and realized the frailty of existence, they were more like trained squirrels, only very beautiful and loving to fuck in front of everyone.
[[Next.|end03_06]]<<show-img ends\end03_06>>
You loved spending money! Buying yourself new beautiful clothes (usually pink), new shoes, getting beauty treatments, eating in expensive restaurants. And you bought yourself a car too! Not a Ferrari, but a pink one with an opening roof! All your friends were jealous of you!
A year later, you became a real blogger and "opinion leader". Instagram adored you, TikTok idolized you. Some laughed and called you a "dumb blonde", but fuck them! Worthless haters!
[[Next.|end03_07]]<<show-gif ends\end03_07>>
And you also periodically met with a crazy maniac girl. You quickly found a common language - the language of passion. Each of your meetings was something delightful, each of your meetings was full of bright and stormy orgasms. And your partner threw you money after such evenings (seeing how you spend it and not wanting you to remain poor).
<span class="player">"Thank you very much!"</span> you said when she once again gave you a wad of money.
<span class="js">"I told you that you would thank me for your kidnapping,"</span> she grinned.
<span class="player">"I thank you for my kidnapping,"</span> you winked at her, and you merged again in a crazy kiss.
[[Next.|end03_08]]<<show-img ends\end03_08>>
Your slaves quickly bored you in terms of sex. Cleaning the house and the territory is good, but fucking them every day is boring. You need variety!
You sold Oprah forever to some strange old white millionaire for 100 thousand dollars. He was pleasantly surprised by such a price (apparently, you underestimated her!).
You made an agreement with a porn studio, now Sophia sometimes films for them and brings you profit.
Helga is rented from you by a local pimp with a very strange name App Gray T. You split the profits equally.
And Shi... Where the fuck is Shi?! Anyway, fuck Shi.
[[Next.|end03_09]]
<<show-img ends\end03_09>>
Finally, thanks to your social networks and slaves, you have become self-sufficient. The money is not increasing, but it is not decreasing either, even without the help of the maniac girl. She was very surprised when you told her about it. The bitch-kidnapper asked to conduct a couple of scientific tests on you, but did not stop giving out money.
And good for you! More money - more fun!
<span class="player">"God gave us life so that we could have fun,"</span> you once wrote on your Instagram and attached a photo with a bunch of money.
[[Next.|end03_10]]<<show-img ends\end03_10>>
You are 146% satisfied with your life. The day of the kidnapping was the best day of your life. Before that, you were a nobody, an ordinary gray mouse, living an ordinary gray meaningless life. You did not create anything new, did not move progress forward, did not make people happy. And now you are happy yourself, and you make the world around you a little better. You are definitely queen!
<b>END №3: Bimbo Queen.</b>
<<link "Reroll game back?">><<restore-player>><<goto "bigroom01">><</link>><<show-gif ends\end04_02>>
When the doors of the house finally opened, you continued sucking. You weren't going to go anywhere. Why? There's a dick here and there's... sperm. And a comfortable toilet. Of course, you could use some food or a drink of water, but a little later.
As a result, the police found you only a day after the end of this crazy "game" (in which you can't be called a winner). They obligingly "saved" you and the sex-zombie who was behind the wall. His condition was absolutely critical. You almost killed him with your blowjobs!
<<nobr>>[[Next.|end04_03]]
<<set $player.bimbo = 9>><</nobr>><<show-gif ends\end04_03>>
You were taken to the hospital, but they didn't know what to do with you. Unless some of the medical staff decided to take advantage of your generous offers: <span class="player">"I want saki-saki!", "Let me suck you!", "Take out your dick, I'll suck you!", "Suck-suck-suck!", "SUCK!".</span>
The doctors decided that you had severe mental retardation and wanted to send you to an asylum, but one nurse (man-nurse) kidnapped you and settled you in his place...
[[Next.|end04_04]]<<show-gif ends\end04_04>>
Of course, he did it with one goal in mind – you had to suck his dick.
And at first he was very happy with his decision: you ate simple food, knew how to do makeup and beauty, and it didn't cost much money to support you. But one dick wasn't enough for you. You literally fucked the "poor" kidnapper with your insatiable sucker.
[[Next.|end04_05]]<<show-img ends\end04_05>>
The orderly began inviting his friends so that you could service their strong cocks. He paid off debts for some, took money from some himself, and his closest friends fucked your mouth just for fun.
And you liked what was happening. After all, "saki-saki" (as you put it) was more fun for ten men to do than for one. Your pussy was constantly pulsating and leaking lube, like a small river, but the nurse and his friends never fucked you in the vagina. Why? As soon as you saw a cock, you pounced on it with your mouth and didn't let go until he came.
[[Next.|end04_06]]<<show-gif ends\end04_06>>
Your new kidnapper found out that the police were investigating your disappearance from the hospital and placed you with his cousin in the neighboring town. The cousin just happened to own a sex shop... with a glory hole! What happiness! What luck!
When you saw the hole in the wall that you loved so much, you couldn't tear yourself away from it. Even when there were no male cocks there, you sat next to it, waiting for a new strong "guest" and his seed.
[[Next.|end04_07]]
<<show-gif ends\end04_07>>
Of course, there were a lot of problems with you: he needed to feed you, wash you, hide you from the law, buy you clothes and makeup, but the local sex shop became a real center of attraction.
Men from all over town flocked to it. The first weeks you serviced 5-10 cocks a day, then 10-20, and after six months the number of cocks reached 50! Thanks to such a quantity of sperm that you ate, you could save a little on food. Minus 1-2 yogurts a day - that's also money!
[[Next.|end04_08]]<<show-img ends\end04_08>>
And what money you brought to the owner of the sex shop! Men even came from neighboring towns, you sucked so greedily and so well. Many clients of the "glory hole" agreed that you were the best sucker that had ever been in their lives.
As for you... You don't need much to be happy. Ten strong dicks - the day was not wasted. Twenty strong dicks - even better. Fifty strong dicks - that's what you live for now...
<b>END №4: Glory Bimbo.</b>
<<link "Reroll game back?">><<restore-player>><<goto "toilet01">><</link>><<show-gif ends\end05_02>>
<span class="sophia">"I heard a scream, is everything okay here?"</span> Sophia entered the lab. As soon as you saw her, you lost control of yourself. You pounced on her with inhuman strength and knocked her to the floor. <span class="sophia">"Aaaah! Let me go! It hurts!"</span>
You didn't react to the girl's screams, your new organ needed a hole.
<span class="player">"THE SMELL OF FRESH PUSSY!"</span> you screamed, inserting your strong cock into Sophia's pussy. It seemed that she no longer resisted. This is probably due to either bimbo gas or gas from the flask you opened. It seemed that Sophia's body was changing too, but you didn't care, you needed to fuck!
In just a minute you filled the girl's hole full of your sperm...
<<nobr>>[[Next.|end05_03]]
<<set $player.bimbo = 9>><</nobr>><<show-gif ends\end05_03>>
Sophia folded in half and also screamed like a cutter <span class="sophia">"AAAAA!!!"</span> Her scream even slightly deafened you. And a minute later, as expected, a man's penis appeared. This time you watched everything from the side: the penis literally grew out of her small clitoris, then the pussy grew into a scrotum, and then two small testicles fell into it. It was very strange, as if you were watching a body horror movie from the 80s.
[[Next.|end05_04]]<<show-gif ends\end05_04>>
You and the renewed Sophia exchanged glances, smiled at each other and went back to the house. You caught the goth Helga and the Asian Shi, undressed them and mercilessly fucked them in turns.
Contrary to expectations, they did not grow dicks. You and Sophia just fucked them (of course, getting unearthly pleasure in the process).
Therefore, your sperm or blood does not contain the substance that makes women grow penises. The substance was only in the vial. And Sophia’s dick grew because you fucked her next to the open bottle. Congratulations, the crime is solved.
[[Next.|end05_05]]<<show-img ends\end05_05>>
By the time the doors of the house opened and this crazy "game" ended, you could already think with more than just your dick. Apparently, 10 orgasms restored your ability to think at least somewhat rationally. Not nearly as much as before, but at least you stopped attacking your "sisters in misfortune" and began to speak clearly.
When you and the girls got out, a police patrol car noticed you: you and Sophia were trans bimbos, Helga was a bimbo without a dick, Oprah, although she had undergone changes, looked the most adequate of your company. And Shi... Where the fuck is Shi? Oh, fuck Shi...
[[Next.|end05_06]]<<show-gif ends\end05_06>>
Your strange company was taken to the hospital. There they conducted all sorts of tests, took samples, tried to question you somehow. But soon you had a mad desire to stick your new dick into some hole! You took off your clothes and started jerking off right in front of the doctors. Of course, they had seen a lot in their careers, but this was the first time they had seen such crap.
But they managed to take your sperm for analysis…
[[Next.|end05_07]]
<<show-gif ends\end05_07>>
Soon the military came for you. Apparently, this is due to what the fucking kidnapper said - the drug that made you grow a dick was originally developed for the military. They tried to handcuff you, but you, unexpectedly for yourself, threw off one, then the second. You were incredibly strong! You could move mountains!
And you fucked one of them, yes...
[[Next.|end05_08]]<<show-gif ends\end05_08>>
You had to run away from the hospital. You don't know what happened to the other girls, but your instincts have become incredibly strong, both the instinct of survival and the instinct of reproduction.
You wonder if it was a weapon or a medicine to create super soldiers...?
You hid in an abandoned building, for several days you had to find food in the trash. And jerk off 10 times a day to relieve this strong feeling of arousal. Sometimes you even came on your face and in your mouth, because you thought: <span class="player">"it's more fun this way"</span>...
[[Next.|end05_09]]<<show-gif ends\end05_09>>
Soon, to your surprise, Shi found you. She took you to a secluded house in the wilderness, where Sophia was already. The government was now looking for you both, so there were no other options, you both understood this and did not object to such cohabitation. Shi sometimes stopped by and brought food, and you and Sophia fucked each other many times a day. In the mouth, in the ass, jerking off, pissing on each other, spanking with whips, in general, trying in every way to diversify your sex life and enhance the pleasures you received.
[[Next.|end05_10]]
<<show-img ends\end05_10>>
Your relationship with Sophia couldn't be called love, but you were quite happy together. Sometimes you both fucked Shi, who was bringing in groceries (and she wasn't against it). However, after six months of this life, you had a sincere dream: to get out of here and fuck everything that moves. And someday you will do it. Definitely...
<b>END №5: Bimbofutapocalypse (local).</b>
<<link "Reroll game back?">><<restore-player>><<goto "oldlab01">><</link>><<show-img ends\end06_02>>
Soon you felt dizzy and collapsed on the syringes.
<span class="js">"Oh, I see, you overdosed on the 'new skin' - my revolutionary drug that rejuvenates the skin,"</span> the voice came from the speakers, but you didn't understand much of it at the moment. <span class="js">"Basically, the drug embeds latex particles into old skin, making it younger and more elastic. But you overdid it... Seems like your skin is getting covered in latex..."</span>
You looked at your hands, which, just like the bitch from the speaker said, were getting covered in latex.
<<nobr>>[[Next.|end06_03]]
<<set $player.bimbo = 9>><</nobr>><<show-gif ends\end06_03>>
Then you saw the same shit happening to the skin of your legs, and later you felt your face go numb and become covered with a film.
<span class="js">"There were a lot of different used syringes,"</span> the bitch who did this to you sighed heavily. <span class="js">"I'm sure you got a dose of "Bimbo++" and "elastin" for your holes... in general, most likely, now you'll become a latex bimbo doll, sorry..."</span>
You wanted to scream, but you couldn't. You couldn't say a word! And then everything went dark...
[[Next.|end06_04]]<<show-gif ends\end06_04>>
<span class="npc">"Bros, check this doll out! She looks so alive!"</span> a male voice was heard through the veil of darkness. How long have you been here? How long were you unconscious?
<span class="npc2">"LOL, OMG. What, you want to fuck her?"</span> a second voice was heard. They were most likely young guys who had snuck into the abandoned house. So the doors were already open...
<span class="npc">"Oh, fuck, her mouth is warm and wet!"</span> one of the guys stuck two fingers in your mouth. <span class="npc">"Maybe someone fucked her recently? Some homeless person, lol."</span>
<span class="npc3">"Move away, coward!"</span> a third voice was heard, and then you felt a dick entering your mouth. You can feel it!
[[Next.|end06_05]]<<show-gif ends\end06_05>>
<span class="npc3">"Fuck, guys, like a real woman!"</span> the young fucker shared his impressions.
<span class="npc">"How would you know how real women suck cocks... Holy shit, she's alive! She's breathing!"</span> someone finally paid attention to it. <span class="npc">"She's some kind of pervert in a BDSM suit!"</span>
<span class="npc3">"But if she's not resisting, then she's not against it,"</span> the guy chuckled, continuing to shove his dick into your wet mouth. <span class="npc3">"Go ahead, put the bitch in doggy style, she still has holes."</span>
The other guys didn't have to be persuaded for long, literally 10 seconds later you were already being fucked in two latex-covered holes.
[[Next.|end06_06]]<<show-gif ends\end06_06>>
You felt... very nice! You liked feeling cocks inside you. It seemed that without them you didn't feel complete (as complete as you can be for a latex doll). But all good things don't last forever, very quickly two guys came, then the third of the group had you in the mouth.
<span class="player">"Mmm, more..."</span> you managed to say.
<span class="npc3">"LOL! Guys, the slut wants more!"</span> the leader of the young guys laughed. <span class="npc3">"What, will you be our slave?"</span>
<span class="player">"I will be... a slave..."</span> you croaked somehow, feeling an irresistible passion and lust.
<span class="npc3">"Okay, guys, I'm taking her for myself. You know, I have a free house,"</span> the leader firmly stated, then helped you to your feet. In the fog, you followed him...
[[Next.|end06_07]]
<<show-gif ends\end06_07>>
Your consciousness returned to you only at the moment when you felt a young and strong cock in your rubber cunt.
<span class="npc3">"Yes, bitch, take it!"</span> the guy rejoiced, inserting his cock into you. <span class="npc3">"Now you will forever be my doll."</span>
<span class="player">"Your... doll..."</span> you confirmed, experiencing real bliss.
<span class="npc3">"Ha! Lucky for us guys to find such a pervert,"</span> the boy puffed on you, but soon he discharged right inside you.
[[Next.|end06_08]]<<show-img ends\end06_08>>
Now you didn't understand much. But you knew one thing for sure - you enjoyed the constant fucking of your holes by young strong cocks. By the way, they also fed you food, gave you water and beer to drink, even washed you. In general, they took care of you in between fucking. What good and nice boys! Sometimes they brought other friends too...
So, you weren't bored, that's for sure. It turns out that a half-human - half-latex doll can have a rich and joyful life...
<b>END №6: Bimbo latex doll.</b>
<<link "Reroll game back?">><<restore-player>><<goto "syringetrial01">><</link>><<nobr>><<if $player.bimbo lte 3>><<show-img ends\end07_03>><</if>>
<<if $player.bimbo gte 4>><<show-img ends\end07_04>><</if>><</nobr>>
Oprah tied your hands with your own T-shirts. Now you really can't resist. And because of the bimbo gas, you'll lose some of your sanity with each passing hour. Soon the black woman brought Helga into the room, tied up, but she didn't care.
You and the girls begged Oprah to free you so that you could all fight together against the crazy maniac girl who kidnapped you. But she was adamant. Besides, as she said, now she has plans for you...
[[Next.|end07_03]]<<show-img ends\end07_05>>
After some time, Oprah apparently got bored. She decided to start her "game".
<span class="oprah">"The bitch who licks my shoes first, I will untie and let her go wherever she wants,"</span> she grinned. And then Shi threw herself at her feet. You didn't even have time to think about anything, and this Asian was already licking the kidnapper's dirty shoes with all her might.
<span class="oprah">"Ha-ha-ha, the right choice,"</span> Oprah was delighted by such enthusiasm and after a few minutes of licking her shoes, she really did untie the girl. <span class="oprah">"You can still search the house, look for antidotes."</span>
<span class="shi">"Thank you, I really appreciate your kindness,"</span> the Asian bowed respectfully and left the room. What a sly-assed scumbag and traitor!
[[Next.|end07_04]]<<show-gif ends\end07_06>>
…By the time the doors of the house opened, your bound trio had changed greatly. Now you were three brainless bimbos.
<span class="oprah">"I am your Mistress now,"</span> the black girl said aggressively.
<span class="helga">"You are my Mistress now,"</span> Helga confirmed.
<span class="sophia">"You are my Mistress now,"</span> Sophia said.
<span class="player">"You are my Mistress now,"</span> you repeated.
<span class="oprah">"Follow me, my white bitches!"</span> Oprah giggled, and you, along with the other girls, followed her limply. Forward, to a new life…
<<nobr>>[[Next.|end07_05]]
<<set $player.bimbo = 9>><</nobr>><<show-img ends\end07_07>>
Despite her memory loss, Oprah quickly teamed up with the local Africans. They gave her shelter. Of course, she shared with them what she had, namely three white brainless slaves.
By the way, she changed her name to Kendra. And you and your "sisters in misfortune" were obliged to call her Queen Kendra.
You were used in everyday life, you were abused, but, of course, most of all you were used for sexual pleasures.
[[Next.|end07_06]]<<show-img ends\end07_08>>
You became the favorite pussy licker of the entire ghetto!
Seriously, you tried harder than anyone else! Black Mistresses got orgasms with you literally after a minute of active work of your dexterous tongue.
You were even sometimes praised: <span class="npc">"excellent white slut"</span>, <span class="npc2">"good slave"</span>, <span class="npc3">"yo, you’re the best cuntlicker I know!"</span> and much more.
Of course, you did more than that. You also licked feet, exposed your holes to strap-ons and all sorts of objects, they spat in your mouth, pissed there, pissed on your body, made you walk on a leash. In short, you turned out to be a universal slave, devoted to the Mistress, respecting her friends and ready to do everything for them.
[[Next.|end07_07]]<<show-img ends\end07_09>>
Sophia wasn't so diligent and assiduous, and so her holes were given to the local gang for protection. That is, she lived under the same roof with you, but left for a day or two, they fucked her in every possible way, humiliated her, mocked her... then returned for a day or two so that she could rest. Then it all started again.
But Sophia was so happy! Her eyes always shone when she went to the dangerous guys from the gang. Black Mistresses say that the boys started filming perverted porn with her! You even envied her a little...
[[Next.|end07_08]]<<show-gif ends\end07_10>>
Former goth Helga was forced to work for a local pimp with some strange nickname. The pimp and Queen Kendra split the profits equally, a very fair deal. Helga was happy too, although sometimes the pimp beat her up and humiliated her (but she liked that too, although she carefully hid it).
The girl quickly became a popular cheap whore in the ghetto. It seemed that she was fucked by absolutely every owner of a dick within a fifteen-mile radius. And... you were a little jealous of her too. Just a little...
[[Next.|end07_09]]<<show-img ends\end07_11>>
However, you are happy as is. Your life suits you perfectly. You are Queen Kendra's most beloved slave. You cook, clean the house, lick your Mistress's feet, lick her holes, serve her friends, and answer to the nickname "snowflake". What could be better?
<b>END №7: Interracial bimbo-pussylicker.</b>
<<link "Reroll game back?">><<restore-player>><<goto "syringetrial01">><</link>><<show-img ends\end08_02>>
Hahaha! Your genius is truly... genius! You decided to stay here! Right in the wardrobe. You managed to find a key in the house that locked the door of your new wonderful pink house. You also brought a mattress from the guest room. And you found some money in the house. As if that crazy maniac girl deliberately slipped you money so that you would buy food, because she saw that you did not want to leave.
The bathroom was more difficult, but it is temporary. Until you find yourself a new house and move all these wonderful pink things there!
<<nobr>>[[Next.|end08_03]]
<<set $player.bimbo = 9>><</nobr>><<show-img ends\end08_03>>
During the day, you loved to walk around the city and show off your outfits to everyone. Some of them were, let's say, quite provocative. But you loved all this attention from people! Men looked at you with hungry eyes, girls envied you. And how could they not envy such a beautiful bimbo body and those wonderful shoes?
Jealous, bitches! You are queen here!
[[Next.|end08_04]]<<show-img ends\end08_04>>
One day, a young and attractive man came up to you right on the street and handed you his business card (wow, he has a business card!). It turned out that he was a photographer. Of course, you immediately agreed to pose for him! Every girl dreams of being a model, such chances cannot be missed. After all, the life of a model is everyone's attention, adoration and envy. This is success.
[[Next.|end08_05]]<<show-gif ends\end08_05>>
The photographer, when he found out about your amnesia and homelessness, immediately offered to move in with him. Wow, he's so kind and cool! It's like heaven sent you this angel!
He helped you move all-all-all of your clothes from your wardrobe to his small house in the suburbs. Look, it's only been a month since that "game", and you've already achieved so much! You have a roof over your head, all of your things are safe now, and you live with a gorgeous guy. And you're a model!
[[Next.|end08_06]]<<show-img ends\end08_06>>
Of course, you don't deny your roommate sex. Firstly, he's done so much for you. And secondly, it's for business! He takes photos, sells them to someone, gives you some of the money. That's how models work, isn't it?
<span class="npc">"Come on, slut, work your ass! You want to be a star, right?"</span> he said, fucking you hard.
It seemed like over the next month the photographer fucked you in every possible pose and outfit. Sometimes you had to work three times a day! But you had a little secret: this kind of work was a thrill for you. You love fucking!
[[Next.|end08_07]]<<show-img ends\end08_07>>
Soon your roommate started bringing other girls to the shoot. Yeah, teamwork! And you're a team player. So you did everything the photographer told you: you and the girls fucked each other with strapons, fingers, dildos, licked pussies, sometimes had role-playing games, and sometimes your man joined in.
[[Next.|end08_08]]<<show-gif ends\end08_08>>
About six months after you won the game (you won a wardrobe of clothes, therefore, you won) your roommate started bringing other men. Well, that's what a model does, you didn't complain. Although you didn't quite understand why they were yelling at you, calling you a <span class="npc">"slut"</span>, <span class="npc2">"cunt"</span>, <span class="npc3">"prostitute"</span>.
They were probably getting into character. They were actors! Or models... You didn't ask who they were, you were just working.
[[Next.|end08_09]]<<show-img ends\end08_09>>
Your photographer has now also become your producer. This is good, because all real models should have a producer. But of course, you had a lot of work. Sometimes you were filmed many times a day, but even more often you rehearsed. How did you understand that these were rehearsals? Well, there were no cameras and photographers, it all makes sense.
But you do not complain about the hardships of your new life. You have definitely achieved success. You are now a bimbo model!
<b>END №8: Bimbo model.</b>
<<link "Reroll game back?">><<restore-player>><<goto "wardrobe01">><</link>><<show-img ends\end09_02>>
After some time (maybe a day or two), Shi came back for you. All this time, you only stopped a couple of times to steal a cake from the dining room, wash it down with water and sleep for an hour or two.
The Asian girl covered you with a blanket, took you to the car and drove to some quiet house outside the city. There, she gave you a small room with everything you need, it even had your own private bathroom!
<<nobr>>[[Next.|end09_03]]
<<set $player.bimbo = 9>><</nobr>><<show-gif ends\end09_03>>
The first thing you did in your new home was… ask for porn and start doing what you do so well – a long and wonderful wank.
You fingered your clit, rubbed yourself against the pillow and watched the beautiful blondes getting fucked in all their holes.
Even though you imagined yourself in their place, you were happy with the way things were. It was easier to please yourself than to look for a normal partner (or normal partners).
[[Next.|end09_04]]
<<show-img ends\end09_04>>
The next day, Shi brought you some goodies and also installed cameras in your room. Lots of cameras. And in the bathroom too. She said it was for your safety. Why would she lie? Shi gave you a roof over your head, gave you clothes, gave you food, and gave you… porn!
[[Next.|end09_05]]<<show-gif ends\end09_05>>
And she also brought you a lot of different sex toys, which you immediately began to try on yourself. Oh, these are such incredible sensations! Humanity has come up with so many things to satisfy women's needs in sex. Vibrators of thousands of different shapes and thousands of different modes, dildos of any shape and any size, sexy clothes. Everything for you! Everything for your pleasure!
[[Next.|end09_06]]<<show-gif ends\end09_06>>
You don't know what Shi was doing, but she kept stopping by from time to time to bring you food. Sometimes couriers delivered food to you. They were so confused when you opened the door for them naked! Ahaha! But don't touch! You're the only one who can touch yourself with your hands. And, in fact, you touch almost all your free time.
[[Next.|end09_07]]<<show-gif ends\end09_07>>
<span class="player">"Yes! Yes! YES! Fuck-fuck-fuck! A-a-ah!"</span> your moans echoed throughout the house every day.
A year later, you have already greatly expanded your holes, both your pussy and your ass. But at the same time, you tried to avoid contact with people. Why do you need people when you have so many toys? And Shi continues to bring new dildos, fuck machines and outfits. You feel like queen. Queen of masturbation…
[[Next.|end09_08]]<<show-img ends\end09_08>>
The right hand is a girl's best friend, as people say. And they are right, because no one will make you feel as good as you do. You know perfectly well what your body and your pussy need, you give yourself amazing orgasms. And people... Selfish, evil and vile creatures. Fuck people!
<b>END №9: Bimbo goonette.</b>
<<link "Reroll game back?">><<restore-player>><<goto "fireplace01">><</link>><<show-img ends\end10_02>>
When the doors of the house opened, you were already hungry. Of course, you had become much heavier, all this beauty now needs to be fed! You found the nearest cheap eatery by smell and ate your fill there. As payment, you gave a gold chain found in the wardrobe at home. Yeah, you don't have that many things, you won't even have enough food for a few days!
<<nobr>>[[Next.|end10_03]]
<<set $player.bimbo = 9>><</nobr>><<show-gif ends\end10_03>>
You found a brilliant solution: men want girls, you want to eat, you need to pay money for food. Therefore, men could give you money for pleasing them. Ingenious idea! And why hasn't anyone thought of this before?!
Not all men agree (which is strange), but you quickly found the right approach and the right place for this - a truck stop outside the city. There is also a cafe nearby, everything is very convenient!
[[Next.|end10_04]]<<show-img ends\end10_04>>
You still need a place to live, so you rented a shabby room in the worst neighborhood. What other options do you have? All your money goes on food! And you also need to buy yourself various things to attract men.
But you are not upset! You enjoy every sandwich, every hot dog, every donut and every triple portion of French fries!
[[Next.|end10_05]]<<show-gif ends\end10_05>>
Soon you discovered that there were a lot of black men in your new neighborhood. And you also discovered that they were delighted with your curvaceous forms! But your main discovery was the impressive size of their dicks. Not all of them, but many of them. So big, so delicious, so... black.
Boys often began to visit you, bringing tasty treats and their big black cocks. You got the nickname "FWA" - Fat White Ass. But in general, boys called you different names, you did not resent them for this. You could only kick them out if your "friend" brought little food.
[[Next.|end10_06]]
<<show-img ends\end10_06>>
But you don't forget the truck stop either. You go there once or twice a week, because you still have a lot of friends there. Friends who are always happy to feed you.
The cook from this cafe even asked him to marry you after your next blowjob. You promised to think about it. He doesn't mind you having fun with other men, he feeds you well, maybe you really should accept his offer?
[[Next.|end10_07]]<<show-img ends\end10_07>>
But that same day, when you came home, your black friends came to you. Oh, you just loved their big cocks! Of course, food was your number one priority, but hard cocks were your second (and even the color doesn't matter, you're not a vile racist or anything like that).
Your friends in the area could fuck you all day long, you just needed a break to eat. By the way, they gave you money too. Otherwise, you wouldn't be able to pay for the room and would leave them! And they also love it when you buy yourself new sexy clothes.
[[Next.|end10_08]]<<show-img ends\end10_08>>
And so the first year after that "game" passed. Well... you are completely happy! You have wonderful friends who are always ready to help (and feed), you do not deny yourself anything, you even have a fiancé! But you have not yet said "yes", you are still thinking...
And you also accept yourself as you are. And that is the main thing.
<b>END №10: Bimbo-BBW.</b>
<<link "Reroll game back?">><<restore-player>><<goto "diningroom01">><</link>><<show-img ends\end11_02>>
At the hospital you underwent a full examination, told about your symptoms, about your amnesia. They kept you there for two whole days, but they didn't find any physical damage, the MRI showed excellent brain function, and your memory... The doctors can't guarantee that it will return. However, the police, of course, were able to establish your identity, as well as the identities of all the other "sisters in misfortune".
[[Next.|end11_03]]<<show-img ends\end11_03>>
Soon you were giving detailed statements to the police. You told every little detail, you even went to the crime scene together, but the detectives could find absolutely no evidence. As if nothing had ever happened.
There were only 6 DNA samples in the house (5 participants and one zombified man in the toilet), not a single tape was found.
It turns out that the place where the bitch was during the game was right under the house, but the villainess prudently burned down her "operational center".
You had several logical assumptions.
First, that the cunt can pay the police. She is clearly not from the poor.
And, secondly, that your kidnapper had an accomplice. Perhaps one of the participants, because how could she not leave a single hair, setting all these traps and preparing the whole house for the "game"?
[[Next.|end11_04]]
<<show-img ends\end11_04>>
Over time, you remembered your past. Not everything, but fragments. You reconnected with your parents, with old friends, they helped you remember more and more details from your past life.
Also, close people helped you with housing and money at first. It turns out that there are not only crazy bitches-kidnappers in the world, but also good, sympathetic people who will always give you a shoulder and a hand to get up if you fall.
[[Next.|end11_05]]<<show-img ends\end11_05>>
And you met a great guy! He also supported you in every way, took you on dates, gave you flowers. You immediately found a common language with him (even though he wasn't kidnapped or tried to turn him into a mindless bimbo slut).
You could chat on the phone for hours, discuss everything, and he also had a great sense of humor.
[[Next.|end11_06]]<<show-img ends\end11_06>>
He didn't rush you with sex, but you wanted it yourself.
It was beautiful, romantic and very sensual. He put rose petals everywhere, cooked dinner, opened an expensive bottle of wine.
You danced a slow dance, then kissed passionately. He slowly undressed you, kissed your neck, chest, played with your pussy, gave you indescribable pleasure... So you made love all night.
[[Next.|end11_07]]<<show-img ends\end11_07>>
Helga (now she calls herself Gaga) has completely changed, although you hardly knew her past. But now she has become a dumb bimbo slut.
As far as you know, today the girl is a porn star. Her videos can be found all over the Internet. And she did not specialize in any one fetish, she did almost everything. Group sex, big black cocks, lesbians, BDSM, golden showers and much, much more.
There are rumors that she is addicted to all sorts of crap. And also that anyone who wants to can fuck her for money.
And... the former goth is now happy.
[[Next.|end11_08]]<<nobr>><<if $sophia.bimbo lte 3>><<show-img ends\end11_08>><</if>>
<<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>><<show-img ends\end11_09>><</if>>
<<if $sophia.bimbo gte 7 >><<show-img ends\end11_10>><</if>><</nobr>>
<<nobr>><<if $sophia.bimbo lte 3>>Sophia, like you, survived this "adventure" without much harm to her intellect. She also remembered a lot, reunited with her family and friends, and returned to university.
You maintain a very warm relationship with her and see each other quite often.
You have become real fighting friends, who have gone through fire, water, and bimbo gas together.<</if>>
<<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>>Sophia is a little less lucky than you. Before, she was very smart, but now her intelligence is closer to average.
She remembered only a little of her past life, but her family helps her a lot. Sophia also continued to study at the university, only now she prefers parties instead of books.
You sometimes communicate with her, but still your personalities and tastes are too different.<</if>>
<<if $sophia.bimbo gte 7 >>Sophia was a very smart girl. Until that damned trial.
Sophia didn't remember anything from the past, dropped out of the university where she studied, broke ties with her family and old friends. She preferred to hang out with new acquaintances.
They say the girl got hooked on chemistry and became a prostitute. Moreover, for the sake of a dose, she was ready to do almost anything. Even other prostitutes considered her a complete slut.
By the way, she once starred in a video with Helga! It turned out well, but she was not invited to the sequel...
However, despite all this, Sophia is happy. <</if>><</nobr>>
[[Next.|end11_09]]
<<nobr>><<if $oprah.bimbo lte 3>><<show-img ends\end11_11>><</if>>
<<if $oprah.bimbo gte 4 and $oprah.bimbo lte 6>><<show-img ends\end11_12>><</if>>
<<if $oprah.bimbo gte 7 >><<show-img ends\end11_13>><</if>><</nobr>>
<<nobr>><<if $oprah.bimbo lte 3>>You weren't surprised when you heard that Oprah went to jail after a fight. She broke a girl's arm and knocked out a tooth. And robbed her victim. Yes, that's her style.
However, in prison she became an authority. Everyone fears her, everyone respects her, everyone pleases her. Apparently, it couldn't be any other way with Oprah.
Of course, you don't keep in touch with her. But sometimes you think: maybe her fate would have been better if her bimbo gas had changed her?<</if>>
<<if $oprah.bimbo gte 4 and $oprah.bimbo lte 6>>You weren't surprised when you heard that Oprah went to jail for drug dealing. Although she became less aggressive after that fucked up house, it couldn't overcome her criminal nature.
As far as you know, in prison she became a bitch, anyone could use her tongue. And she was also used as a spittoon and a urinal.
If you were a little angrier, you would say that this cunt deserved such a fate. But you are not that bad a person. Besides, even though you don't communicate with her, there is a rumor that Oprah is fine with everything...<</if>>
<<if $oprah.bimbo gte 7 >>Oprah (or Opa-Opa, as she now calls herself), to your surprise, has become a street prostitute. There is no trace left of her former aggression and hostility. Now any passerby can slap her huge ass, and she will not even break his fingers. Rather, she will even smile and name the price for "fuck-fuck".
You heard that the African woman has become a real star in the ghetto, since she does not charge much (and her pimp takes half anyway), and is ready to do almost everything and with anyone.
One day you thought about the fact that bimbo gas changed her fate for the better, because now she is happy.<</if>><</nobr>>
[[Next.|end11_10]]<<show-img ends\end11_14>>
And Shi... Where the fuck is Shi?!
She disappeared right after you and the girls were taken to the hospital. You never heard from her again. She's always been an individualist, of course, but you suspect Shi is involved in some very dark things...
But fuck Shi.
[[Next.|end11_11]]<<show-img ends\end11_15>>
The news periodically talks about the girl who kidnapped you and other girls. She became quite popular, the sly journalists even came up with a stupid nickname for her - "JUGSaw".
Recently she kidnapped three girls in Canada, and before that seven in Australia. And in Texas, the bitch turned two guys into blondes with huge boobs. No one has been able to establish her identity, she leaves no evidence.
You tried to conduct your own investigation, but if law enforcement agencies around the world can't find her, then what can one girl do?
[[Next.|end11_12]]<<show-img ends\end11_16>>
Two years have passed since those events. It seems like the whole world has changed, but you have changed.
You have become smarter, braver, and kinder to people, especially to those close to you.
You were recently in France with your boyfriend, and he proposed to you in front of the Eiffel Tower. This is probably the happiest day of your life.
Many people don't value their intelligence, but not you, and not anymore.
<b>END №11: NOT bimbo.</b>
<<link "View the medium bimbification ending (other characters' bimbification levels will remain the same)">><<set $player.bimbo = 5>><<goto "end12_01">><</link>>
<<link "View the high bimbification ending (other characters' bimbification levels will remain the same)">><<set $player.bimbo = 9>><<goto "end13_01">><</link>>
<<show-img ends\end12_02>>
At the hospital, you underwent a full examination, told about your symptoms (in simple terms, but still), about your amnesia. They kept you there for two whole days, but they didn't find any physical damage, the MRI showed that the cerebral cortex was working worse than in a normal person, and your memory... The doctors can't guarantee that it will return. However, the police, of course, were able to establish your identity, as well as the identities of all the other "sisters in misfortune".
[[Next.|end12_03]]
<<show-img ends\end12_03>>
Soon you were giving evidence to the police. You tried to tell everything, but sometimes you got confused in your testimony, you even went to the crime scene together, but the detectives could not find any evidence at all. As if nothing had ever happened.
There were only 6 DNA samples in the house (5 participants and one zombified man in the toilet), not a single tape was found.
It turns out that the place where the bitch was during the game was right under the house, but the villainess prudently burned down her "operational center".
Well, what to do now. The police are not omnipotent, they can't find all the criminals. To be honest, you weren't even particularly upset about it. You just didn't think about it.
[[Next.|end12_04]]<<show-img ends\end12_04>>
You still couldn't remember your past. You had a few images in front of your eyes, but they didn't mean anything to you. So you decided not to reconnect with your family or old friends. They were complete strangers to you.
Of course, they tried to help you, but you were just bored with them. They had some kind of emotional attachment to you, but you didn't.
So you found new friends. And then more friends. You had a lot of friends now! In cheap clubs everyone becomes friends so quickly...
[[Next.|end12_05]]<<show-gif ends\end12_05>>
Boys especially love to be friends! You liked to get drunk with girls and then dance until your legs could hold you up. At such moments, guys who wanted to make friends would join you. You didn't mind, because the more new interesting friends you have, the better.
You danced with them, hugged, kissed, and then, closer to the morning, you left the dance floor.
[[Next.|end12_06]]<<show-gif ends\end12_06>>
Often you went to their house, but sometimes you went to the toilet. The guys really loved to bend you over at the toilet and fuck you good. They also loved it when you sucked them. However, you loved all of this yourself! You got such pleasant sensations, your lower tummy was hot, and your pussy was flowing.
So, if you look at everything that was happening from the other side, it was you who used these unfortunate guys, and not they you, he-he…
[[Next.|end12_07]]<<show-img ends\end11_07>>
Helga (now she calls herself Gaga) has completely changed, although you hardly knew her past. But now she has become a dumb bimbo slut.
Today the girl is a porn star. Her videos can be found everywhere on the Internet. And you love watching videos with her! Moreover, she did not specialize in any one fetish, she did almost everything. Group sex, big black cocks, lesbians, BDSM, golden showers and much, much more.
Rumor has it that she is addicted to all sorts of crap. You sometimes talk to her on the phone. She told you in secret that anyone who wants to can fuck her for money.
And... the former goth is now happy.
[[Next.|end12_08]]<<nobr>><<if $sophia.bimbo lte 3>><<show-img ends\end11_08>><</if>>
<<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>><<show-img ends\end12_07>><</if>>
<<if $sophia.bimbo gte 7 >><<show-img ends\end11_10>><</if>><</nobr>>
<<nobr>><<if $sophia.bimbo lte 3>>Sophia, unlike you, survived this "adventure" without much harm to her intellect. She remembered a lot, reunited with her family and friends, returned to university.
Sometimes you talk to her on the phone, but you don't see each other in person. Although you've been through a lot together, you and Sophia are still too different...<</if>>
<<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>>Sophia, like you, was lucky to keep her sanity, although not 100%. Before that, she was very smart, but now her intelligence is more like average.
She remembered only a little of her past life, but her family helps her a lot. Sophia also continued to study at the university, only now she prefers parties instead of books.
You and Sophia became best friends! At first, you just saw each other a lot, drank coffee in coffee shops and beer in bars, but then you admitted to yourselves that there was something more between you. You became lovers.
You had an open relationship, you did not want to limit each other in anything. Each of you strove to ensure that your partner received maximum pleasure...<</if>>
<<if $sophia.bimbo gte 7 >>Sophia was a very smart girl. Until that damned test.
Sophia didn't remember anything from the past, dropped out of the university where she studied, broke off ties with her family and old friends. She preferred to hang out with new acquaintances.
You sometimes talked to her on the phone. Unfortunately, the girl got hooked on chemistry and became a prostitute. For a dose, she was ready to do almost anything. Moreover, other prostitutes considered her a complete slut. Sophia even offered you to use her for money!
By the way, she once starred in a video with Helga! It turned out well, but she was not invited to the sequel...
However, despite all this, Sophia is happy.<</if>><</nobr>>
[[Next.|end12_09]]
<<nobr>><<if $oprah.bimbo lte 3>><<show-img ends\end11_11>><</if>>
<<if $oprah.bimbo gte 4 and $oprah.bimbo lte 6>><<show-img ends\end11_12>><</if>>
<<if $oprah.bimbo gte 7 >><<show-img ends\end11_13>><</if>><</nobr>>
<<nobr>><<if $oprah.bimbo lte 3>>You weren't surprised when you heard that Oprah went to jail after a fight. She broke a girl's arm and knocked out a tooth. And robbed her victim. Yes, that's her style.
However, in prison she became an authority. Everyone fears her, everyone respects her, everyone pleases her. Apparently, it couldn't be any other way with Oprah.
You visited her several times and sent her packages. Each time, she laughs and calls you a "good white bitch."
However, sometimes you think: maybe her fate would have turned out better if her bimbo gas had changed?<</if>>
<<if $oprah.bimbo gte 4 and $oprah.bimbo lte 6>>You weren't surprised when you heard that Oprah went to jail for drug dealing. Although she became less aggressive after that fucked up house, it couldn't overcome her criminal nature.
In prison, she became a bitch, anyone could use her tongue. And she was also used as a spittoon and a urinal.
If you were a little angrier, you would say that this cunt deserved such a fate. But you are not that bad a person. You send her packages and visited her several times. By the way, Oprah claims that she is happy with everything...<</if>>
<<if $oprah.bimbo gte 7 >>Oprah (or Opa-Opa, as she now calls herself), to your surprise, has become a street prostitute. There is no trace left of her former aggression and hostility. Now any passerby can slap her huge ass, and she won't even break his fingers. Rather, she will smile and name the price for "fuck-fuck".
You heard that the African girl has become a real star in the ghetto, since she doesn't charge much (and her pimp takes half of it anyway), and is ready to do almost anything with anyone.
You met a couple of times, but there is nothing to talk about with the girl, she has become too stupid. But she offered to lick your pussy for 10 dollars. You promised to think about it.
It seems that bimbo gas has changed her fate for the better, because now she is happy.<</if>><</nobr>>
[[Next.|end12_10]]<<show-img ends\end11_14>>
And Shi... Where the fuck is Shi?!
She disappeared right after you and the girls were taken to the hospital. You never heard from her again. She's always been an individualist, of course, but there's something wrong with her. Or is that just your imagination?
But fuck Shi.
[[Next.|end12_11]]
<<show-img ends\end11_15>>
The news periodically talks about the girl who kidnapped you and other girls. She became quite popular, the sly journalists even came up with a stupid nickname for her - "JUGSaw".
Recently she kidnapped three girls in Canada, and before that, seven in Australia. And in Texas, the bitch turned two guys into blondes with huge boobs. No one was able to establish her identity, she leaves no evidence.
You didn't know how to feel about her. On the one hand, she was a criminal and kidnapped people, and on the other... Many people became happy after that. Including you.
[[Next.|end12_12]]<<nobr>><<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>><<show-img ends\end12_08S>>
<<else>><<show-img ends\end12_08>><</if>><</nobr>>
<<nobr>><<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>>You and Sophia were happy together. You partied in clubs, hung out in bars, made passionate love. Sometimes other people joined you, and the whole action turned into a real orgy. And sometimes each of you fucked someone else. You had a free and comfortable relationship.
Soon, you and the girl even moved in together and built a life together. You were very similar. More precisely, you became very similar after that "game".
Many people do not value their intelligence, and for the two of you there are more important things...
<<else>>You loved hanging out in clubs and hanging out in bars. You made new friends, most of whom were for one evening. But you didn't want more.
You liked freedom, the feeling of lightness and wild animal sex. What else is worth living for, if not for pleasant sensations? Many people do not value their intelligence, and for you there are more important things...<</if>><</nobr>>
<<nobr>><<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>><b>END №12-S: Two half-bimbos.</b>
<<else>><b>END №12: Half-bimbo.</b><</if>><</nobr>>
<<link "View the low bimbification ending (other characters' bimbification levels will remain the same)">><<set $player.bimbo = 0>><<goto "end11_01">><</link>>
<<link "View the high bimbification ending (other characters' bimbification levels will remain the same)">><<set $player.bimbo = 9>><<goto "end13_01">><</link>><<show-img ends\end13_02>>
At the hospital you underwent a full examination, tried to tell them what had happened, but they didn't understand you very well. Only idiots work in these hospitals! They kept you there for two whole days, but they didn't find any physical damage, the MRI showed that the cerebral cortex was working much, much worse than in a normal person, and your memory... The doctors say that it's unlikely to ever return. The surprising thing is that you haven't forgotten how to hold a spoon. However, the police, of course, were able to establish your identity, as well as the identities of all the other "sisters in misfortune".
[[Next.|end13_03]]<<show-img ends\end13_03>>
Soon you were giving evidence to the police. Or rather, trying to give evidence. You were waving your arms emotionally and telling them that you had been kidnapped, and the detectives were covering their faces with their palms and laughing. You even went to the crime scene together, but the detectives couldn't find any evidence at all. As if nothing had ever happened.
There were only 6 DNA samples in the house (5 participants and one zombified man in the toilet), not a single tape was found.
It turns out that the place where the bitch was during the game was right under the house, but the villainess prudently burned down her "operational center".
That's good. You don't feel any anger or hatred towards the maniac girl. Why should she be put in jail? What did she do wrong? She gave you a new body and this amazing lightness in your head!
[[Next.|end13_04]]<<show-img ends\end13_04>>
You couldn't remember anything from the past. So you gave up on your family and old friends. They were strangers to you, they were boring people.
Instead of these old farts and stuffy people, you found yourself new friends! You found new friends every evening! You were shown such cool places, where you can be free, you can be yourself. You can even walk around naked in front of everyone, and that's exactly how you like it!
[[Next.|end13_05]]
<<show-gif ends\end13_05>>
The boys treated you to drinks, treated you to strange pills that made you laugh, and most importantly, treated you to their strong cocks and sperm!
You simply loved to fuck! You could fuck all day long, with different men (and different girls too). That feeling when your pussy starts to get wet is priceless. As is the feeling of a dick inside you. And the feeling when your vaginal muscles spasm – that's just the bomb! That's what life is worth. That's what you were living for now.
[[Next.|end13_06]]<<show-gif ends\end13_06>>
Sometimes the boys would take you home from clubs and bars. Only you! There were no other bitches there to steal your cocks. All the cocks were yours! All the cocks and all the cum! And all the orgasms, ha-ha-ha!
The boys fucked you in all your holes, sometimes in turns, sometimes at once. By the way, you could also get an orgasm from anal sex, and even from a cock in your mouth! It is not known whether bimbo gas changed you so much, or simply the strong feeling of arousal brings you to bliss. But thanks to the kidnapping bitch for such a pleasant feeling!
[[Next.|end13_07]]<<show-img ends\end13_07>>
Helga (now she calls herself Gaga) has completely changed, although you hardly knew her past. But now she has become a dumb bimbo slut. Just like you!
Today the girl is a porn star. Her videos can be found everywhere on the Internet. And you love watching videos with her! Moreover, she did not specialize in any one fetish, she did almost everything. Group sex, big black cocks, lesbians, BDSM, golden showers and much, much more. It's so cool! And it's also cool that anyone can fuck her for money.
She got hooked on all sorts of crap, even treating you to it. And she also invited you to act in porn! Such a chance cannot be missed, so you happily agreed. The producers liked your joint work, they invite you to individual shootings.
The former goth is now very, very happy.
[[Next.|end13_08]]<<nobr>><<if $sophia.bimbo lte 3>><<show-img ends\end11_08>><</if>>
<<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>><<show-img ends\end11_09>><</if>>
<<if $sophia.bimbo gte 7 >><<show-img ends\end11_10>><</if>><</nobr>>
<<nobr>><<if $sophia.bimbo lte 3>>Sophia, unlike you, survived this "adventure" without much harm to her intellect. She remembered a lot, reunited with her family and friends, returned to university.
Soon you stopped communicating and seeing each other. Although you went through a lot together, you and Sophia are still fucking different...<</if>>
<<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>>Sophia has partially retained her mind. Mostly. Before, she was very smart, but now her intelligence has become more like average.
She remembered only a little of her past life, but her family helps her a lot. Sophia also continued to study at the university, only now she prefers parties instead of books.
You sometimes communicate with her, but your personalities and tastes are still too different. Although she is a party girl, she is very, very far from you.<</if>>
<<if $sophia.bimbo gte 7 >>Sophia is literally your sister in misfortune! Or rather, your sister in happiness.
Sophia didn't remember anything from the past, dropped out of the university where she studied, broke off ties with her family and old friends. She preferred to hang out with new acquaintances. Everything is like you!
You sometimes talk to her on the phone and see each other in real life. Sometimes you hang out together, take illegal drugs and have orgies! By the way, Sophia bragged that she became a prostitute. She was ready to do almost anything for the sake of a dose. Moreover, other prostitutes considered her a complete slut. Sophia even offered you to join her craft!
By the way, she once starred in a video with Helga! The same as you. It turned out well, but she wasn't invited to the sequel (unlike you, heh-heh)... However, despite all this, Sophia is very, very happy.<</if>><</nobr>>
[[Next.|end13_09]]
<<nobr>><<if $oprah.bimbo lte 3>><<show-gif ends\end13_08>><</if>>
<<if $oprah.bimbo gte 4 and $oprah.bimbo lte 6>><<show-img ends\end13_09>><</if>>
<<if $oprah.bimbo gte 7 >><<show-img ends\end13_10>><</if>><</nobr>>
<<nobr>><<if $oprah.bimbo lte 3>> You weren't surprised when you heard that Oprah went to jail after a fight. She broke a girl's arm and knocked out a tooth. And she robbed her victim. Yes, that's her style.
However, in prison she became an authority. Everyone fears her, everyone respects her, everyone pleases her. Apparently, it couldn't be any other way with Oprah.
You visit her from time to time and send her packages. You are even given a VIP room for visitors. There you lick a black girl's feet and pussy, and she laughs and calls you a "dumb white bitch." She also said that when she gets out, she will stop living with you and you will provide for her. You were sincerely happy about this. Finally, someone will take full responsibility for your life!<</if>>
<<if $oprah.bimbo gte 4 and $oprah.bimbo lte 6>> You weren't surprised when you heard that Oprah went to jail for drug dealing. Although she became less aggressive after that fucked up house, it couldn't overcome her criminal nature.
In prison, she became a bitch, anyone could use her tongue. She was also used as a spittoon and a urinal.
You periodically send her packages and visit her. One time, Oprah's neighbor bribed the guards because she wanted her "pussy to be licked by a white bitch porn actress." You were flattered, because you haven't filmed much porn yet. However, your desire had little to do with it.
They took you to a cell and locked you there for a day, you served Oprah's neighbor - a very powerful black woman. She sat on your face, spat in your mouth, even used it as a urinal a few times. And she made Oprah lick your pussy.
All in all, you had a great time! You'll definitely come back!<</if>>
<<if $oprah.bimbo gte 7 >>Oprah (or Opa-Opa, as she now calls herself), to your surprise, has become a street prostitute. There is no trace left of her former aggression and hostility. Now any passerby can slap her huge ass, and she will not even break his fingers. Rather, she will smile and name the prices for "fuck-fuck".
You heard that the African woman has become a real star in the ghetto, since she does not charge much (and her pimp takes half of it anyway), and is ready to do almost everything with anyone.
You periodically see each other, drink, have fun. And sometimes you even fuck! Once her pimp caught you, you sucked him off so that he would not be angry. The pimp offered you to work for him, you promised to think about it (well, as appropriate as the word "think" is for your brain). A week later you saw him again in secret from your friend, sucked him off, but still hadn't made a decision. Then another week later... And a week later you were sucking off a pimp right on the street!
Bimbo gas changed her fate for the better, because now she is very happy.<</if>><</nobr>>
[[Next.|end13_10]]<<show-img ends\end11_14>>
And Shi... Where the fuck is Shi?!
She disappeared right after you and the girls were taken to the hospital. You never heard from her again. You had thoughts about Shi, but you couldn't put them together into anything coherent.
But fuck Shi.
[[Next.|end13_11]]<<show-img ends\end11_15>>
The news periodically talks about the girl who kidnapped you and other girls. She became quite popular, the sly journalists even came up with a stupid nickname for her - "JUGSaw".
Recently she kidnapped three girls in Canada, and before that, seven in Australia. And in Texas, the bitch turned two guys into blondes with huge boobs. No one has been able to establish her identity, she leaves no evidence.
But everything they say about her is slander! She is good, you know it for sure! She makes people happy. She made you happy too!
[[Next.|end13_12]]<<show-img ends\end13_11>>
You truly enjoy your new life. You fuck handsome men (all people are handsome in their own way), you have fun with cool girls, your life is full of bright colors and amazing emotions.
Thanks to filming porn, you earn great money and don't need anything. People recognize you on the street and smile. You look like a real GODDESS.
"The Game" has definitely changed your life for the better. Thanks to that magical bitch.
Many people don’t value their intelligence... People like you.
<b>END №13: Bimbo.</b>
<<link "View the low bimbification ending (other characters' bimbification levels will remain the same)">><<set $player.bimbo = 0>><<goto "end11_01">><</link>>
<<link "View the medium bimbification ending (other characters' bimbification levels will remain the same)">><<set $player.bimbo = 5>><<goto "end12_01">><</link>><<nobr>><<if $player.hand == 4 and $player.lips == 4 and $player.ass == 4 and $player.tits == 4 and $player.antidote == 0 and $bimbogasstop == 0>>>>
<<show-gif maxmods>>
Suddenly, every muscle in your body started to contract. You fell to the floor and convulsed, drooling from your lips.
<span class="js">"$name, it seems your body has overdosed on bimbo gas. Normally, it would have changed your body, but there is nothing else to change. You are already 100% bimbo. Don't worry, the attack will pass soon..."</span> the maniac reassured you through the speaker.
And indeed, everything passed soon, you felt much better, you got to your feet.
<<set $player.bimbo += 1>>
<<set $time += 3>>
<<set $bimbogasstop = 1>><</if>>
<<if $player.lips == 0 and $player.ass gte 1 and $player.tits gte 1 and $player.hand gte 1 and $player.antidote == 0 and $bimbogasstop == 0>>
<<show-gif lipsmod01>>
Suddenly your lips started to burn. As if a thousand micro-bees had stung you at once. In a panic, you started to feel your lips. It seemed that they really were slightly swollen…
<span class="js">"What is this, $name? Lips? Where did that come from, you didn’t have lips before, ahaha!"</span> the cold and mocking voice of the maniac was heard through the speakers installed on the walls.
Yeah, your lips really were really small before. Now they’ve become bigger…
<<set $player.lips = 1>>
<<set $player.bimbo += 1>>
<<set $time += 2>>
<<set $bimbogasstop = 1>><</if>>
<<if $player.lips == 1 and $player.hand gte 2 and $player.tits gte 2 and $player.ass gte 2 and $player.antidote == 0 and $bimbogasstop == 0>>
<<show-gif lipsmod02>>
Suddenly your lips went numb, as if from anesthesia. Then heat and pain broke through this sensation. You involuntarily grabbed your lips, which seemed to have become much larger.
<span class="js">"Lips are the most sensual part of a girl. And the most sucking one, ahaha!"</span> came a mocking comment through the loudspeaker on the wall.
If before your lips were expressionless, now they can be called pretty and sexy.
<<set $player.lips = 2>>
<<set $player.bimbo += 1>>
<<set $time += 2>>
<<set $bimbogasstop = 1>> <</if>>
<<if $player.lips == 2 and $player.hand gte 3 and $player.tits gte 3 and $player.ass gte 3 and $player.antidote == 0 and $bimbogasstop == 0>>
<<show-gif lipsmod03>>
Your lips began to hurt rather unpleasantly. It was as if they had been pierced with many needles. You grabbed your face and discovered that your lips had become frankly large.
<span class="js">"$name, now you can become a great cocksucker in the glory hall! Think about it. There you will find your true happiness..."</span> the voice said through the speaker.
Yeah, now your lips can be called sucking. That's what men will think about when they look at you - about how you suck a dick...
<<set $player.lips = 3>>
<<set $player.bimbo += 1>>
<<set $time += 2>>
<<set $bimbogasstop = 1>><</if>>
<<if $player.lips == 3 and $player.hand gte 4 and $player.tits gte 4 and $player.ass gte 4 and $player.antidote == 0 and $bimbogasstop == 0>>
<<show-gif lipsmod04>>
And again your face was struck by invisible needles. You doubled over in pain and grabbed your face. It's strange where those fingers on your face came from... Those are lips! Your lips have become the size of your fingers!
<span class="js">"Quack, ducky-$name, quack! Ahaha!"</span> your kidnapper mocked. <span class="js">"If for some inexplicable reason you don't want to suck cocks, you can always join the freak show, ahaha!"</span>
Yeah, with lips like those there really are only two paths in life. But few people in this world have lips like that...
<<set $player.lips = 4>>
<<set $player.bimbo += 1>>
<<set $time += 3>>
<<set $bimbogasstop = 1>><</if>>
<<if $player.ass == 0 and $player.tits gte 1 and $player.hand gte 1 and $player.antidote == 0 and $bimbogasstop == 0>>
<<show-gif assmod01>>
You feel the muscles in your buttocks contracting on their own, then they fill with some kind of mystical warmth. Without understanding anything, you bare your butt and start examining it.
<span class="js">"So-so-so. Someone finally got a girl's butt, huh, $name? Because before, your butt was like a guy's, flat and ugly. Don't worry, you'll thank me later, ahaha!"</span> the psychopath's voice sounded from the speakers installed on the walls.
Well, the butt really did get a little bigger, she's right about that...
<<set $player.ass = 1>>
<<set $player.bimbo += 1>>
<<set $time += 2>>
<<set $bimbogasstop = 1>> <</if>>
<<if $player.ass == 1 and $player.hand gte 2 and $player.tits gte 2 and $player.lips gte 1 and $player.antidote == 0 and $bimbogasstop == 0>>
<<show-gif assmod02>>
Suddenly, the muscles in your thighs started to contract violently. Then it spread to your buttocks. It was as if you were twerking against your will. You undressed and started examining your butt.
<span class="js">"Oh, $name, you're dancing great! Now you have something to shake, ahaha!"</span> the maniac laughed mockingly through the speakers. <span class="js">"Now you can go to clubs and not be embarrassed that other girls can twerk, but you can't."</span>
Well, she's ri... Fuck her, bitch! Let her make her ass bigger if she wants to! Right...?
<<set $player.ass = 2>>
<<set $player.bimbo += 1>>
<<set $time += 2>>
<<set $bimbogasstop = 1>> <</if>>
<<if $player.ass == 2 and $player.hand gte 3 and $player.tits gte 3 and $player.lips gte 2 and $player.antidote == 0 and $bimbogasstop == 0>>
<<show-gif assmod03>>
The muscles in your legs began to contract, followed by the muscles in your butt. You immediately realized what was happening and pulled your clothes down so they wouldn't rip.
<span class="js">"The butt is every girl's best friend, because it's the butt that catches men's eyes and makes them turn around. Congratulations, now you finally have a best friend!"</span> your captor taunted through the speakers.
Yeah, your butt is really big now. It's so unusual. It shakes so strangely when you walk...
<<set $player.ass = 3>>
<<set $player.bimbo += 1>>
<<set $time += 2>>
<<set $bimbogasstop = 1>><</if>>
<<if $player.ass == 3 and $player.hand gte 4 and $player.tits gte 4 and $player.lips gte 3 and $player.antidote == 0 and $bimbogasstop == 0>>
<<show-gif assmod04>>
And again your legs, thighs and buttocks began to tremble in some crazy (but passionate) dance. However, this time your ass began to grow so fast that it tore your pants.
<span class="js">"Hey, $name, what a huge trunk you have now! Watch out, don't get stuck in the gate, ahaha!"</span> the maniac laughed maliciously through the speakers on the walls. <span class="js">"But seriously, many men like big asses. Especially men with big black cocks. Big! Black! Cocks! Have you ever had one? You definitely will..."</span>
With such a huge ass, you became very awkward and clumsy. However, this is not the end of life. Rather, the beginning of a new life...
<<set $player.ass = 4>>
<<set $player.bimbo += 1>>
<<set $time += 3>>
<<set $bimbogasstop = 1>><</if>>
<<if $player.tits == 0 and $player.hand gte 1 and $player.antidote == 0 and $bimbogasstop == 0>>
<<show-gif titsmod01>>
You feel your boobs burning with fire, not painfully, but rather pleasantly. However, then the fire gets hotter. Without understanding what's happening, you bare your chest. It seems that it has become bigger... It has definitely become bigger!
<span class="js">"Oh, $name, you finally have the beginnings of breasts. Perhaps you should thank me, ahaha!"</span> the maniac's voice came from the speaker mounted on the wall.
Well, she's right about something. Now you actually have breasts...
<<set $player.tits = 1>>
<<set $player.bimbo += 1>>
<<set $time += 2>>
<<set $bimbogasstop = 1>><</if>>
<<if $player.tits == 1 and $player.hand gte 2 and $player.ass gte 1 and $player.lips gte 1 and $player.antidote == 0 and $bimbogasstop == 0>>
<<show-gif titsmod02>>
Suddenly your chest felt so warm, as if something was heating them from the inside. Soon, that warmth turned into heat, and the heat was getting stronger and stronger. In a panic, you unbuttoned your top.
<span class="js">"$name, are you admiring your new boobs? They suit you. Why are you fighting? Become a better version of yourself,"</span> said a cold bitch from the speaker on the wall.
Well, now you really have nice boobs. Congratulations…?
<<set $player.tits = 2>>
<<set $player.bimbo += 1>>
<<set $time += 2>>
<<set $bimbogasstop = 1>><</if>>
<<if $player.tits == 2 and $player.hand gte 3 and $player.ass gte 2 and $player.lips gte 2 and $player.antidote == 0 and $bimbogasstop == 0>>
<<show-gif titsmod03>>
Suddenly and abruptly, your boobs seemed to be engulfed in flames, very painful and unpleasant flames (is there any other kind of flame?). You instinctively throw off your clothes.
<span class="js">"Wow! What boobs! Many people would envy you, $name. I'll tell you a secret: even I envy you a little..."</span> a voice sounded from the speaker.
Yeah, your boobs have become really heavy and uncomfortable. But that's okay, you'll get used to it.
<<set $player.tits = 3>>
<<set $player.bimbo += 1>>
<<set $time += 2>>
<<set $bimbogasstop = 1>><</if>>
<<if $player.tits == 3 and $player.hand gte 4 and $player.ass gte 3 and $player.lips gte 3 and $player.antidote == 0 and $bimbogasstop == 0>>
<<show-gif titsmod04>>
You feel your boobs swelling so much that they rip your clothes apart! It happens so fast that you are in shock and don’t know how to react… They are so huge!
<span class="js">"Ladies and… ladies! We have a new world record holder for boobs – $name! I’m sure you can now take a prize at a cow show, ahaha!"</span>
the kidnapper mocked through the speakers on the walls. <span class="js">"But let’s be honest: men are animals. They fuck everything that moves. And this way your boobs will shake even more, that is, attract much more attention."</span>
She is right in some ways… But these boobs are so big that it’s really hard to walk with them!
<<set $player.tits = 4>>
<<set $player.bimbo += 1>>
<<set $time += 3>>
<<set $bimbogasstop = 1>> <</if>>
<<if $player.hand == 0 and $player.antidote == 0 and $bimbogasstop == 0>>
<<show-gif handmod01>>
Suddenly, your hands felt like they were on fire. You instinctively started rubbing your palms together, trying to somehow knock down the invisible, but very painful flame.
<span class="js">"Don't worry, $name, this is the bimbo gas affecting your hands. Soon the skin on them will become softer, and not like a ghetto dishwasher's,"</span> the maniac explained through the speakers installed on the walls.
Well, that calmed you down a little. You stopped rubbing your hands like crazy and examined them. It seemed that the skin really did become smoother and more pleasant...
<<set $player.hand = 1>>
<<set $player.bimbo += 1>>
<<set $time += 2>>
<<set $bimbogasstop = 1>> <</if>>
<<if $player.hand == 1 and $player.tits gte 1 and $player.ass gte 1 and $player.lips gte 1 and $player.antidote == 0 and $bimbogasstop == 0>>
<<show-gif handmod02>>
Your hands suddenly began to hurt. Your palms, the backs of them, and even each finger! Especially your fingertips, they seemed to be on fire!
<span class="js">"My bimbo gas is such a brilliant invention that it even affects the keratin in your nails, making it stronger, smoother, and sometimes even coloring it. Any girl would sell her soul to the devil for nails like that..."</span> the maniac said through the speakers installed on the walls.
Your nails really did become more well-groomed and beautiful, as if they had been painted with clear varnish.
<<set $player.hand = 2>>
<<set $player.bimbo += 1>>
<<set $time += 2>>
<<set $bimbogasstop = 1>><</if>>
<<if $player.hand == 2 and $player.tits gte 2 and $player.ass gte 2 and $player.lips gte 2 and $player.antidote == 0 and $bimbogasstop == 0>>
<<show-gif handmod03>>
Once again, your hands and fingers were on fire. But this time, you weren't afraid. You already knew that it was unlikely that something really terrible would happen to them.
<span class="js">"Oh, $name, do you really like the irreversible changes to your hands? When you got here, your hands were scary to look at. And now any man would cum in 10 seconds from handjob with such beautiful nails,"</span> the maniac seemed to admire the changes she brought to your body.
Your nails turned pink. I wonder if this is really forever? Or will such a beautiful color disappear?
<<set $player.hand = 3>>
<<set $player.bimbo += 1>>
<<set $time += 2>>
<<set $bimbogasstop = 1>><</if>>
<<if $player.hand == 3 and $player.tits gte 3 and $player.ass gte 3 and $player.lips gte 3 and $player.antidote == 0 and $bimbogasstop == 0>>
<<show-gif handmod04>>
Your hands were on fire again, but this time it was pleasant, both physically and mentally. You watched with impatience as your nails changed, became longer and… rhinestones just appeared on them? What? How?
<span class="js">"Don’t be scared, $name! This is creatine that has taken the form of rhinestones. Did you really think that real rhinestones would grow on your nails? Or even diamonds? Although you are not a shining example of intelligence, since you ended up here. Enjoy your new nails! By the way, they are very, very strong now,"</span> the maniac was proud of her work on changing your body.
Well… It’s hard to do any small work with such nails. But they look incredibly beautiful…
<<set $player.hand = 4>>
<<set $player.bimbo += 1>>
<<set $time += 3>>
<<set $bimbogasstop = 1>><</if>>
<<if $player.antidote gte 1 and $player.bimbo lte 3 and $bimbogasstop == 0>><<show-gif antidote01>><</if>>
<<if $player.antidote gte 1 and $player.bimbo gte 4 and $player.bimbo lte 6 and $bimbogasstop == 0>><<show-gif antidote02>><</if>>
<<if $player.antidote gte 1 and $player.bimbo gte 7 and $bimbogasstop == 0>><<show-gif antidote03>><</if>>
<<if $player.antidote gte 1 and $bimbogasstop == 0>>
You feel the heat in your body, but your organism resists it. Although, let's be honest, it is resisted by the antidote in your blood. Otherwise, your body would acquire irreversible changes, as would your mind. However, you should never forget that 1 dose of bimbo gas blocker protects for only 1 hour...
<<set $player.antidote -= 1>>
<<set $time += 1>>
<<set $bimbogasstop = 1>><</if>><</nobr>>
<<silently>><<if $bimbogas1 == 1>><<set $bimbogas1 = 2>><</if>>
<<if $bimbogas2 == 1>><<set $bimbogas2 = 2>><</if>>
<<if $bimbogas3 == 1>><<set $bimbogas3 = 2>><</if>>
<<if $bimbogas4 == 1>><<set $bimbogas4 = 2>><</if>>
<<if $bimbogas5 == 1>><<set $bimbogas5 = 2>><</if>>
<<if $bimbogas6 == 1>><<set $bimbogas6 = 2>><</if>>
<<if $bimbogas7 == 1>><<set $bimbogas7 = 2>><</if>>
<<if $bimbogas8 == 1>><<set $bimbogas8 = 2>><</if>>
<<if $bimbogas9 == 1>><<set $bimbogas9 = 2>><</if>>
<<if $bimbogas10 == 1>><<set $bimbogas10 = 2>><</if>>
<<if $bimbogas11 == 1>><<set $bimbogas11 = 2>><</if>>
<<if $bimbogas12 == 1>><<set $bimbogas12 = 2>><</if>>
<<if $shi.antidote gte 1>><<set $shi.antidote -= 1>><<else>><<set $shi.bimbo += 1>><</if>>
<<if $shi.bimbo gte 6>><<set $shi.bimbo = 5>><</if>>
<<if $sophia.antidote gte 1>><<set $sophia.antidote -= 1>><<else>><<set $sophia.bimbo += 1>><</if>>
<<if $sophia.bimbo gte 11>><<set $sophia.bimbo = 10>><</if>>
<<if $oprah.antidote gte 1>><<set $oprah.antidote -= 1>><<else>><<set $oprah.bimbo += 1>><</if>>
<<if $oprah.bimbo gte 11>><<set $oprah.bimbo = 10>><</if>>
<<if $helga.antidote gte 1>><<set $helga.antidote -= 1>><<else>><<set $helga.bimbo += 1>><</if>>
<<if $helga.bimbo gte 11>><<set $helga.bimbo = 10>><</if>>
<</silently>>
<<return "Return.">>
<<show-img librarytrail01>>
<span class="sophia">"Girls, run here quickly! I found a secret room!"</span> Sophia's joyful cry was heard. <span class="sophia">"Come on, follow my voice! It seems there is something interesting here!"</span>
[[Follow Sophia's call.|librarytrail02]]
[[Ignore.|librarytrail08]]
<<nobr>><<if $player.bimbo lte 3>><<show-img library04>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img library05>><</if>>
<<if $player.bimbo gte 7 >><<show-img library06>><</if>><</nobr>>
In the library, you saw one of the bookcases open. You went into the room behind it, and Oprah and Shi soon followed. Apparently, there was no point in waiting for Helga.
<span class="sophia">"Who said that books are useless?"</span> smirked the nerdy Sophia.
<span class="oprah">"They're heavy, you can hit them hard,"</span> joked Oprah. Well, you hope she was joking...
[[Next.|librarytrail03]]<<show-img librarytrail07>>
You went out into the corridor towards the voice, but then suddenly thought...
Fuck them, fuck them all!
You have your own business here, by the way! You need to find an antidote, scratch your ass and all that...
<<nobr>>[[Finish.|corridor01]]
<<set $oprah.antidote += 1>>
<<set $shi.antidote += 2>>
<<set $librarytrail = 2>>
<<set $time += 1>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img librarytrail02>><</if>>
<<if $player.bimbo gte 4>><<show-img librarytrail03>><</if>><</nobr>>
Inside were five chairs, placed back to back.
<span class="shi">"Well, I guess we'll have to sit on them..."</span> Shi made the only possible conclusion.
<span class="oprah">"It certainly can't get any worse,"</span> Oprah shrugged and plopped down in one of the chairs.
<span class="sophia">"It could always get worse,"</span> Sophia said sadly, taking the empty seat.
You, like the others, sat down in the empty chair.
[[Next.|librarytrail04]]<<show-img librarytrail04>>
There were two TVs on the walls, which started working as soon as four chairs were occupied.
<span class="js">"Hello, bitches. I want to play a game with you, which I call the Bimbo Prisoner's Dilemma,"</span> the maniac girl began to broadcast cheerfully from the screen, then faltered and quietly added: <span class="js">"I still need to work on the name..."</span>
<span class="oprah">"Give birth already, you pig!"</span> Oprah angrily told her.
<span class="js">"So, your goal is to decide who gets the antidote: you personally or the girl on the right,"</span> the psychopath voiced the rules. <span class="js">"There are buttons in the armrests of the chairs. The left one is for you to choose, the right one is for the neighbor on the right. They are even labeled for the stupid! Ahem... If everyone chooses themselves, then no one will get the antidote. If everyone chooses the neighbor on the right, then everyone will get two antidotes. In all other cases, it is all a matter of personal choice: you save yourself or someone else. Make your choice!"</span>
[[Next.|librarytrail05]]<<show-img librarytrail05>>
<span class="sophia">"Stop! Freeze!"</span> Sophia said sharply. <span class="sophia">"Don't press anything. It's obvious that everyone needs to choose the neighbor on the right."</span>
<span class="oprah">"Yeah, if only I trusted that bitch Shi, who's sitting on the left,"</span> Oprah snapped.
<span class="shi">"After saying that, you definitely shouldn't trust me,"</span> the little Asian girl spat on the floor.
<span class="sophia">"Fuck, girls, what are you doing! We can all get 2 antidotes! Come on!"</span>
So, the situation is this: Sophia is to your right, Shi is to her right, Oprah is to her right, and you are to Oprah's right. So Oprah is deciding your fate! Fuck... And you are deciding the fate of Sophia, who will definitely give Shi the antidote.
Here's your bimbo prisoner's dilemma...
[[Give the antidote to Sophia.|librarytrail06]]
[[Keep the antidote for yourself.|librarytrail07]]
<<show-img librarytrail06>>
<span class="js">"So..."</span> the game manager happily summed up the results from the monitor screen. <span class="js">"$name chose Sophia! Sophia chose Shi! Shi chose... herself! And Oprah chose herself. You could have won together. But each decided to pull the blanket over herself..."</span>
<span class="sophia">"How stupid, girls..."</span> Sophia said disappointedly. <span class="sophia">"But thank you, $name. Apparently, you are the only team player here..."</span>
<span class="shi">"Ouch!"</span> Shi jerked. The chairs began injecting antidotes into the girls. Everyone, except you. It turns out that you lost the most...
<span class="js">"Thank you for the game, and now get out of this room before it fills with tenfold concentration of bimbo gas. Well, the antidotes are still in the chairs, you can start taking them apart... Anyway, you get the idea."</span> the psychopath explained her motives. <span class="js">"Get lost and close the door tightly behind you!"</span>
<<nobr>>[[Finish.|library01]]
<<set $oprah.antidote += 1>>
<<set $sophia.antidote += 1>>
<<set $shi.antidote += 2>>
<<set $librarytrail = 2>>
<<set $time += 9>><</nobr>>
<<show-img librarytrail06>>
<span class="js">"So..."</span> the game manager happily summed up the results from the monitor screen. Sophia chose Shi! Shi chose... herself! Oprah chose... herself. <span class="js">"$name chose herself! You could have won together. But each decided to pull the blanket over herself..."</span>
<span class="sophia">"How stupid, girls, how stupid..."</span> Sophia said disappointedly.
<span class="shi">"Ouch!"</span> Shi jerked. Then you jerked from the pain right in your buttocks, as if something had pricked. The chairs began injecting antidotes into the girls. Everyone, except Sophia. It turns out that she lost the most...
<span class="js">"Thank you for the game, and now get out of this room before it fills with a tenfold concentration of bimbo gas. Well, the antidotes are still in the chairs, you can start taking them apart... Anyway, you get the idea."</span> the psychopath explained her motives. <span class="js">"Get lost and close the door tightly behind you!"</span>
<<nobr>>[[Finish.|library01]]
<<set $player.antidote += 1>>
<<set $oprah.antidote += 1>>
<<set $shi.antidote += 2>>
<<set $librarytrail = 2>>
<<set $time += 9>><</nobr>><<show-img fireplacetrail01>>
<span class="oprah">"Hey, white bitches! And one Asian bitch... Everyone go to the room with the fireplace! Something is happening here! Run here quickly!"</span> Oprah screamed at the top of her voice. Perhaps it is better to go not to her, but away from her, because she is a very dangerous and unpredictable person...
[[Go to Oprah.|fireplacetrail02]]
<<nobr>>[[Hide for a while.|fireplacetrail07]]
<<set $fireplacetrail = 2>><</nobr>><<show-img fireplacetrail02>>
You sighed heavily and walked up to Oprah. Soon, Sophia and Shi arrived.
It turned out that the bar counter had opened slightly, and there was a tape recorder and two pills glowing pink.
<span class="oprah">"A tape recorder? Seriously? You fucking have screens and speakers. Are you still in the 90s, you dumb cunt!"</span> Oprah screamed loudly. To your surprise, the maniac held back and didn't answer, and Shi still went and turned on the recording.
<span class="js">"Fuck off, you black-assed bitch,"</span> a familiar voice rang out on the recording, which had anticipated criticism directed at her. <span class="js">"Now to the trial. Go to hell yourself, and save your friend - this is what modern feminism is based on. At least in theory. The pills in front of you enhance the effect of bimbo gas. If one of you takes 1 pill, then everyone else gets an antidote. And if two of you take 1 pill, then everyone else gets 2 antidotes. And don’t even think about taking more than 2 pills of this antidote, you’ll overdose! You have 10 minutes to think about it. Make your choice, bitches."</span>
[[Next.|fireplacetrail03]]<<show-gif fireplacetrail07>>
To be on the safe side, you decided to sit it out in the toilet. You never know. You don't trust Oprah, and the other girls, either. You can handle it yourself. You don't need anyone...
<<nobr>>[[Finish.|toilet01]]
<<set $sophia.antidote += 1>>
<<set $oprah.antidote += 1>>
<<set $shi.antidote += 1>>
<<set $helga.bimbo += 1>>
<<set $time += 9>><</nobr>><<show-img fireplacetrail03>>
<span class="oprah">"Helga!"</span> <span class="shi">"Helga!"</span> Oprah and Shi said in unison, then the African woman ran into the big room to fetch the girl. The situation was quickly explained to her.
<span class="helga">"Okay, whatever, I agree,"</span> the girl shrugged and giggled stupidly. It seemed she really didn't care.
<span class="oprah">"We need another one!"</span> Oprah said in a tone that brooked no argument.
Perhaps it was worth sacrificing a little of herself to help the others. On the other hand, why the fuck?
[[Keep quiet.|fireplacetrail04]]
<<nobr>><<if $player.bimbo lte 4>>[[Convince Sophia [requires a low level of bimbification on your part].|fireplacetrail05]]
<<else>><span style="color: red;">Convince Sophia [requires a low level of bimbification on your part].</span><</if>><</nobr>>
[[Volunteer yourself.|fireplacetrail06]]<<show-img fireplacetrail04>>
Oprah looked at Sophia predatorily, then grabbed her, twisted her arm and shoved one of the pills into her mouth. The poor girl tried to resist, to fight back, but it was useless, since the African was much stronger. The aggressor threw the girl to the ground and sat on her face.
<span class="oprah">"That's it, bitch, that's it,"</span> Oprah said when Sophia finally swallowed the ill-fated pill. She was left with no choice...
When Helga herself ate the second pill, the bar counter opened again, there were 6 green pills. You are sure that Oprah would have taken everything for herself, but she was simply afraid of an overdose.
You took your "prize" and swallowed it right away.
<<nobr>>[[Finish.|fireplace01]]
<<set $player.antidote += 2>>
<<set $oprah.antidote += 2>>
<<set $shi.antidote += 2>>
<<set $sophia.bimbo += 1>>
<<set $helga.bimbo += 1>>
<<set $time += 9>><</nobr>><<show-img fireplacetrail05>>
<span class="player">"Sophia, you're a team player. You said yourself that we should help each other and stick together. Please, help us all right now, and then we'll help you,"</span> you gave an inspiring speech. The girl smiled, nodded her head, took one pill and swallowed it.
When Helga herself took the second pill, the bar counter opened again, there were 6 green pills. You're sure Oprah would have taken all of them for herself, but she was just afraid of an overdose.
You took your "prize" and swallowed it right away.
<<nobr>>[[Finish.|fireplace01]]
<<set $player.antidote += 2>>
<<set $oprah.antidote += 2>>
<<set $shi.antidote += 2>>
<<set $sophia.bimbo += 1>>
<<set $helga.bimbo += 1>>
<<set $time += 9>><</nobr>><<show-gif fireplacetrail06>>
<span class="player">"Okay, girls, I'll do it. I hope you can help me too,"</span> you smiled, took the pill, threw it in your mouth and swallowed it right away.
When Helga took the second pill herself, the bar counter opened again, there were 6 green pills. You are sure that Oprah would have taken all of them for herself, but she was just afraid of an overdose.
Everyone took their "prize" and swallowed it right away. Let's hope your sacrifice won't be in vain...
<<nobr>>[[Finish.|fireplace01]]
<<set $sophia.antidote += 2>>
<<set $oprah.antidote += 2>>
<<set $shi.antidote += 2>>
<<set $player.bimbo += 1>>
<<set $helga.bimbo += 1>>
<<set $time += 9>><</nobr>><<show-img sophiahelp01>>
<span class="sophia">"Hey, $name, wait,"</span> Sophia suddenly came up to you and spoke in a whisper. Then she took you by the hand and led you to the toilet so that no one would disturb you. <span class="sophia">"I found two antidote pills. You helped me, I want to share them with you. I swear I'm not trying to set you up. You helped me, and I want to help you, I just want to return the favor."</span>
Wow. That's an interesting proposition. Are you sure Sophia won't set you up. Maybe you should trust her after all?
[[Take pill.|sophiahelp02]]
<<nobr>>[[Refuse pill.|sophiahelp03]]
<<set $sophiahelp = 2>><</nobr>><<show-img sophiahelp02>>
<span class="player">"I'll accept your help, Sophia,"</span> you smiled back at the girl. <span class="player">"And I'm very grateful to you."</span>
You took the greenish pill from her hand and popped it into your mouth.
<span class="sophia">"You're welcome, friend,"</span> the girl nodded.
You hugged each other tightly, then each of you went your separate ways.
<<nobr>>[[Finish.|toilet01]]
<<set $sophia.antidote += 1>>
<<set $player.antidote += 1>>
<<set $time += 2>><</nobr>><<show-gif sophiahelp03>>
<span class="player">"Sorry, Sophia, I can't accept this..."</span> you shook your head sadly.
<span class="sophia">"I understand that you can't trust me 100%, that's okay,"</span> the girl smiled sadly in response. <span class="sophia">"I hope that when all this is over, you and I could become friends..."</span>
Each of you went your separate ways.
<<nobr>>[[Finish.|toilet01]]
<<set $sophia.antidote += 2>>
<<set $time += 2>><</nobr>><<show-img enigmatrail01>>
<span class="shi">"Girls! I found a tape recorder and two boxes behind the fireplace! Let's meet in the hall! Come on, there's some kind of riddle, I need you!"</span> Shi shouted at the top of her lungs. A riddle? Great. The maniac has run out of imagination, she's making riddles now.
[[Go to Shi.|enigmatrail02]]
<<nobr>><<if $sophia.bimbo lte 6>>[[Hide for a while.|enigmatrail07]]<</if>>
<<if $sophia.bimbo gte 7>>[[Hide for a while.|enigmatrail08]]<</if>>
<<set $enigmatrail = 2>><</nobr>><<show-img enigmatrail02>>
You, Oprah, Sophia, and Shi herself gathered in the hallway of the house. She had a tape recorder and two boxes in her hands. The Asian girl took a deep breath and turned on the recording.
<span class="js">"Hello, BITCHES!"</span> the maniac emphasized the insult she loved to use on you. <span class="js">"I have a riddle for you. If you guess correctly, one box with antidotes will open. If you guess wrong, a box with bimbo gas boosters will open. You will not know if you have solved the riddle until you take the pills. The contents of the other box will be destroyed using an acid capsule. So..."</span>
[[Next.|enigmatrail03]]<<nobr>><<if $player.bimbo lte 3>><<show-img enigmatrail10>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img enigmatrail11>><</if>>
<<if $player.bimbo gte 7>><<show-img enigmatrail12>><</if>><</nobr>>
No-no-no, riddles are not your thing. And there's probably a trap there. Besides, you have other things to do. In the toilet, for example. And Sophia will solve everything there, she's a smart girl, her brains haven't completely burned out yet.
<<nobr>>[[Finish.|toilet01]]
<<set $oprah.antidote += 1>>
<<set $shi.antidote += 1>>
<<set $sophia.antidote += 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img enigmatrail10>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img enigmatrail11>><</if>>
<<if $player.bimbo gte 7>><<show-img enigmatrail12>><</if>><</nobr>>
No-no-no, riddles are not your thing. And there's probably a trap there. Besides, you have other things to do. In the toilet, for example. And Sophia's brains are completely melted, so there's little chance of winning there...
<<nobr>>[[Finish.|toilet01]]
<<set $oprah.bimbo += 1>>
<<set $shi.bimbo += 1>>
<<set $sophia.bimbo += 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $shi.bimbo lte 3>> <<show-img enigmatrail03>><</if>>
<<if $shi.bimbo gte 4>><<show-img enigmatrail04>><</if>><</nobr>>
<span class="js"><i>"There were two, one arrived,
Into the river another dived,
One ran away cause of a mouse,
How much bitches in da house?"</i></span>
<span class="shi">"One?"</span> Shi scratched her head. <span class="shi">"Two plus one minus one and minus one? Right?"</span>
<span class="oprah">"I don't know shit about this,"</span> Oprah shrugged. <span class="oprah">"Where am I and where are the riddles?"</span>
You're not sure about Shi's answer, since the riddle might be tricky. So that leaves you and Sophia...
<<nobr>><<if $player.bimbo lte 3>>[[Solve it yourself [requires a low level of bimbification on you].|enigmatrail04]]<</if>>
<<if $player.bimbo gte 4>><span style="color: red;">Solve it yourself [requires a low level of bimbification on you].</span><</if>><</nobr>>
<<nobr>><<if $sophia.bimbo lte 6>>[[Let Sophia solve it [requires a low or medium level of bimbification on Sophia].|enigmatrail05]]<</if>>
<<if $sophia.bimbo gte 7>><span style="color: red;">Let Sophia solve it [requires a low or medium level of bimbification on Sophia].</span><</if>><</nobr>>
<<nobr>><<if $sophia.bimbo gte 7>>[[Keep silent.|enigmatrail06]]<</if>>
<<if $sophia.bimbo lte 6>><span style="color: red;">Keep silent [if you keep silent, Sophia will solve the riddle].</span><</if>><</nobr>><<show-img enigmatrail05>>
<span class="player">"Yeah, that’s easy,"</span> you smiled confidently. <span class="player">"The question is: how many bitches in the house? Five bitches in the house. That's us. The cunt who kidnapped us often calls us bitches, she even specifically highlighted this word at the beginning of the recording."</span>
<span class="sophia">"Exactly, you're right,"</span> Sophia supported you.
<span class="shi">"I'll vote for five too,"</span> Shi nodded.
<span class="oprah">"And nothing depends on me,"</span> Oprah shrugged.
One of the boxes opened, you boldly took apart the pills and swallowed them without a shadow of a doubt.
<span class="js">"You solved the riddle correctly,"</span> the maniac's voice from the speaker on the wall pleased you. <span class="js">"That's why each of you just received the antidote. Congratulations, bitches!"</span>
<<nobr>>[[Finish.|hall01]]
<<set $player.antidote += 1>>
<<set $oprah.antidote += 1>>
<<set $shi.antidote += 1>>
<<set $sophia.antidote += 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $sophia.bimbo lte 3>> <<show-img enigmatrail08>><</if>>
<<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>><<show-img enigmatrail09>><</if>><</nobr>>
<<nobr>><<if $sophia.bimbo lte 3>><span class="sophia">"The answer is five,"</span> Sophia said confidently. <span class="sophia">"There are five of us. And the question was about the number of bitches in the house, that is, about us. A riddle with a catch."</span><</if>>
<<if $sophia.bimbo gte 4 and $sophia.bimbo lte 6>><span class="sophia">"I think the answer is five,"</span> Sophia hesitated slightly, no longer as smart as before. <span class="sophia">"Probably a riddle with a catch. I think the maniac is hinting at us, that we are bitches."</span><</if>><</nobr>>
<span class="shi">"Yes, it seems true. I will also vote for five,"</span> Shi nodded.
<span class="player">"I will also vote for Sophia's option,"</span> you agreed with the girl's arguments.
<span class="oprah">"And nothing depends on me,"</span> Oprah shrugged.
One of the boxes opened, you boldly took apart the pills and swallowed them without a shadow of a doubt.
<span class="js">"You solved the riddle correctly,"</span> the maniac's voice cheered you from the speaker on the wall. <span class="js">"So each of you just received the antidote. Congratulations, bitches!"</span>
<<nobr>>[[Finish.|hall01]]
<<set $player.antidote += 1>>
<<set $oprah.antidote += 1>>
<<set $shi.antidote += 1>>
<<set $sophia.antidote += 1>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img enigmatrail05>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img enigmatrail06>><</if>>
<<if $player.bimbo gte 7>><<show-img enigmatrail07>><</if>><</nobr>>
<span class="sophia">"We don't have any other options, it seems,"</span> Sophia lowered her head in disappointment.
<span class="player">"Let's support Shi,"</span> you agreed with the Asian girl.
<span class="oprah">"And nothing depends on me,"</span> Oprah shrugged.
One of the boxes opened, you took apart the pills with trembling hands and, somehow overcoming your doubts, swallowed them.
<span class="js">"You didn't solve the riddle,"</span> the maniac's voice from the speaker on the wall stunned you and the girls. <span class="js">"That's why each of you just received a bimbo gas amplifier. You are stupid BITCHES!"</span>
<<nobr>>[[Finish.|hall01]]
<<set $player.bimbo += 1>>
<<set $oprah.bimbo += 1>>
<<set $shi.bimbo += 1>>
<<set $sophia.bimbo += 1>>
<<set $time += 9>><</nobr>><<show-gif sophiakiss01>>
You couldn't help but succumb to Sophia's charms, to her sensual lips and her flushed cheeks. You approached the girl, gently hugged her with one hand, and ran your other hand over her face, over her young and tender skin. You take her into the guest room so that no one will disturb you.
She smiled back at you, hugged you around the waist, leaned forward, and your lips touched. At first gently and somewhat timidly, then more and more boldly.
Passion mixed with tenderness, your hands stroked your bodies, and your tongues slowly caressed each other. You would really like time to stop.
<span class="sophia">"You kiss so nicely, you have such soft lips,"</span> the girl stroked your cheek when the kiss broke.
But, coming to your senses, you understand that you need to continue acting. The "game" is not over yet...
<<nobr>>[[Finish.|guestroom01]]
<<set $time += 2>><</nobr>>
<<show-gif sophiasex01>>
You smiled, walked up to Sophia, ran your fingers through her light hair, led her to the guest room and bit into her inviting big lips. Without breaking the kiss, you undressed each other, caressed your bodies with your hands, you did everything as if you were one whole, as if you had loved each other all your lives.
<span class="sophia">"Mmm, it feels so good, so good,"</span> your partner said, encouraging you and approving of your every action.
Sophia kissed your neck, caressed your hips with her gentle fingers and long nails, whispered all sorts of pleasant nonsense in your ear...
[[Next.|sophiasex02]]<<show-gif oprahkiss01>>
You smiled at Oprah, she came up to you, took your hand and led you to the guest room. There she put one arm around you, the other hand on the back of your head, pulled you towards her and kissed you on the lips. You started stroking her arm, shoulder, neck, and she pressed you tighter, kissed you more and more assertively, stuck her tongue deeper into your mouth.
Soon she started pawing at your ass, squeezing it, even slapped it lightly. You were turned on by her actions. Despite the changes in Oprah, she was still so confident and assertive.
<span class="oprah">"Okay, okay,"</span> after a few minutes she broke the kiss and even smiled at you slightly, which is the highest degree of approval from her...
<<nobr>>[[Finish.|guestroom01]]
<<set $time += 2>><</nobr>><<show-gif oprahsex01>>
Oprah, seeing your look full of desire, takes you by the hand, leads you to the guest room and there pounces on you with a kiss. You undress each other as if in a dance, then she takes your hand and leads you to a relatively clean place where you can lie down.
<span class="oprah">"Stroke,"</span> she pointed to her body, then lay down on her stomach. Yeah, you got it, she wants you to caress her. Which you basically started doing. Your fingers ran over the soft skin of her back, over her arms, over her hips. And your partner almost purred with pleasure.
Then you started stroking her body with your palms, kneading her shoulders, squeezing her hips, squeezing her big black ass...
[[Next.|oprahsex02]]<<show-gif helgakiss01>>
Exhausted with desire, you approached Helga, hugged her and passionately grabbed her lips with yours. The girl reciprocated, with double passion she began to play with her tongue in your mouth. Her tongue did some incredible miracles: caressed your palate (both upper and lower), licked your tongue in a circle. Then the girl just started sucking your tongue, as if it were a man's penis!
She behaved insanely, depravedly and incredibly pleasantly! You were blown away by her actions. What a pity that this can't last forever...
<<nobr>>[[Finish.|bigroom01]]
<<set $time += 2>><</nobr>>
<<show-gif helgasex01>>
You approached Helga, ran your hand along her waist and kissed her passionately. The girl responded to your kiss and immediately raised the stakes - her deft hand began to caress your pussy through your panties. Just like that! You admired her pressure and did the same: you began to stroke her pussy through her panties.
<span class="helga">"Oh, I'm so wet,"</span> she whispered in your ear and giggled playfully.
Meanwhile, her lips kissed your lips, then moved to your cheek, to your ear, to your neck. You didn’t even have time to notice how the girl began to kiss your chest…
[[Next.|helgasex02]]<<show-gif shikiss01>>
You took a step towards Shi, when suddenly she pounced on you and locked you in her arms. In these arms you entered the guest room. What followed was pure madness: your tongues intertwined in an incredible dance, full of passion, lust and, the aforementioned madness. It probably looks pretty cringe-worthy from the outside. It's good that you don't see yourself from the outside...
You didn't want it to end, but after a few minutes Shi broke the kiss and released you from her arms.
<span class="shi">"It was very nice, but we need to move on,"</span> the Asian woman smiled at you, wiping her saliva-smeared lips with her hand. Well, she's right, you need to move on.
<<nobr>>[[Finish.|guestroom01]]
<<set $time += 2>><</nobr>><<show-gif oprahsex02>>
Suddenly the girl jumped up, turned around, grabbed you by the back of the head and buried you between her legs. You were so surprised that you didn't understand anything, but you automatically moved your tongue over her wet (very wet!) pussy.
<span class="oprah">"Come on, come on! Work!"</span> the African encouraged you. You moved your tongue harder, more actively and boldly. <span class="oprah">"Like this, like this!"</span>
You liked giving pleasure in such a simple way, and you also liked the way she behaved: assertively, dominantly and imperiously. But there was no trace left of her anger.
[[Next.|oprahsex03]]<<show-gif oprahsex03>>
The African took control again. More precisely, she stood up and then sat right on your face. You didn't resist. Firstly, it was useless. Secondly, it all turned you on. You felt another drop of your lubricant flow out of your pussy...
The girl held your hair, and you worked your tongue with all your might, at maximum speed and with maximum diligence.
<span class="oprah">"Come on, white bitch, come on!"</span> the powerful girl squeezed your head with her legs, and then she convulsed and had a wild orgasm.
Soon she let go of your head and began to dress. Well, it was... very nice.
<<nobr>>[[Finish.|guestroom01]]
<<set $time += 14>><</nobr>><<show-gif sophiasex02>>
Sophia turned your back to her, began to kiss the lobe of your ear, and her hand reached your groin and went down to your pussy. With gentle and timid movements, she began to caress you, a pleasant shiver ran through your entire body. You wanted to completely surrender to this amazing feeling and your wonderful partner. A minute later, she was already actively playing with your treasure with her hand, caressing your clitoris, giving amazing pleasure.
<span class="sophia">"I want to caress your body forever,"</span> she whispered sweet words in your ear.
<span class="player">"Mmm, yes,"</span> moans of passion escaped your lips.
But you really wanted to continue, and also wanted to thank her...
[[Next.|sophiasex03]]<<show-gif sophiasex03>>
Having found a relatively clean place, you lay down in the 69 position to caress each other with your tongues. As soon as you finally touched her treasure with your wet tongue, the girl involuntarily shuddered and moaned softly. When she touched your pussy, you did the same: shuddered and moaned.
You acted synchronously, like two team players, your tongues began to work in time, slowly at first, then faster and faster, your hands caressed each other's bodies, and your minds were somewhere in Paradise.
After a few minutes of such caresses, you both began to breathe heavily, the muscles of your pussies began to contract, bringing each of you indescribable sensations. Probably, such an orgasm can be called perfect - long, bright and, most importantly, joint.
<span class="sophia">"Ah, I don’t want to let you go,"</span> Sophia stroked your naked body.
You lay in each other's arms for a few more minutes, and then reluctantly began to dress...
<<nobr>>[[Finish.|guestroom01]]
<<set $time += 14>><</nobr>>
<<show-gif helgasex02>>
At first, Helga gently kissed your nipple with her lips, played with it, then more and more actively and boldly she used her tongue. You loved everything she did. The girl sincerely and with all her heart tried to please you. It was obvious that her pleasure was in pleasing you. Perhaps her former gothic submissiveness played a role here, but you decided not to think about it at such a wonderful moment.
<span class="player">"Mmm, I feel so good, don’t stop,"</span> you encouraged the diligent girl.
You enjoyed your partner's tongue on your breast. First one, then the other. And then it went lower and lower...
[[Next.|helgasex03]]<<show-gif helgasex03>>
Helga reached your pussy, began to kiss it with her lips, caress it with her tongue. She did all this as if she had a lot of experience. And even if it wasn’t so, the former goth had no shortage of enthusiasm.
Under the pressure of her virtuoso tongue, you felt an orgasm approaching. You grabbed her by the hair, pulled her even closer to you, so that she wouldn’t even think about stopping licking your clitoris.
Helga didn’t try to break free, she only added zeal to her work. Everything swam before your eyes with pleasure.
<span class="helga">"I hope you liked it,"</span> Helga winked when you came down from a stormy orgasm. You smiled at her and kissed her forehead.
<span class="player">"I really liked it,"</span> you smiled at her and kissed her forehead…
<<nobr>>[[Finish.|bigroom01]]
<<set $time += 14>><</nobr>><<widget current_time>>\
<<show_time $time>>
<</widget>>
<<widget show_time>>\
<<silently>>\
<<if _args[0] == undefined>>>>
<<set $timeText = "??:??">>
<<else>>>>
<<set $hour = Math.trunc(_args[0] / 60)>>
<<set $minutes = _args[0] - 60*$hour >>
<<if $hour lte 9>> <<set $hour = "0" + $hour>><</if>>
<<if $minutes lte 9>> <<set $minutes = "0" + $minutes>><</if>>
<<set $timeText = ""+$hour+":"+$minutes>>
<</if>>
<</silently>>\
<<print $timeText>>\
<</widget>>\
<<widget update-button-style>>\
<<removeclass "body" "bimboBackgroundImage0">>\
<<removeclass "body" "bimboBackgroundImage1">>\
<<removeclass "body" "bimboBackgroundImage2">>\
<<removeclass "body" "bimboBackgroundImage3">>\
<<removeclass "body" "bimboBackgroundImage4">>\
<<removeclass "body" "bimboBackgroundImage5">>\
<<removeclass "body" "bimboBackgroundImage6">>\
<<removeclass "body" "bimboBackgroundImage7">>\
<<removeclass "body" "bimboBackgroundImage8">>\
<<removeclass "body" "bimboBackgroundImage9">>\
<<if $gamestart == 1>>\
<<set $class = "bimboBackgroundImage"+ ($player.bimbo.toString())>>
<<addclass "body" $class>>
<<else>>
<<addclass "body" "bimboBackgroundImage0">>
<</if>>
<</widget>>\<<update-button-style>><table>
<div style="text-align: center;">
<img src="images/gamewb.jpg" style="max-width: 640px; max-height: 480px;">
<i>…If there's something hot, And your cock turned wood, Who you gonna call?...</i>
<b>"Whorebastards"</b> is a non-commercial parody porn game based on the movie "Ghostbusters".
You play as a redhead witch, whose body is possessed by the ghost of a porn actress. Such ghosts are called "whorebastards". Will you be able to defeat the invader? Or will you try to negotiate with her? What sacrifices are you willing to make to regain control of your body and not become a whorebastard yourself?
And most importantly: <i> aren't you afraid of no whores?</i>
<a href="https://f95zone.to/threads/whorebastards-v0-45-blood-red-circus-wwall.257088" target="_blank">Download for free at f95zone.to</a>
<img src="images/gamefsr.jpg" style="max-width: 640px; max-height: 480px;">
<b>"Fucksome road"</b> is a non-commercial post-apocalyptic porn game.
A typical story that the heroine has to get from point A to point B in a world full of dangers: raiders, slavers, mutants.
Any careless or thoughtless action can end her path.
<a href="https://f95zone.to/threads/fucksome-road-v0-19-blood-red-circus.174044/" target="_blank">Download for free at f95zone.to</a>
<img src="images/gamedr.jpg" style="max-width: 640px; max-height: 480px;">
<b>"Dickraiser"</b> – a non-commercial parody porn mini-game based on the universe of the movie "Hellraiser" by Clive Barker.
You will have to follow the path of Kirsty Cotton, face dangerous cenobites, paranormal phenomena, terrible perversions, transformations and get out of the Labyrinth of Hell. Can you handle it?
<a href="https://f95zone.to/threads/dickraiser-v1-20-blood-red-circus.174040/" target="_blank">Download for free at f95zone.to</a>
Have fun playing and all the best. :) </div>
</table>
<div style="text-align: center;"><i>Contact for fan art and female/shemale nudes (possibly with bodywriting with the game name), for sponsoring me with thousands of dollars and for other feedback: <u>bloodredcircus4000@gmail.com</u></i></div>
<<back "Return.">><<show-gif oprahsex04>>
<span class="oprah">"Yo, licker!"</span> Oprah smirked at you, noticing your gaze. <span class="oprah">"Come here, I need to de-stress."</span>
<span class="player">"I, uh..."</span> you were confused, not understanding anything. A strong black woman approached you, grabbed you by the hair, and led you along with her. <span class="player">"Ouch, that hurts!"</span>
<span class="oprah">"Bear with it, white bitch,"</span> she threw you onto the sofa in the guest room, undressed, and buried your face in her wet, hot black pussy. <span class="oprah">"Work, you stupid cuntlicker!"</span>
You had no choice but to move your tongue over her vulva. You did it as if it were instinct, as if bimbo gas had gifted you with superb pussy licking skills.
<span class="oprah">"Yes, fuck, yes!"</span> within a minute, your partner was coming from your skillful movements, her whole body shaking. It was strange that your own pussy was flowing like a waterfall from all this...
[[Next.|oprahsex05]]<<show-gif oprahsex05>>
<span class="oprah">"Oh, you're such a good licker, ha!"</span> the black girl giggled haughtily. <span class="oprah">"But I'm not done with you yet... I found something here, I want to play with you."</span>
With these words, Oprah pulled out a large black strap-on, put it on herself, grabbed your hair again, and impaled your mouth on her dildo. Again, instinctively, you began moving your lips back and forth. Your mouth quickly moistened, as if seeing a delicious cake in front of you; drool even began to trickle down your chin.
<span class="oprah">"Suck it, white bitch, suck it. This is your destiny,"</span> your partner mocked you, but you ignored her words due to how turned on you were...
[[Next.|oprahsex06]]<<show-gif oprahsex06>>
A few minutes later, Oprah had you on all fours and positioned her black dildo between your hot holes. You didn't have the willpower to resist.
<span class="oprah">"Don't move, bitch,"</span> you felt something cold pour onto your anus. It must have been the anal lube the girl had also found. You'd prefer to feel a dick in your pussy, but the thought of anal sex also turned you on.
<span class="player">"Ahhhh!"</span> a moan escaped your lips as the strap-on entered. It hurt at first, but soon the pain completely disappeared. Maybe it's the lube, or the bimbo gas, or your horny pussy.
<span class="oprah">"Yes, bitch!"</span> she slapped your ass, impaling you on the big dick. <span class="oprah">"I love fucking stupid white sluts in the ass!"</span>
You felt your pussy fill with even more heat, and then suddenly began to spasm along with your whole body. You were coming from rough anal sex!
<span class="player">"Yes-yes-yes!"</span>
<span class="oprah">"Ha! What a pathetic bitch you are!"</span> Oprah laughed at you, removing the strap-on from your ass. Your body trembled even more violently. It seemed to last for several minutes. When you came to, Oprah was no longer there. You got dressed and continued this crazy (but so enjoyable) game...
<<nobr>>[[Finish.|guestroom01]]
<<set $time += 14>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchguestroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchguestroom02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchguestroom03>><</if>><</nobr>>
You started searching the guest room from the bedside tables, but after 10 minutes you didn't find anything interesting there. Except for some torn socks, dirt, some sand, and a couple of dead cockroaches. On the other hand, it was a good thing the cockroaches weren't alive...
<<nobr>>[[Back.|guestroom01]]
<<set $searchguestroom = 1>>
<<set $time += 9>><</nobr>>
<<nobr>><<if $player.bimbo lte 3>><<show-img search\searchguestroom04>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchguestroom05>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchguestroom06>><</if>><</nobr>>
Behind the nightstand you were lucky enough to find a pink tube without any markings and a note from a psychopath:
<span class="js"><i>"This cream is one of my many brilliant inventions, capable of quickly increasing the elasticity of your hand skin and strengthening your nails. Unfortunately, the stupid authorities prevented it from being sold due to its high toxicity... But they simply don't understand chemistry, the pathetic little fools! Anyway, I added an antidote to this cream. So, if you want to preserve your stupid brain (why?), then apply the cream to your hands. Make your choice!"</i></span>
Great, it's an antidote! But its use may be dangerous. However, not using antidotes is even more dangerous...
[[Apply cream to your hands.|searchguestroom03]]
<<nobr>>[[Do not use cream.|searchguestroom04]]
<<set $searchguestroom = 2>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchguestroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchguestroom02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchguestroom03>><</if>><</nobr>>
You continued to carefully search the guest room, hoping to find something useful. You looked under the old mattress, under the bed, examined every floorboard, and moved furniture.
<span class="js">"$name, do you know that all these sleep techniques are complete and utter bullshit?"</span> the psychopathic girl suddenly spoke to you through the speaker on the wall. <span class="js">"I'm talking about those techniques that promise to give your brain rest in less time than it needs. You know, like polyphasic sleep. No, that's not how the human brain works. People have individual differences; the body can work itself to the limit for a while, but it's still impossible to reduce the required sleep time by several times... What am I getting at? Go to bed and get some sleep. The bed here is so soft. Why are you resisting, $name? Go to bed and get some sleep..."</span>
<<nobr>>[[Finish.|guestroom01]]
<<set $searchguestroom = 3>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchguestroom13>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchguestroom14>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchguestroom15>><</if>><</nobr>>
You found a rather intriguing magazine under the nightstand, clearly skewed towards erotica. The cover features a beautiful, bare-breasted catgirl with the caption <b>"CAT'S PAW."</b> The strange thing about the magazine is that it's in excellent condition, like new, even though it's apparently been there for a long time.
<span class="js">"What's up, $name? Did you find anything interesting?"</span> your captor's voice perked up through the speaker.
Maybe you should take a five-minute break and flip through it? It's probably the bimbo gas that's affecting you, but for some reason you really want to play with your pussy, which is getting wet from the sight of another "pussy" on the magazine cover...
<<nobr>><<if $player.bimbo gte 4>>[[♀ Masturbate [requires at least medium bimbofication level].|searchguestroom07]]
<<else>><span class="no">♀ Masturbate [requires at least medium bimbofication level].</span><</if>><</nobr>>
<<nobr>><<if $player.bimbo lte 6>>[[Refuse [cannot refuse with high bimbofication level].|searchguestroom08]]
<<else>><span class="no">Refuse [cannot refuse with high bimbofication level].</span><</if>>
<<set $searchguestroom = 4>>
<<set $time += 9>><</nobr>><<show-gif search\searchguestroom17>>
You crawled under the bed, looking for something you might have missed. At that very moment, Shi entered the room. She looked around, as if afraid someone would see her. <<nobr>><<if $time gte 240 and $time lte 419>>Sophia was lying on the bed, but she seemed to be dozing.<</if>> <<if $time gte 540 and $time lte 719>>Oprah was lying on the bed, but she seemed to be dozing.<</if>><</nobr>>
When the Asian woman was sure no one was watching, she put something in her bra. Her breasts visibly became larger. But why would she do that? This is so fucking suspicious!
<<nobr>><<if $evidence == 0>>However, before talking to Shi about this, you'll need some additional evidence...<</if>>
<<if $evidence == 1>>You have enough evidence to present to Shi. She's clearly being dishonest! You wonder how she'll justify herself? However, this matter is quite dangerous...<</if>><</nobr>>
<<nobr>>[[Back.|guestroom01]]
<<set $searchguestroom = 5>>
<<set $time += 9>>
<<set $evidence += 1>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchguestroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchguestroom02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchguestroom03>><</if>><</nobr>>
You spent another 10 minutes, but this time you didn't find anything useful. Perhaps there's nothing else in the guest bedroom? On the other hand, you haven't turned everything upside down here yet...
<<nobr>>[[Back.|guestroom01]]
<<set $searchguestroom = 6>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchguestroom01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchguestroom02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchguestroom03>><</if>><</nobr>>
<span class="js">"You know, Sophia, I feel sorry for you more than anyone,"</span> the psychopathic girl suddenly spoke through the speakers on the walls, addressing one of the participants (specifically, Sophia, not you!). <span class="js">"You had the most powerful brains of all your stupid five. At least before you came here. But you put them to bad use. You could have moved humanity forward, you could have achieved so much, you could have... Sigh..."</span>
Apparently, this evil bitch just got bored, so she decided to share her fucking feelings. But you don't need to be distracted by this self-pitying, you need to keep searching...
<<nobr>>[[Back.|guestroom01]]
<<set $searchguestroom = 7>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchguestroom18>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchguestroom19>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchguestroom20>><</if>><</nobr>>
During your next search, you figured out how to turn your nightstand upside down. There was an envelope attached, containing a patch and a note:
<span class="js"><i>"Congratulations, whoever you are! You've found my special brain patch! It's like a nicotine patch, but without the nicotine and for your brain. Put it on your shoulder. Go ahead, do it! What are you looking at, you stupid bitch?! Take the patch and put it on your stupid fucking shoulder!!!"</i></span>
A rather aggressive note. Maybe it's a trap? On the other hand, you don't really have anything to lose...
[[Use the patch.|searchguestroom13]]
<<nobr>>[[Do not use the patch.|searchguestroom14]]
<<set $searchguestroom = 8>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchguestroom22>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchguestroom23>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchguestroom24>><</if>><</nobr>>
You were searching the room again and found a collar in the vent.
<span class="js">"Oh, how did that get there?!"</span> the psychopath's voice came over the speaker. <span class="js">"Listen, you better put that away, just to be on the safe side. It's unfinished. I once worked with a smart engineer-girl on an AI collar that could train dogs automatically... Anyway, put that thing away. And don't even think about putting it on your neck! We haven't tested this invention on humans!"</span>
<<nobr>><<if $player.bimbo gte 4>>[[Put the collar on your neck [requires at least medium bimbofication level].|end14_01]]
<<else>><span class="no">Put the collar on your neck [requires at least medium bimbofication level].</span><</if>><</nobr>>
<<nobr>>[[Do not put the collar on your neck.|guestroom01]]
<<set $searchguestroom = 9>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchguestroom22>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchguestroom23>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchguestroom24>><</if>><</nobr>>
You've already searched everywhere, turned everything upside down. The only thing you haven't tried is putting on the AI-powered dog training collar you found in the vents.
<<nobr>><<if $player.bimbo gte 4>>[[Put the collar on your neck [requires at least medium bimbofication level].|end14_01]]
<<else>><span class="no">Put the collar on your neck [requires at least medium bimbofication level].</span><</if>><</nobr>>
<<nobr>>[[Do not put the collar on your neck.|guestroom01]]
<<set $time += 4>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchguestroom07>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchguestroom08>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchguestroom09>><</if>><</nobr>>
You squeezed the cream out of the pink tube and spread a thin layer on your hands. Soon they began to tingle slightly, and then they were engulfed in flames.
<span class="player">"Ouch! Aaah!"</span> you rubbed your hands in pain. You wanted to wash the cream off, but it was too late.
<<nobr>><<if $player.hand lte 1>><span class="js">"The pain will go away soon,"</span> the psychopathic girl reassured you from the speaker on the wall. <span class="js">"The pain will go away, and your beautiful hands will remain. Because right now your hands are terrible, like you're constantly picking at shit..."</span><</if>>
<<if $player.hand == 2>><span class="js">"The pain will go away soon,"</span> the psychopathic girl reassured you from the speaker on the wall. <span class="js">"The pain will go away, and your beautiful hands will remain. Otherwise, you could really use a good manicure..."</span><</if>>
<<if $player.hand == 3>><span class="js">"The pain will go away soon,"</span> the psychopathic girl reassured you from the speaker on the wall. <span class="js">"The pain will go away, and your beautiful hands will remain. You already have pretty good ones, but they'll be absolutely gorgeous! And all thanks to me..."</span><</if>>
<<if $player.hand == 4>><span class="js">"The pain will go away soon,"</span> the psychopathic girl reassured you from the speaker on the wall. <span class="js">"The pain will go away, and your beautiful hands will remain. Although that's not a given, considering you already have perfect hands and a manicure..."</span><</if>><</nobr>>
She was right; after a few minutes, the pain had completely subsided. You stroked your hands. It seemed like your skin really had improved. Perhaps it was temporary, but it was quite pleasant... Oh, and you also got a dose of the antidote. After all, that's what all this was for, wasn't it?
<<nobr>>[[Finish.|guestroom01]]
<<set $player.antidote += 1>>
<<set $time += 5>>
<<if $player.hand lte 3>><<set $player.hand += 1>><</if>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchguestroom10>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchguestroom11>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchguestroom12>><</if>><</nobr>>
<span class="player">"Shove your fucking cream up your ass, you evil bitch,"</span> you cursed and threw away the pink tube and the note.
<span class="js">"Hey, hey, hey! $name, don't call my genius cream fucking..."</span> the psychopathic girl said through the speaker on the wall, her voice offended.
Maybe one of the other girls will use the cream since you threw it away.
<<nobr>>[[Finish.|guestroom01]]
<<set $oprah.antidote += 1>><</nobr>><<show-gif search\searchguestroom16>>
Lust overcame your reason, so you lay down on the bed, began flipping through the magazine, and fingering your wet, hot pussy. <<nobr>><<if $time gte 240 and $time lte 419>><span class="sophia">"Oh, you're such a slut,"</span> giggled Sophia, who was lying on the other side of the large bed.<</if>> <<if $time gte 540 and $time lte 719>><span class="oprah">"Crazy white ho,"</span> smirked Oprah, who was lying on the other side of the large bed.<</if>><</nobr>>
The magazine was full of interesting things: catgirls, lesbian girls, straight girls (along with men). You looked at it all and imagined yourself in the place of these hot models.
The bimbo gas must have done its job, because your orgasm approached very quickly. You shook and barely held back your moans so as not to scare the other girls.
Breathing heavily, you rose from the bed, adjusted your clothes, and continued this devilish game...
<<nobr>>[[Back.|guestroom01]]
<<set $time += 5>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchguestroom10>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchguestroom11>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchguestroom12>><</if>><</nobr>>
<span class="player">"First I need to win this game and save my sanity, and only then can I look at this magazine,"</span> you said to yourself, put <b>"CAT’S PAW"</b> on the nightstand and continued this devilish game…
[[Finish.|guestroom01]]<<show-img search\searchguestroom21>>
You decided to trust the maniac girl, stuck the patch on your shoulder, closed your eyes, and sat down on the floor. A minute later, you felt your thoughts clearing up. It seemed she wasn't lying; the patch really did stimulate your brain.
You wondered how it worked? And did the effect last forever? And could you take another patch or would you overdose?
You sat alone with your thoughts for a few more minutes, and then you were ready to continue your work again...
<<nobr>>[[Finish.|guestroom01]]
<<set $time += 5>>
<<if $player.bimbo gte 1>><<set $player.bimbo -= 1>><</if>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searchguestroom10>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searchguestroom11>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searchguestroom12>><</if>><</nobr>>
<span class="player">"I'd rather not risk it,"</span> you said quietly, turning the nightstand back to its proper position and placing the envelope on it.
What if someone else decides to take the risk and use this patch on themselves? Oprah would probably do it...
Okay, you need to continue; you can't get distracted by magic patches and other crap.
<<nobr>>[[Finish.|guestroom01]]
<<if $oprah.bimbo gte 1>><<set $oprah.bimbo -= 1>><</if>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searcholdlab01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searcholdlab02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searcholdlab03>><</if>><</nobr>>
You spent ten minutes searching for something useful in the old lab, opening cabinets, examining the contents of vials. It seems you haven't found anything useful yet. However, don't despair! Those who despair are just a little pussy...
<<nobr>>[[Back|oldlab01]]
<<set $searcholdlab = 1>>
<<set $time += 9>><</nobr>><<show-gif search\searcholdlab04>>
<span class="player">"Ouch!"</span> during another search, a drop of pink liquid from a seemingly empty flask splashed onto your skin. You tried to wipe it away with your other hand, but only smeared it.
<span class="js">"Oh, I remember this product,"</span> the girl-kidnapper said dreamily through the speaker on the wall. <span class="js">"It's my early skincare formula. Don't worry, the pain will go away soon."</span>
<span class="player">"Ahhh!"</span> you cried out, as your hands burned even more intensely. A skincare formula? It's unlikely the authorities would have approved this product for sale with such excruciating pain as a side effect!
<<nobr>><<if $player.hand lte 1>><span class="js">"My product certainly won't harm your ugly hands and nails, believe me. You'll thank me later,"</span> she added.<</if>>
<<if $player.hand == 2>><span class="js">"My product won't harm your hands and nails, believe me. They'll become even more beautiful. You'll thank me later,"</span> she added.<</if>>
<<if $player.hand == 3>><span class="js">"Your hands and nails are already beautiful, but they'll be even better! You'll thank me later,"</span> she added.<</if>>
<<if $player.hand == 4>><span class="js">"It seems your hands and nails are already perfect; my product won't make perfection any more perfect,"</span> she added.<</if>><</nobr>>
The pain passed after a few minutes, replaced by a very pleasant feeling. It seems the skin on your hands has become incredibly smooth and pleasant to the touch...
<<nobr>>[[Finish.|oldlab01]]
<<set $searcholdlab = 2>>
<<set $time += 9>>
<<if $player.hand lte 3>><<set $player.hand += 1>><</if>><</nobr>>
<<nobr>><<if $player.bimbo lte 3>><<show-img search\searcholdlab01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searcholdlab02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searcholdlab03>><</if>><</nobr>>
You spent another 10 minutes searching the lab, but found nothing useful. It was clear that some experiments and "chemical magic" had been conducted here years ago. A layer of dust had accumulated on some of the devices you didn't understand.
<span class="js">"I needed this lab for, shall we say, not entirely legal chemical reactions,"</span> the villain seemed to read your thoughts and spoke through the speaker on the wall. <span class="js">"Of course, now I have better places for that. But then I was so young, so ambitious, my brain was full of new, brilliant ideas... However, now I'm no worse off, and my breasts and ass have only gotten better."</span>
<<nobr>>[[Back|oldlab01]]
<<set $searcholdlab = 3>>
<<set $time += 9>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searcholdlab05>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searcholdlab06>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searcholdlab07>><</if>><</nobr>>
During your next search, you found a small bottle with a dropper. You started fiddling with it, trying to figure out its purpose.
<span class="js">"Oh, $name, you've found my old signature antidote,"</span> the maniac girl seemed to read your thoughts again and spoke to you through the speaker on the wall. <span class="js">"This version is formulated as eye drops to protect the mucous membranes of the eyes. I don't know if this antidote will protect against bimbo gas, but you can try it; it contains a high concentration of atropine. By the way, that's why I advise you not to overdo it; one drop in each eye."</span>
Hmm, it seems she's telling the truth. Still, putting an unknown substance (and probably well past its expiration date) in your eyes is a very dangerous undertaking. However, it's up to you to decide...
[[Apply eye drops with antidote.|searcholdlab05]]
<<nobr>>[[Do not use eye drops with antidote.|searcholdlab06]]
<<set $searcholdlab = 4>>
<<set $time += 9>><</nobr>>
<<nobr>><<if $player.bimbo lte 3>><<show-img search\searcholdlab01>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searcholdlab02>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searcholdlab03>><</if>><</nobr>>
You've wasted another 10 minutes searching. The key word is "wasted." You need to act faster! You don't want to become a dumb, brainless bimbo slut! You don't want to, do you?
<<nobr>>[[Back|oldlab01]]
<<set $searcholdlab = 5>>
<<set $time += 9>><</nobr>><<show-gif search\searcholdlab12>>
Sorting through old bottles in the drawers, you found another nearly empty bottle of pink liquid. Again, there were only a few drops of this liquid. You sniffed it: sure enough, it was the same stuff you'd recently gotten on your hands, after which the skin on them became incredibly soft.
You didn't know why exactly, but you poured the remaining drop from the bottle onto your hands and rubbed it. Your skin, as before, burned intensely, but this time you didn't scream.
<span class="js">"Oh, I forgot to tell you: this version of the skin treatment is addictive,"</span> a familiar voice came from the speakers. <span class="js">"So I wouldn't advise you to mess around in my lab again. Get out of here, just to be safe. Get out!"</span>
This time, the pain passed much faster; you moved your hands over each other, caressed your nails, ran your nails over your skin, and savored the incredibly pleasant sensations. However, you soon came to your senses and decided to continue on your "path"...
<<nobr>>[[Finish.|oldlab01]]
<<set $searcholdlab = 6>>
<<set $time += 9>>
<<set $player.bimbo += 1>>
<<if $player.hand lte 3>><<set $player.hand += 1>><</if>><</nobr>><<show-gif search\searcholdlab13>>
While conducting another search, you found the pink skin liquid again. This time there was even more, much more. You stared at it, biting your lip. On the one hand, you really wanted to throw it away, but on the other...
You poured all the remaining liquid onto your hands and began rubbing them. It was like you were in Nirvana (or like you were high). You didn't care what was happening around you, you were immersed in a world of pleasant sensations. And you got these sensations from simply rubbing your hands together.
<span class="js">"I think we lost her,"</span> the maniac sighed heavily through the speaker. <span class="js">"Actually, that's why I didn't release this product..."</span>
But you weren't listening. You were enjoying yourself...
[[Next.|end15_01]]<<nobr>><<if $player.bimbo lte 3>><<show-img oldlab05>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img oldlab06>><</if>>
<<if $player.bimbo gte 7>><<show-img oldlab07>><</if>><</nobr>>
You carefully picked up the black flask, the red glow of the liquid inside shining through the glass. Besides that, there was something else inside, like something metallic was hitting the glass when you gently shook the flask. Perhaps they were keys?
<span class="js">"$name, this is a very dangerous thing!"</span> the maniac girl's voice rang out through the speaker. <span class="js">"This isn't some kind of trial for you, I swear! I used to develop chemical weapons for a certain... ahem... dictator. The weapon ended up being too powerful, so I just made and sold him a batch of classic Novichok. What? Don't look at me like that! Our government cooperates and trades with this dictator, so everything's fine... Anyway, what you're holding in your hands is a prototype of that very weapon. Just put it down, okay?"</span>
Can you trust this villain? What if this is another trial, and she's just trying to trick you? In any case, you don't know how to get the metal object inside the bottle without spilling that red liquid. However, you could gather the other girls together and come up with something.
[[⚢⚢ Call other girls!|oldlab04]]
[[Put the strange flask back.|oldlab01]]<<nobr>><<if $player.bimbo lte 3>><<show-img oldlab08>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img oldlab09>><</if>>
<<if $player.bimbo gte 7>><<show-img oldlab10>><</if>><</nobr>>
You went into the big room where the game had begun and called out to everyone:
<span class="player">"Girls, come here! I found something!"</span> you shouted loudly.
Soon everyone had gathered, and you showed them the flask and told them it contained something metallic.
<span class="shi">"Fuck..."</span> Shi said quietly and slowly backed away.
<span class="js">"Bitches, don't touch that! It's a chemical weapon!"</span> the villainous girl shouted loudly over the speakers.
<span class="helga">"Oh, why can't I be alone?"</span> Helga sighed heavily, sitting in the corner of the room.
<span class="player">"How do we get what's inside without spilling this liquid?"</span> you wondered, still believing the flask contained some key item.
<span class="sophia">"I have an idea..."</span> Sophia declared, but Oprah interrupted her.
<span class="oprah">"Me too!"</span> the black girl picked up the bottle and threw it on the floor with all her might...
[[Next.|end16_01]]<<show-img ends\end16_01>>
The shards flew everywhere. The liquid splashed on everyone nearby: Oprah herself, Sophia, you, and even Helga.
<span class="helga">"Ow, what the fuck?!"</span> the goth girl said indignantly, then screamed loudly. <span class="helga">"A-a-ah!"</span>
<span class="player">"A-A-A!"</span> although you couldn't hear her scream over your own.
<span class="sophia">"Oh my God, it hurts! It burns! It hurts so much!"</span> Sophia screamed.
<span class="oprah">"FUCK!"</span> Oprah seemed to be the loudest one. <span class="oprah">"FU-U-UCK!"</span>
The potion burned your skin and spread throughout your entire body. It felt like you were being torn apart. It really was a chemical weapon. And why didn't that psychopathic girl sell it?
<<nobr>>[[Next.|end16_02]]
<<save-player>><</nobr>><<show-img search\searcholdlab08>>
You took a chance and applied the evil bitch's "signature antidote" to your eyes. You were afraid they would sting or burn, but that didn't happen. On the contrary, your vision suddenly became very clear and sharp, and after a minute or two, your thoughts became clearer too.
It seemed the antidote didn't protect you from the bimbo gas, but it did neutralize the effects of the bimbo gas already present in your blood. Everything worked out perfectly! It's a shame you can't use this remedy one or two more times...
<<nobr>>[[Finish.|oldlab01]]
<<set $time += 3>>
<<if $player.bimbo gte 1>><<set $player.bimbo -= 1>><</if>><</nobr>><<nobr>><<if $player.bimbo lte 3>><<show-img search\searcholdlab09>><</if>>
<<if $player.bimbo gte 4 and $player.bimbo lte 6>><<show-img search\searcholdlab10>><</if>>
<<if $player.bimbo gte 7>><<show-img search\searcholdlab11>><</if>><</nobr>>
<span class="player">"I don't think I'll risk it,"</span> you sighed, putting the eyedrop antidote back in its place, deep in the drawer.
<span class="js">"It's a shame. I've been risking everything my whole life and I've already achieved so much,"</span> the psycho boasted. <span class="js">"And soon I'll achieve even more..."</span>
[[Finish.|oldlab01]]<<show-img ends\end15_01>>
...You felt like you were stroking your hands and nails for hours. The sensations you experienced were somewhat reminiscent of an orgasm: both physically and mentally. However, when all the hand potion was gone, you began to come to your senses.
Looking at your hands, you realized they had become perfect. The skin felt incredibly pleasant to the touch, and your nails were long, strong, and (for some reason) red. If this were a superhero movie, you could be some kind of heroine, Lady Wolverine. But this isn't a movie. And because of the bimbo gas, your brain is pretty slow and sluggish...
<<nobr>>[[Next.|end15_02]]
<<save-player>><</nobr>><<show-img ends\end14_02>>
You seemed to wake up a few hours later. Your head felt pleasantly empty and light. It was probably the bimbo gas that had affected your mind and body while you were unconscious. You entered the hall and saw that the exit was open. However, when you tried to approach it, the collar gave you a slight electric shock. It wasn't painful, but it made it clear you needed to go somewhere else. More precisely, the AI collar wanted you to go there.
Because of the bimbo gas, you had no willpower left to resist, so you obeyed the shocks. The collar led you to the dressing room and "forced" you to put on a rather extravagant erotic costume, and only then did it "allow" you to leave the house.
<<nobr>>[[Next.|end14_03]]
<<set $player.bimbo = 9>><</nobr>><<show-img ends\end14_03>>
You left the house and walked for a while until you reached the busy streets of the city. However, once you reached the slums, the collar began to shock you, urging you to go elsewhere. It seemed to be leading you somewhere, as if it had some plan for you. Several men approached you along the way, but the collar continued to zap you with electricity. Perhaps it didn't like these men and wanted other men...
[[Next.|end14_04]]<<show-img ends\end14_04>>
A few hours later, you reached a respectable business district of the city, filled with historic buildings and a much wealthier and more respectable crowd.
<span class="npc">"Can I help you somehow?"</span> a handsome young man asked, pulling up in an expensive car. Surprisingly, the collar didn't shock you, as if it wanted you to get to know him. So you nodded in response to his question. The man in the business suit got out of the car, courteously opened the door for you, and you drove off somewhere...
[[Next.|end14_05]]<<show-img ends\end14_05>>
Soon you were squatting and sucking a man's cock in his large house in the suburbs.
<span class="npc">"Oh, yes, you suck great,"</span> your partner encouraged you. And the collar encouraged you too: if you sucked too weakly or did something wrong, it would shock you. As if it was the collar that wanted to fuck this man, not you.
However, you wanted what was happening. More precisely, your wet and lustful pussy, a small puddle of your juices had even formed beneath you...
[[Next.|end14_06]]<<show-img ends\end14_01>>
As soon as you placed the red Artificial Intelligence collar around your fragile neck and fastened it, you were immediately struck by an electric shock.
<span class="player">"Aaah,"</span> a muffled moan escaped your lips.
However, the tension was so intense that you couldn't utter anything else; your entire body convulsed, and then you lost consciousness...
<<nobr>>[[Next.|end14_02]]
<<save-player>><</nobr>><<show-img ends\end14_06>>
<span class="npc">"Oh, I'm cumming, I'm cumming!"</span> cum poured into your mouth. Ah, this time you didn't get any sex, it was just a blowjob. Apparently, the collar had gone a bit overboard trying to please the businessman! <span class="npc">"That was great. Should I order some food from the restaurant?"</span>
<span class="player">"I'm hungry,"</span> you nodded stupidly, having voiced your desires. However, you couldn't speak in long sentences now; even thinking was difficult. But the man didn't need that. All he wanted from you was sex, and in exchange, he was willing to give you pleasure: food, shelter, and everything you needed. The collar had made the right choice!
[[Next.|end14_07]]<<show-img ends\end14_07>>
Every day, you had sex with this successful young businessman two or three times, sometimes four or five times.
<span class="player">"I love fucking! I love fucking!"</span> you exclaimed joyfully every time you had sex.
<span class="npc">"And I'm so lucky to have you,"</span> your man chuckled. <span class="npc">"That's why I love you."</span>
Perhaps you wouldn't have minded more sex (and more cocks), but the collar kept you from looking at other men. It wanted you to focus on this guy. Ha, as if the collar was getting any benefit from that! But in fact, it was, because your long and happy life was its safety and long life.
You would never have guessed it with your bimbo brain, but the collar was powered by you, as if you were a battery. So you formed a rather perverse symbiosis. And that's precisely why it wanted the best for you...
[[Next.|end14_08]]<<show-img ends\end14_08>>
Soon after, the man proposed to you, and you merely shrugged and nodded. His friends and family disapproved of his choice of such a foolish bride; they thought you only wanted his money. In truth, you would never have thought of such a thing; you were too stupid. But the collar did: your new husband provided for you completely and carried you around in his arms, you didn't even have to do any housework (you had a cleaning lady).
Meanwhile, you ate well all day, went to beauty salons, went swimming (the collar was waterproof), and, of course, fulfilled your husband's every sexual desire. He even stopped insisting that you take off the collar; he'd come to terms with your fetish, or so he thought.
Overall… Your life is a success! You're getting everything on a silver platter! Thanks to the psychopathic girlfriend and the magic collar!
<b>END №14: Trophy bimbo wife.</b>
<<link "Reroll game back?">><<restore-player>><<goto "guestroom01">><</link>><<show-gif ends\end15_02>>
You walked out the open door, walked outside, and then out into the street, into some slum. You don't know how it happened, but the first man who approached you enjoyed the best handjob of his life.
<span class="npc2">"Oh, slut, wow!"</span> the man marveled at his luck, while simultaneously enjoying your movements.
It seemed you weren't in control of yourself anymore; your new nails and their desires were. And, surprisingly, they experienced indescribable pleasure as they stroked a man's hard cock. You were almost on the brink of orgasm...
<<nobr>>[[Next.|end15_03]]
<<set $player.bimbo = 9>><</nobr>><<show-gif ends\end15_03>>
You couldn't resist taking his cock into your mouth, continuing to stroke it with your fingers and long red nails. You were almost breathless with pleasure.
<span class="player">"Nails, nails,"</span> you muttered stupidly, giggling slightly.
<span class="npc2">"I'd even pay for that,"</span> the man chuckled, moaning softly.
You weren't so much trying to please him as you were guided by your desires and sensations. Your hands and nails seemed to have become your erogenous zone, very powerful and very sensitive...
[[Next.|end15_04]]<<show-gif ends\end15_04>>
<span class="npc2">"Yes, I'm going to cum! Slut!"</span> After a few minutes of your effort, the man began to cum right in your mouth. You instinctively began swallowing his cum.
<span class="player">"Nailed-nailed!"</span> you said, implying that you'd done all the work with your nails. But it still sounded pretty stupid.
Your partner offered you $50 as payment, and you couldn't refuse. After all, you need money: you need a place to live, you need food, and, most importantly, you need to take care of your nails and hands! So you lingered in the area for a while, performing another 10 handjobs (maybe 20, you didn't count).
Then the kind man helped you rent a room and buy food, and even showed you where the beauty salon was...
[[Next.|end15_05]]<<show-gif ends\end15_05>>
You decided to give yourself a luxurious pink manicure for the first time. And then you can try all the other colors. Oh, and you can also add all sorts of rhinestones to your nails! Or paint them with designs!
<span class="player">"Nails, nails,"</span> you giggled, entrusting your hands to the girl.
As the manicurist began doing your nails, you felt arousal again, and the wetness in your panties. It was as if she were working on your clit, not your nails. Your face turned deeply red, and... you came from the manicure! The girl was very surprised by your behavior, but didn't show it. You definitely need to come here again!
[[Next.|end15_06]]<<show-gif ends\end15_06>>
In your rented apartment, you loved to caress your hands, suck your fingers and nails, and experience powerful orgasms from these bizarre activities. You were obsessed with your nails and everything related to them. But, unfortunately, jerking off cocks didn't bring you enough money for expensive manicures and premium skin creams.
One client suggested you could make money online with this fetish. He even helped you set everything up! Such a kind guy! Although you give him 50% of the profits, you still have 50% left; without him, you'd have 0%! And 50 is more than 0. You think. You don't remember math well...
[[Next.|end15_07]]<<show-img ends\end15_07>>
You started taking photos and videos for your online business, even converting your room into a creative studio. And your productivity amazed all your patrons: you could spend hours filming yourself sucking your nails or caressing your hands. Your face felt so blissful, it was as if you were cumming (and you were!).
<span class="player">"Nailed-nailed!"</span> you liked to say at the end of your videos.
All of this combined captivated men, which brought you a good profit. A very good profit...
[[Next.|end15_08]]<<show-img ends\end15_08>>
Perverts from all over the world paid you big money to see your nail games. You didn't stop giving handjobs, though, but now you did it for free, just for your own pleasure (and to make videos).
<span class="player">"Nailed-nailed!"</span> you foolishly rejoiced at every handjob and every video you filmed.
You don't remember who you were before you ended up in that strange house, but does it really matter? Now you enjoy life, you have a lot of money, and you have such wonderful nails...
<b>END №15: Nailed bimbo.</b>
<<link "Reroll game back?">><<restore-player>><<goto "oldlab01">><</link>><<show-gif ends\end16_02>>
After half a minute, you began to be drawn to each other. Like some magical force or magnet. The pain, however, didn't subside.
Your face came very close to Sophia's, your eyebrows began to intertwine, and your lips stuck together as if you were kissing. But it wasn't a kiss; it felt more like superglue.
<span class="player">"Mmm!"</span> moans escaped you.
<span class="oprah">"Fuck, fuck, fuck!"</span> Oprah clung to your side.
<span class="js">"I told you it would end like this,"</span> came the sad voice of the maniac...
[[Next.|end16_03]]<<show-gif ends\end16_03>>
After a few minutes of excruciating pain and amalgamation, you transformed into something formless. You didn't even resemble a human anymore. The only one who hadn't yet fully fused with your biomass was Helga, but soon she would merge with you into something new, one large, unified whole.
It's strange that you were still alive at all, and that you were still able to think somehow. And even stranger, the pain had completely stopped...
[[Next.|end16_04]]<<show-gif ends\end16_04>>
You don't know how much time passed, but this entire biomass of four girls began to shrink, to become smaller. You felt pain again, but you had no mouth to scream. It felt like you were just a tentacle at that moment. But you were merging into a new organism, becoming a full-fledged part of it. All parts were equal. You don't know how you knew this, you just knew. And you felt calm.
Soon, you began to resemble a person again. Not four different people, but one person, one girl...
<<nobr>>[[Next.|end16_05]]
<<set $player.bimbo = 9>><</nobr>><<show-img ends\end16_05>>
You had become a perfect girl - a single beauty with a magnificent figure, ample curves, a small waist, long legs, platinum hair, and the remnants of four minds in one brain.
<span class="player">"Nice,"</span> you thought as your hands ran over your new body.
<span class="sophia">"Beautiful,"</span> confirmed what remained of Sophia. You heard her thoughts, as well as the thoughts of the other girls.
<span class="oprah">"Strong,"</span> Oprah assessed the firm muscles.
<span class="helga">"Mysterious,"</span> Helga mentally uttered.
You weren't controlling your body; all four minds controlled it at once. But you acted in sync, as if you shared the same urges and desires, even though your thoughts might differ...
[[Next.|end16_06]]<<show-img ends\end16_06>>
You got dressed in the wardrobe (for some reason you only put on underwear) and left the house. Soon you reached some slum.
<span class="player">"Where?"</span> you thought.
<span class="oprah">"Food,"</span> Oprah replied.
<span class="helga">"Man,"</span> Helga disagreed.
<span class="sophia">"Man and food,"</span> Sophia suggested a compromise.
You had no money, so a man was number one on your to-do list. And a man could help you achieve number two...
[[Next.|end16_07]]<<show-img ends\end16_07>>
The first man you met approached you, and a minute later you were on your knees in a dirty alley.
<span class="player">"Mmm... cock,"</span> you reveled.
<span class="oprah">"Suck,"</span> Oprah's inner voice echoed.
<span class="helga">"Yes, yes,"</span> Helga muttered.
<span class="sophia">"I want cum,"</span> Sophia's thoughts reached you.
<span class="npc3">"Oh, fuck, I'm going to cum in a minute!"</span> the man reveled in your shared actions. It was as if four girls were actually doing everything they could to please this man. And he really did cum in literally a minute.
The client paid you for the blowjob, now it was time to eat...
[[Next.|end16_08]]<<show-gif ends\end16_08>>
You needed to eat constantly, though. You also needed a place to live, something to wear, and all that. And you ate far more than just one person. Apparently, now you had four girls to feed, or at least four remnants of their consciousness.
And men were the easiest and most reliable way to get food. Some would even let you stay with them for a while. Thank them for such generosity!
<span class="player">"Thanks to the men,"</span> the thought flashed through your head.
<span class="oprah">"Thanks for the food,"</span> Oprah confirmed.
<span class="sophia">"Thanks for the shelter,"</span> Sophia agreed.
<span class="helga">"Thanks for the fucking,"</span> Helga nodded mentally...
[[Next.|end16_09]]<<show-gif ends\end16_09>>
You had the perfect body to please your sexual partners, and your single mind was focused on just that. It was as if some force had taken four girls, left them with only their libidos, genitals, breasts, and asses, and discarded everything else as unnecessary.
Your clients loved to take advantage of this; they adored fucking you in every position and in every hole.
<span class="player">"In the pussy,"</span> you thought dreamily.
<span class="oprah">"In the ass,"</span> Oprah smiled mentally.
<span class="sophia">"In the mouth,"</span> Sophia said.
<span class="helga">"In all holes,"</span> Helga finished the thought.
[[Next.|end16_10]]
<<show-img ends\end16_10>>
Is it possible for four girls to live in harmony and without fighting? Just in one body and with only the small remnants of their minds focused on sex.
Your new life was filled with dicks, men, sperm, orgasms, and pleasurable sensations, and all the bad stuff, all the sadness, sorrow, and pain, were left far behind. It seemed like the four of you had become something new, something perfect... Wait, why four? Where's Shi? Oh, fuck Shi. You girls are doing just fine without her. You've found your harmony, you've found your happiness...
<b>END №16: Frankenbimbohooker.</b>
<<link "Reroll game back?">><<restore-player>><<goto "oldlab01">><</link>><<show-img shitalk01>>
You told Shi you wanted to have a serious talk with her. She took your hand and led you to the toilet so you wouldn't be disturbed. It probably would have been better to gather all the girls, but it was late; you should have thought of that earlier. She closed the door and pressed some button twice.
<span class="shi">"So what did you want to talk about, $name?"</span> the Asian girl asked, narrowing her eyes even more.
<span class="player">"I saw you putting something in your bra. And I also found this letter and this photo,"</span> you relayed what you'd found in the basement.
<span class="shi">"What a bitch!"</span> the girl waved her hands emotionally. <span class="shi">"She decided to frame me! It won't be enough for the police, of course, but one of you girls would have understood. You understand."</span>
<span class="player">"What? What's going on? You don't want to explain anything?"</span> you still didn't understand.
<span class="shi">"What's so hard to understand?"</span> your interlocutor pulled herself together and chuckled coolly. <span class="shi">"That crazy bitch and I are partners. And we're accomplices..."</span>
[[Next.|shitalk02]]<<nobr>><<if $shi.bimbo lte 3>><<show-img shitalk02>><</if>>
<<if $shi.bimbo gte 4>><<show-img shitalk03>><</if>><</nobr>>
<span class="shi">"She was upset with me for deciding to take part in the game,"</span> the girl continued, and your heart seemed to stop. <span class="shi">"Even though I'm on the full antidote, so I'm not really participating, I'm more controlling and directing..."</span>
<span class="player">"You suggested taking names,"</span> you remembered.
<span class="shi">"I also made sure everyone went their separate ways, and I'm pushing the trials in the direction I'm interested in. But she decided to set me up! I'm fed up with this!"</span> Shi's emotions returned. <span class="shi">"On the other hand, I was also offended by her, and that's why I didn't close the loophole into her operations center..."</span>
<span class="player">"So… what now?"</span> you were still in shock.
<span class="shi">"Look, I have two syringes on me: one with the full antidote and one with a high dose of bimbophycin. I also have a key to the secondary exit. So I suggest you get the full antidote and we go together. However, if you want to neutralize me, well... I've kidnapped you all. I know karate, tsunami, sushi and many other scary Asian words,"</span> the girl chuckled coldly again.
Can she be trusted? Definitely not. But she is extremely dangerous. Perhaps a temporary alliance can keep you safe. Make your choice!
[[Fight against Shi!|end17_01]]
<<nobr>>[[Make an agreement with Shi.|end18_01]]
<<save-player>><</nobr>><<show-img ends\end17_01>>
You tried to scream, "Help!" but a nimble, small Asian hand immediately struck you in the neck. You coughed, but you weren't about to give in. You tried to throw your whole body at Shi, but she easily grabbed your arm, twisted it, and jabbed a pink syringe into your shoulder.
<span class="shi">"That was brave, but foolish,"</span> she chuckled, rejoicing in her absolute victory. <span class="shi">"And since you didn't use your brain, you don't need it. Don't worry, soon all your anxious thoughts will be left far behind."</span>
After these words, you lost consciousness...
<<nobr>>[[Next.|end17_02]]
<<save-player>><</nobr>><<show-img ends\end18_01>>
<span class="player">"Whatever, let's get out of here,"</span> you shrugged, and Shi immediately smiled at you. She pulled out a green syringe. You were afraid to inject yourself with something unknown, but there was no turning back now. The syringe entered your gluteal muscle, and your thoughts gradually began to clear. It seemed it really did contain the antidote.
Then the girl pulled out a small control panel, the kind you usually use to open garages. She pressed a button, and a hatch in the wall began to open.
<span class="shi">"I did all this myself,"</span> the villainous girl's accomplice proudly announced. <span class="shi">"All the trials, all the locks, the timers, all the technical gizmos. Without me, she's just a chemist with hands growing out of her ass. And then there's these damned emotional roller coasters..."</span>
<span class="player">"Uh... what about her?"</span> you tried to formulate a question as the girl climbed through the hatch.
<span class="shi">"I turned off the camera; she won't realize we're gone for another hour,"</span> the girl reassured you. You followed her into the night and darkness...
<<nobr>>[[Next.|end18_02]]
<<if $name == "Emma">><<set $player.bimbo = 0>><</if>>
<<if $name == "Angela">><<set $player.bimbo = 1>><</if>>
<<if $name == "Goldie">><<set $player.bimbo = 2>><</if>><</nobr>><<show-img ends\end17_02>>
You don't know how long you were unconscious, but you woke up truly free of any worries. And with big breasts, ass and lips. You touched your body and explored it.
<span class="shi">"This suits you much better,"</span> you heard Shi's voice. You didn't feel any hatred towards her; you didn't even remember why you had argued. <span class="shi">"Kneel down."</span>
As if under some kind of spell or hypnosis, you knelt before the girl.
<span class="shi">"The injection worked well,"</span> she assessed the result. <span class="shi">"And now you must acknowledge me as your Goddess and swear to obey all my commands and only my commands. From now on, I am your Goddess Shi."</span>
<span class="player">"You are my Goddess Shi,"</span> you repeated after her. <span class="player">"I swear... what was it... Ah, I swear to obey all your commands and... and only your commands!"</span>
<<nobr>>[[Next.|end17_03]]
<<set $player.bimbo = 9>><</nobr>><<show-img ends\end17_03>>
<span class="shi">"Good bitch,"</span> the girl smiled and patted your cheek, then pulled out a collar from somewhere and put it on you. <span class="shi">"I'm going to get out of here and take you with me."</span>
Then she pulled out some kind of device, pressed something, and a small hatch or even a window opened in the wall. It led outside! A rope was attached to it, and the Asian woman lowered it down, then forced you to climb down (which you managed, somehow), and soon she climbed down herself.
<span class="shi">"That ungrateful bitch wouldn't have made it without me, and instead of gratitude, she stabbed me in the back. Never mind, we'll see what she can do without me, we'll see..."</span> the girl muttered as you walked somewhere into the darkness of the night...
[[Next.|end17_04]]<<show-img ends\end17_04>>
Shi took you to her place. Temporary housing, to be precise, since she was constantly changing places. She was like a ghost. And you, of course, traveled with her, as if you were her pet.
She gave you less-than-luxurious places to live, usually a mattress on the floor in a small room or even in a wardrobe.
<span class="player">"Thank you for caring!"</span> you often thanked the girl. Sometimes she cared so much that she tied your leash to the radiator to prevent you from accidentally escaping at night. No one else had ever done so many good things for you!
You didn't wonder where the Asian woman got her money; few intelligent thoughts entered your head anymore. Now you lived to serve your Goddess Shi...
[[Next.|end17_05]]<<show-img ends\end17_05>>
Of course, you did all the housework, and you had to meticulously clean your temporary quarters. Goddess Shi loved cleanliness and order, and she also punished you for your blunders.
<span class="shi">"What's this?"</span> she'd run her finger over some surface. <span class="shi">"It's dust! You stupid bitch, why is there dust here?! You should have wiped it off! I hate dust, you cunt!"</span>
Usually, such angry speeches were followed by a spanking on your ass. However, it must be admitted that after just a year of such "training," you began cleaning much better...
[[Next.|end17_06]]<<show-img ends\end17_06>>
You also cooked. Nothing complicated, since your brain was no longer capable of handling complex recipes. However, even simple cooking often got you into trouble.
<span class="shi">"Why didn't you add salt?!"</span> Goddess Shi would say angrily. <span class="shi">"You know I like salty things! Am I supposed to salt my own food?!"</span>
These speeches also ended with a good spanking and physical punishment. However, just like with cleaning, you became a much better cook...
[[Next.|end17_07]]<<show-gif ends\end17_07>>
Also Goddess Shi used you for sexual gratification. You often licked her lustful pussy, sometimes several times a day.
<span class="shi">"Lick my cunt, you stupid bimbo bitch!"</span> she liked to call you during the process. And you tried to lick it to fully satisfy your Mistress. Otherwise, you could face further punishment, and poor licking was meted out with the harshest and most brutal punishments...
[[Next.|end17_08]]<<show-gif ends\end17_08>>
For example, Goddess Shi could spank you with a whip, drip wax on you, fuck you with all sorts of toys and objects, and even roughly fist your holes.
<span class="shi">"You deserve it, you stupid bimbo doll!"</span> the girl would vent her anger on you. <span class="shi">"I'll rip your holes so badly you'll be able to fit my foot in them!"</span>
You don't know why, but you often came from such punishments. Fortunately, you weren't forbidden from orgasming... Thank Goddess Shi!
[[Next.|end17_09]]<<show-gif ends\end17_09>>
And you're sure that Goddess Shi loved you deep down. You and she even kissed! Although she often spat in your mouth and forced you to suck her tongue.
<span class="player">"I love you, Goddess Shi!"</span> you confessed your bimbo feelings. She only chuckled in response. Perhaps she misses her ex a little. Well, the maniac one. Are you curious about her now? Although no, that's not as interesting as kissing your gorgeous and captivating Asian Goddess...
[[Next.|end17_10]]<<show-img ends\end17_10>>
...You've been living with Goddess Shi for three years now, moving from one city to another. You've seen many interesting places (even though you're not allowed out of the house very often). And you don't have to think about anything; your partner decides everything for you. She provides you with food, clothing, and amazing orgasms. And in return, you just do simple housework.
You don't know what your Mistress does when she's not home, but it doesn't matter to you. You love your Goddess unconditionally, you worship her, you are her eternal slave...
<b>END №17: Shi’s bimbo.</b>
<<link "Reroll game back?">><<restore-player>><<goto "bigroom01">><</link>><<show-img ends\end18_02>>
After walking for about five minutes, you came out to a beautiful silver car.
<span class="shi">"Mercedes,"</span> your new companion ran her hand over the hood. <span class="shi">"I know, I know, Hitler preferred Mercedes too. But I adore European cars..."</span>
She got behind the wheel, and you settled in next to her. You sped away from that damned house, from the entire city, and from the crazy, maniacal girl.
<span class="player">"Where are we going?"</span> you asked.
<span class="shi">"Anywhere,"</span> the Asian woman answered calmly. It seemed she genuinely didn't have a plan, but that didn't faze her in the least. She was cool and confident. And that's what attracted you to her. She was probably a real psychopath...
[[Next.|end18_03]]<<show-gif ends\end18_03>>
You drove south all night. The air grew warmer and warmer, and the sun rose. The fear had completely disappeared. You and Shi talked a little. She, understandably, is a very secretive girl, and your memory hadn't fully returned. But despite this, you found common ground.
During one of the stops "to go to the bushes," Shi hugged you, and you kissed her passionately. You'd been wanting to touch her for hours, but you restrained yourself.
<span class="player">"There wasn't any stimulant in that syringe, was there?"</span> you asked when the kiss broke.
<span class="shi">"No. What you're feeling right now is truly your feeling,"</span> the Asian woman replied, and then your lips met again.
[[Next.|end18_04]]<<show-gif ends\end18_04>>
<span class="shi">"Grope me,"</span> she whispered in your ear. <span class="shi">"I want you to grope me."</span>
You smiled and began caressing psychopath #2's body. Admittedly, she had a stunning figure, and she was quite athletic. You caressed her arms, her breasts, and then reached her very hot pussy. Very hot and very wet.
<span class="shi">"See how much I want you?"</span> she winked, and you began actively caressing her genitals, rubbing her clit, and thrusting your fingers into her cunt. <span class="shi">"Yes, you feel my body very well..."</span>
[[Next.|end18_05]]<<show-gif ends\end18_05>>
In a fit of passion, you stripped her clothes off and began kissing her pussy. Her heat seemed to burn your lips. And your tongue, with which you began actively stimulating your partner's clitoris.
<span class="shi">"Yes, yes, yes! That's it! Lick me!"</span> she muttered, grabbing your hair and starting to cum. Her body shuddered wildly with an orgasm you'd never seen before, even in porn. <span class="shi">"Fuck, fuck, fuck! I'm cumming, cumming, cumming!"</span>
That was the beginning of your relationship. Or rather, a new stage in your relationship, since you'd left the kidnapping far in the past...
[[Next.|end18_06]]<<show-img ends\end18_06>>
You and Shi moved around a lot and didn't stay in one place for long. Sometimes she used different IDs, and even made several fake ones for you. She provided for you completely, and money was never a problem. She said she'd inherited a huge fortune, including real estate that generated passive income.
However, with her intellect, Shi could have achieved incredible heights. She received an excellent education, was truly gifted in engineering, and could easily quote 18th- and 19th-century German philosophers. Shi was also a wonderful cook...
[[Next.|end18_07]]<<show-img ends\end18_07>>
<span class="shi">"Yes! Yes! YES!"</span> came Shi's joyful cry six months into your relationship. You ran into the room, and the screen showed a girl in handcuffs. <span class="shi">"That's what you get, bitch!"</span>
You immediately realized that one of your kidnappers, Shi's ex, had been apprehended. She'd been apprehended while attempting to kidnap a girl. The other girl had simply smashed her face in and handed her over to the police.
This wasn't surprising, since the kidnappings were carried out by Shi, who possessed some incredible stealth skills and had also studied martial arts. She would sneak up behind her victim, inject them with a sedative, and wait for them to lose consciousness.
<span class="shi">"Well? Who are you without me? Who are you without me?!"</span> the Asian woman continued to rejoice over her ex-girlfriend's defeat...
[[Next.|end18_08]]<<show-gif ends\end18_08>>
You have to admit, Shi is the best kisser you've ever seen. Yes, you remembered your past, but it turned out to be nothing interesting. All you needed in your new life was your new psychopathic girlfriend.
You also have to admit, Shi had sadistic traits, though she tried to hide them. Several times, during minor arguments, she would slap you across the cheek with her palm, then immediately begin apologizing. To avoid this, she began to take out her emotions and sadistic urges on others. She probably hired prostitutes. Your partner didn't tell you all this directly, but you can put two and two together; you're not a dumb bimbo. However, after each return from the prostitutes, Shi really did become much softer and kinder.
<span class="shi">"I don't kill or kidnap anyone, don't worry,"</span> she gently reassured you, and then passionately kissed you on the lips again...
[[Next.|end18_09]]<<show-gif ends\end18_09>>
Sometimes you tried to spice up your sex life, Shi brought other girls. But these were rather vanilla orgies, without any cruelty. You enjoyed these evenings, as they really brought out your partner's tender side. Sometimes, she even didn't mind being submissive.
<span class="shi">"Fuck me, fuck me! Fuck me like a bitch!"</span> she screamed, experiencing powerful orgasms on the strap-on.
Shi revealed herself to you in so many different ways. She was the most unusual person you'd ever met, and that attracted you too...
[[Next.|end18_10]]<<show-img ends\end18_10>>
Someone might call your relationship with Shi Stockholm syndrome, but you'd laugh at such a statement and say it's Stockholm love. At least on your part. You're not sure your partner is capable of empathy like normal people, but... you feel good with this psychopath. And she feels good with you; she's become quite stable and not at all aggressive.
You don't know where your relationship will lead, but for this, you've left your entire past life far behind and even forgiven your kidnapping. And now you're happy...
<b>END №18: She is Shi.</b>
<<link "Reroll game back?">><<restore-player>><<goto "bigroom01">><</link>><<show-img ends\end19_01>>
<span class="player">"Sophia... can you help me? I, I don't know what I need to do,"</span> you decided to ask the smartest one among you for help, who, by all appearances, had managed to retain her sanity.
<span class="sophia">"Oh, my God, $name, you look terrible..."</span> Sophia sighed sadly, examining you. <span class="sophia">"Of course, I'll try to help you. You were kind to me at the beginning of these terrible and inhumane experiments."</span>
Sophia led you into the guest room and sat you down on the bed.
<span class="sophia">"Sit here, I'll get you the antidote,"</span> she said, as if she were your older sister. You obediently sat down and waited...
<<nobr>>[[Next.|end19_02]]
<<save-player>><</nobr>><<show-img ends\end19_02>>
Ten minutes later, she ran back into the room, holding a green pill.
<span class="sophia">"Found it!"</span> Sophia said joyfully, slightly out of breath. <span class="sophia">"It's definitely an antidote, don't worry. There was a note in there. Unless, of course, that crazy girl wants to trick us..."</span>
You smiled, took the pill, and swallowed it boldly. Perhaps this would help you retain some remnants of your sanity by the time the door opened.
<span class="player">"Thank you,"</span> you smiled at your savior.
<span class="sophia">"You would have done the same for me,"</span> she replied with a kind smile...
[[Next.|end19_03]]<<show-img ends\end19_03>>
Soon, the doors of the house finally opened. Five girls emerged triumphantly. Unfortunately, not all of them were able to maintain their mental state as they had been before arriving here. You were one of those girls. Now you could only think about simple things, and, of course, you could also think about sex (and you thought about it constantly!)...
But Sophia decided not to abandon you in your time of need. In gratitude for your help, she decided to continue helping you. It was quite noble and selfless, but that was just the way she was.
[[Next.|end19_04]]<<show-img ends\end19_04>>
Sophia quickly remembered her past; bimbo gas hadn't had a serious impact on her. However, she decided to completely change her life after that crazy "game." She dedicated her life to good deeds and to you.
The girl dropped out of university, went to work, rented a simple apartment, and helped you with everything. Naturally, you lived with her. You couldn't remember anything from the past, so people from the past no longer interested you.
You treated your new neighbor with love, as if she were your older sister. Although at first you tried to have sex with her in every way, flirted with her, walked around the house naked, but she flatly refused. Your relationship was of a completely different kind...
[[Next.|end19_05]]<<show-gif ends\end19_05>>
You still needed sex, though. Besides, it was all you could think about now.
<span class="player">"Fuck me! Fuck! Fuck!"</span> you moaned loudly to your latest partner, whose name you didn't even know. <span class="player">"I love dicks! Love! Love!"</span>
Of course, Sophia tried to control you somehow, so you wouldn't fuck everyone. She even bought you all sorts of dildos and vibrators. But you needed real cocks! Hard cocks that spurted cum! And hot pussies that flowed like a waterfall! Your new sexual passion was unstoppable!
[[Next.|end19_06]]<<show-img ends\end19_06>>
You even brought men home. And Sophia, of course, often caught you in the middle of sex.
<span class="sophia">"Darling, you again?"</span> she asked, throwing up her hands when she came home from work yet again and saw you screwing some guy.
<span class="player">"Sorry, sis! I won't do it again!"</span> you promised every time, but every time it happened again and again.
Everyone thought you were real sisters. And that you had some kind of intellectual disability (which was 100% true!), so she took care of you. But you weren't a completely useless burden...
[[Next.|end19_07]]<<show-img ends\end19_07>>
You often did housework, cooked, and did your best to take care of your "big sister." When you discovered that men were willing to pay you for intimacy, you struck gold. You brought all this money to Sophia to please her.
<span class="sophia">"Oh, darling, were you having sex for money again?"</span> she sighed heavily. <span class="sophia">"You don't have to do that..."</span>
<span class="player">"Why for free if I can get money?"</span> you scratched your head, completely confused by your interlocutor's strange logic...
[[Next.|end19_08]]<<show-img ends\end19_08>>
Sophia tried to establish a personal life, even dating a cute guy. But you had sex with him, your sister caught you, and they broke up. But sex is absolutely essential!
Several times, you deliberately went out for drinks with Sophia to loosen her up, and then brought her some guy for sex. Usually, it was one of your many friends with benefits. A couple of times, though, you brought strangers home to thoroughly satisfy her needs.
After the first time, your neighbor sister was embarrassed to look you in the eye for a few days. Perhaps she was offended. But why? You're helping her, because she's helping you! You're a good sister!
Although, since this happened a second time, and then a third, and then a fourth, it means she liked this kind of help...
[[Next.|end19_09]]<<show-img ends\end19_09>>
Your lives with Sophia changed dramatically after that house of horrors. But at the same time, you found each other. Your relationship, while not romantic, was much more than friendship. You became a true family, two sisters who had endured difficult trials together, like two comrades in arms.
Sophia became the closest and dearest person in the world to you. You'd do anything for her! You'd clean, you'd have sex with dozens of men, you'd bring her men for sex! And it's hard to list all the things she does for you. Without her, you and your bimbo brains would be completely lost in this complex world. You're very lucky to have such a smart older sister...
<b>END №19: Little bimbo sister.</b>
<<link "Reroll game back?">><<restore-player>><<goto "bigroom01">><</link>><<show-gif helgasex04>>
Even though the bimbo gas hadn't had a strong effect on your mind, you were extremely aroused, desperate for hot sex. Perhaps it was the effects of the other chemicals, or perhaps your body was just craving a little excitement. And Helga was perfect for that.
<span class="helga">"Ouch!"</span> the girl suddenly said as you approached her from behind and began to blindfold her with a piece of cloth. However, she immediately calmed down and smiled. <span class="helga">"Okay, go on. Ahaha!"</span>
<span class="player">"What a good girl you are,"</span> you grinned, feeling your complete power over her.
The bimbo gas had transformed the once gloomy goth incredibly, both physically and mentally...
[[Next.|helgasex05]]<<show-gif helgasex05>>
Once you'd blindfolded the girl, you took off your shoes and began running your foot over her body. This seemed to really excite the submissive bimbo goth.
<span class="helga">"Mmm, yes, it's so hot,"</span> she encouraged you. Right now, Helga would probably be turned on by anything even remotely related to sex.
You ran your toes over her nipples, her face, and finally, her lips.
<span class="player">"Suck my foot, little bitch,"</span> you smiled at the whole experience. The girl obediently opened her mouth and began sucking on your toes. The pleasant sensations caused quiet moans to escape your lips...
[[Next.|helgasex06]]<<show-gif helgasex06>>
Soon, you grew tired of this foreplay, laid the girl on her back, and sat on her face.
<span class="player">"Lick my pussy, lick my pussy,"</span> you muttered, getting comfortable. You felt her tongue tracing your lips, gently entering your hole, but its main action was directed at your clitoris, swollen with arousal.
<span class="player">"Mmm, yes! Yes-yes-yes!"</span> you moaned passionately. It seemed the bimbo gas had imparted some decent cunnilingus skills to the girl. Or maybe she was always good at licking pussy. Either way, within minutes, you were shaking on her face from a powerful orgasm that engulfed your entire body. You wanted this moment to last forever...
<span class="player">"Wow, you did a good job,"</span> you said, rising from her face when the bliss finally ended.
<span class="helga">"Thank you for using my face!"</span> the goth bimbo said playfully. In the meantime, you get dressed and I’ll get back to work...
<<nobr>>[[Finish.|bigroom01]]
<<set $helgadom = 1>>
<<set $time += 14>><</nobr>><<show-img ends\end20_01>>
<span class="player">"You'll come with me, Helga,"</span> you whispered in the girl's ear.
<span class="helga">"I'm Gaga... I guess,"</span> the girl mused, her IQ noticeably lowered by the bimbo gas.
<span class="player">"Then you'll come with me, Gaga,"</span> you whispered again, just as commandingly as the first time. The girl merely nodded.
You left the house with the other girls, but then managed to break away from them. They would only get in the way. You don't know why you wanted to take Gaga with you, but being around her made you feel incredibly aroused. You liked being in control of her. Incidentally, that's why you put the collar you found in the house on her when you were sure you'd broken away from the group. Now she's all yours...
<<nobr>>[[Next.|end20_02]]
<<save-player>><</nobr>><<show-gif helgasex07>>
Your desire for sex hadn't abated, so you decided to use Helga again. This time, you wanted to have some fun with her soft, beautiful bimbo body. You walked up to her and, without further ado, began undressing her.
<span class="helga">"Mmm, you're so naughty!"</span> she understood without further ado and began removing her own clothes.
Soon, you licked your fingers and slowly inserted them into her hot pussy.
<span class="helga">"Oh, yes, I like it,"</span> she giggled playfully.
<span class="player">"Take it, slut,"</span> you began rapidly fucking her wet hole. She moaned, squirmed, and thrust forward. It was obvious that the bimbo goth really wanted everything that was happening...
[[Next.|helgasex08]]<<show-img ends\end20_02>>
You didn't go to the hospital or the police because... Well, you actually enslaved the girl. You don't need any unnecessary questions; the bimbo-goth is more important.
First, you sold a few nice things you'd taken from that house. You needed the money to rent a room, at least for the time being.
<span class="helga">"We're going to live together?! I'm so happy!"</span> Gaga jumped with joy.
<span class="player">"Do you like your new sleeping place?"</span> you grinned, pointing to the mattress on the floor.
<span class="helga">"Yes! Sleeping at the Mistress's feet is pure happiness!"</span> the girl continued to rejoice. Her behavior was more like that of a dog wagging its tail than that of a rational person. However, this didn't bother you in the least...
[[Next.|end20_03]]<<show-img ends\end20_03>>
Gaga was excellent at housework. She cleaned and cooked, so you didn't have to. Moreover, she performed her duties in the most erotic way possible, seducing you in every way. She often succeeded, so right in the middle of cleaning, she had to lick your lustful pussy.
<span class="helga">"I am ready to fulfill ANY of your commands, Mistress,"</span> she said one day, kneeling before beginning to lick you.
You quickly recalled your past, your family, and your friends. But everything had changed too much. You weren't interested in the past; your eyes were looking only to the future...
[[Next.|end20_04]]<<show-gif ends\end20_04>>
Gaga loved absolutely everything about sex. Because of the bimbo gas, she had an incredibly strong sexual drive. She could fuck all day long! However, she was devoted to you and considered you her Mistress.
<span class="player">"Suck my plastic dick, bitch,"</span> you loved to impale her head on the strap-on.
<span class="helga">"Mff! Mphhr!"</span> slurping sounds echoed throughout the room. You found it very amusing. And it turned you on even more...
[[Next.|end20_05]]<<show-gif ends\end20_05>>
You often fucked Gaga; you loved the feeling of power. And you also loved it when your slave came. Although now you'd taught her to ask permission before orgasming.
<span class="helga">"Mistress, can I cum?"</span> she'd barely hold back every time.
<span class="player">"Go on, you wet slut!"</span> you usually gave her permission.
<span class="helga">"Yeah! YEAH! YEA-A-A-AH!"</span> her moans shook the whole house. Probably all the neighbors knew what you were doing, but now you didn't care about other people. You cared only about your own desires...
[[Next.|end20_06]]<<show-gif ends\end20_06>>
<span class="helga">"I love licking Mistress's pussy!"</span> Gaga would rejoice every time you ordered her to use her tongue. And this happened quite often, sometimes two or three times a day. And why not use the services of a sex slave, if you have one?!
<span class="player">"Good pussy licker,"</span> you would sometimes praise the bimbo-goth girl's efforts and enthusiasm. You weren't some kind of crazy psychopath; you treated your obedient toy with dignity. Although, of course, sometimes she made mistakes, and then she had to be punished...
[[Next.|end20_07]]<<show-img ends\end20_07>>
Usually, spanking was used as a punishment. You could spank her bottom with your hand, use a whip or a belt, a cane or a stick - whatever came to hand. But your imagination wasn't limited to that.
You loved to write obscene words all over her body, spit in her mouth, chain her to the bed, tie her up, and even use her as furniture. Surprisingly, Gaga turned out to be quite a good bedside table. She was incredibly resilient and obedient. You were probably very lucky to have such a slave...
[[Next.|end20_08]]<<show-img ends\end20_08>>
Some people, looking from the outside, might wonder, where do you get your living expenses? The answer is simple – with a bimbo slave, you can make money out of thin air. Just create accounts for her on special websites and upload photos and videos.
Gaga, by the way, loves being photographed! She feels like some kind of model or star at that moment.
<span class="helga">"Take more photos of me, Mistress!"</span> she refuses to let your amateur shoots end.
<span class="player">"I'll take more photos tomorrow. In the meantime, your fans will have enough photos to jerk off to,"</span> you grinned, then went to upload the footage online.
However, recently, many men have appeared who offer money for sex with your slave. Big money, at that. But should you agree to that, or do you want to keep Gaga all to yourself?
[[Keep Gaga only for yourself.|end20_09]]
[[Start selling Gaga's body.|end20_10]]<<show-img ends\end20_09>>
Still, you decided not to sell the bimbo girl's holes or even rent them out for good money. You probably fell in love with your slave in some way. These weren't some vanilla feelings, there was no romance in it. But at the same time, you tried to take care of Gaga, and you also didn't want to give her up to anyone.
The girl continued to carry out all your orders and fulfill all your sexual fantasies, which were growing in number. Besides, you were earning good money for photo and video content, so you didn't have to work at all. The life of a slave mistress is wonderful...
<b>END №20A: Bimbo's Mistress.</b>
<<link "Watch END №20B?">><<restore-player>><<goto "end20_10">><</link>>
<<link "Reroll game back?">><<restore-player>><<goto "hall01">><</link>><<show-img ends\end20_10>>
Ultimately, you decided not to miss this opportunity and began renting out your slave's holes. And not to some alcoholics and losers, but to respectable and wealthy men. Gaga was in high demand; clients adored her looks and her obedience. And you adored their money...
Soon, you bought a car and a small apartment for both of you, but your goal was to buy a house in the suburbs. This would require some effort, of course, but the submissive girl was more than happy with everything. After all, she loves fucking! And she adores you and is ready to fulfill your every command. Basically, everyone wins in this situation: both Gaga the bimbo whore and you, her pimp girl.
<b>END №20B: Bimbo's Pimp.</b>
<<link "Watch END №20A?">><<restore-player>><<goto "end20_09">><</link>>
<<link "Reroll game back?">><<restore-player>><<goto "hall01">><</link>><<show-gif helgasex08>>
Soon, you picked up a strap-on that was lying in the corner of the room (sex toys are found all over the house, so nothing surprising). You moistened it with your saliva and inserted it into your submissive partner's pussy.
<span class="helga">"Oh! More! More!"</span> she moaned. Your faces were almost touching, you looked into each other's eyes. Passion and lust were evident in them.
<span class="player">"Little wet bitch,"</span> you smirked powerfully. For some reason, you wanted to dominate this girl; for some reason, you got intense pleasure from it. Perhaps you enjoyed dominating people, especially sexually, even before you came here?
[[Next.|helgasex09]]<<show-gif helgasex09>>
A few minutes later, you turned her around and started fucking her from behind. You did everything a little roughly and harshly, and Helga didn't resist at all. The girl submitted completely to your will.
<span class="helga">"I'm going to cum! I'm going to cum!"</span> your partner joyfully announced, then began shaking on your dildo. She could have at least asked permission, bitch! She needs to be punished for such unheard-of insolence!
<span class="player">"Where's the thanks, slut?!"</span> you slapped her ass after her orgasm ended, leaving her lying there, breathing heavily.
<span class="helga">"Thank you for fucking me,"</span> Helga said quietly, still recovering from her orgasm. Well, that was quite... interesting. And very enjoyable.
<<nobr>>[[Finish.|bigroom01]]
<<set $helgadom = 2>>
<<set $time += 14>><</nobr>>