<<script>>UIBar.hide().stow();<</script>><div class="center-start"><img src="img/assets/paradise.png" width=800 height=200 />
Welcome!
<div class="passagestart">In this story, you will play a girl who is fed up with the city she lives in and has decided to stay permanently in her vacation destination. If you were in her place, how would you live?</div>
By the way, what is our girl (your) name?
<<textbox "$name" "Emma">>
@@#input-error;@@
<img src="img/assets/18.png" width=120 height=120 class="onsekiz" /><span style="color:red">This game contains erotic images and videos.</span>
Do you confirm that you are over 18?
<<button "Yes">>
<<set $name to $name.trim()>>
<<if $name is "">>
<<replace "#input-error">>Please enter a name.<</replace>>
<<else>>
<<goto "intro">>
<</if>>
<</button>><<button "No">>
<<goto "The End">>
<</button>>
<p class="translation_problem">If you see a translation problem in the rest of the game, please let me know.
Remember that the game is still in its early development stages!</p> <a style="discord" href="https://patreon.com/peanutgames"><img src="img/assets/patreon.png" width=50 height=50 ></a> <a style="discord" href="https://discord.gg/ZPXtxJPYpt"><img src="img/assets/discord.png" width=50 height=50 ></a> <a style="discord" href="https://peanut-games.itch.io/paradise"><img src="img/assets/itchio.png" width=50 height=50 ></a><span class="bagis">Here you can support us!</span>
</div><img src="img/prologue/the_end.webp" width=960 height=540 />
Sorry, mate. But our story ends here. Come back when you are 18+ tho :)<<script>>UIBar.unstow().show();<</script>><img src="img/prologue/airport.jpg" width=600px />
You finally landed at the Paradise Airport. The airport was not what you see in the advertisement. It had a much more dim environment. Anyway, you need to get your suitcase. After taking your suitcase, you arrived at the gate of the airport. By the way, don't forget that one of your friends, Mick was here last week. He might still be around.
[[Call your friend, Mick|Friend]]
[[There are few taxis around|Taxi]]
<<set $start to 1>>
<div class="ui-bar-head">Paradise</div><<if $start is 1>><p class="bugun">@@#now;<<now>>@@</p><<if $rent eq 6>><p class="bugun"><span style=color:red>You will pay your rent tomorrow!</span></p><</if>><center>
<span style="color:#2E8B57">$ $money</span></center><div class="barlar">
<span class="enerji" style="color:#00FF00">Energy</span><<showmeter 'energy' `$energy / $maxEnergy`>>
<span class="enerji" style="color:#00FFFF">Hygiene</span><<showmeter 'hygiene' `$hygiene / $maxHygiene`>>
<span class="enerji" style="color:#FFB700">Fitness</span>
<<showmeter 'fitness' `$fitness / $maxFitness`>>
<span class="enerji" style="color:#FF00DA">Corruption</span><<showmeter 'corruption' `$corruption / $maxCorruption`>>
<span class="enerji" style="color:#8A2BE2">Local Corruption</span><<showmeter 'local_cor' `$local_cor / $maxLocal_Cor`>>
<span class="enerji" style="color:#6600FF">Arousal</span><<showmeter 'arousal' `$arousal / $maxArousal`>></div>
<<if $facial is 1>><p class="bugun"><span style="color:red">You have cum in your face.</span></p><</if>><</if>>CHARACTER
/* Meters */
<<set $energy to 100, $maxEnergy to 100>>
<<newmeter 'energy' 0>>
<<colors '#00FF00'>>
<<sizing '232px'>>
<<label '$energy'>>
<</newmeter>>
<<set $money to 1000>>
<<set $hygiene to 100, $maxHygiene to 100>>
<<newmeter 'hygiene' 0>>
<<colors '#00FFFF'>>
<<sizing '232px'>>
<<label '$hygiene'>>
<</newmeter>>
<<set $fitness to 0, $maxFitness to 100>>
<<newmeter 'fitness' 0>>
<<colors '#FFB700'>>
<<sizing '232px'>>
<<label '$fitness'>>
<</newmeter>>
<<set $corruption to 0, $maxCorruption to 100>>
<<newmeter 'corruption' 0>>
<<colors '#FF00DA'>>
<<sizing '232px'>>
<<label '$corruption'>>
<</newmeter>>
<<set $local_cor to 0, $maxLocal_Cor to 100>>
<<newmeter 'local_cor' 0>>
<<colors '#8A2BE2'>>
<<sizing '232px'>>
<<label '$local_cor'>>
<</newmeter>>
<<set $arousal to 0, $maxArousal to 100>>
<<newmeter 'arousal' 0>>
<<colors '#6600FF'>>
<<sizing '232px'>>
<<label '$arousal'>>
<</newmeter>>
<<set $coffee to 0>>
<<set $rent to 0>>
<<set $normal_room to 0>>
JOBS
<<set $cafeJob to 0>>
<<set $beachJob to 0>>
<<set $cafeWork to 0>>
<<set $richardTalk to 0>>
<<set $cafe_promotion to 0>>
START
<<set $start to 0>>
<<set $start2 to 0>>
MISCELLANOUS
<<set $random to 0>>
<<set $tips to 0>>
<<set $gym_first to 0>>
<<set $gym_sub to 0>>
PROLOGUE
<<set $allTasks to 0>>
<<set $task1 to 0>>
<<set $task2 to 0>>
<<set $task3 to 0>>
<<if $task1 is 1 && $task2 is 1 && $task3 is 1>><<set $allTasks to 1>><</if>>
TECHNOLOGY
<<set $laptop to 0>>
<<set $webcam to 0>>
<<set $fans_acc to 0>>
<<set $ftm to 0>>
NSFW
<<set $buttplug to 0>>
<<set $dildo to 0>>
<<set $iButt to 0>>
<<set $facial to 0>>
SPORT / CLOTH
<<set $sport_clothes to 0>>
<<set $yoga_mat to 0>>
<<set $bikini to 0>>
<<set $bikiniW to 0>>
<<set $yoga to 0>>
<<set $gym_yoga to 0>>
RELATIONSHIPS
<<set $mick_rel to 10>>
<<set $richard_rel to 0>>
<<set $luke_rel to 0>>
<<set $luke_met to 0>>
QUESTS
<<set $quest1 to 0>>
<<set $quest2 to 0>>
<<set $quest3 to 0>>
<<set $quest4 to 0>>
<<set $quest5 to 0>>
<<set $quest6 to 0>>
<<set $quest7 to 0>>
<<set $quest8 to 0>>
<<set $quest9 to 0>>
<<set $quest10 to 0>>
<<set $quest11 to 0>>
<<set $cafeQuest1 to 0>>
<<set $cafeQuest2 to 0>>
<<set $cafeQuest3 to 0>>
<<set $cafeQuest4 to 0>>
<<set $cafeQuest5 to 0>>
/% The names of the Days of the Week. %/
<<set setup.DAYS to ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]>>
/% The names of the Time Periods of a Day. %/
<<set setup.PERIODS to ["Asleep", "Morning", "Noon", "Afternoon", "Evening", "Night"]>>
/% The current Game Day: Monday. %/
<<set $day to 1>>
/% The current Time Period: Morning. %/
<<set $period to 1>>
DIALOGUE BOX
<<character 'mc' '$name' 'img/assets/mc.webp'>>
<<character 'Mick' 'img/assets/mick.png'>>
<<character 'Richard' 'img/assets/cafe_boss.png'>>
<<character 'reception' 'Receptionist' 'img/assets/reception.png'>>
<<character 'Luke' 'img/assets/luke.png'>>
<<character 'Taxi' 'img/assets/taxi.png'>>
<<character 'Random' 'img/assets/random.png'>>
<<character 'ElevatorGuy' 'Elevator Guy' 'img/assets/random3.png'>>
<<character 'Bartender' 'Bartender Jack' 'img/assets/bartender.png'>>
<<character 'proboss' 'Boss' 'img/assets/proboss.jpg'>>
<<character 'mys' 'Mysterious Voice' 'img/assets/mysterious.png'>>
<<character 'black1' 'Black Guy' 'img/assets/black1.png'>>
<<character 'customer' 'Customer' 'img/assets/customer.jpg'>>
<<character 'worker' 'Worker' 'img/assets/worker.png'>>
<<character 'officer' 'Police Officer' 'img/assets/officer.png'>>
<<character 'prisoner' 'Prisoner' 'img/assets/prisoner.png'>>
<<character 'Eva' 'img/assets/eva.png'>>
<<character 'Madame' 'img/assets/madam.png'>>
<<character 'matthew' 'img/assets/matthew.png'>>
<<character 'Maeve' 'img/assets/maeve.png'>>
<<character 'David' 'img/assets/david.png'>><img src="img/prologue/airport_taxi.jpg" width=420 height=420 />
<<Taxi>>Hi beauty, where are you going?<</Taxi>>
<<mc>>I'm going to the Paradise Hotel.<</mc>>
<<Taxi>>That will cost $50 for you.<</Taxi>>
<<linkreplace "Go to Hotel" t8n>>\<<if $money gt 50>><<set $money -= 50>>
<<goto "Hotel">>
<<else>>You do not have enough money!<</if>>
<</linkreplace>>\
<img src="img/prologue/call_friend.jpg" width=800 height=508 />
<<mc>>Hey Mick! Are you still in Paradise?<</mc>>
<<Mick>>Oh, of course honey! This place is beautiful. I'm here as long as I can afford it. I heard you're coming too. When are you coming?<</Mick>>
<<mc>>I'm already here, at the airport. I was going to ask you to pick me up?<</mc>>
<<Mick>>I wish you had told me earlier. I'll be there in 5 minutes.<</Mick>>
[[Wait|Friend1]]
<img src="img/hotel/hotel_entry.webp" width=600 height=312 />
You arrived at the door of the hotel.
[[Go to the Reception|Reception]]<img src="img/hotel/reception.webp" width=750 height=500 />
<<reception>>Welcome to the Paradise Hotel! What can I do for you?<</reception>>
<<if $normal_room is 0>>
<<linkreplace "Normal Room - ''$700/week''" t8n>>\<<if $money gte 700>><<set $money -= 700>>
<<set $normal_room to 1>>
<<goto "Room">><<else>>You do not have enough money!<</if>>
<</linkreplace>>\
<<else>>
<button class="p_button b_elevator" data-passage="Elevator">Elevator</button><</if>><<if $start2 is 1>> <<if $normal_room is 1>><button class="p_button b_street" data-passage="Travel">Travel</button> <<else>>
<button class="p_button b_street" data-passage="Travel">Travel</button> <</if>><</if>>
Show time in sidebar
@@#now;<<now>>@@
Advance period by 1 unit
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
Advance period by 3 units
<<AdvancePeriod 3>>
<<replace "#now">><<now>><</replace>>
Advance period by 10 units
<<AdvancePeriod 10>>
<<replace "#now">><<now>><</replace>>
Morning = 1
Noon = 2
Afternoon = 3
Evening = 4
Night = 5
Asleep = 0
Managing time stampts for events
<<if $period lte "insert period number">>
<</if>>/*
* <<now>>
*
* Displays the current Day of Week, Period of Day and Day Number.
*/
<<widget "now">>
\<<print setup.DAYS[$day % 7]>>, <<print setup.PERIODS[$period]>>
Day $day
<</widget>>
/*
* <<AdvancePeriod [number of periods]>>
*
* Advance current Time Period by a set number of periods, if no number
* if pass to widget then current Time Period is advanced by 1 unit.
*
* <<AdvancePeriod>> Advances time period by 1 unit.
* <<AdvancePeriod 1>> Advances time period by 1 unit.
* <<AdvancePeriod 2>> Advances time period by 2 units.
*
* If the current day's time boundary is exceeded then the Day Number
* will also be updated.
*/
<<widget "AdvancePeriod">>
\<<silently>>
<<set _offset to 1>>
<<set _periodsInDay to setup.PERIODS.length>>
<<if $args.length > 0>>
<<set _offset to $args[0]>>
<</if>>
<<set $period += _offset>>
/% Update the Day Number as necessary. %/
<<if $period >= _periodsInDay>>
<<set $day += Math.trunc($period / _periodsInDay)>>
<<set $period to ($period % _periodsInDay)>>
<</if>>
<</silently>>\
<</widget>>
/*
* <<NextMorning>>
*
* Advances the current Time Period to the Morning of the next day.
*/
<<widget "NextMorning">>
\<<silently>>
/% Increament the Day Number by 1 unit. %/
<<set $day += 1>>
/%
Set the current Time Period to the index of the
"Morning" element of setup.PERIODS array.
%/
<<set $period to 1>>
<</silently>>\
<</widget>>
/*
Asleep - $period 0
Morning - $period 1
Noon - $period 2
Afternoon - $period 3
Evening - $period 4
Night - $period 5
*/<<if $mickDate1 is 1 && $day gte 18 && $quest5 is 0 && $period is 5>><<goto "QUEST5">><</if>><<if $rent eq 7>>
<<goto "payRent">>
<<else>>
<img src="img/hotel/hotel_room.webp" />
This is your room. Although it is not very beautiful, it has a view. There is a comfortable bed and a nightstand next to it. You also have a table.<<set $start2 to 1>>
<<if $period gt 4 or $period is 0>>[[Sleep]]<<else>>[[Take a Nap|nap]] <</if>> <<if $quest2 is 1 && $quest3 is 0 && $day gte 12>>[[There's a note under the door|QUEST3]]<</if>>
<button class="p_button bathroom" data-passage="Bathroom">Bathroom</button><button class="p_button nightstand" data-passage="Nightstand">Nightstand</button><<if $period is 1 or $period is 2 or $period is 3 or $period is 4>><button class="p_button balcony" data-passage="Balcony">Balcony</button><</if>><<if $laptop is 1>><button class="p_button laptop" data-passage="Laptop">Laptop</button><</if>><<if $arousal gte 50>><button class="p_button b_mast" data-passage="Masturbate">Masturbate</button><</if>><<if $yoga_mat is 1 && $sport_clothes is 1 && $energy gt 20>><button class="p_button b_yoga" data-passage="Yoga">Yoga</button><</if>><<if $day gte 5 && $quest1 is 0>><button class="p_button b_phone" data-passage="QUEST1">Phone (Ringing)</button><</if>><<if $hygiene < 30>><br>You can't go out when you smell like that!<<else>><button class="p_button hallway" data-passage="Hallway">Hallway</button>
<<if $day gte 8 && $quest1 is 1 && $period is 4 && $quest2 is 0>>[[Someone's Knocking on Your Door|QUEST2]]<</if>><<if $quest4 is 1 && $mickDate1 is 1>><<elseif $quest4 is 1 && $period is 4>>[[Someone in Reception calling you|MickDate1]]<</if>>
<</if>>
<</if>><img src="img/hotel/nightstand.webp" />
This is your nightstand.
It contains some toys you have :)
<<if $dildo is 1>>You have a dildo.<</if>><<if $dildo is 1 && $arousal gte 50>>
[[Masturbate with dildo.|MasWDildo]]
<</if>>
<<if $buttplug is 1 && $iButt is 0>>
You have a buttplug. You can put it in your ass.
[[Plug it in your ass|insertButt]]
<<elseif $buttplug is 1 && $iButt is 1>>
You are wearing the buttplug.
[[Take it out?|removeButt]]
<</if>>
[[Go Back|Room]]
<img src="img/hotel/laptop.webp" />
You opened your laptop.
<<if $period gt 4 or $period is 0>>It is too late, go to bed!<<else>><<if $luke_mail is 1>><<elseif $luke_rel gte 10>><a href="javascript:void(0)" data-passage="LukeMail"><img src="img/hotel/laptop/mail.jpg" height=50px></a>
You have a mail!<</if>>
[[Browse the Internet]]
[[Watch Porn]]
[[PeanutFans]]
<</if>>
[[Go Back|Room]]
<img @src="'img/nsfw/' + either('sleep1', 'sleep2', 'sleep3', 'sleep4') + '.webp'" height=400px>
You fell into a deep dream. And your arousal goes away...
<span style="color:#40E0D0">- Hygiene</span>
<span style="color:#DDA0DD">+ Arousal</span>
<<if $iButt is 1>><span style="color:#FF00DA">+ Corruption (You are plugged.)</span><<corruption +1>><</if>>
[[Wake up|Room]]
<<Sleep>>
<<set $rent += 1>><img src="img/nsfw/buttplug1.gif" />
You take the buttplug and take it in your ass. You feel full and horny at the same time!
[[Close nightstand|Room]]
<<set $iButt to 1>><img @src="'img/nsfw/' + either('plug_out1', 'plug_out2') + '.webp'" height=400px>
You took out the buttplug, cleaned it and put it back on the nightstand. Your ass feels sore.
<<set $iButt to 0>>
[[Close nightstand|Room]]<img src="img/hotel/pay_rent.webp" height=400px>
You need to pay your rent now.
<<linkreplace "Pay your rent" t8n>>\<<if $money gte 700>><<set $money -= 700>><<set $rent to 0>>
<<goto "Room">>
<<else>>You do not have enough money!
[[You need to leave the hotel|Travel]]
<<set $normal_room to 0>><<set $rent to 0>><</if>>
<</linkreplace>>\<img @src="'img/nsfw/' + either('dildo1', 'dildo2', 'dildo3') + '.webp'" height=400px>
You're putting the dildo in and out of your pussy. You're swept away by pleasure.
[[Cum]]<img @src="'img/nsfw/' + either('cum', 'cum1', 'cum2') + '.webp'" height=400px>
You came! You're finally relieved.
<span style="color:#6600FF">- Arousal</span>
<span style="color:#FF00DA">+ Corruption</span>
[[Go Back|Room]]
<<corruption +1>>
<<set $arousal to 0>>
<<updatebar>><<if $period is 1 or $period is 2 or $period is 3 or $period is 4>><<AdvancePeriod>><</if>><img @src="'img/hotel/laptop/' + either('internet1', 'internet2', 'internet3') + '.gif'" height=400px>
You spent some time on the internet.
<<AdvancePeriod>><<replace "#now">><<now>><</replace>><<if $period is 1 or $period is 2 or $period is 3 or $period is 4>><<linkreplace "Watch another one">><<script>>state.display(state.active.title, null, "back")<</script>><</linkreplace>><<else>>It's too late. Come on, go to bed.
<</if>>
[[Go Back|Room]]
<img src="img/hotel/laptop/pornhub.webp" />
What type of porn do you want to watch?
[[Vaginal]]
[[Anal]]
[[On second thought, I might as well not watch it|Laptop]]
<<widget "updatebar">><<silently>>
<<replace "#story-caption">><<display "StoryCaption">><</replace>>
<</silently>><</widget>>
<<widget energy>>
<<set $energy to Math.clamp($energy + $args[0], 0, 100)>>
<<if $energy is 0>><<goto "No Energy">><</if>>
<</widget>>
<<widget corruption>>
<<set $corruption to Math.clamp($corruption + $args[0], 0, 100)>>
<</widget>>
<<widget local_cor>>
<<set $local_cor to Math.clamp($local_cor + $args[0], 0, 100)>>
<</widget>>
<<widget hygiene>>
<<set $hygiene to Math.clamp($hygiene + $args[0], 0, 100)>>
<</widget>>
<<widget arousal>>
<<set $arousal to Math.clamp($arousal + $args[0], 0, 100)>>
<</widget>>
<<widget fitness>>
<<set $fitness to Math.clamp($fitness + $args[0], 0, 100)>>
<</widget>>
<<widget gym_sub>>
<<set $gym_sub to Math.clamp($gym_sub + $args[0], 0, 100)>>
<</widget>>
<<widget yoga>>
<<set $yoga to Math.clamp($yoga + $args[0], 0, 99999)>>
<</widget>>
<<widget mick>>
<<set $mick_rel to Math.clamp($mick_rel + $args[0], 0, 100)>>
<</widget>>
<<widget luke>>
<<set $luke_rel to Math.clamp($luke_rel + $args[0], 0, 100)>>
<</widget>>
<<widget richard>>
<<set $richard_rel to Math.clamp($richard_rel + $args[0], 0, 100)>>
<</widget>>
<<widget eva>>
<<set $eva_rel to Math.clamp($eva_rel + $args[0], 0, 100)>>
<</widget>>
/*<<energy +5>> usage of widgets
<<energy -7>>
/*
/*
*
* <<Sleep>>
* For managing sleep events
*/
<<widget "Sleep">>
<<arousal +5>>
<<hygiene -20>>
<<energy +100>>
<<set $coffee to 0>>
<<if $gym_sub gt 0>><<gym_sub -1>><</if>>
<<NextMorning>><<replace "#now">><<now>><</replace>>
<</widget>><img src="img/hotel/bathroom.jpg" />
You came to the bathroom.
<<linkreplace "Shower" t8n>>\<<if $hygiene <= 70 >>
<<goto "Shower">><<else>>You don't need to take a shower!<</if>><</linkreplace>>
[[Mirror]]
[[Wash your face|WashFace2]]
[[Go Back|Room]]<img @src="'img/nsfw/' + either('shower1', 'shower2', 'shower3', 'shower4', 'shower5') + '.webp'" height=400px>
You washed yourself beautifully. You're shining now.
<span style="color:#00FFFF">+ Hygiene</span>
<<set $hygiene to 100>><<set $facial to 0>>
[[Go Back|Bathroom]]
<<if $arousal gte 50>>[[Masturbate|Mas_Shower]]<</if>>
<<if $arousal gte 50 && $dildo is 1>>[[Masturbate with Dildo|MasWDildo_S]]<</if>><img src="img/hotel/mirror/mirror.webp">
You are looking in the mirror in your bathroom.
[[Look at yourself|MirrorSelf]]
[[Look at your ass|MirrorAss]]
[[Look at your tits|MirrorTits]]
[[Go Back|Bathroom]]
<<if $corruption gte 20>><img src="img/nsfw/balcony1.png" width=640 height=480 /><<else>><img src="img/hotel/balcony.webp" /><</if>>
You went out on the balcony to get some air.
<<if $corruption gte 30>>
[[Let's give them a show!]]
<</if>>
[[Go Back|Room]]
<<AdvancePeriod>><img src="img/nsfw/balcony_show.webp" height=400px />
You couldn't resist your inner urges, took off your clothes and put on a little show on the street.
<span style="color:#6600FF">+ Arousal</span>
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#8A2BE2">+ L. Corruption</span>
[[Go Back|Room]]
<<arousal +10>><<corruption +1>><<local_cor +1>><<updatebar>>
<<nobr>>
<div class="minimap"><img src="img/assets/imgMap.png" usemap="#imageMap"><map id="imageMap">
<area target="" alt="" title="" data-passage="Beach" coords="466,277,982,362" shape="rect">
<area target="" alt="" title="" data-passage="Cafe" coords="586,514,718,419" shape="rect">
<area target="" alt="" title="" data-passage="Reception" coords="324,629,542,529" shape="rect">
<area target="" alt="" title="" data-passage="Station" coords="216,503,47,333" shape="rect">
<area target="" alt="" title="" data-passage="Mall" coords="158,880,74,710" shape="rect">
<area target="" alt="" title="" data-passage="Gym" coords="345,725,496,841" shape="rect">
<area target="" alt="" title="" data-passage="Brothel" coords="567,886,698,764" shape="rect">
<area target="" alt="" title="" data-passage="Park" coords="789,783,1010,537" shape="rect">
</map>
</div>
<</nobr>>
[[Having Trouble?|FTM]]<img src="img/downtown/mall/mall.webp" height=400px />
You are at the Walkway Mall.
<button class="p_button b_tech" data-passage="TechMar">TechNUT Markt</button><button class="p_button b_ff" data-passage="Fashion Fac">Peanut Fashion</button><<if $corruption gte 10>><button class="p_button b_lusty_offer" data-passage="A Lusty Offer">A Lusty Offer</button><</if>>
[[Go Back|Travel]]<<if $period is 5 or $period is 0>><img src="img/assets/closed.webp" height=400px>
Cafe is closed.
[[Go Back|Travel]]<<else>><img src="img/street/cafe/cafe.webp">
You are in Paradise's most famous cafe. The logo on the wall says "since 1987". It's a bit crowded inside.
<<linkreplace "Coffee - $20">><<if $coffee is 0 && $money gte 20>><<goto "Drink">><<elseif $coffee is 1>>You already had a coffee today.<<else>>You don't have enough money.<</if>><</linkreplace>> <<if $lukeQuest1 is 2 && $period is 4>>[[Date with Luke|LukeDate2]]<</if>>
[[Toilet]]
<<if $cafeJob is 0>>[[Ask For a Job|CafeJobInterview]]<</if>><<if $cafeJob is 1 && $cafeQuest1 is 1>><<linkreplace "Work">><<if $energy gte 30 && $hygiene gte 30>><<goto "Work2">><<elseif $energy lt 30>>You are too tired to work.<<elseif $hygiene lt 30>>You can't work when you smell like that.<</if>><</linkreplace>><</if>><<if $cafeJob is 1 && $cafeQuest1 is 0>><<linkreplace "Work">><<if $energy gte 30 && $hygiene gte 30>><<goto "Work">><<elseif $energy lt 30>>You are too tired to work.<<elseif $hygiene lt 30>>You can't work when you smell like that.<</if>><</linkreplace>><</if>>
<<if $cafeQuest1 is 1>>[[Richard's Office|cafeoffice]]<</if>>
<<if $cafeWork gte 50 && $cafe_promotion is 0 && $richard_rel gte 40>>[[Ask for promotion|Promotion]]<</if>>
[[Go Back|Travel]]
<</if>>
<img src="img/beach/beach.png">
You have come to the most beautiful beach you have ever seen in your life, with the bright sea and the sparkling sands.<<if $bikiniW is 1>><p class="translation_problem">If you want to leave the beach, you should wear your normal clothes.</p><</if>>
<button class="p_button b_beach_locker" data-passage="Locker Room">Locker Room</button><button class="p_button b_b_cafe" data-passage="B_Cafe_Inside">Beach Cafe</button><<if $bikiniW is 1>><button class="p_button b_plage" data-passage="Plage">Plage / WIP</button><button class="p_button b_b_shower" data-passage="B_Shower">Shower</button><<elseif $hygiene lte 30 && $bikiniW is 1>><button class="p_button b_b_shower" data-passage="B_Shower">Shower</button><<else>><button class="p_button b_street" data-passage="Travel">Travel</button><</if>><img src="img/downtown/gym/gym.webp">
<<if $period gt 4 or $period is 0>>Gym is closed.<<else>>
<<if $gym_first is 0>>You are at the entrance of the gym. A muscular, tall man is coming towards you.
<<Luke>>Hi! How can I help you?<</Luke>>
<<else>>You are at the entrance of the gym.<</if>>
<p class="translation_problem">You need sports clothes to train here. </p>
<<if $gym_sub is 0>>
<<linkreplace "Daily Subscription - ''$10''" t8n>><<if $money lt 10>>You don't have enough money.<<else>><<gym_sub +1>><<set $money -=10>><<goto "gym_inside">><</if>><</linkreplace>>
<<linkreplace "7 Day Subscription - ''$50''" t8n>><<if $money lt 50>>You don't have enough money.<<else>><<gym_sub +7>><<set $money -=50>><<goto "gym_inside">><</if>><</linkreplace>>
<<linkreplace "30 Day Subscription - ''$200''" t8n>><<if $money lt 200>>You don't have enough money.<<else>><<gym_sub +30>><<set $money -=200>><<goto "gym_inside">><</if>><</linkreplace>>
<<else>>
[[Go Inside|gym_inside]]
<</if>>
<</if>>
[[Go Back|Travel]]<img @src="'img/nsfw/' + either('anal1', 'anal2', 'anal3') + '.webp'" height=400px>
You watched porn for a while.
<span style="color:#6600FF">+ Arousal</span>
<<arousal +10>><<linkreplace "Watch another one">><<script>>state.display(state.active.title, null, "back")<</script>><</linkreplace>>
<<if $arousal gte 50>>[[Masturbate]]<</if>>
<<if $arousal gte 50 && $dildo is 1>>[[Masturbate with dildo|MasWDildo]]<</if>>
[[Go back to Pornhub|Watch Porn]]
[[Go back to Laptop|Laptop]]<img @src="'img/nsfw/' + either('vaginal1', 'vaginal2', 'vaginal3', 'vaginal4') + '.webp'" height=400px>
You watched porn for a while.
<span style="color:#6600FF">+ Arousal</span>
<<arousal +10>><<linkreplace "Watch another one">><<script>>state.display(state.active.title, null, "back")<</script>><</linkreplace>>
<<if $arousal gte 50>>[[Masturbate]]<</if>>
<<if $arousal gte 50 && $dildo is 1>>[[Masturbate with dildo|MasWDildo]]<</if>>
[[Go back to Pornhub|Watch Porn]]
[[Go back to Laptop|Laptop]]<img @src="'img/nsfw/' + either('masturbate1', 'masturbate2', 'masturbate3', 'masturbate4') + '.webp'" height=400px>
Your body can no longer keep up with your accelerating hands. Ohh! You can't hold it anymore! You need to cum!
[[Cum]]<img src="img/downtown/mall/techmar.webp" height=400px>
You wanted to take a look at the tech gadgets. They are expensive tho.
<div class=txtborder txtdarkbkg><b>Computer & Stuff </b>
<<nobr>>
<<if $laptop is 0 && $money gte 2000>>
<<linkreplace "Laptop - $2000">>
<<set $money -=2000>>
<<set $laptop to 1>>
<<updatebar>>
You bought a laptop. <<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>
<<elseif $laptop is 0 && $money lt 2000>>
You can't afford a laptop. ($2000)
<<else>>
You already have a laptop!
<</if>>
<</nobr>>
<<nobr>>
<<if $webcam is 0 && $money gte 300>>
<<linkreplace "Webcam - $300">>
<<set $money -= 300>>
<<set $webcam to 1>>
<<updatebar>>
You bought a webcam. <<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>
<<elseif $webcam is 0 && $money lt 300>>
You can't afford a webcam. ($300)
<<else>>
You already have a webcam!
<</if>>
<</nobr>>
</div>
[[Go Back|Mall]]<img src="img/downtown/mall/lustyoffer.webp" height=400px>
OMG! There are so many beautiful toys here!
<div class=txtborder txtdarkbkg><b>Toys </b>
<<nobr>>
<<if $buttplug is 0 && $money gte 400>>
<<linkreplace "Buttplug - $400">>
<<set $money -=400>>
<<set $buttplug to 1>>
<<updatebar>>
You bought a buttplug. <<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>
<<elseif $buttplug is 0 && $money lt 400>>
You can't afford a buttplug. ($400)
<<else>>
You already have a buttplug!
<</if>>
<</nobr>>
<<nobr>>
<<if $dildo is 0 && $money gte 500>>
<<linkreplace "Dildo - $500">>
<<set $money -= 500>>
<<set $dildo to 1>>
<<updatebar>>
You bought a dildo. <<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>
<<elseif $dildo is 0 && $money lt 500>>
You can't afford a dildo. ($500)
<<else>>
You already have a dildo!
<</if>>
<</nobr>>
</div>
[[Go Back|Mall]]<img src="img/prologue/airport_mick.webp" />
Mick came to pick you up.
<<Mick>>Hey! Get in the car. Let's go before the traffic jam.<</Mick>>
[[Get in the car|Friend2]]<img src="img/prologue/mick.webp" />
<<Mick>>Why didn't you tell me before you came?<</Mick>>
<<mc>>Believe me, I remembered you when I got here.<</mc>>
<<Mick>>Am I not someone to be remembered?<</Mick>>
<<mc>>Come on! You know I don't mean it like that. It just didn't occur to me.<</mc>>
<<Mick>>I forgive you this time.<</Mick>>
He smiles.
<<Mick>>Should I drop you off at the hotel or do you want to hang out with me today?<</Mick>>
[[Hang out with him|Friend3]]
[[Let's hang out another time (Go to the Hotel)|Hotel]]<img src="img/nsfw/mick1.webp">
As you continued down the road, Mick suddenly started touching your legs, caressing you.
You didn't like him touching you, but your horniness was growing.
<span style="color:#6600FF">+ Arousal</span>
<<arousal +10>>
[[Endure it|Friend 4]]
[[Stop him|StopMick]]
<img src="img/hotel/laptop/peanutfans.png" height=400px/>
<<if $corruption lt 20 && $webcam is 0>>(For streaming, you must have a webcam and your corruption must be equal to or higher than 20.)<</if>>
[[Watch a Stream]]
<<if $pfans is 1>>[[Stream]]<<elseif $webcam is 1 && $corruption gte 20>>[[Create an Account|CreateAcc]]<</if>>
[[Go Back|Laptop]]<<if $iButt is 1>><img @src="'img/nsfw/' + either('plugged1', 'plugged2') + '.webp'" height=400px>
Your ass looking cute and have a buttplug inside your asshole.
<<else>><img @src="'img/nsfw/' + either('ass1', 'ass2', 'ass3') + '.webp'" height=400px>
You got a nice, shapely ass.
<</if>>
[[Go back to Mirror|Mirror]]
[[Go back to Bathroom|Bathroom]]<img @src="'img/nsfw/' + either('tits1', 'tits2') + '.webp'" height=400px>
You have adorable, nice looking tits.
[[Go back to Mirror|Mirror]]
[[Go back to Bathroom|Bathroom]]<<if $facial is 1>><img src="img/assets/facial.png"><<else>><img src="img/assets/face.webp"><</if>>
<<if $facial is 1>>You have cum in your face!<<elseif $fitness lt 10>>Even though you have a pretty face, the fat on your face shows that you don't exercise.<<elseif $fitness lt 30>>Your facial features are finally taking shape. With a little more exercise, you could be the most beautiful girl on the island.<<elseif $fitness gte 30>>Your facial features are a work of art. If they wanted to make a silhouette of a woman on the island, they would probably use you as a model.<</if>>
[[Go Back|Bathroom]]<img src="img/park/park.jpg" height=400px>
The park has a really nice, lively atmosphere. It is greener and more spacious than the rest of the city.
<button class="p_button b_street" data-passage="Travel">Travel</button><button class="p_button b_toilet" data-passage="Public Toilet">Public Toilet</button><<if $sport_clothes is 1 && $period lte 4>><button class="p_button b_jog" data-passage="Jog">Jog</button><</if>><button class="p_button b_bench" data-passage="Bench">Bench</button>
<<if $quest3 is 1 && $corruption gte 20 && $period gte 1 && $period lt 5>>[[Tease the municipal employees|Employee]]<</if>> <<if $quest3 is 1 && $corruption gte 30 && $period gte 1 && $period lt 5>>[[Provoke people with your actions|Provoke]]<<elseif $quest3 is 1 && $corruption gte 20 && $period is 5>>It's too late to do something naughty.<</if>>
<<if $arrested is 1 && $period gte 1 && $period lt 5>>[[Flash]]<<elseif $corruption gte 40 && $period gte 1 && $period lt 5>>[[Flash|FlashFirst]]<</if>><img src="img/park/jog.webp" height=400px>
You did a few laps in the park.
Nothing strange happened.
<<if $fitness lt 10>><<fitness +1>><span style="color:#FFB700">+ Fitness</span><<else>>You can no longer increase your fitness here.<</if>><<updatebar>>
<<AdvancePeriod>><<replace "#now">><<now>><</replace>><<if $period is 1 or $period is 2 or $period is 3 or $period is 4>><<linkreplace "Do it again!">><<script>>state.display(state.active.title, null, "back")<</script>><</linkreplace>>
<<else>>It's too late. Come on, go back.
<</if>>
[[Go Back|Park]]
<img src="img/park/p_toilet.png"><<set $random = random(3)>>
It's a toilet where you can meet your needs even though it doesn't look very clean.
[[Mirror|PublicMirror]]
<<if $random is 1 && $local_cor gte 10>>[[Stall|gh_entry]]<<else>>[[Stall]]<</if>>
[[Wash Your Face|WashFace3]]
[[Go Back|Park]]<<if $start2 is 1>>[[Help & Quests]][[Cheats]]<</if>><img src="img/nsfw/mick3.webp">
You tell him to stop. He gets a little angry, but pulls his hand away.
<<Mick>>If you don't want it, I'll drop you off at the hotel.<</Mick>>
You just nodded and said nothing.
<<linkreplace "Continue">>
<img src="img/prologue/drive.webp" height=400px>
He took you to the hotel.
<<mc>>Please don't try to do things like that unless I want them to.<</mc>>
<<Mick>>I will try :)<</Mick>>
He waved at you and drove off.
[[Get in to the Hotel.|Hotel]]
<</linkreplace>><img src="img/nsfw/mick2.webp">
You decided to endure. What could he possibly do? In the meantime, you realize that you are getting further away from the city. But he was one of your close friends after all.
<span style="color:#6600FF">+ Arousal</span>
<<arousal +10>>
[[Let him keep doing what he's doing|Friend5]]
[[Stop him|StopMick]]<img src="img/nsfw/mick4.webp" height=400px>
He took things too far and started caressing your tits. One hand on your tits and the other one stroking his dick over his pants.
<span style="color:#6600FF">+ Arousal</span><<arousal +10>>
[[Approach him|Friend 6]]
[[Enough!|StopMick]]<img src="img/nsfw/mick5.webp" height=400px>
You unzip his pants and start sucking his dick. He tasted little salty but you loved it.
<span style="color:#6600FF">+ Arousal</span><<arousal +10>><span style="color:#FF00DA">+ Corruption</span><<corruption +1>><<Mick>>Stop for a minute, hun. Let me park the car.<</Mick>>
[[Continue|Friend7]]<img src="img/nsfw/mick6.webp">
While he was parking the car, you decided to take off your clothes.
<<linkreplace "Continue">>
He parked the car on the side of the road, took off his pants. He was waiting for you to jump on him.
[[Jump on him|Friend8]]
<</linkreplace>><img src="img/nsfw/mick7.webp" height=400px>
You jumped on him without hesitation.
<span style="color:#6600FF">+ Arousal</span><<arousal +10>><span style="color:#FF00DA">+ Corruption</span><<corruption +1>><<Mick>>Oh, you are so tight $name!<</Mick>>
<<mc>>Your dick is so good Mick. I love it! Go faster!<</mc>>
<<linkreplace "Faster!">>
<img src="img/nsfw/mick8.webp" height=400px>
<<Mick>>You love it, don't you? Your pussy is so wet!<</Mick>>
<<mc>>Just shut up and fuck me!<</mc>>
<<linkreplace "More!!">>
<img src="img/nsfw/mick9.webp" height=400px>
He keeps on fucking you nonstop. You are losing your mind!
<<Mick>>I'm so close!!<</Mick>>
<<mc>>Mmmmhh...<</mc>>
<span style="color:#6600FF">+ Arousal</span><<arousal +10>><span style="color:#FF00DA">+ Corruption</span><<corruption +1>><<updatebar>>
[[Cum on my face!|Facial]]
[[Don't say anything|Friend9]]
<</linkreplace>>
<</linkreplace>>You lay in the car seat and open your mouth and wait for him to cum.
<img src="img/nsfw/mick11.webp" height=400px>
He finally came on your face. Some you swallowed, some got on your face and around.
You stood up, wiped your face and you both got dressed.
<span style="color:#6600FF">- Arousal</span><<set $arousal to 0>>
<<mc>>Can you drop me off at the hotel?<</mc>>
He just nodded and started the engine.
[[Go to the Hotel|Hotel]]<img src="img/nsfw/mick10.webp" height=400px>
He lifted you up a little bit and started jerking off. And finally he came.
<<Mick>>You are too good $name. What a nice pussy you have!<</Mick>>
You couldn't say anything. You lost your mind.
<span style="color:#6600FF">- Arousal</span><<set $arousal to 0>>
When he started to wearing his clothes you said;
<<mc>>Can you drop me off at the hotel?<</mc>>
He just nodded and started the engine.
[[Go to the Hotel|Hotel]]<img src="img/park/bench.webp">
An ordinary wooden bench.
<<if $period gt 4 or $period is 0>>[[Sleep|Sleep2]]
<<else>>[[Sit on the bench.]]<</if>>
<button class="p_button b_park" data-passage="Park">Park</button><img src="img/park/sleep.jpg" width=400px />
You slept on the bench. You're lucky nothing happened.
<span style="color:#00FFFF">- Hygiene</span>
<span style="color:#6600FF">- Arousal</span>
<<if $iButt is 1>><span style="color:#FF00DA">+ Corruption (You are plugged.)</span><<corruption +1>><</if>>
[[Wake up|Bench]]
<<Sleep>><img src="img/park/sit.webp">
You spent some time sitting on the bench.
<<AdvancePeriod>><<replace "#now">><<now>><</replace>><<if $period is 1 or $period is 2 or $period is 3 or $period is 4>><<linkreplace "Sit more.">><<script>>state.display(state.active.title, null, "back")<</script>><</linkreplace>><<else>>It's too late. Come on, go back.
<</if>>
[[Go Back|Park]]<img @src="'img/nsfw/' + either('flash1', 'flash2') + '.webp'" height=400px>
<<if $period gt 4 or $period is 0>>It is too late. Go back.<<else>>
You flashed strangers in the park. For some reason you enjoyed exhibitionism. You thought to yourself, am I pervert?<<set $random = random(3)>>
<span style="color:#6600FF">+ Arousal<<arousal +10>></span><<AdvancePeriod>><<updatebar>>
<<if $random is 2 && $local_cor lt 20>>
<<Random>>PERVERT!<</Random>>
<span style="color:#8A2BE2">+ L. Corruption</span><<local_cor +2>>
<<elseif $random is 2 && $local_cor gte 20>>
<<Random>>Hey, your tits are beautiful! Can I touch?<</Random>>
<<linkreplace "Let him">><img @src="'img/nsfw/' + either('grope1', 'grope2', 'grope3') + '.webp'" height=300px>
You let him grope you. You loved it and got excited.
<<if $corruption && $local_cor gte 30>><<Random>>Wanna continue?<</Random>>
[[Yes|FlashFuck]]
<</if>>
<span style="color:#6600FF">+ Arousal</span>
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#8A2BE2">+ L. Corruption</span>
<<updatebar>><<arousal +10>><<local_cor +1>><<corruption +1>>
<</linkreplace>>
<</if>>
<</if>>
[[Go Back|Park]]<img src="img/street/cafe/drink.webp" height=400px>
You had a coffee. You feel more energetic now.
<span style="color:#00FF00">+ Energy</span><<energy +20>><<set $money -=5>><<updatebar>>
<<set $coffee to 1>>[[Go Back|Cafe]]
<img src="img/street/cafe/cafe_boss.webp"/>
You came face to face with a slightly overweight man sitting at his desk.
<<if $richardTalk is 0>><<mc>>I've come to the right room, haven't I?<</mc>>
<<Richard>>Yes, if you're here to apply for a job.<</Richard>>
<<mc>>Yes, I want to apply for a job.<</mc>>
<<Richard>>Welcome then! First, let me introduce you to this legendary cafe. My father opened this cafe in 1987. At that time it was the only cafe here. I've been running the cafe since my father died in 2013.<</Richard>>
<<mc>>Rest in peace.<</mc>>
<<Richard>>Let's talk about your job. You're just going to be a waitress. Take orders, carry coffees, clean tables. Nothing else.<</Richard>>
<<Richard>>You will be given $30 per shift. You can also get tips from customers. Come and work whenever you want from morning to evening. So, you want the job or not?<</Richard>><<set $richardTalk to 1>><<else>><<Richard>>Do you want the job now?<</Richard>><</if>>
<<set $richardTalk to 1>>
<<linkreplace "Okay, I want it">><<set $cafeJob to 1>>
<<goto "Cafe">><</linkreplace>>
[[Nope, I don't want this job|Cafe]]
<<if $cafeWork is 15>><img src="img/street/cafe/customer.webp">
You made a mistake and spilt tea on a customer. The man suddenly got angry and started shouting at you. You could hear in his voice that he was in pain.
<<customer>>Hey! What are you doing? (ahh) You burnt me! Call your boss now!<</customer>>
You realise you're gonna pay for what you did. You went and called your boss out of his office and brought him to the client.
<<Richard>>Hi, how can I help you sir?<</Richard>>
<<customer>>This girl just burnt me! I want to get my payment back.<</customer>>
<<Richard>>Okay sir, tell the cashier your table number and ask for your payment back. I'll tell the cashier to take care of it.<</Richard>>
The customer got up from the table in anger and went to the cashier.
<<Richard>>$name what do you think you are doing? Be more careful. Now come to my office. I want to talk to you.<</Richard>>
<span style="color:#C1C2E2">- Richard Relationship</span>
[[Go to the Office|officetalk]]<<richard -10>><<set $cafeWork +=1>>
<<else>><img src="img/street/cafe/work.jpg" height=400px>
You worked a few hours and got paid the shift.<<updatebar>>
<<set $tips = random(10)>>
<span style="color:#2E8B57">+ $30 + $tips (Tips)</span><<set $money +=$tips>><<set $money +=30>><<set $money +=$tips>>
<span style="color:#00FF00">- 30 Energy</span>
<span style="color:#00FFFF">- 20 Hygiene</span>
<<AdvancePeriod>><<replace "#now">><<now>><</replace>>
[[Go Back|Cafe]]<<hygiene -20>><<energy -30>><<set $cafeWork +=1>><<richard +1>>
<</if>><img src="img/street/cafe/cafe_boss.webp"/><<set $cafe_promotion to 1>>
<<mc>>Hi boss! I've been working here for a while. And now I think I'm experienced. Can I promote?<</mc>>
<<Richard>>If you want a promotion, you should deserve it. That's how things work here.<</Richard>>
Saying this, he points his dick.
<<linkreplace "Get closer to him">>You walked slowly and flirty towards Richard. You put your hands on the table and slightly protrude your hips.
[[Continue|CafeSpank]]<</linkreplace>>
[[Just get the promotion|Cafe]]You're out of energy. You will pass into the new day.
<<linkreplace "Continue">><<set $coffee to 0>><<set $energy to 100>><<if $normal_room is 1>><<NextMorning>><<set $rent +=1>><<goto "Room">><<else>><<NextMorning>><<goto "Park">><</if>><</linkreplace>><div class="center-start starter page1">
<p class="version">v0.5</p>
<div class="header">Paradise</div>[[New Game|Start]]
<<link "Load Game">><<script>>UI.saves()<</script>><</link>>
<<popup "Changelog" "Changelog">>
<a href="https://www.patreon.com/peanutgames"><img src=img/assets/createdby.png width=250px></a>
</div>You stepped in front of him and got down on your knees.
<img src="img/nsfw/cafe_blow.webp" height=400px>
You pulled his dick out of his pants and after playing for a bit you started sucking his dick.
<span style="color:#6600FF">+ Arousal</span><<arousal +30>><<Richard>>Mmhh, you know how to suck a dick.<</Richard>>
You couldn't say anything. Just made noise.
<<Richard>>I'm clooose honey!<</Richard>>
You quickly took his dick out of your mouth.
<<linkreplace "Facial">><img src="img/nsfw/cafeFacial.webp" width=400px>
He came in your face.
<span style="color:#FF00DA">+ Corruption</span>
<<Richard>>Now you deserve a promotion.<</Richard>>
[[Go Back|Cafe]]<<corruption +3>><<set $facial to 1>><<updatebar>>
<</linkreplace>>
Richard stood up, lifted your skirt up and took off your panties.
<img src="img/nsfw/cafe_spank.webp" width=400px>
It hadn't even crossed your mind that he would do this, but you were enjoying it.
<span style="color:#6600FF">+ Arousal</span><<arousal +30>><<Richard>>Well I think you are enjoying it so much. Now it is my turn.<</Richard>>
After saying that, he unzip his pants and sat in his chair.
[[Get on your knees|CafeBlow]]<img src="img/street/cafe/cafeToilet.png">
A fresh, fragrant toilet.
[[Mirror|ToiletMirror]]
[[Wash your face|WashFace]]
[[Stall|CafeStall]]
[[Go Back|Cafe]]
<<if $facial is 1>><img src="img/assets/facial.png"><<else>><img src="img/assets/public_face.png"><</if>>
<<if $facial is 1>>You have cum in your face!<<elseif $fitness lt 10>>Even though you have a pretty face, the fat on your face shows that you don't exercise.<<elseif $fitness lt 30>>Your facial features are finally taking shape. With a little more exercise, you could be the most beautiful girl on the island.<<elseif $fitness gte 30>>Your facial features are a work of art. If they wanted to make a silhouette of a woman on the island, they would probably use you as a model.<</if>>
[[Go Back|Toilet]]<img src="img/downtown/street.jpg" height=400px>
You are in the downtown now. There is a more colorful atmosphere here than in other places. <<if $facial is 1>><p class="translation_problem">People are looking at you. You have cum in your face!</p><</if>>
<button class="p_button b_street" data-passage="Travel">Travel</button><button class="p_button b_mall" data-passage="Mall">Mall</button><button class="p_button b_gym" data-passage="Gym">Gym</button><button class="p_button b_beach" data-passage="Beach">Beach</button>
<div class="hq_title">Abacus</div><div class="hq_box">Worked in cafe $cafeWork times.
Did yoga $yoga times.
<<if $gym_sub is 0>>You don't have a gym membership.<<else>>Gym subscription expires in $gym_sub days.<</if>></div>
<div class="hq_title">Quests</div><div class="hq_box"><p class="hq_title2">Main Story</p><<if $day lt 5>>You need to wait until Day 5.<<elseif $day gte 5 && $quest1 is 0>>Go to your room and pick up the phone.<<elseif $day lt 8 && $quest1 is 1>>Wait until Day 8.<<elseif $day gte 8 && $quest1 is 1 && $quest2 is 0>>Someone will knock on your door at evening.<<elseif $day lt 12 && $quest2 is 1>>Wait until Day 12.<<elseif $day gte 12 && $quest2 is 1 && $quest3 is 0>>Check under the door of the room.<<elseif $corruption lt 20 && $quest3 is 1>>Increase your corruption to 20<<elseif $corruption gte 20 && $quest3 is 1 && $quest4 is 0 && $corruption lt 30>>Go to the park and choose what to do. (New ones will appear as corruption increases.)<<elseif $corruption gte 30 && $quest3 is 1 && $quest4 is 0 && $corruption lt 40>>New things have opened in the park. Keep raising your corruption. (40)<<elseif $corruption gte 40 && $quest3 is 1 && $quest4 is 0>>Do exhibitionism in the park. (Flash)<<elseif $quest4 is 1 && $mickDate1 is 1 && $quest5 is 0>>From day 18, night, bedroom.<<elseif $quest5 is 1 && $evaQuest1 is 0>>Continue on Eva's story.<<elseif $evaQuest1 is 1 && $quest6 is 0>>Go to the Brothel at afternoon.<<else>>That's all for now.<</if>></div>
<div class="hq_box"><p class="hq_title2">Mick ($mick_rel/100)</p><<if $quest4 is 0>>Continue on Main Story.<</if>><<if $quest4 is 1 && $mickDate1 is 1>>That's all for now.<<elseif $quest4 is 1>>Go to your room in the evening.<</if>></div>
<div class="hq_box"><p class="hq_title2">Luke ($luke_rel/100)</p><<if $yoga lt 5>>After doing yoga 5 times, try doing it again. Luke might want to help you.<<elseif $yoga is 5>>Do yoga. Luke might want to help you.<<elseif $luke_help is 1 && $luke_rel lt 20>>You unlocked interactions with him. Try to workout with him and improve your relationship.<</if>>
<<if $luke_mail is 1>><<elseif $luke_rel gte 10>> He sent you a mail! Look at your laptop.<</if>><<if $lukeQuest1 is 1>> Go to the gym and talk to him.<<elseif $lukeQuest1 is 2>>Go to the café in the evening.<<elseif $lukeQuest1 is 3>>That's all for now.<</if>></div>
<div class="hq_box"><p class="hq_title2">Richard ($richard_rel/100)</p><<if $cafeQuest1 is 0>>After you've been working at the cafe for a while, you'll have an incident.<<elseif $cafe_promotion is 0>>You can ask for a promotion after you've worked in the cafe 50 times and your relationship with Richard has passed 40.<<else>>That's all for now.<</if>>
You can improve your relationship with Richard by working at the cafe and visiting his office.</div>
<<if $quest5 is 1>><div class="hq_box"><p class="hq_title2">Eva ($eva_rel/100)</p><<if $evaMeet is 0>>Someone's in the corridor.<<elseif $evaMeet is 1 && $day lt 21>>Wait until day 21.<<elseif $evaMeet is 1 && $day gte 21 && $evaQuest1 is 0>>Go to Eva's room in the evening.<<elseif $evaQuest1 is 1>>That's all for now.<</if>></div><</if>>
<div class="hq_box"><p class="hq_title2">Side Scenes</p><<if $local_cor gte 5 && $corruption gte 15>>Someone might try to catch up with you in the elevator.<<else>>Increase local corruption and your corruption. After that, go to the elevator.<</if>>
Someone might knock on your door while you're masturbating in cafe's toilet.
<<if $corruption lt 10>>Increase your corruption to 20 and a new shop is waiting for you in the mall.<<else>>You can buy nice toys at the mall and try them out at home.<</if>>
<<if $corruption lt 30>>Increase your corruption to 30 and get on the balcony.<<else>>Get on the balcony and put on a show for the neighborhood.<</if>>
<p class="hq001">We want you to discover the other side scenes <3</p></div>
<div class="hq_title">Jobs</div><div class="hq_box">You can work at the cafe on the street. <<if $cafe_promotion is 0>>You can earn promotions by working 50 shifts in street cafe.<</if>>
You can stream on PeanutFans. But check the requirements.
</div>
<div class="hq_title">Variables</div><div class="hq_box"><b><span style="color:#00FF00">Energy</span></b>
The energy bar shows how much energy your character has left. Try not to drop it to zero.
</div>
<div class="hq_box"><b><span style="color:#00FFFF">Hygiene</span></b>
It shows how clean your character is. If you're dirty, you can't go out without a shower. Also, you can't do some events while dirty. (i.e you can't work.)
</div>
<div class="hq_box"><b><span style="color:#FFB700">Fitness</span></b>
Indicates how fit your character is. If your character is fit enough, new jobs can be unlocked. (Not implemented yet.)
</div>
<div class="hq_box"><b><span style="color:#FF00DA">Corruption</span> & <span style="color:#8A2BE2">L. Corruption</span></b>
It may seem complicated but it's not. Corruption determines what your character can do and local corruption determines how the locals react to your actions.
</div>
<div class="hq_box"><b><span style="color:#6600FF">Arousal</span></b>
Indicates the amount of arousal of the character. If it's high, you should relieve yourself.
</div>
<<back>><img src="img/street/cafe/wash_face.webp">
You washed your face. <<if $facial is 1>>You got rid of the sperm on your face.<<set $facial to 0>><</if>>
<<if $hygiene lt 50>><span style="color:#00FFFF">+ Hygiene</span><<hygiene +10>><<else>>You can't increase your hygiene any more by washing your face.<</if>>
[[Go Back|Toilet]]<<set $gym_first to 1>><img src="img/downtown/gym/gym_inside.webp">
<<if $period is 1 or $period is 2 or $period is 3 or $period is 4>>There is a spacious environment inside. It's not very crowded.
<<linkreplace "Workout">><<if $sport_clothes is 1>><<goto "Workout">><<else>>You need sport clothes to work here.<</if>><</linkreplace>>
<<if $gym_yoga is 0 && $sport_clothes is 1>>[[Ask Luke to teach you Yoga|YogaLuke]]<<elseif $gym_yoga is 1 && $sport_clothes is 1>>[[Yoga|GymYoga]]<</if>>
<<if $luke_help is 1>>[[Workout with Luke|wLuke]]<</if>> <<if $lukeQuest1 is 1>>[[Talk to Luke|LukeDate1]]<</if>>
<<if $sport_clothes is 1 && $corruption gte 20 && $local_cor lte 15>>[[Tease|GymTease1]]<<elseif $sport_clothes is 1 && $corruption gte 20 && $local_cor gte 15>>[[Tease|GymTease2]]<</if>>
[[Go Back|Gym]]
<<else>><<Luke>>Gym is closing. You need to leave.<</Luke>>
[[Go Back|Travel]]
<</if>><img @src="'img/downtown/gym/' + either('workout1', 'workout2', 'workout3') + '.webp'" height=400px>
The pain of your muscles contracting gives you pleasure. There's nothing better than feeling like you're growing, is there?
<span style="color:#00FF00">- Energy</span>
<span style="color:#00FFFF">- Hygiene</span>
<span style="color:#FFB700">+ Fitness</span><<updatebar>><<AdvancePeriod>><<replace "#now">><<now>><</replace>>
<<if $period is 1 or $period is 2 or $period is 3 or $period is 4>><<linkreplace "Do it again!">><<script>>state.display(state.active.title, null, "back")<</script>><</linkreplace>>
<<else>>It's too late to work again.
<</if>>
[[Go Back|gym_inside]]<<energy -30>><<hygiene -20>><<fitness +2>><img src="img/downtown/mall/sport_store.png">
Here you can buy clothes and sport things.
<div class=txtborder txtdarkbkg><b>Clothes</b>
<<nobr>>
<<if $sport_clothes is 0 && $money gte 350>>
<<linkreplace "Crop Tank & Leggings - $350">>
<<set $money -=350>>
<<set $sport_clothes to 1>>
<<updatebar>>
You bought Crop Tank & Leggings. <<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>
<<elseif $sport_clothes is 0 && $money lt 350>>
You can't afford Crop Tank & Leggings. ($350)
<<else>>
You already have Crop Tank & Leggings!
<</if>>
<</nobr>>
<<nobr>>
<<if $yoga_mat is 0 && $money gte 200>>
<<linkreplace "Yoga Mat - $200">>
<<set $money -=200>>
<<set $yoga_mat to 1>>
<<updatebar>>
You bought Yoga Mat. <<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>
<<elseif $yoga_mat is 0 && $money lt 200>>
You can't afford Yoga Mat. ($200)
<<else>>
You already have Yoga Mat!
<</if>>
<</nobr>>
<<nobr>>
<<if $bikini is 0 && $money gte 400>>
<<linkreplace "Bikini - $400">>
<<set $money -=400>>
<<set $bikini to 1>>
<<updatebar>>
You bought Bikini. <<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>
<<elseif $bikini is 0 && $money lt 400>>
You can't afford Bikini. ($400)
<<else>>
You already have Bikini!
<</if>>
<</nobr>>
</div>
[[Go Back|Mall]]<<set $answer to ''>>\
<<textbox '$answer' '' autofocus>>\
<span id='textbox-submit'>\
<<button 'Send'>>
<<set $answer to $answer.trim().toLowerCase()>>
<<if hashStr($answer) == 746308793>><<goto "Cheats2">>
<<replace '#textbox-submit'>>\
/* Removes the button */
<</replace>>
<<replace '#textbox-reply'>>\
Correct!
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<else>>
<<replace '#textbox-reply'>>\
@@.alert;Incorrect.@@ Please try again.\
<</replace>>
<</if>>
<</button>>\
</span>
<<script>>
$(document).one(":passagerender", function (ev) {
$(ev.content).find("#textbox-answer").on("keyup", function (e) {
if (e.keyCode === 13) {
$("#textbox-submit button").trigger("click");
}
});
});
<</script>>
<span id='textbox-reply'></span>
<a style="discord" href="https://patreon.com/peanutgames"><img src="img/assets/patreon.png" width=50 height=50 ></a><span class="bagis"><a href="https://patreon.com/peanutgames">Here you can both support us and access cheats in the game!</a>
</span>
<<back>><div class=vegan-style>Cheats</div>
Money: <<linkreplace "+1000" t8n>>
<<set $money +=1000>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>> <<linkreplace "+10000" t8n>>
<<set $money +=10000>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>
Corruption: <<linkreplace "+" t8n>>
<<corruption +5>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>> <<linkreplace "-" t8n>>
<<corruption -5>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>
L. Corruption: <<linkreplace "+" t8n>>
<<local_cor +5>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>> <<linkreplace "-" t8n>>
<<local_cor -5>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>
Fitness: <<linkreplace "+" t8n>>
<<fitness +5>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>> <<linkreplace "-" t8n>>
<<fitness -5>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>
Hygiene: <<linkreplace "+" t8n>>
<<hygiene +5>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>> <<linkreplace "-" t8n>>
<<hygiene -5>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>
Arousal: <<linkreplace "+" t8n>>
<<arousal +5>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>> <<linkreplace "-" t8n>>
<<arousal -5>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>
After applying the cheats, go to one of the locations below.
[[Travel]]
[[Room]]<img src="img/street/cafe/wash_face.webp">
You washed your face. <<if $facial is 1>>You got rid of the sperm on your face.<<set $facial to 0>><</if>>
<<if $hygiene lt 50>><span style="color:#00FFFF">+ Hygiene</span><<hygiene +10>><<else>>You can't increase your hygiene any more by washing your face.<</if>>
[[Go Back|Bathroom]]<img src="img/hotel/hallway.png">
You are in a nice hallway with a simple design. Nothing but a few doors and frames on the wall.
<<if $evaMeet is 1>><button class="p_button b_rooms" data-passage="Room101Eva">Room 101 (Eva)</button><<else>><button class="p_button b_rooms" data-passage="Room101">Room 101</button><</if>><button class="p_button b_room" data-passage="Room">Room 102 (Yours)</button><button class="p_button b_rooms" data-passage="Room103">Room 103</button>
<button class="p_button b_elevator" data-passage="Elevator">Elevator</button>
<<if $evaMeet is 1>><<elseif $quest5 is 1>>[[A Woman Moves into the Room Next to Yours|eva1]]<</if>><img src="img/hotel/elevator.png" height=400px>
A modern elevator.<<set $random = random(3)>>
<button class="p_button b_elvg" data-passage="Reception"></button><button class="p_button b_elv1" data-passage="Hallway"></button>
<<if $random is 1 && $local_cor gte 5 && $corruption gte 15 && $period lte 4>>A man approaches the elevator. Will you close the door or hold it open for him?
[[Press the button to keep the door open|Elv_Man1]]<</if>><img src="img/beach/locker_room.png">
<<if $bikiniW is 0 && $bikini is 1>>[[Put on your Bikini]]<<elseif $bikiniW is 1>>[[Wear your normal clothes]]<<else>>You don't have a bikini!<</if>>
[[Beach]]<img src="img/nsfw/bikini.webp" height=400px>
You wore your bikini.
<<set $bikiniW to 1>>
[[Locker Room]]<img src="img/nsfw/locker_room.webp" height=400px>
You wore your normal clothes.
<<set $bikiniW to 0>>
[[Locker Room]]<<if $period is 5 or $period is 0>><img src="img/beach/beach_night.webp" height=400px>
There's barely anyone left on the beach. It's too late to do anything here.
[[Go Back|Beach]]<<else>><img src="img/beach/plage.jpg" height=400px>
Here, some people are having fun in the sea, while others are lying on sunbeds. So what will you do?
<<linkreplace "Sunbathe">><<if $hygiene lt 10>>You can't sunbathe when you are dirty.<<else>><<goto "Sunbathe">><</if>><</linkreplace>>
<<linkreplace "Swim">><<if $hygiene lt 15>>You can't swim when you are dirty.<<else>><<goto "Swim">><</if>><</linkreplace>>
[[Go Back|Beach]]
<</if>><img src="img/nsfw/s_masturbate.webp" height=400px>
The heat emitted by the steam makes you even horny. You started to masturbate.
You're finally relieved.
<span style="color:#6600FF">- Arousal</span>
<span style="color:#FF00DA">+ Corruption</span><<corruption +1>>
<<set $arousal to 0>>
<<updatebar>><<if $period gt 4 or $period is 0>><<else>><<AdvancePeriod>><</if>>
[[Go Back|Room]]<img src="img/nsfw/s_mas_w_dildo.webp" height=400px>
When the temperature of the shower increased, you decided to play with your dildo.
You're finally relieved.
<span style="color:#6600FF">- Arousal</span>
<span style="color:#FF00DA">+ Corruption</span><<corruption +1>>
<<set $arousal to 0>>
<<updatebar>><<if $period gt 4 or $period is 0>><<else>><<AdvancePeriod>><</if>>
[[Go Back|Room]]<img src="img/nsfw/sunbathe.png"><<set $random = random(3)>>
You lay down with your towel on the sand to reap the benefits of the sun.
<span style="color:#00FFFF">- Hygiene</span>
<<if $random is 2 && $local_cor gte 5>><img src="img/beach/beacheye.webp">
A dark-skinned man looked you up and down. You're sure he was looking at your thighs.
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#8A2BE2">+ L. Corruption</span>
[[Go Back|Plage]]
<<hygiene -10>><<corruption +1>><<local_cor +1>><<else>>[[Go Back|Plage]]<<hygiene -10>><</if>><<AdvancePeriod>><<updatebar>><img @src="'img/nsfw/' + either('swim1', 'swim2', 'swim3') + '.webp'" height=400px>
Even though the slightly salty sea water burned you every time it entered your pores, it didn't stop you from swimming.
<span style="color:#00FFFF">- Hygiene</span>
<<if $fitness lt 20>><span style="color:#FFB700">+ Fitness</span>
[[Go Back|Plage]]<<fitness +1>><<energy -10>>
<<else>>You can no longer increase fitness by swimming.
[[Go Back|Plage]]
<</if>><<hygiene -15>><img src="img/nsfw/b_shower.webp" height=400px>
You took a refreshing shower.
<span style="color:#00FFFF">+ Hygiene</span>
<<set $hygiene to 100>><<if $period is 1 or $period is 2 or $period is 3 or $period is 4>><<AdvancePeriod>><</if>>
[[Go Back|Beach]]<<if $period is 5 or $period is 0>><img src="img/assets/closed.webp" height=400px>
Bar is closed.
[[Go Back|Beach]]<<else>><img src="img/beach/b_cafe_inside.png">
There are beautiful signs shining inside. Laughing sounds coming to your ears.
[[Bar Counter|B_Bar]]
[[Go Back|Beach]]
<</if>><img src="img/beach/bar_counter.png">
The bartender takes care of the people sitting at the counter. There are many types of alcohol behind it.
[[Talk with Bartender]]
<<if $period is 1 or $period is 2 or $period is 3>><<linkreplace "Hangout (Advance Time)">><<AdvancePeriod>><<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>><</linkreplace>><<else>>It is too late to hangout.<</if>>
[[Go Back|B_Cafe_Inside]]<img src="img/beach/talk_w_bartender.png">
(Unfortunately, the contents here are not completed yet.)
<<Bartender>>Hi miss! What would you like to drink?<</Bartender>><<if $arousal gte 80>>You're already at your limit.<<else>>
<<linkreplace "Beer - 30$">>
<<if $money gte 30>><<goto "Beer">>
<<else>>You don't have enough money.
<</if>><</linkreplace>>
<<linkreplace "Vodka - 50$">>
<<if $money gte 70>><<goto "Vodka">>
<<else>>You don't have enough money.
<</if>><</linkreplace>>
<<linkreplace "Mojito - 70$">>
<<if $money gte 70>><<goto "Mojito">>
<<else>>You don't have enough money.
<</if>><</linkreplace>>
<<linkreplace "Bloody Mary - 100$">>
<<if $money gte 100>><<goto "Bloody_Mary">>
<<else>>You don't have enough money.
<</if>><</linkreplace>>
<</if>>
[[Go Back|B_Bar]]WORK IN PROGRESSWORK IN PROGRESSWORK IN PROGRESSWORK IN PROGRESSYou went with the man to a quiet corner of the park. And you got closer to him.
<video src="img/nsfw/park1.mp4" autoplay loop muted controls height="400px"></video>
<<Random>>Get on your knees!<</Random>>
You get on your knees and you pull down his pants.
<video src="img/nsfw/park2.mp4" loop muted controls height="400px"></video>
You lick his cock, tasting every inch of it.
<video src="img/nsfw/park3.mp4" loop muted controls height="400px"></video>
[[Continue|FlashFuck2]]Once you've tasted enough of his cock, you stand up and pull down your pants.
<<Random>>You got some nice cake huh.<</Random>>
He says while looking at your beatiful ass. And he makes his move without keeping you waiting any longer.
<video src="img/nsfw/park4.mp4" loop muted controls height="400px"></video>
You stop for a moment and take off your bra. Then you get a little closer to the tree in front of you, leaning your hands on it and bend over.
<video src="img/nsfw/park5.mp4" loop muted controls height="400px"></video>
<<Random>>I'm getting close honey!<</Random>>
You don't want to get pregnant from a random man. You take his dick out of you and quickly get on your knees.
[[Blow him one last time|FlashFuck3]]<video src="img/nsfw/park6.mp4" autoplay loop muted controls height="400px"></video>
<<Random>>Ohh babe, that was so good.<</Random>>
You also enjoyed it a lot, but you acted coldly so as not to show it.
<<mc>>C'mon get dressed. We already wasted so much time.<</mc>>
<span style="color:#6600FF">- Arousal</span>
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#8A2BE2">+ L. Corruption</span>
[[Continue|Park]]
<<updatebar>><<set $arousal to 0>><<local_cor +3>><<corruption +2>><<set $facial to 1>><<if $yoga lt 10>><img src="img/hotel/yoga/yoga_fail.webp" height=400px>
You have tried to do something, but you are not flexible enough yet. Learn how to do yoga at the gym with the help of a trainer. (Need to do it 10 times.)
<<elseif $yoga is 10>><img @src="'img/hotel/yoga/' + either('yoga1', 'yoga2') + '.webp'" height=400px>
It makes you feel happy to see that you can do yoga on your own now. Here you can improve your fitness without going to the gym.
<span style="color:#00FF00">- Energy</span><<hygiene -10>><span style="color:#00FFFF">- Hygiene</span><<fitness +1>><span style="color:#FFB700">+ Fitness</span><<energy -10>><<yoga +1>><<updatebar>><<AdvancePeriod>><<replace "#now">><<now>><</replace>>
<<elseif $yoga gt 10>><img @src="'img/hotel/yoga/' + either('yoga1', 'yoga2') + '.webp'" height=400px>
By practicing yoga, you relax yourself and increase your flexibility. It's also hard not to notice that your body is getting hotter and hotter.
<span style="color:#00FF00">- Energy</span><<hygiene -20>><span style="color:#00FFFF">- Hygiene</span><<fitness +2>><span style="color:#FFB700">+ Fitness</span><<energy -20>><<yoga +1>><<updatebar>><<AdvancePeriod>><<replace "#now">><<now>><</replace>><</if>>
[[Go Back|Room]]
<<script>>UIBar.hide().stow();<</script>><img src="img/prologue/hallway.png" height=500px class="onsekiz"><div class=vegan-style>Tasks</div>
<<if $task1 is 0>><span style="color:red">Take a shower ✖</span><<else>><span style="color:green">Take a shower ✔</span><</if>>
<<if $task2 is 0>><span style="color:red">Pack up your things ✖</span><<else>><span style="color:green">Pack up your things ✔</span><</if>>
<<if $task3 is 0>><span style="color:red">Eat something ✖</span><<else>><span style="color:green">Eat something ✔</span><</if>>
<<if $task1 is 1 && $task2 is 1 && $task3 is 1>><<set $allTasks to 1>><</if>><<if $allTasks is 0>>You need to do your tasks and catch the plane!<<else>>You are ready to go!<</if>>
<button class="p_button b_p_bathroom" data-passage="pBath">Bathroom</button><button class="p_button b_p_bedroom" data-passage="pBedr">Bedroom</button><button class="p_button b_p_kitchen" data-passage="pKitchen">Kitchen</button>
<<linkreplace "To The Airport!">><<if $allTasks is 1>><<goto "pAir">><<else>>You haven't completed all your tasks yet!<</if>><</linkreplace>>
<<script>>UIBar.hide().stow();<</script>><img src="img/prologue/bathroom.png" height=400px>
This is a small bathroom but it is enough for you. <<if $task1 is 0>>You need to take a shower<</if>>
<<if $task1 is 0>>[[Take a shower|pShower]]<<else>>You already took a shower.<</if>>
[[Hallway|PHall]]<<script>>UIBar.hide().stow();<</script>><img src="img/prologue/kitchen.png" height=400px>
You're happy that you won't have to deal with this slightly messy kitchen anymore.<<if $task3 is 0>>Eat something!<</if>>
<<if $task3 is 0>>[[Look at the fridge|pFridge]]<<else>>You already ate something.<</if>>
[[Hallway|PHall]]
<<script>>UIBar.hide().stow();<</script>><img src="img/prologue/bedroom.png" height=400px>
This is your little bedroom. <<if $task2 is 0>>Pack up your things!<</if>>
<<if $task2 is 0>>[[Prepare your suitcase|pCase]]<<else>>You already packed up your things.<</if>>
[[Hallway|PHall]]<<script>>UIBar.hide().stow();<</script>><img src="img/prologue/airport.png" height=400px>
You arrived just in time. You've gotten inside the plane and it's time to fly!
[[Story Begins|Airport]]<<script>>UIBar.hide().stow();<</script>><img src="img/prologue/suitcase.png" height=400px>
You put all your necessary belongings in your suitcase.<<set $task2 to 1>>
[[Go Back|pBedr]]<<script>>UIBar.hide().stow();<</script>><img src="img/prologue/fridge.webp" height=400px>
Even though there isn't much left in the fridge, the few snacks you found are enough for now.<<set $task3 to 1>>
[[Go Back|pKitchen]]<<script>>UIBar.hide().stow();<</script>><img src="img/nsfw/pshower.gif" height=400px>
You took a good, refreshing shower.<<set $task1 to 1>>
[[Go Back|pBath]]<img @src="'img/nsfw/' + either('gymtease1', 'gymtease2') + '.webp'" height=400px>
You wanted to tease some of the guys in gym. But they didn't even care about you.
<<Random>>Aren't you ashamed to do such things lady?<</Random>>
<span style="color:#6600FF">+ Arousal</span>
<span style="color:#8A2BE2">+ L. Corruption</span>
[[Go Back|gym_inside]]
<<arousal +10>><<local_cor +1>><<AdvancePeriod>><<updatebar>><img @src="'img/nsfw/' + either('gymtease1', 'gymtease2') + '.webp'" height=400px>
<<set $random = random(5)>>
You wanted to tease some of the guys in gym.<<if $fitness gte 15>> Your slightly shaped body excites them.<<elseif $fitness gte 30>> Your slim waist and big ass attract their attention.<<elseif $fitness gte 50>> Your gorgeous body literally fascinates people in the gym! Anyone who sees you drools.<<else>> Even though your body is ordinary, people in the gym are blushing while looking at you.<</if>>
<span style="color:#6600FF">+ Arousal</span>
<span style="color:#8A2BE2">+ L. Corruption</span>
<<if $random is 1 && $fitness lt 30>><<Random>>You look so beautiful cutie!<</Random>>
[[Go Back|gym_inside]]<<elseif $random is 1 && $fitness gte 30>><<Random>>GYAAAT! You may be the sexiest woman I've ever seen!<</Random>>
[[Go Back|gym_inside]]<<else>>[[Go Back|gym_inside]]<</if>>
<<arousal +10>><<local_cor +1>><<AdvancePeriod>><<updatebar>><<if $facial is 1>><img src="img/assets/facial.png"><<else>><img src="img/assets/public_face.png"><</if>>
<<if $facial is 1>>You have cum in your face!<<elseif $fitness lt 10>>Even though you have a pretty face, the fat on your face shows that you don't exercise.<<elseif $fitness lt 30>>Your facial features are finally taking shape. With a little more exercise, you could be the most beautiful girl on the island.<<elseif $fitness gte 30>>Your facial features are a work of art. If they wanted to make a silhouette of a woman on the island, they would probably use you as a model.<</if>>
[[Go Back|Public Toilet]]<img src="img/park/toilet_stall.png">
Well, you have to take care of your needs. You are relieved.
<span style="color:#00FFFF">- 5 Hygiene</span>
[[Go Back|Public Toilet]]<<hygiene -5>><img @src="'img/nsfw/' + either('stream1', 'stream2', 'stream3', 'stream4') + '.webp'" height=400px>
<<if $fans_acc is 0>>Watching these streams not only makes you horny but also makes you question whether this job can be done.<<else>>Watching these streams makes you horny. How about streaming too?<</if>>
<span style="color:#6600FF">+ Arousal</span>
<<linkreplace "Watch another one">><<script>>state.display(state.active.title, null, "back")<</script>><</linkreplace>>
<<if $arousal gte 50>>[[Masturbate]]<</if>>
<<if $arousal gte 50 && $dildo is 1>>[[Masturbate with dildo|MasWDildo]]<</if>>
[[Go Back|PeanutFans]]
<<arousal +10>><img src="img/hotel/elvman.png">
<<ElevatorGuy>>Thank you for holding the door open, ma'am.<</ElevatorGuy>>
<<mc>>The doors are always open for a handsome guy like you, hehe.<</mc>>
You look into his eyes, smiling as his cheeks flush slightly. Maybe you want to stop the elevator and have a little adventure?
<button class="p_button b_elvstop" data-passage="ElvStop"></button><button class="p_button b_elvg" data-passage="Reception"></button><button class="p_button b_elv1" data-passage="Hallway"></button><<script>>UIBar.hide().stow();<</script>><img src="img/newpro/teeth.webp"/>
You know what? You can only pronounce vowels with a cock between your teeth.
[[Yeah, I know|pro2]]<<script>>UIBar.hide().stow();<</script>><img src="img/newpro/depressed.webp" />
Disturbed sleep patterns, sexual aversion, unbalanced hormones.
<<linkreplace "Continue">><img src="img/newpro/copy.webp" />
I am distant from everything visible. Everything is like a silhouette. A copy of a copy of a copy.
[[Continue|pro3]]
<</linkreplace>>
<<script>>UIBar.hide().stow();<</script>><img src="img/newpro/jack.webp" />
Jack, who makes coffee, has a fantasy of wearing a thong. No one notices, but it becomes evident when he bends to get coffee. It must be Friday today, in fact. Because he was wearing his blue thong.
[[Continue|pro4]]<<script>>UIBar.hide().stow();<</script>><img src="img/newpro/vacation.webp" />
VACATION!
<span class="slowfade"><<timed 2s t8n>><img src="img/newpro/desk.webp" />
I WANT A VACATION!
<</timed>></span><span class="slowfade"><<timed 2s t8n>><img src="img/newpro/hallway.webp" />
GET AS FAR AWAY FROM THIS FUCKING PLACE AS I CAN!!!
[[Go to Your Boss's Room|pro5]]
<</timed>></span><<script>>UIBar.hide().stow();<</script>>You knocked on the door of your boss's office and rushed in without waiting for his answer.
<<mc>>Hey boss. I don't want to live this life anymore. I want a change, a new life, a new experience.<</mc>>
<<proboss>>Calm down hun, take a seat. We can talk about it.<</proboss>>
<img src="img/nsfw/prologue_boss1.webp" height=400px>
<<proboss>>So, what do you want exactly?<</proboss>>
<<mc>>Quit my job, sir. I'm sick of this job.<</mc>>
<<proboss>>Okay, you can quit your job. You know you haven't been paid yet, right? You also know that if you quit your job now, you won't get any compensation. And I know you don't have much money.<</proboss>>
<<mc>>I thought I'd get paid.<</mc>>
<<proboss>>I'm afraid it doesn't work that way, my dear.<</proboss>>
You were about to get up from your seat.
<<proboss>>But!<</proboss>>
[[But what?|pro6]]<<if $local_cor lt 15>><img src="img/hotel/elv_stop.png" height=400px>
<<ElevatorGuy>>Ma'am, what are you doing? Can you turn the elevator back on, please?<</ElevatorGuy>>
<<mc>>I thought maybe we could do something naughty. Your loss.<</mc>>
<span style="color:#8A2BE2">+ L. Corruption</span>
<button class="p_button b_elvg" data-passage="Reception"></button><button class="p_button b_elv1" data-passage="Hallway"></button>
<<local_cor +1>><<else>><img src="img/nsfw/elv_fuck1.webp" height=400px>
<<ElevatorGuy>>What are you d-doing? (sticks his tongue in your mouth) Mhhm..mm<</ElevatorGuy>>
<<mc>>You know some moves, huh? Let's get that dick out<</mc>>
<<linkreplace "Continue">><img src="img/nsfw/elv_fuck2.webp" height=400px>
<<mc>>Hmm. You got a sweet dick. Want me to give you a taste?<</mc>>
You're getting him excited with little kisses on his dick.
<<ElevatorGuy>>Ahh..hh keep going slut<</ElevatorGuy>>
He starts talking to you like you're a whore. The way he tries to dominate you makes you drool from your pussy.
<<ElevatorGuy>>Now take that skirt off<</ElevatorGuy>>
<<linkreplace "Take off your skirt">><img src="img/nsfw/elv_fuck3.webp" height=400px>
<<ElevatorGuy>>Lean against the mirror, I'll strip off your panties.<</ElevatorGuy>>
You're even turned on by the touch of his slightly cold hands on your ass as he removes your panties.
<<mc>>Oh-h, come on... fuck me. Don't make me b-beg moree.<</mc>>
Just hearing you moan those words was enough to send him into ecstasy.
<<linkreplace "Bend over">><img src="img/nsfw/elv_fuck4.webp" height=400px>
You moaned slightly when he put his cock in.
<<mc>>Yessss fuck me like I'm your whore!<</mc>>
<<ElevatorGuy>>Now you're speaking my language!<</ElevatorGuy>>
<<mc>>Mhhgmmhhm go deeper<</mc>>
<<linkreplace "He goes deeper">><img src="img/nsfw/elv_fuck5.webp" height=400px>
<<mc>>Ahh...h you are hitting my deepest spotss.. I feel like you're drilling m..me<</mc>>
<<ElevatorGuy>>Let's p-pick up the pace a little<</ElevatorGuy>>
Every word he says to you while he's breathless makes your ears vibrate and even your body hairs tingle.
<<linkreplace "Pick up the pace">><img src="img/nsfw/elv_fuck6.webp" height=400px>
<<ElevatorGuy>>Ahh... I'm getting closer!<</ElevatorGuy>>
<<mc>>Do it! COME ON MY FACE!!!<</mc>>
<<linkreplace "He cums">><img src="img/nsfw/elv_fuck7.webp" height=400px>
<<ElevatorGuy>>Oh, that was the best sex I've had in a while.<</ElevatorGuy>>
Smiling with cum on your face;
<<mc>>Well, that's because you did it with me, haha!<</mc>>
<<ElevatorGuy>>I think we have to leave now. We haven't let people use the elevator for a while :))<</ElevatorGuy>><<if $period is 1 or $period is 2 or $period is 3 or $period is 4>><<AdvancePeriod>><</if>>
<span style="color:#8A2BE2">+ L. Corruption</span>
<button class="p_button b_elvg" data-passage="Reception"></button><button class="p_button b_elv1" data-passage="Hallway"></button>
<<set $facial to 1>><<local_cor +2>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</if>><img src="img/downtown/gym/yogaLuke.jpg" height=400px>
<<set $gym_yoga to 1>>
Luke teaches you the basics of yoga.
<<Luke>>No, pull your right leg in a little more and bury your head a little lower.<</Luke>>
<<mc>>Am I doing it right?<</mc>>
<<Luke>>Yeah, pretty good. Come and train here for a few more days. I'll help you as needed.<</Luke>>
<<mc>>Okay, thank you, Luke.<</mc>>
<span style="color:#00FCFF">+ Luke Relationship</span>
[[Go Back|gym_inside]]<<yoga +1>><<luke +1>><<if $yoga is 5>><img src="img/downtown/gym/yogaLuke.jpg" height=400px>
Luke came again and helped you. The feeling of his hands on your thighs aroused desire in you.
<span style="color:#6600FF">+ Arousal</span>
<<Luke>>Relax your legs, you don't have to strain yourself.<</Luke>>
You did as he said.
<span style="color:#00FF00">- Energy</span>
<span style="color:#00FFFF">- Hygiene</span>
<span style="color:#FFB700">+ Fitness</span>
<span style="color:#00FCFF">+ Luke Relationship</span>
(Interactions with Luke unlocked.)<<set $luke_help to 1>>
[[Go Back|gym_inside]]<<hygiene -10>><<luke +1>><<fitness +1>><<energy -20>><<yoga +1>><<updatebar>><<AdvancePeriod>><<replace "#now">><<now>><</replace>>
<<else>><img @src="'img/downtown/gym/' + either('yoga1', 'yoga2') + '.gif'" height=400px>
The feeling of relief inside you feels so good. It's like all your angers are slowly draining out of your muscles.
<span style="color:#00FF00">- Energy</span>
<span style="color:#00FFFF">- Hygiene</span>
<span style="color:#FFB700">+ Fitness</span>
[[Go Back|gym_inside]]<<hygiene -10>><<fitness +1>><<energy -20>><<yoga +1>><<updatebar>><<AdvancePeriod>><<replace "#now">><<now>><</replace>>
<</if>><<script>>UIBar.hide().stow();<</script>><<proboss>>I'll pay your salary if you give me one last favor before you quit.<</proboss>>
<<mc>>Hmm...<</mc>>
Your boss was looking at you deviously. How could you start the life you wanted if you didn't get paid? You couldn't do anything without capital. And you knew what he meant. He wants to have sexual intercourse with you. Well, there's no other way. You had to accept it.
<<mc>>Okay boss, I'll do you one last favor<</mc>>
When you said this sentence to him, you looked at him as if to say, "I know what you mean."
Without saying anything, he stood up smiling and walked from the left side of the table to your back.
[[Continue|pro7]]<<script>>UIBar.hide().stow();<</script>><img src="img/nsfw/prologue_boss2.webp" height=400px>
<<proboss>>I've wanted to touch these beauties since I first hired you.<</proboss>>
<<mc>>Well, this is your first and last chance, hehe.<</mc>>
<<proboss>>Haha! Better than nothing.<</proboss>>
<<proboss>>Lemme see your face, turn to me.<</proboss>>
[[Turn towards him|pro8]]<<script>>UIBar.hide().stow();<</script>><img src="img/nsfw/prologue_boss3.webp" height=400px>
When you slowly turned towards him, he suddenly latched onto your lips. At the same time, he put one hand to your pussy and started to caress it. Although you felt embarrassed, it wasn't as bad as you thought. On the contrary, you were getting horny.
<<mc>>(Mhhhmmgh) boss le-me get up.<</mc>>
<<linkreplace "Get Up">><img src="img/nsfw/prologue_boss4.webp" height=400px>
When you stood up, he clung to your lips again without even letting you breathe. His hands weren't idle either, he couldn't get enough of your soft ass.
<<proboss>>You know you have a beautiful ass, right?<</proboss>>
The way he talked like that turned you on even more.
Without saying anything to him, you slowly separated your lips from his and slowly started to lean in.
<<linkreplace "Get on Your Knees">><img src="img/nsfw/prologue_boss5.webp" height=400px>
After you got down on your knees, you undid his boxers, pulled his cock out and started sucking it slowly.
<<proboss>>Well, it's your first time but you already know how to arouse a man.<</proboss>>
<<mc>>(Gl-k g-luk) ye-ess boss.<</mc>>
<img src="img/nsfw/prologue_boss6.webp" height=400px>
That garter you're wearing made me horny even when I was making the game haha!
<<proboss>>Ahh... keep sucking-gg<</proboss>>
<<mc>>I w-ll do anyth...ing for (gl..k) you<</mc>>
<<proboss>>Yeah thats because I am paying you whore!<</proboss>>
You were very uncomfortable with his last sentence. But you didn't react because you remembered that after today you would be relieved.
<<linkreplace "Sit on the Table">>
<img src="img/nsfw/prologue_boss7.webp" height=400px>
After you sat down at the table, your boss used his tongue to lick your pussy instead of talking.
<<mc>>Ahh bosss... I'm getting so hornyyy!<</mc>>
<<proboss>>I k..now (sl--urp) my t..ongue is a m-racle<</proboss>>
It tickled you when he tried to talk while licking your pussy.
Suddenly the feeling of pleasure in your pussy was gone and you saw your boss standing up again.
<<proboss>>Now it's time for the real course.<</proboss>>
[[Continue|pro9]]
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><<script>>UIBar.hide().stow();<</script>><img src="img/nsfw/prologue_boss8.webp" height=400px>
He pulled his cock out well and quickly entered your juicy pussy.
<<proboss>>Ohh... You might have the best pussy I've fucked since I've been the boss.<</proboss>>
It's actually a shameful sentence, but it's flattering to hear that you are better than other women.
<<proboss>>Let's get on the couch over there.<</proboss>>
<<linkreplace "Put Your Boss on the Couch">><img src="img/nsfw/prologue_boss9.webp" height=400px>
Now it was your turn to do the work. You were getting so much pleasure while bouncing on his thick cock.
<<proboss>>Are you sure you want to quit your job? I don't want to lose a performance like that.<</proboss>>
<<mc>>Remember, this is a one-time thing. Let's not spoil it, boss.<</mc>>
<<proboss>>I wanted to tell you anyway because I'm about to cum...<</proboss>>
<<linkreplace "Take his Cum">><img src="img/nsfw/prologue_boss10.webp" height=400px>
<<mc>>Ohh... boss, you came too much.... It tastes delicious.<</mc>>
<<proboss>>All thanks to you, beautiful.<</proboss>>
You wiped your face, your boss deposited your salary in front of you.
[[Leave the office happy but embarrassed|pro10]]
<</linkreplace>>
<</linkreplace>><<script>>UIBar.hide().stow();<</script>><img src="img/prologue/walking.gif" height=400px>
<<mc>>What am I supposed to do now?<</mc>>
<<mc>>I still keep in touch with my childhood friend Mick. Years ago he left us all behind and went to a vacation resort called "Paradise". It must have been the perfect place to get out of the ordinary.<</mc>>
But if you were planning to go there for a long time, you should have broken up with your boyfriend. You weren't going to see each other for a long time.
[[Go to your Boyfriend's Place|pro11]]
<<script>>UIBar.hide().stow();<</script>><img src="img/prologue/bfplace.webp" height=400px>
You're in front of your boyfriend's house. It's time to have a serious talk.
<<linkreplace "Knock on the Door">>You knocked on the door but no one answered. Your boyfriend's not home. Your phone service was turned off last week because you didn't pay your bill. There's nothing to do. After you leave your hometown, you can find a way to contact your boyfriend.
[[Go to Your House|pro12]]<</linkreplace>><<script>>UIBar.hide().stow();<</script>>You came home. Now it's time to look at ticket prices for "Paradise".
<img src="img/prologue/surfing-internet.gif" height=400px>
You looked at the price of the tickets. It's not as expensive as you think. But when you go there, you have to get into the jobs there. Otherwise you can't make a decent living.
You bought your ticket for a few days later.
[[A Few Days Later|PHall]]<img src="img/nsfw/glory_dick.webp" height=400px>
<<if $corruption lt 10>><<mc>>Ewwwww, what the fuck is this?<</mc>>
You quickly ran outside, trying hard not to scream.
[[Outside|Park]]
<<elseif $corruption gte 10 && $corruption lt 15>>When you get into the stall, you see a cock sticking out of the little hole towards you.
Maybe you could play with his dick a little?
<<mc>>Should I play with it?<</mc>>
[[Use your hands|ghole2]]
[[Nah|Public Toilet]]
<<elseif $corruption gte 15>>When you get into the stall, you see a cock sticking out of the little hole towards you.
Maybe you could play with his dick a little?
<<mc>>Should I play with it?<</mc>>
[[Use your hands|ghole2]]
[[Use your mouth|ghole3]]
[[Nah|Public Toilet]]
<</if>><img src="img/nsfw/gloryhj1.webp" height=400px>
You took off your clothes so you wouldn't get dirty. Without examining it too much, you started stroking his cock with your hand.
<<Random>>Your delicate hands feel so beautiful. Do it a little faster.<</Random>>
<<linkreplace "Faster">><img src="img/nsfw/gloryhj2.webp" height=400px>
You love playing with his hard cock. The moaning sounds he makes also turn you on.
<<Random>>I'M CL..OOOSEE<</Random>>
<<linkreplace "Unload Him">><img src="img/nsfw/gloryhj3.webp" height=400px>
He came directly on your face
<<Random>>You know how to use your hand young lady.<</Random>>
For some reason, you're honored that he said that.
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#8A2BE2">+ L. Corruption</span>
[[Go Back|Public Toilet]]<<local_cor +1>><<corruption +1>><<AdvancePeriod>><<updatebar>>
<</linkreplace>>
<</linkreplace>><img src="img/hotel/telephone.webp" height=400px>
<<mys>>It's no coincidence that you're here. Like God, I don't take chances and I don't believe in coincidence. Unleash your desires.<</mys>>
<<mc>>Huh? Who are you? Hey! Answer me!<</mc>>
Bzzzzt... (Phone hangs up.)
The phone hung up before you could get any answers to your questions.
[[Report to Reception|QUEST1.1]]
[[Do Not Care|Room]] (For the current version, it ends the story.)<<set $quest1 to 1>><img src="img/hotel/running.webp" height=400px>
You started to act like a paranoid. You came quickly to the reception.
<img src="img/hotel/reception.webp" width=750 height=500 />
<<reception>>Hey ma'am, you look nervous. Are you okay?<</reception>>
<<mc>>A strange man called my room phone. What kind of hotel are you?<</mc>>
<<reception>>What do you mean?<</reception>>
<<mc>>He said it was no coincidence that I came here. After he finished his sentence, three words came out of his mouth. "Unleash Your Desires."<</mc>>
After finishing your sentence, you heard a few footsteps behind you. You didn't even have a chance to turn ar...
[[Faint|QUEST1.2]]<img src="img/hotel/waking-up.gif" height=400px>
Slowly your mind comes back. You see things a little blurry.
<<black1>>Hey! She is coming to her senses. The boss said to wait till she wakes up. Now it's time to have fun!<</black1>>
Even a gentle breeze makes you feel cold. You realize you don't have much clothes on. You were out of your mind. Like you'd downed two bottles of vodka before you came here. And seeing black men made you horny for no reason.
Suddenly you felt a force pressing down on your shoulders and you fell to your knees.
<<linkreplace "Continue">><img src="img/nsfw/black1.webp" height=400px>
After the black guys cocks hit you in the mouth, you realized that both you and they were naked. You couldn't react to what they did to you because you were high.
<<linkreplace "Continue">><img src="img/nsfw/black2.webp" height=400px>
They picked you up and put you on the couch and started fucking every hole they could find.
<<black1>>That's some fine pussy you got.<</black1>>
You tried to speak but you can't form a sentence. You were literally unable to speak.
<<linkreplace "Continue">><img src="img/nsfw/black3.webp" height=400px>
They keep fucking you. You feel nothing but pleasure, still unable to react.
<<black1>>Guys, let's flip this girl over.<</black1>>
The guy you gave a blowjob to lifted you up slightly, lay underneath you and flipped you over.
<<linkreplace "Continue">><img src="img/nsfw/black4.webp" height=400px>
<<mc>>(Mmmmhgghh...)<</mc>>
Only moaning sounds came out of your mouth. Their chief made a signal to the others and they all backed off. They pulled you out of the couch and made you kneel on the floor again.
<<linkreplace "He is Cumming">><img src="img/nsfw/black5.webp" height=400px>
<<black1>>(Ohhh...) It's been a while since I came.<</black1>><<set $facial to 1>>
You don't feel well again...
<span style="color:#8A2BE2">+ L. Corruption</span>
<span style="color:#FF00DA">+ Corruption</span>
[[You Passed Out Again|Room]]<<local_cor +3>><<corruption +3>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><img src="img/hotel/knockdoor.webp" height=400px>
<<reception>>"Under control" is something that this system shows us perfectly. It is imposed on us from the moment we are born.<</reception>>
<<reception>>It's impossible to destroy this judgment when you grow up and get involved in the system. And that's what you did a couple nights ago.<</reception>>
<<reception>>You stepped out of the system, you took charge. You have the power now. I will share information with you.<</reception>>
<<mc>>Who are you and what are you talking about?<</mc>>
<<reception>>Who are we? We are the ones who make civilization. We cook the food, collect the garbage, connect the phones, protect people while they sleep. We are the unwanted anonymous of civilization.<</reception>>
<<mc>>What?<</mc>>
<<reception>>A whole generation, including you, is being kept under control by working in jobs they don't want. Don't you think it's time to gnaw your leash? Think about it.<</reception>>
After she finishes her sentence, she hands you a note.
<<linkreplace "Take the Note">><<set $quest2 to 1>><img src="img/hotel/letter.webp" height=400px>
After you got the note, the receptionist closed the door and walked away. You nervously sat back in your sofa and read the letter.
<img src="img/hotel/note.webp" height=400px>
The letter made you even more worried. Now it's time to put it all aside and go to sleep. You can think about what you'll do tomorrow morning.
[[Sleep]]
<</linkreplace>>[V0.5]
- PeanutFans (Streaming) content.
- Continuation of the main storyline.
- New character: Eva!
- New UI design for Help & Quests page.
- Changes in the basic UI
- Starting money has been changed.
- Rent fee has been changed.
- New GIF's for diversity.
- Minor bugfixes.<img src="img/street/cafe/wash_face.webp">
You washed your face. <<if $facial is 1>>You got rid of the sperm on your face.<<set $facial to 0>><</if>>
<<if $hygiene lt 50>><span style="color:#00FFFF">+ Hygiene</span><<hygiene +10>><<else>>You can't increase your hygiene any more by washing your face.<</if>>
[[Go Back|Public Toilet]]<img src="img/nsfw/glorybj1.webp" height=400px>
You slowly took his cock between your lips and started sucking it.
When the man started to move his cock in your mouth, you realized that you were slow and decided to speed up a bit.
<<linkreplace "Go Faster">><img src="img/nsfw/glorybj2.webp" height=400px>
<<Random>>(Ohh..hh) Babe you know what you are doing.gg<</Random>>
You kept sucking his cock for a while.
His cock started twitching slowly in your mouth. Before he could finish his sentence, you realized he was close to cumming and pulled his cock out of your mouth.
<<linkreplace "Let Him Cum">><img src="img/nsfw/glorybj3.webp" height=400px>
<<Random>>(Ahhh..h) Hun' that was so satisfying! You're the best whore who ever sucked me off.<</Random>>
Did he call you a whore? Well, he is not wrong right now.
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#8A2BE2">+ L. Corruption</span>
[[Go Back|Public Toilet]]<<local_cor +1>><<corruption +2>><<AdvancePeriod>><<updatebar>>
<</linkreplace>>
<</linkreplace>>
<<script>>UIBar.hide().stow();<</script>><img src="img/assets/skipintro.jpg" />
Do you want to skip the intro?
[[Yes|Airport]]
[[No|pro1]]<img src="img/street/cafe/cafe_boss.webp"/>
You've reached Richard's office. After calmly taking his own seat, he pointed to the chair in front of his desk and told you to sit down.
<<Richard>>It doesn't matter if you spill tea on the customer. It happens. That's not why I called you.<</Richard>>
<<mc>>What'd you call for?<</mc>>
<<Richard>>You're too conservative, too timid in your work. I want you to be a little more open-minded, a little more sociable. The more friendly you are with the customers, the higher the revenue.<</Richard>>
<<mc>>What can I do to the customers?<</mc>>
<<Richard>>You shouldn't ask me that question, ask yourself.<</Richard>>
You got up and left the office without realising what he meant.
<<set $cafeQuest1 to 1>>
[[Leave the Office|Cafe]]<<set $tips = random(10, 30)>><<set $random = random(3)>><img src="img/street/cafe/work2.webp" height=400px>
After your conversation with Richard, you've become more flirtatious. You realised that your flirtatious behaviour increased the tips.
<<if $cafe_promotion is 0>><span style="color:#2E8B57">+ $30 + $tips (Tips)</span><<else>><span style="color:#2E8B57">+ $50 + $tips (Tips)</span><<set $money +=$tips>><</if>><<if $cafe_promotion is 0>><<set $money +=30>><<set $money +=$tips>><<else>><<set $money +=50>><<set $money +=$tips>><</if>>
<span style="color:#00FF00">- 30 Energy</span>
<span style="color:#00FFFF">- 20 Hygiene</span>
<span style="color:#8A2BE2">+ L. Corruption</span>
<<if $iButt is 1>><span style="color:#FF00DA">+ Corruption (You are plugged.)</span><</if>>
<<AdvancePeriod>><<replace "#now">><<now>><</replace>>
<<if $random is 2>>You saw Richard heading towards his office.
<<linkreplace "Wave to Him">><img src="img/street/cafe/wave.webp" height=200px>
<span style="color:#C1C2E2">+ Richard Relationship</span><<richard +1>><</linkreplace>><</if>>
<<if $random is 1 && $local_cor gte 10>>[[Customer is calling you|customer1]]<</if>>
[[Go Back|Cafe]]<<hygiene -20>><<energy -30>><<local_cor +1>><<set $cafeWork +=1>><<richard +2>><<if $iButt is 1>><<corruption +1>><</if>><img src="img/street/cafe/customerhand.webp" height=400px>
<<Random>>Hey, can you bring me a cappuccino, please?<</Random>>
You were just turning round to get his cappuccino but customer called out again.
<<Random>>I have an offer for you. Lemme feel your tits, and I'll give you $10.<</Random>>
<<if $corruption lte 5>>You were surprised when you heard this offer. You walked away from the table without saying anything to the pervert.
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#6600FF">+ Arousal</span>
[[Go Back|Cafe]]<<corruption +1>><<arousal +20>><<else>>Hmm, $10 is actually not a small amount of money. Are you gonna do it?
[[Let him grope you|customer2]]
[[Nah|Cafe]]
<</if>>
<img src="img/nsfw/cgrope.webp" height=400px>
You let him touch you. The man hands you a $10 bill out of his pocket. You felt embarrassed, but money's money, right?
<span style="color:#2E8B57">+ $10</span>
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#6600FF">+ Arousal</span>
<span style="color:#8A2BE2">+ L. Corruption</span>
[[Go Back|Cafe]]<<arousal +30>><<local_cor +1>><<corruption +1>><<set $money +=10>><img src="img/park/toilet_stall.png">
Well, you have to take care of your needs. You are relieved.
<span style="color:#00FFFF">- 5 Hygiene</span>
<<if $arousal gte 50 && $corruption gte 5>>[[Masturbate|CafeMast]]<</if>>
[[Go Back|Cafe]]<<hygiene -5>><<set $random = random(3)>><<if $random is 2>><<goto "ToiKnock">><<else>><img src="img/nsfw/toiletmast.webp" height=400px>
It felt weird to masturbate in a place where people could hear you moaning. But that didn't stop you from being horny.
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#00FFFF">- Hygiene</span>
<span style="color:#6600FF">- Arousal</span>
[[Go Back|Cafe]]<<corruption +1>><<hygiene -10>><<set $arousal to 0>><</if>><img src="img/street/cafe/cafe_boss.webp"/>
<<Richard>>Hey $name, what do you want?<</Richard>>
[[Chat with him|richard1]] <<if $richard_rel gte 25 && $corruption gte 5>>[[Tease him|richard2]]<</if>>
[[Go Back|Cafe]]<img src="img/street/cafe/cafe_boss.webp"/>
<<mc>>Hey boss, how are you?<</mc>>
<<Richard>>I'm fine, thanks. What about you?<</Richard>>
<<mc>>Fine too. What are you doing today?<</mc>>
<<Richard>>I have some accounting work to do.<</Richard>>
<<mc>>Oh, okay boss. Good luck to you.<</mc>>
You slowly got up from your seat.
<<Richard>>Thanks for saying hello. I'll see you around!<</Richard>>
You smiled and left.
<<if $richard_rel lt 25>><span style="color:#C1C2E2">+ Richard Relationship</span><</if>>
[[Leave the Office|Cafe]]<<AdvancePeriod>><<if $richard_rel lt 25>><<richard +1>><</if>>
<img src="img/nsfw/bosstease1.webp"/>
You put on a little show for your boss by sticking your ass out the back.
Richard looked you up and down, and it wasn't hard to see that you impressed him.
<<mc>>I'm supposed to bring these papers to you, boss.<</mc>>
<<Richard>>Ah yes, thank you $name.<</Richard>>
You winked at him and left the office.
<<if $richard_rel lt 40>><span style="color:#C1C2E2">+ Richard Relationship</span><</if>>
<<if $corruption lt 15>><span style="color:#FF00DA">+ Corruption</span><</if>>
[[Leave the Office|Cafe]]<<AdvancePeriod>><<if $richard_rel lt 40>><<richard +1>><</if>><<if $corruption lt 15>><<corruption +1>><</if>><img src="img/downtown/gym/askLuke.webp">
<<mc>>Hey Luke! Wanna workout with me?<</mc>>
<<Luke>>Sure $name, why not?<</Luke>>
<<linkreplace "Workout">><img @src="'img/downtown/gym/' + either('wLuke1', 'wLuke2', 'wLuke3') + '.webp'" height=400px>
You and Luke had a good training session. You realise you develop better when you train with someone who knows what they're doing.<<if $luke_chance is 0>>You can tell he's depressed by the way he looks at you. I think he really liked you.<</if>>
<<Luke>>That was fun $name. We should do that again sometimes.<</Luke>>
<<mc>>Yeah, Luke, I agree. It's more fun with someone familiar with the job.<</mc>>
<span style="color:#00FF00">- Energy</span>
<span style="color:#00FFFF">- Hygiene</span>
<span style="color:#FFB700">+ Fitness</span>
<span style="color:#00FCFF">+ Luke Relationship</span>
[[Go Back|gym_inside]]<<hygiene -10>><<luke +1>><<fitness +2>><<energy -30>><<updatebar>><<AdvancePeriod>><<replace "#now">><<now>><</replace>><</linkreplace>><<set $luke_mail to 1>><img src="img/hotel/laptop/mail.webp">
At first you didn't realise who the email was from but when you looked at the sender you realised it was Luke. What did he write?
<span style="color:#44B7FF">"Hey $name, it's me Luke. I hope you won't be mad at me for taking your e-mail from the registration information and writing to you hehe. At first I thought of doing it face to face, but I guess I'm a little shy. Although my muscular body says the opposite from the outside :) I don't know what you think about me, but I liked your ambition since the day you came to the gym, and I liked every time you spent with me. I don't want to beat around the bush. I like you. Will you give me a chance and go on a date with me?"</span>
I could tell from the sentences he spoke that he was sympathetic. I think he deserves a chance. What do you think? But don't forget that you still have a boyfriend in your hometown that you haven't broken up with but haven't spoken to. And you've been around for a while. Maybe he's found someone new? Or maybe he's loyal to you and expects the same from you.<p class="translation_problem"> There's no content about your boyfriend back home at the moment.</p>
<<linkreplace "Give Luke a Chance">><<set $luke_chance to 1>><<goto "LukeMail2">><</linkreplace>>
<<linkreplace "Just Say Sorry and Stop This Thing">><<set $luke_chance to 0>><<goto "Laptop">><</linkreplace>><img src="img/hotel/laptop/mail.webp">
You started to write your mail to him.
<span style="color:#FF87AF">"Hi Luke, I read your e-mail and I've enjoyed the time I've spent with you since the day I met you. You're both sympathetic, friendly and, as I found out today, a bit shy haha! Of course I would love to go on a date with you! But you didn't say when we're going on a date or where we're going to have a date! We'll talk about it next time I'm in the gym. Kisses :3"</span>
You checked your text one last time. You had butterflies in your stomach. You haven't had an offer like this in a long time. Luke came into your mind, and you got all fidgety.
<span style="color:#6600FF">+ Arousal</span>
[[Send it|Laptop]]<<arousal +80>><<set $lukeQuest1 to 1>><img src="img/downtown/gym/askLuke.webp">
You approached Luke and calmly touched his shoulder. He turned towards you with a smiling face.
<<mc>>The girl you're too shy to talk to in person is here, Luke hahahaha!<</mc>>
His cheeks suddenly flushed.
<<Luke>>Hey $name, let's not say such things in public.<</Luke>>
I could tell he was embarrassed by his voice.
<<mc>>Eee, when and where do you want to meet?<</mc>>
<<Luke>>I'm at the cafe in the evenings these days. If you come one evening, we'll sit and have a coffee and chat. And thank you for accepting the offer.<</Luke>>
<<mc>>Okay, I will be there byee!!<</mc>>
[[Leave|gym_inside]]<<set $lukeQuest1 to 2>>You entered the café. When you peeked inside, you saw that Luke had already seen you and signalled you as if to say "I'm here".
As you approached the table, Luke stood up, pulled the chair back and gestured for you to sit down. Apparently, after our conversation, he spent some time practising for the date.
<img src="img/luke/lukedate1.webp">
<<Luke>>I'm glad you're here $name, I've been waiting for you.<</Luke>>
<<mc>>I didn't want to miss my chance with the most decent man I've ever seen here.<</mc>>
He smiled.
<<Luke>>Hmm, what would you like to drink?<</Luke>>
<<mc>>I'll have a latte<</mc>>
<<Luke>>Understood ma'am.<</Luke>>
You liked it when he grinned and called you madam.
<span style="color:#6600FF">+ Arousal</span>
<<linkreplace "Continue">><img src="img/luke/lukedate2.webp">
The waitress came to take the order.
<<Luke>>Can we get 2 lattes?<</Luke>>
The waitress smiled and said, "Coming right away, sir" and left the table.
<<Luke>>So.. Do you like this restaurant?<</Luke>>
<<mc>>Not to spoil the secret, but I already work here, Luke hahaha!<</mc>>
<<Luke>>Oh, man! I guess I picked the wrong place.<</Luke>>
<<mc>>No, no. I wouldn't have got a job here if I didn't like it here. It's clean and the coffee's good.<</mc>>
<<Luke>>You're not just saying that to comfort me, are you?<</Luke>>
<<mc>>Relax, Luke, it's okay. The place doesn't matter as long as we're having fun.<</mc>>
He relaxed a bit after that.
..........
The waitress brought your coffees and you chatted some more.
When Luke insisted on paying the bill, you didn't resist.
[[Leave the Cafe|LukeDate3]]<<arousal +10>>
<</linkreplace>><img src="img/luke/lukedate3.webp">
<<Luke>>Thanks for the good evening, $name. The more I talk to you, the more I realise you're more beautiful than I thought.<</Luke>>
You blushed.
<span style="color:#6600FF">+ Arousal</span><<arousal +10>><<Luke>>Do you need a lift home?<</Luke>>
You didn't want to accept the offer because you live in a hotel.
<<mc>>No, thanks. I'll go myself.<</mc>>
You were just about to leave.
<<mc>>Luke, look at me.<</mc>>
<<linkreplace "Kiss him">><img src="img/luke/lukedate4.webp" height=400px>
Suddenly you're glued to Luke's lips.
<<mc>>Thanks for the evening too Luke..<</mc>>
His cheeks immediately turned red.
<span style="color:#6600FF">+ Arousal</span><<arousal +10>><<mc>>Good bye now. Drive carefully.<</mc>>
He waved to you as he drove away and turned round and went back to his car.
<span style="color:#00FCFF">+ Luke Relationship</span>
[[Go to the Hotel|Reception]]<<AdvancePeriod>><<set $lukeQuest1 to 3>><<luke +5>><</linkreplace>><img @src="'img/nsfw/' + either('nap1', 'nap2', 'nap3') + '.webp'" height=400px>
You decide to give yourself a little break during the day and take a nap.
<span style="color:#00FF00">+ Energy</span>
[[Get Up|Room]]<<AdvancePeriod>><<energy +10>>
No-one's settled here yet.
[[Go Back|Hallway]]No-one's settled here yet.
[[Go Back|Hallway]]<img src="img/hotel/doorletter.jpg" />
You realised there was a note under the door. You opened the door and looked around, but you couldn't see anyone. You picked up the letter from the floor and sat in your sofa again as you did a few evenings ago.
<img src="img/hotel/letter.webp" height=400px>
You started reading the letter:
<span style="color:#FAD7A0">"We set you free. No one will force you. It's up to you whether you want to continue or not. You must do what we've done to you to free your kind of slaves, to untie their blindfolds. Start in the park, get the workers on our side. Introduce them to true pleasure."</span><<set $quest3 to 1>>
[[Continue|Room]]
<img src="img/street/station.webp" height=400px>
It's a small police station on Paradise Island. It's a calm, quiet environment because there are almost no criminal incidents.
[[Go Back|Travel]]<<set $random = random(1, 5)>>
<<if $random is 1>><<mc>>Wanna have a good time?<</mc>>
<<worker>>Fuck off you whore, I'm married.<</worker>>
You were surprised by his reaction and moved on.
[[Go Back|Park]]
<</if>>
<<if $random is 2>><<mc>>Do you want to give in to your desires?<</mc>>
<<worker>>Is this a social experiment? Leave me alone!<</worker>>
You were surprised by his reaction and moved on.
[[Go Back|Park]]
<</if>>
<<if $random is 3>><<mc>>Do you scream when you cum?<</mc>>
<<worker>>Depends on who I'm cumming on haha!<</worker>>
<<mc>>How about you try it on me?<</mc>>
<<worker>>No harm in trying I guess :)<</worker>>
[[Get behind the bush together|Worker1]]
<</if>>
<<if $random is 4>><<mc>>When was the last time you had sex?<</mc>>
<<worker>>It's been a long time. Wanna fix it?<</worker>>
[[Get behind the bush together|Worker1]]
<</if>>
<<if $random is 5>><<mc>>How much noise can you make?<</mc>>
<<worker>>Enough to get you arrested. Go away.<</worker>>
You were surprised by his reaction and moved on.
[[Go Back|Park]]
<</if>>You've taken off all your clothes except your panties. Also he took off his own clothes.
<<worker>>C'mon babe, I don't have much time.<</worker>>
You quickly kneeled down and started playing with his cock.
<img src="img/nsfw/worker_hj1.webp" height=400px />
<<worker>>(Ohhh..) You know how to do it hun'.<</worker>>
You sped up so it wouldn't take too long.
<<linkreplace "Continue">><img src="img/nsfw/worker_hj2.webp" height=400px />
<<mc>>Come onn! Cum for me!<</mc>>
<<worker>>(Ahh) Babe I'm gonna cum!<</worker>>
<<linkreplace "Unload him">><img src="img/nsfw/worker_hj3.webp" height=400px />
<<worker>>Thanks for the fast service, sweetheart<</worker>>
You picked up your clothes and got dressed.
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#8A2BE2">+ L. Corruption</span>
[[Go Back|Park]]<<corruption +1>><<local_cor +2>><<AdvancePeriod>><</linkreplace>>
<</linkreplace>>
How do you want to provoke people today?
[[Lift Your Skirt a Little|Skirt]] [[Lick an ice cream with lustful eyes|IceCream]]
[[Go Back|Park]]<<set $random = random(1, 3)>><img src="img/nsfw/provoke2.webp" height=400px /><<AdvancePeriod>>
You lifted your skirt a little bit and tried to get people's attention.
<<if $random is 1 && $local_cor gte 15>>
<<Random>>Hey beauty! Do you want to spend some good time together?<</Random>>
You've been waiting for this opportunity.
<<mc>>For sure!<</mc>>
<<linkreplace "Continue">><img src="img/nsfw/provokesuck.webp" height=400px />
You quickly sucked his cock and let him cum. After that you stood up and he walked away.
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#8A2BE2">+ L. Corruption</span>
[[Go Back|Park]]<<corruption +1>><<set $facial to 1>><<local_cor +1>><</linkreplace>><<else>>But nobody cared about you.
[[Go Back|Park]]<</if>>
<<set $random = random(1, 3)>><img src="img/nsfw/provoke1.gif" height=400px /><<AdvancePeriod>>
You took the ice-cream in your mouth and licked it with an appetite as if you were giving a blowjob.
<<if $random is 1 && $local_cor gte 15>>
<<Random>>Wanna lick my ice cream like that?<</Random>>
<<mc>>That's what I'm looking for!<</mc>>
<<linkreplace "Suck his cock">><img src="img/nsfw/provokesuck2.webp" height=400px />
You sucked his cock like it was an ice-cream. After a while he came in your mouth and he zipped up his trousers.
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#8A2BE2">+ L. Corruption</span>
[[Go Back|Park]]<<corruption +1>><<set $facial to 1>><<local_cor +1>><</linkreplace>><<else>>But nobody cared about you.
[[Go Back|Park]]<</if>>
<img src="img/nsfw/firstflash.webp" height=400px />
What made you do it? You don't know. But ever since you've been here, the urge has been growing. Both what was done to you when you first arrived at the hotel and the notes you took under the door. Everything brought you to this point.
Just as you were deep in these thoughts, you started to hear a shouting sound.
<<linkreplace "Continue">><<officer>>Ma'am! Ma'am! Hey!!<</officer>>
You turned towards the sound and saw the police running towards you. I think you're fucked.
<<officer>>Fix your outfit and hold out your hands. Now!<</officer>>
You did what the police said before you could say anything.
<img src="img/park/handcuffed.jpg" height=400px />
He handcuffed you and started to speak.
"You have the right to remain silent. Anything you say can be used against you in court. You have the right to talk to a lawyer for advice before we ask you any @@filter:blur(1px);questions. You have the right to have a lawyer with you during questioning. If you cannot afford a lawyer, one will be appointed for you before any questioning if you wish. If you decide to answer questions now without a lawyer present, you have the right to stop answering at any time."@@
You didn't understand half of what he said. You're confused.
[[Next stop, police department|QUEST4]]
<</linkreplace>>
<img src="img/station/interrogation.png"><<set $arrested to 1>><<set $quest4 to 1>>
After you entered the police station, you went to the interrogation room without any trouble. The man in front of you told you a few things.
<<officer>>....So, your behaviour in the park falls under the offence of indecent exposure. The equivalent of this offence in our island's constitution is 1 day of detention or a fine of $1650. Make your decision.<</officer>>
Will you pay your fine or remain in detention?
<<linkreplace "Pay Your Fine (1650$)">><<if $money lt 1650>>You can't afford it.<<else>><<set $money -=1650>><<goto "Travel">><</if>><</linkreplace>>
[[Go to Detention|Detention]]
<<set $quest5 to 0>>
<<set $quest6 to 0>>
<<set $quest7 to 0>>
<<set $quest8 to 0>>
<<set $quest9 to 0>>
<<set $quest10 to 0>>
<<set $quest12 to 0>>
<<set $quest13 to 0>>
<<set $quest14 to 0>>
<<set $quest15 to 0>>
<<set $quest16 to 0>>
<<set $quest17 to 0>>
<<set $quest18 to 0>><img src="img/station/detention.jpg" height=400px>
<<mc>>Oh for fucks sake! Why the fuck I did that to myself? AHH!! Whatever. It is just a one night.<</mc>>
<<linkreplace "Continue">><<prisoner>>Psst! Wanna have some fun while the cops are away?<</prisoner>>
[[Leave me alone!|RejectP]]
[[Okay|AcceptP]]
<</linkreplace>><img src="img/station/detention.jpg" height=400px>
There's nothing left for you to do, you'll spend the day sitting here doing nothing. There are other people in there. You have to be careful when you sleep.
<<linkreplace "Wait for Night">><<set $period to 5>><<goto "DetNight">><</linkreplace>><img src="img/nsfw/detention_sex1.webp" height=400px />
After he took off his pants, you slowly started stroking his cock.
<<prisoner>>Cutie, it won't bite. Why don't you use your mouth?<</prisoner>>
<<linkreplace "Use Your Mouth">><img src="img/nsfw/detention_sex2.webp" height=400px />
You turned him on even more by swirling your tongue around the tip of his cock. It was like you were torturing him by only taking the tip of his cock in your mouth and sucking it slowly.
<<prisoner>>(Ohhhh..) C'mon babe, don't tease me....<</prisoner>>
<<linkreplace "Let the Real Show Begin">><img src="img/nsfw/detention_sex3.webp" height=400px />
<<prisoner>>Now that's what I'm talking about! You are professional at this!<</prisoner>>
<<mc>>We haven't got much time. Cum for me!<</mc>>
<<prisoner>>(Ahhh..)I'm gonna cum babee!!<</prisoner>>
<<linkreplace "Make him Cum">><img src="img/nsfw/detention_sex4.webp" height=400px />
<<prisoner>>That was somethin' else cutie. Lemme see my seed.<</prisoner>>
<<linkreplace "Open Your Mouth">><img src="img/nsfw/detention_sex5.webp" height=400px />
<<prisoner>>One of the best blowjobs I've ever had.<</prisoner>>
<<mc>>I know, hehe..<</mc>>
<span style="color:#6600FF">+ Arousal</span>
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#8A2BE2">+ L. Corruption</span>
You washed your face and he zipped up his pants.
[[Wait for Night|DetNight2]]<<arousal +30>><<corruption +1>><<local_cor +1>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><img src="img/station/detention.jpg" height=400px>
It's night now. The people inside are slowly falling asleep. You should sleep too.
[[Go to Sleep|RejSleep]]<img src="img/nsfw/rejSleep.png" height=400px />
You woke up after an empty night. After you sat up, you put your hand to your face and your hands became sticky.
<img src="img/nsfw/cumonhands.png" height=400px />
<<mc>>Ewwwww.. WTF? Who did this to me?<</mc>>
Everyone looking at you but saying nothing, just some giggles.
You stood up and quickly washed your face with embarrassment.
<span style="color:#6600FF">+ Arousal</span>
<span style="color:#FF00DA">+ Corruption</span>
<<officer>>Hey, girl! Your detention time is over. You can go out now.<</officer>>
[[Go Out|Travel]]<<arousal +30>><<corruption +1>><<Sleep>>
<img src="img/station/detention.jpg" height=400px>
It's night now. The people inside are slowly falling asleep. You should sleep too.
[[Go to Sleep|RejSleep2]]<img src="img/station/prisonsleep.png" height=400px>
You slept through the night, though it wasn't very comfortable.
<<officer>>Hey, girl! Your detention time is over. You can go out now.<</officer>>
[[Go Out|Travel]]<<Sleep>><img src="img/hotel/waitlounge.png"/><<set $mickDate1 to 1>>
You're now in the waiting lobby of the hotel. Mick is sitting on the sofa.
<<Mick>>Hey $name, long time no see huh?<</Mick>>
<<mc>>Oh, Mick! Yeah, you haven't called me in a while.<</mc>>
<<linkreplace "Hug Him">><img src="img/mick/hug.png"/>
You hugged each other for a short time and moved slightly away from each other.
<<Mick>>Is that so? Who says I AM the one who should call all the time?<</Mick>>
<<mc>>Sorry about that Mick, I know. But I'm busy nowadays.<</mc>>
<<Mick>>Yeah, I can see that.<</Mick>>
<<mc>>What do you mean?<</mc>>
<<Mick>>Would you like to continue this conversation over dinner?<</Mick>>
<<mc>>Hmm, is this a date offer?<</mc>>
<<Mick>>Depends on your thoughts, hehe.<</Mick>>
[[Go to the Cafe with Mick|MickDate2]]
<</linkreplace>>
<img src="img/mick/dinner1.png"/>
You came to the café together and sat at a table.
<<mc>>Now, what did you mean at the hotel before we move on to other matters?<</mc>>
The waiter came and interrupted you. You kept talking after you ordered your drinks.
<<mc>>So?<</mc>>
<<Mick>>I've been seeing you in the park a lot lately. You looked like you were doing something secret with someone. Did you think you couldn't be seen behind the bushes?<</Mick>>
<<mc>>Ssshhh.... Talk quietly about these things, Mick!<</mc>>
[[Tell him the Truth|MickDate3.1]]
[[Make up a Lie|MickDate3.2]]
<img src="img/mick/dinner1.png"/>
<<mc>>Strange letters came to my room at the hotel, and even a strange voice called me on the phone and spoke to me. I was told what to do.<</mc>>
<<Mick>>Hm? What the hell does that mean?<</Mick>>
<<mc>>This means that when I first started this job, I didn't like it. I was forced to do it. But now I do it willingly.<</mc>>
<<linkreplace "Continue">><img src="img/mick/undertable.png"/>
You started rubbing your foot on his leg under the table.
<<mc>>You know what I mean?<</mc>>
<<Mick>>Hey, hey. Not so fast lady. I got it.<</Mick>>
<<Mick>>Not today. We'll talk about this at extended length later.<</Mick>>
I wonder what he was gonna talk to you about. Does he know something?
<<mc>>Okay then, what do you want to talk about?<</mc>>
<<Mick>>Just chit-chat and fun.<</Mick>>
<<mc>>Oh, a normal date u sayin'.<</mc>>
<<Mick>>Hmhm.<</Mick>>
..........
You chatted about a lot of things, laughed and had fun.
[[Time to Leave|MickDate4.1]]<<AdvancePeriod>>
<</linkreplace>><img src="img/mick/dinner1.png"/>
<<mc>>I was there to meet someone, but I didn't like the guy.<</mc>>
<<Mick>>Why, what did he do?<</Mick>>
<<mc>>Stupid guy hadn't even showered. So you're coming to meet a beautiful woman. Why don't you behave yourself?<</mc>>
<<Mick>>Oh man! That must felt so bad. Forget it, you're a beautiful woman. You'll find another one.<</Mick>>
<<mc>>Yeah, probably.<</mc>>
His suspicious looks made it seem as if he didn't believe your lie, but you continued the conversation confidently.
..........
[[Time to Leave|MickDate4.2]]<<AdvancePeriod>>
<<Mick>>It is time to leave then?<</Mick>>
<<mc>>Yeah, I guess. Thanks for the dinner Mick.<</mc>>
<<Mick>>No problem, dear.<</Mick>>
You sent him a kiss as you walked away.
<img src="img/mick/sendingkiss.gif" height=400px/>
<<Mick>>LOVE YOU TOO!! HAHA!<</Mick>>
You blushed.
<span style="color:#44B7FF">+ Mick Relationship</span>
<span style="color:#6600FF">+ Arousal</span>
<span style="color:#FF00DA">+ Corruption</span>
[[Go Back|Travel]]<<mick +5>><<arousal +25>><<corruption +1>>
<img src="img/mick/goodbye.gif"/>
You said goodbye to each other and moved in opposite directions.
<span style="color:#44B7FF">+ Mick Relationship (Less)</span>
[[Go Back|Travel]]<<mick +3>><<if $period is 1 or $period is 2 or $period is 3 or $period is 4>><img src="img/nsfw/streaming.gif" height=400px/>
<b>Name :</b> $fansName
<b>Followers :</b> $followers
<b>Choose a Stream Type</b>
<button class="p_button b_irl" data-passage="irl">IRL</button><button class="p_button b_18content" data-passage="18content">+18</button>
<<else>>It's too late to stream.<</if>>
[[Go Back|Laptop]]<div class=vegan-style>Create Your Account</div>
Username:
<<textbox "$fansName" "SneakyWanker">>
@@#input-error;@@
<<button "Continue">>
<<set $fansName to $fansName.trim()>>
<<if $fansName is "">>
<<replace "#input-error">>Please enter a username.<</replace>>
<<else>>
<<goto "CreateAcc2">>
<</if>>
<</button>><img src="img/assets/acc.png" height=400px/><<set $pfans to 1>><<set $followers to 0>>
<div class="hq_box">Your PeanutFans name is $fansName!</div>
[[Go Back|PeanutFans]]
<img @src="'img/nsfw/' + either('irl1', 'irl2', 'irl3', 'irl4', 'irl5') + '.webp'" height=400px><<if $followers lt 500>><<set $donate = random(10)>><<elseif $followers gte 500 && $followers lt 1000>><<set $donate = random(10, 40)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $donate = random(20, 60)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $donate = random(40, 100)>><<elseif $followers gte 5000 && $followers lt 8000>><<set $donate = random(50, 150)>><<elseif $followers gte 8000 && $followers lt 10000>><<set $donate = random(75, 200)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $donate = random(100, 300)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $donate = random(200, 500)>><<elseif $followers gte 20000>><<set $donate = random(300, 1000)>><</if>><<if $followers lt 500>><<set $gFollow = random(30)>><<elseif $followers gte 500 && $followers lt 1000>><<set $gFollow = random(20, 100)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $gFollow = random(50, 150)>><<elseif $followers gte 2000 && $followers lt 3000>><<set $gFollow = random(50, 250)>><<elseif $followers gte 3000 && $followers lt 5000>><<set $gFollow = random(75, 300)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $gFollow = random(100, 400)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $gFollow = random(150, 500)>><<elseif $followers gte 20000>><<set $gFollow = random(200, 750)>><</if>>
You made a stream by chatting with your viewers and watching videos together with them.
<b>Followers Gained :</b> $gFollow
<b>Donates :</b> $donate $
<<set $money +=$donate>><<set $followers +=$gFollow>><<AdvancePeriod>><<replace "#now">><<now>><</replace>>
[[Turn Off the Stream|Stream]]
<<if $period is 1 or $period is 2 or $period is 3 or $period is 4>><img src="img/nsfw/18stream.webp" height=400px/>
You've switched to the 18+ section of the streaming website. What do you want to show your fans?
[[Tease Them|sTease]] <<if $arousal gte 50>>[[Masturbate|sMast1]]<</if>>
[[Show Your Feet|sFeet]]
<<linkreplace "Show Your Tits">><<if $corruption gte 25>><<goto "sTits">><<else>>You need more corruption to do that. (25)<</if>><</linkreplace>>
<<linkreplace "Show Your Ass">><<if $corruption gte 30>><<goto "sAss">><<else>>You need more corruption to do that. (30)<</if>><</linkreplace>>
<<linkreplace "Take off Your Clothes">><<if $corruption gte 40>><<goto "sUnderwear">><<else>>You need more corruption to do that. (40)<</if>><</linkreplace>><<else>>It's to late to stream.<</if>>
[[Turn Off the Stream|Laptop]]<img src="img/mick/mickDoor.jpg" height=400px/><<set $quest5 to 1>><<set $eva_rel to 0>><<set $evaMeet to 0>><<set $evaQuest1 to 0>>
Someone comes quietly through your door with an envelope in his hand.
You were frightened by the silhouette at the door and you started to panic.
<<linkreplace "Switch on the Night Lamp">><img src="img/mick/lightbulb.jpg" height=400px/>
You switched on the light bulb and..
<<Mick>>I can explain everything..<</Mick>>
He was holding an envelope. Was he the one who'd been putting you through all this all this time?
<<Mick>>Why don't we calm down, have a drink and talk about it?<</Mick>>
Now that you're scared of him, you're forced to accept.
[[Go Down to the Hotel Lobby with Him|QUEST5.1]]
<</linkreplace>>
<img src="img/hotel/waitlounge.png" height=400px/>
.............
<<Mick>>As I told you, all I want is for people to be a little freer than yesterday.<</Mick>>
After listening to what he said, one part of his heart agreed with him, while the other part of his heart said to remember what he had put you through so far.
<<mc>>You're right, but what about my lost feelings? This cruelty you put me through?<</mc>>
<<Mick>>As a result of what you've been through, don't you feel more free outside in the park?<</Mick>>
<<mc>>Alright, but I don't want any more envelopes. Whatever you want, come and say it to my face directly.<</mc>>
<<Mick>>After what we have put the municipality employees through, our name is known in almost all service sectors. But we need to make ourselves heard, we need to be talked about on the streets.<</Mick>>
<<mc>>So?<</mc>>
<<Mick>>Together with you, we'll launch new actions.<</Mick>>
<<mc>>Spill the beans. I'm sleepy, Mick.<</mc>>
<<Mick>>Go to bed today, I'll pick you up in a few days.<</Mick>>
<<mc>>Okay, good night Mick.<</mc>>
[[Go to Your Room and Sleep|Sleep]]<img src="img/eva/door.jpg" height=400px>
You saw a woman in the corridor trying to get into room 101 with a suitcase. Her sweet scent was all over the corridor.
You decided to say hello to meet her.
<<mc>>Hey there, is this your first time here?<</mc>>
<<Eva>>No dear, I come here often.<</Eva>>
You can feel her cold behaviour against you.
<<mc>>Heh, then you must know where the best martini is, right?<</mc>>
She hesitates for a few seconds and smiles slightly. I think you managed to break through her wall of coldness with that sentence.
<<Eva>>I'm a margarita kind of girl, but we could try a martini. Hehe.<</Eva>>
After that sentence, she takes her suitcase inside and gets inside slowly.
You waved each other and she closed the door.
[[Go Back|Hallway]]<<set $evaMeet to 1>>
<img src="img/nsfw/18tease.webp" height=400px/><<if $followers lt 500>><<set $donate = random(40)>><<elseif $followers gte 500 && $followers lt 1000>><<set $donate = random(30, 60)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $donate = random(50, 80)>><<elseif $followers gte 2000 && $followers lt 3000>><<set $donate = random(70, 100)>><<elseif $followers gte 3000 && $followers lt 4000>><<set $donate = random(90, 120)>><<elseif $followers gte 4000 && $followers lt 7000>><<set $donate = random(150, 180)>><<elseif $followers gte 7000 && $followers lt 12000>><<set $donate = random(200, 450)>><<elseif $followers gte 12000 && $followers lt 20000>><<set $donate = random(300, 750)>><<elseif $followers gte 20000>><<set $donate = random(450, 1200)>><</if>><<if $followers lt 500>><<set $gFollow = random(30)>><<elseif $followers gte 500 && $followers lt 1000>><<set $gFollow = random(60, 100)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $gFollow = random(80, 150)>><<elseif $followers gte 3000 && $followers lt 5000>><<set $gFollow = random(100, 200)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $gFollow = random(120, 250)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $gFollow = random(150, 450)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $gFollow = random(200, 600)>><<elseif $followers gte 20000>><<set $gFollow = random(250, 750)>><</if>>
You tease your fans a little. How does it feel to feel their cock getting hard just looking at you?
<b>Followers Gained :</b> $gFollow
<b>Donates :</b> $donate $
<span style="color:#6600FF">+ Arousal</span>
<<set $money +=$donate>><<set $followers +=$gFollow>><<AdvancePeriod>><<replace "#now">><<now>><</replace>>
<<if $period is 1 or $period is 2 or $period is 3 or $period is 4>>[[Go Back|18content]]
[[Show Your Feet|sFeet]] <<if $arousal gte 50>>[[Masturbate|sMast1]]<</if>>
<<linkreplace "Show Your Tits">><<if $corruption gte 25>><<goto "sTits">><<else>>You need more corruption to do that. (25)<</if>><</linkreplace>>
<<linkreplace "Show Your Ass">><<if $corruption gte 30>><<goto "sAss">><<else>>You need more corruption to do that. (30)<</if>><</linkreplace>>
<<linkreplace "Take off Your Clothes">><<if $corruption gte 40>><<goto "sUnderwear">><<else>>You need more corruption to do that. (40)<</if>><</linkreplace>>
[[Turn Off the Stream|Laptop]]<<else>>It's to late to stream more.
[[Go Back|Room]]<</if>>
<<arousal +10>><img src="img/nsfw/18underwear.webp" height=400px/><<if $followers lt 500>><<set $donate = random(50)>><<elseif $followers gte 500 && $followers lt 1000>><<set $donate = random(40, 75)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $donate = random(60, 125)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $donate = random(80, 175)>><<elseif $followers gte 5000 && $followers lt 8000>><<set $donate = random(100, 225)>><<elseif $followers gte 8000 && $followers lt 12000>><<set $donate = random(120, 275)>><<elseif $followers gte 12000 && $followers lt 15000>><<set $donate = random(140, 325)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $donate = random(160, 500)>><<elseif $followers gte 20000>><<set $donate = random(200, 750)>><</if>><<if $followers lt 500>><<set $gFollow = random(50)>><<elseif $followers gte 500 && $followers lt 1000>><<set $gFollow = random(40, 75)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $gFollow = random(60, 100)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $gFollow = random(80, 125)>><<elseif $followers gte 5000 && $followers lt 8000>><<set $gFollow = random(100, 150)>><<elseif $followers gte 8000 && $followers lt 12000>><<set $gFollow = random(120, 175)>><<elseif $followers gte 12000 && $followers lt 15000>><<set $gFollow = random(140, 250)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $gFollow = random(200, 450)>><<elseif $followers gte 20000>><<set $gFollow = random(250, 650)>><</if>>
You take off your clothes and show your body to your fans in just your underwear.
<b>Followers Gained :</b> $gFollow
<b>Donates :</b> $donate $
<<set $money +=$donate>><<set $followers +=$gFollow>><<AdvancePeriod>><<replace "#now">><<now>><</replace>>
<<if $period is 1 or $period is 2 or $period is 3 or $period is 4>>[[Go Back|18content]] <<if $arousal gte 50>>[[Masturbate|sMast2]]<</if>> <<if $arousal gte 50 && $corruption gte 45>>[[Masturbate via Backdoor|sMastA]]<</if>> <<if $arousal gte 50 && $dildo is 1 && $corruption gte 45>>[[Use Dildo|sMastD]]<</if>>
[[Show Your Feet|sFeet2]]
<<linkreplace "Show Your Tits">><<if $corruption gte 45>><<goto "sTits2">><<else>>You need more corruption to do that. (45)<</if>><</linkreplace>>
<<linkreplace "Show Your Ass">><<if $corruption gte 50>><<goto "sAss2">><<else>>You need more corruption to do that. (50)<</if>><</linkreplace>>
[[Turn Off the Stream|Laptop]]
<<else>>It's to late to stream more.
[[Turn Off the Stream|Room]]<</if>>
<<arousal +10>>
<img @src="'img/nsfw/' + either('18feet1', '18feet2') + '.webp'" height=400px><<if $followers lt 500>><<set $donate = random(40)>><<elseif $followers gte 500 && $followers lt 1000>><<set $donate = random(30, 60)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $donate = random(50, 80)>><<elseif $followers gte 2000 && $followers lt 3000>><<set $donate = random(70, 100)>><<elseif $followers gte 3000 && $followers lt 4000>><<set $donate = random(90, 120)>><<elseif $followers gte 4000 && $followers lt 7000>><<set $donate = random(150, 180)>><<elseif $followers gte 7000 && $followers lt 12000>><<set $donate = random(200, 450)>><<elseif $followers gte 12000 && $followers lt 20000>><<set $donate = random(300, 750)>><<elseif $followers gte 20000>><<set $donate = random(450, 1200)>><</if>><<if $followers lt 500>><<set $gFollow = random(30)>><<elseif $followers gte 500 && $followers lt 1000>><<set $gFollow = random(60, 100)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $gFollow = random(80, 150)>><<elseif $followers gte 3000 && $followers lt 5000>><<set $gFollow = random(100, 200)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $gFollow = random(120, 250)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $gFollow = random(150, 450)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $gFollow = random(200, 600)>><<elseif $followers gte 20000>><<set $gFollow = random(250, 750)>><</if>>
You showed your fans your beautiful feet to make them lick the screen.
<b>Followers Gained :</b> $gFollow
<b>Donates :</b> $donate $
<span style="color:#6600FF">+ Arousal</span>
<<set $money +=$donate>><<set $followers +=$gFollow>><<AdvancePeriod>><<replace "#now">><<now>><</replace>>
<<if $period is 1 or $period is 2 or $period is 3 or $period is 4>>[[Go Back|18content]]
[[Tease Them|sTease]] <<if $arousal gte 50>>[[Masturbate|sMast1]]<</if>>
<<linkreplace "Show Your Tits">><<if $corruption gte 25>><<goto "sTits">><<else>>You need more corruption to do that. (25)<</if>><</linkreplace>>
<<linkreplace "Show Your Ass">><<if $corruption gte 30>><<goto "sAss">><<else>>You need more corruption to do that. (30)<</if>><</linkreplace>>
<<linkreplace "Take off Your Clothes">><<if $corruption gte 40>><<goto "sUnderwear">><<else>>You need more corruption to do that. (40)<</if>><</linkreplace>>
[[Turn Off the Stream|Laptop]]<<else>>It's to late to stream more.
[[Turn Off the Stream|Room]]<</if>>
<<arousal +10>>
<img @src="'img/nsfw/' + either('18tits1', '18tits2', '18tits3') + '.webp'" height=400px><<if $followers lt 500>><<set $donate = random(60)>><<elseif $followers gte 500 && $followers lt 1000>><<set $donate = random(50, 120)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $donate = random(70, 150)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $donate = random(90, 180)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $donate = random(100, 300)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $donate = random(120, 500)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $donate = random(150, 550)>><<elseif $followers gte 20000>><<set $donate = random(170, 750)>><</if>><<if $followers lt 500>><<set $gFollow = random(50)>><<elseif $followers gte 500 && $followers lt 1000>><<set $gFollow = random(25, 120)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $gFollow = random(50, 150)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $gFollow = random(75, 200)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $gFollow = random(100, 225)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $gFollow = random(100, 250)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $gFollow = random(100, 275)>><<elseif $followers gte 20000>><<set $gFollow = random(130, 400)>><</if>>
You showed your viewers your well-shaped tits through your dress.
<b>Followers Gained :</b> $gFollow
<b>Donates :</b> $donate $
<span style="color:#6600FF">+ Arousal</span>
<span style="color:#FF00DA">+ Corruption</span>
<<set $money +=$donate>><<set $followers +=$gFollow>><<AdvancePeriod>><<replace "#now">><<now>><</replace>>
<<if $period is 1 or $period is 2 or $period is 3 or $period is 4>>[[Go Back|18content]]
[[Tease Them|sTease]] <<if $arousal gte 50>>[[Masturbate|sMast1]]<</if>>
[[Show Your Feet|sFeet]]
<<linkreplace "Show Your Tits Again">><<if $corruption gte 25>><<goto "sTits">><<else>>You need more corruption to do that. (25)<</if>><</linkreplace>>
<<linkreplace "Show Your Ass">><<if $corruption gte 30>><<goto "sAss">><<else>>You need more corruption to do that. (30)<</if>><</linkreplace>>
<<linkreplace "Take off Your Clothes">><<if $corruption gte 40>><<goto "sUnderwear">><<else>>You need more corruption to do that. (40)<</if>><</linkreplace>>
[[Turn Off the Stream|Laptop]]<<else>>It's to late to stream more.
[[Turn Off the Stream|Room]]<</if>>
<<arousal +15>><<corruption +1>>
<img @src="'img/nsfw/' + either('18ass3', '18ass4') + '.webp'" height=400px><<if $followers lt 500>><<set $donate = random(60)>><<elseif $followers gte 500 && $followers lt 1000>><<set $donate = random(50, 120)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $donate = random(70, 150)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $donate = random(90, 180)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $donate = random(100, 300)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $donate = random(120, 500)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $donate = random(150, 550)>><<elseif $followers gte 20000>><<set $donate = random(170, 750)>><</if>><<if $followers lt 500>><<set $gFollow = random(50)>><<elseif $followers gte 500 && $followers lt 1000>><<set $gFollow = random(25, 120)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $gFollow = random(70, 200)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $gFollow = random(100, 300)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $gFollow = random(100, 325)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $gFollow = random(100, 350)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $gFollow = random(100, 375)>><<elseif $followers gte 20000>><<set $gFollow = random(150, 600)>><</if>>
You showed your viewers your jiggly butt through your dress.
<b>Followers Gained :</b> $gFollow
<b>Donates :</b> $donate $
<span style="color:#6600FF">+ Arousal</span>
<span style="color:#FF00DA">+ Corruption</span>
<<set $money +=$donate>><<set $followers +=$gFollow>><<AdvancePeriod>><<replace "#now">><<now>><</replace>>
<<if $period is 1 or $period is 2 or $period is 3 or $period is 4>>[[Go Back|18content]]
[[Tease Them|sTease]] <<if $arousal gte 50>>[[Masturbate|sMast1]]<</if>>
[[Show Your Feet|sFeet]]
<<linkreplace "Show Your Tits">><<if $corruption gte 25>><<goto "sTits">><<else>>You need more corruption to do that. (25)<</if>><</linkreplace>>
<<linkreplace "Show Your Ass Again">><<if $corruption gte 30>><<goto "sAss">><<else>>You need more corruption to do that. (30)<</if>><</linkreplace>>
<<linkreplace "Take off Your Clothes">><<if $corruption gte 40>><<goto "sUnderwear">><<else>>You need more corruption to do that. (40)<</if>><</linkreplace>>
[[Turn Off the Stream|Laptop]]<<else>>It's to late to stream more.
[[Turn Off the Stream|Room]]<</if>>
<<arousal +20>><<corruption +1>><img @src="'img/nsfw/' + either('18tits4', '18tits5', '18tits6') + '.webp'" height=400px><<if $followers lt 500>><<set $donate = random(90)>><<elseif $followers gte 500 && $followers lt 1000>><<set $donate = random(75, 150)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $donate = random(100, 200)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $donate = random(125, 200)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $donate = random(150, 300)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $donate = random(180, 500)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $donate = random(200, 800)>><<elseif $followers gte 20000>><<set $donate = random(250, 1500)>><</if>><<if $followers lt 500>><<set $gFollow = random(100)>><<elseif $followers gte 500 && $followers lt 1000>><<set $gFollow = random(40, 150)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $gFollow = random(70, 200)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $gFollow = random(100, 250)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $gFollow = random(125, 300)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $gFollow = random(175, 450)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $gFollow = random(200, 550)>><<elseif $followers gte 20000>><<set $gFollow = random(300, 650)>><</if>>
You showed your beautifully shaped tits naked to the viewers.
<b>Followers Gained :</b> $gFollow
<b>Donates :</b> $donate $
<span style="color:#6600FF">+ Arousal</span>
<span style="color:#FF00DA">+ Corruption</span>
<<set $money +=$donate>><<set $followers +=$gFollow>><<AdvancePeriod>><<replace "#now">><<now>><</replace>>
<<if $period is 1 or $period is 2 or $period is 3 or $period is 4>>[[Go Back|sUnderwear]]
[[Show Your Feet|sFeet2]]
<<linkreplace "Show Your Tits Again">><<if $corruption gte 45>><<goto "sTits2">><<else>>You need more corruption to do that. (45)<</if>><</linkreplace>>
<<linkreplace "Show Your Ass">><<if $corruption gte 50>><<goto "sAss2">><<else>>You need more corruption to do that. (50)<</if>><</linkreplace>>
[[Turn Off the Stream|Laptop]]<<else>>It's to late to stream more.
[[Turn Off the Stream|Room]]<</if>>
<<arousal +25>><<corruption +1>><img @src="'img/nsfw/' + either('18ass5', '18ass6', '18ass7') + '.webp'" height=400px><<if $followers lt 500>><<set $donate = random(90)>><<elseif $followers gte 500 && $followers lt 1000>><<set $donate = random(75, 150)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $donate = random(100, 200)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $donate = random(125, 200)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $donate = random(150, 300)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $donate = random(180, 500)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $donate = random(200, 800)>><<elseif $followers gte 20000>><<set $donate = random(250, 1500)>><</if>><<if $followers lt 500>><<set $gFollow = random(100)>><<elseif $followers gte 500 && $followers lt 1000>><<set $gFollow = random(40, 150)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $gFollow = random(70, 200)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $gFollow = random(100, 250)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $gFollow = random(125, 300)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $gFollow = random(175, 450)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $gFollow = random(200, 550)>><<elseif $followers gte 20000>><<set $gFollow = random(300, 650)>><</if>>
You showed your beautiful ass to your viewers with only your panties on.
<b>Followers Gained :</b> $gFollow
<b>Donates :</b> $donate $
<span style="color:#6600FF">+ Arousal</span>
<span style="color:#FF00DA">+ Corruption</span>
<<set $money +=$donate>><<set $followers +=$gFollow>><<AdvancePeriod>><<replace "#now">><<now>><</replace>>
<<if $period is 1 or $period is 2 or $period is 3 or $period is 4>>[[Go Back|sUnderwear]]
[[Show Your Feet|sFeet2]]
<<linkreplace "Show Your Tits">><<if $corruption gte 45>><<goto "sTits2">><<else>>You need more corruption to do that. (45)<</if>><</linkreplace>>
<<linkreplace "Show Your Ass Again">><<if $corruption gte 50>><<goto "sAss2">><<else>>You need more corruption to do that. (50)<</if>><</linkreplace>>
[[Turn Off the Stream|Laptop]]<<else>>It's to late to stream more.
[[Turn Off the Stream|Room]]<</if>>
<<arousal +25>><<corruption +1>><img @src="'img/nsfw/' + either('18feet1', '18feet2') + '.webp'" height=400px><<if $followers lt 500>><<set $donate = random(40)>><<elseif $followers gte 500 && $followers lt 1000>><<set $donate = random(30, 60)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $donate = random(50, 80)>><<elseif $followers gte 2000 && $followers lt 3000>><<set $donate = random(70, 100)>><<elseif $followers gte 3000 && $followers lt 4000>><<set $donate = random(90, 120)>><<elseif $followers gte 4000 && $followers lt 7000>><<set $donate = random(150, 180)>><<elseif $followers gte 7000 && $followers lt 12000>><<set $donate = random(200, 450)>><<elseif $followers gte 12000 && $followers lt 20000>><<set $donate = random(300, 750)>><<elseif $followers gte 20000>><<set $donate = random(450, 1200)>><</if>><<if $followers lt 500>><<set $gFollow = random(30)>><<elseif $followers gte 500 && $followers lt 1000>><<set $gFollow = random(60, 100)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $gFollow = random(80, 150)>><<elseif $followers gte 3000 && $followers lt 5000>><<set $gFollow = random(100, 200)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $gFollow = random(120, 250)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $gFollow = random(150, 450)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $gFollow = random(200, 600)>><<elseif $followers gte 20000>><<set $gFollow = random(250, 750)>><</if>>
You showed your fans your beautiful feet to make them lick the screen.
<b>Followers Gained :</b> $gFollow
<b>Donates :</b> $donate $
<span style="color:#6600FF">+ Arousal</span>
<<set $money +=$donate>><<set $followers +=$gFollow>><<AdvancePeriod>><<replace "#now">><<now>><</replace>>
<<if $period is 1 or $period is 2 or $period is 3 or $period is 4>>[[Go Back|sUnderwear]]
<<linkreplace "Show Your Tits">><<if $corruption gte 45>><<goto "sTits2">><<else>>You need more corruption to do that. (45)<</if>><</linkreplace>>
<<linkreplace "Show Your Ass">><<if $corruption gte 50>><<goto "sAss2">><<else>>You need more corruption to do that. (50)<</if>><</linkreplace>>
[[Turn Off the Stream|Laptop]]<<else>>It's to late to stream more.
[[Turn Off the Stream|Room]]<</if>>
<<arousal +10>>
<img src="img/eva/room_door.jpg" height=400px>
Eva hung a nice keyring on the doorknob.
<<if $evaQuest1 is 0 && $day gte 21 && $period is 4>>[[Knock on the Door|EvaQuest1]]<<else>>[[Knock on the Door|EvaRoomClear]]<</if>>
[[Go Back|Hallway]]Nobody is answering the door.
[[Go Back|Hallway]]<img src="img/eva/opening_door.jpg" height=400px>
I think Eva's getting ready to take a shower.
<<mc>>I'm looking for a mate for the best martini. Wanna come?<</mc>>
<<Eva>>Come inside, I need to take a shower first. You can sit on my bed.<</Eva>>
[[Go Inside|EvaQuest1.1]]
<img src="img/eva/sittingonbed.webp" height=400px>
Eva gives you a coffee and then goes into the bathroom.
<<Eva>>Coming in a minute! Enjoy yourself.<</Eva>>
[[Look at Her Nightstand|EvaNightstand]]
[[Look at Her Wardrobe|EvaWardrobe]]
[[Just Lay Down on Her Bed|EvaBed]]<img src="img/eva/nightstand.jpg" height=400px>
You found a lubricant in her nightstand!
<span style="color:#6600FF">+ Arousal</span>
[[Wait|EvaQuest1.2]]<<arousal +10>><img src="img/eva/wardrobe.jpg" height=400px>
You found a garter in her wardrobe. Imagine how sexy Eva must look wearing that.
<span style="color:#6600FF">+ Arousal</span>
[[Wait|EvaQuest1.2]]<<arousal +10>><img src="img/eva/pillow.png" height=400px>
You found a dildo on her bed. What a naughty girl!
<span style="color:#6600FF">+ Arousal</span>
[[Wait|EvaQuest1.2]]<<arousal +10>>You heard the water cut out.
[[Sneak a Peek|EvaQuest1.3]]<img src="img/nsfw/peek.jpg" height=400px>
Looks like she just got out of the shower. Her perfectly shaped ass turns you on.
<span style="color:#6600FF">+ Arousal</span>
You realised she was smirking at you in the mirror. Your cheeks turn red.
[[Quickly Sit Back on the Bed|EvaQuest1.4]]<<arousal +10>><img src="img/eva/sittingonbed.webp" height=400px>;
<<mc>>What a nice room you have.<</mc>>
She is still grinning at you.
<<Eva>>Yeah, I guess.<</Eva>>
<<Eva>>Now, if you'll excuse me, turn round and let me get dressed.<</Eva>>
<<mc>>Oh sure, sorry.<</mc>>
Your cheeks are even redder.
<<linkreplace "Open Your Eyes Slightly">><img src="img/nsfw/dressing.png" height=400px>
<span style="color:#6600FF">+ Arousal</span>
She gets dressed.
<<Eva>>Now it's time to go.<</Eva>>
[[Leave the Room Together|EvaQuest1.5]]<<arousal +10>>
<</linkreplace>>
<img src="img/eva/elevator.jpg" height=400px>
<<Eva>>We've been talking for 2 days, but we still haven't learnt each other's names.<</Eva>>
<<mc>>Right, mine is $name. Yours?<</mc>>
<<Eva>>I'm Eva. "Really" nice to meet you.<</Eva>>
Her grin when she said the word "really" said it all.
<<mc>>Well, where are you taking me now?<</mc>>
<<Eva>>My friend has a bar on the beach that makes very good martinis and margaritas.<</Eva>>
[[Continue|EvaQuest1.6]]
<img src="img/beach/talk_w_bartender.png" height=400px>
<<Bartender>>Welcome back, Eva. Long time no see.<</Bartender>>
<<Eva>>I had work to do. Anyway Jack, she is $name. $name, he is Jack. Get to know each other.<</Eva>>
You slowly raised your left hand, waved it and greeted Jack.
<<mc>>We came to visit because Eva praised your martini so much.<</mc>>
<<Bartender>>I'm a bourbon guy, but I can make them all very well.<</Bartender>>
<<Bartender>>Okay sexy ladies, customer is coming. You girls keep chatting. Bye!<</Bartender>>
Jack quickly went to the other customer.
<<linkreplace "Continue">><img src="img/eva/inbar.jpg" height=400px>
You swapped the martini and margarita Jack left in front of you.
<<Eva>>It's been a long time since I tasted martini. I admired your taste. Although it's not as good as a margarita, it's in the top 3 on my list. But only when I'm with you.<</Eva>>
Her last sentence caused your cheeks to flush.
<<mc>>I tasted margharita for first time. It's not bad though hahaha!<</mc>>
.................
You chatted for a while.
<<Eva>>Wanna play a game hun'?<</Eva>>
<<mc>>Why not?<</mc>>
[[Play a Game|EvaQuest1.7]]
<</linkreplace>>
<img src="img/eva/truthdare.jpeg" height=400px>
She put a lot of pieces of paper on the table.
<<Eva>>Here's how the game is played. You take a piece of paper. It has questions on it. You either answer them or you take a shot. You start first.<</Eva>>
You take a piece of paper. The question is:
"Your worst sex experience?"
[[Say It|say1]] [[Take a Shot|shot1]]<img src="img/eva/truthdare.jpeg" height=400px>
<<mc>>My boyfriend passed out while I was giving him a blow job. We started the night in bed and ended it in the hospital.<</mc>>
<<Eva>>AHAHAHHAHAHA! You must be good at your job then.<</Eva>>
Now Eva takes a paper in her hands.
<<Eva>>I'm not gonna answer that!<</Eva>>
She takes a shot.
<img src="img/eva/shot.jpg" height=400px>
<<Eva>>Now it's your turn.<</Eva>>
You take a paper. The question is:
"Have you ever faked an orgasm?"
[[Say It|say2]] [[Take a Shot|shot2]]
<img src="img/eva/shot2.png" height=400px>
<<mc>>I don't wanna answer that question.<</mc>>
<<Eva>>As you wish.<</Eva>>
<span style="color:#6600FF">+ Arousal</span>
Now Eva takes a paper in her hands.
<<Eva>>I'm not gonna answer that!<</Eva>>
She takes a shot.
<img src="img/eva/shot.jpg" height=400px>
<<Eva>>Now it's your turn.<</Eva>>
You take a paper. The question is:
"Have you ever faked an orgasm?"
[[Say It|say2]] [[Take a Shot|shot2]]<<arousal +10>>
<img src="img/eva/truthdare.jpeg" height=400px>
<<mc>>Some evenings my boyfriend back home couldn't perform properly. I must've done it to keep his spirits up.<</mc>>
<<Eva>>You are some wifey material aren't you?<</Eva>>
She takes a paper.
<<Eva>>I don't wanna answer this too.<</Eva>>
She takes a shot.
<img src="img/eva/shot.jpg" height=400px>
<<Eva>>Now it's your turn baby.<</Eva>>
Her sounds getting muffled and impressive. Anybody could understand that she is gettin' drunk.
.............
You continued to play for a while.
<span style="color:#8243FF">+ Eva Relationship</span>
[[Continue|EvaQuest1.8]]<<eva +10>>
<img src="img/eva/shot2.png" height=400px>
<<mc>>No thanks, let's keep that info in me.<</mc>>
<<Eva>>So be it.<</Eva>>
She takes a paper.
<<Eva>>I don't wanna answer this too.<</Eva>>
She takes a shot.
<img src="img/eva/shot.jpg" height=400px>
<<Eva>>Now it's your turn baby.<</Eva>>
Her sounds getting muffled and impressive. Anybody could understand that she is gettin' drunk.
.............
You continued to play for a while.
<span style="color:#8243FF">+ Eva Relationship</span>
[[Continue|EvaQuest1.8]]<<eva +10>>
<img src="img/eva/truthdare.jpeg" height=400px>
Just as you reached out your hand to take the paper, Eva reached out her hand and took yours.
<<Eva>>Forgettt the questioon on the paper. Let me ask youuu.<</Eva>>
<<mc>>What is it?<</mc>>
<<Eva>>Did you spy on me when I was in the bathroom?<</Eva>>
Your cheeks turned absolute red.
<<mc>>You're too drunk, let's get up.<</mc>>
When you looked around, you realised there were only a few people left. You raised your hand and called Jack to you.
<<mc>>Eva got very drunk. Can you help me carry her?<</mc>>
<<Bartender>>How will you get back to the hotel? I've got a friend. He can take you to the hotel.<</Bartender>>
<<mc>>That'd be really good.<</mc>>
He calls his friend.
[[Continue|EvaQuest1.9]]<img src="img/beach/b_cafe_inside.png" height=400px>
While you were waiting for Jack's mate, you heard a car outside the pub. Jack's mate turned out to be Mick!
Jack and Mick do their signature handshake.
<<Mick>>Oh my! So the girls you talked about are $name and Eva huh? $name, you've been really messed up. What did you do?<</Mick>>
You couldn't say much.
<<Mick>>Okay let's get in the car.<</Mick>>
Mick held out his hand to Jack and said, "See you later," and put you in the car.
[[Continue|EvaQuest1.10]]
<img src="img/hotel/hotel_entry.webp" height=400px>
Mick drops you to the hotel.
<<mc>>Mick can you take Eva to the her room. I can't do it myself.<</mc>>
Mick doesn't say anything and take Eva's arm to his shoulder.
Before you get into the elevator, he winks to the receptionist. Is he knows him?
......................
Mick throws Eva to the bed slowly.
<<Mick>>Okay, my part is done. I gotta go $name, good night.<</Mick>>
<<mc>>Bye Mick.<</mc>>
[[Continue|EvaQuest1.11]]After you had covered Eva, a feeling told you not to leave the room and you lay down next to her, hugging her.
<img src="img/nsfw/evabed.jpg" height=400px>
You wanted to sleep, but Eva's scent and the warm feeling inside you wouldn't let you.
So you got up, switched on the light in the room, took off your pants and called out to Eva, who was in an alcoholic state, preventing her from sleeping too.
<<Eva>>Mmmm you loooook sexy tonight!<</Eva>>
After that sentence she said, you realised what you were feeling inside. You were horny.
<<mc>>Wanna play a game?<</mc>>
You jokingly asked her to make out with you, saying the same thing she said to you in the pub.
She was too drunk to understand what you were saying. So you decided to take action and show her what you wanted to say.
[[Continue|EvaQuest1.12]]
<img src="img/nsfw/evaScene1.webp" height=400px>
You pulled her t-shirt up and started touching her tits.
<<Eva>>Hmmm I think I understand the game you're talking about.<</Eva>>
<<mc>>You seem to understand this language.<</mc>>
<<Eva>>I guess..<</Eva>>
<<linkreplace "Continue">><img src="img/nsfw/evaScene2.webp" height=400px>
You couldn't hold back any longer, you pulled her towards you and latched onto her lips.
Each time your lips touched, you both made low moaning noises, making each other even more horny.
<<Eva>>(Ohh..) I missed this feeling....<</Eva>>
<<mc>>It's my first time with a girlll. (Mmmmhhhhh..)<</mc>>
<<linkreplace "Continue">>Eva parted her lips from yours and leaned back on the bed.
<<Eva>>Take my shorts off, baby.<</Eva>>
She was giving you orders. Oh. You couldn't say anything, you did what she wanted.
<img src="img/nsfw/evaScene3.webp" height=400px>
<<Eva>>Like what you see?<</Eva>>
<<mc>>Is it possible not to like such a beautiful pussy?<</mc>>
She smiled.
[[Continue|EvaQuest1.13]]
<</linkreplace>>
<</linkreplace>><img src="img/nsfw/evaScene4.webp" height=400px>
You lowered your face to her pussy and started licking her pussy without saying anything else.
<<Eva>>(Ohh.h.....) You are a fucking magician!! This feels so goo...dd<</Eva>>
You just continue to lick her pussy.
<<linkreplace "Continue">>She grabbed you by the head as you continued to lick her pussy.
<<Eva>>Look at me, $name<</Eva>>
<img src="img/nsfw/evaScene5.webp" height=400px>
She pulled you towards her and you started kissing.
<<mc>>You are so beatiful Eva..<</mc>>
<<linkreplace "Continue">><img src="img/nsfw/evaScene6.webp" height=400px>
As she started to play with your pussy, you moved your left leg over her to a more comfortable position. She was still caressing your pussy.
<<mc>>Please go on Eva I feel so goooddd...<</mc>>
<<linkreplace "Continue">><<Eva>>Look what I'm gonna do now.<</Eva>>
<img src="img/nsfw/evaScene7.webp" height=400px>
Her hand began to move faster and faster.
<<mc>>(AHHHHH!!) That's too much....<</mc>>
[[Continue|EvaQuest1.14]]
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><<Eva>>Let's get rid of our clothes.<</Eva>>
<<mc>>Okay...<</mc>>
<img src="img/nsfw/evaScene8.webp" height=400px>
You've taken your clothes off completely.
<<Eva>>Your body is gorgeous..<</Eva>>
<<mc>>Like yoursss..<</mc>>
<<linkreplace "Continue">>You leaned back a little bit.
<img src="img/nsfw/evaScene9.webp" height=400px>
You and Eva started rubbing your pussies against each other.
<<Eva>>(Ohhh...) Your pussy feels so good on mine $name!!<</Eva>>
You just moaned without saying anything.
<<linkreplace "Continue">><<Eva>>Now it's your turn to lay down.<</Eva>>
<img src="img/nsfw/evaScene10.webp" height=400px>
You lay on the bed and Eva was on top of you. You lick her pussy while she fingers yours.
<<mc>>How does it feel?<</mc>>
<<Eva>>So gooooooddd....<</Eva>>
<<linkreplace "You Both Came">><img src="img/nsfw/evaScene11.webp" height=400px>
<<Eva>>It was one of the most beautiful fuck I've ever had.<</Eva>>
<<mc>>Now I can see why men want to fuck us. We're so beautiful hahaha!<</mc>>
<<Eva>>Hahahaha! I'm not interested in men but that's tru..eee..<</Eva>>
Eva is still drunk.
<<mc>>Okay now get into the bed. I'm gonna cover you with a blanket and go.<</mc>>
<<Eva>>Hmhm.<</Eva>>
After Eva lay down on the bed, you covered her up and put your pants on and left the room. What a night!<<set $evaQuest1 to 1>><<set $evaQuest2 to 0>>
<span style="color:#8243FF">+ Eva Relationship</span>
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#6600FF">- Arousal</span>
[[Leave|Hallway]]<<eva +5>><<set $arousal to 0>><<corruption +3>><<AdvancePeriod>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><<if $normal_room is 1>><button class="p_button b_room" data-passage="Room">Room</button><</if>><button class="p_button b_park" data-passage="Park">Park</button>
<button class="p_button b_cafe" data-passage="Cafe">Cafe</button><button class="p_button b_beach" data-passage="Beach">Beach</button>
<button class="p_button b_mall" data-passage="Mall">Mall</button><button class="p_button b_gym" data-passage="Gym">Gym</button>
<button class="p_button brothel" data-passage="Brothel">Brothel</button>
<<back>><img @src="'img/nsfw/' + either('18MastUnd1', '18MastUnd2') + '.webp'" height=400px><<if $followers lt 500>><<set $donate = random(60)>><<elseif $followers gte 500 && $followers lt 1000>><<set $donate = random(50, 120)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $donate = random(70, 150)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $donate = random(90, 180)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $donate = random(100, 300)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $donate = random(120, 500)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $donate = random(150, 550)>><<elseif $followers gte 20000>><<set $donate = random(170, 750)>><</if>><<if $followers lt 500>><<set $gFollow = random(50)>><<elseif $followers gte 500 && $followers lt 1000>><<set $gFollow = random(25, 120)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $gFollow = random(70, 200)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $gFollow = random(100, 300)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $gFollow = random(100, 325)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $gFollow = random(100, 350)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $gFollow = random(100, 375)>><<elseif $followers gte 20000>><<set $gFollow = random(150, 600)>><</if>>
You started rubbing yourself without giving your audience a full view of your pussy.
<b>Followers Gained :</b> $gFollow
<b>Donates :</b> $donate $
<span style="color:#6600FF">+ Arousal</span>
<<set $money +=$donate>><<set $followers +=$gFollow>><<AdvancePeriod>><<replace "#now">><<now>><</replace>>
<<if $period is 1 or $period is 2 or $period is 3 or $period is 4>>[[Go Back|18content]]
[[Tease Them|sTease]]
[[Show Your Feet|sFeet]]
<<linkreplace "Show Your Tits">><<if $corruption gte 25>><<goto "sTits">><<else>>You need more corruption to do that. (25)<</if>><</linkreplace>>
<<linkreplace "Show Your Ass">><<if $corruption gte 30>><<goto "sAss">><<else>>You need more corruption to do that. (30)<</if>><</linkreplace>>
<<linkreplace "Take off Your Clothes">><<if $corruption gte 40>><<goto "sUnderwear">><<else>>You need more corruption to do that. (40)<</if>><</linkreplace>>
[[Turn Off the Stream|Laptop]]<<else>>It's to late to stream more.
[[Go Back|Room]]<</if>>
<<arousal +15>><img @src="'img/nsfw/' + either('18mastA1', '18mastA2') + '.webp'" height=400px><<if $followers lt 500>><<set $donate = random(90)>><<elseif $followers gte 500 && $followers lt 1000>><<set $donate = random(75, 150)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $donate = random(100, 200)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $donate = random(125, 200)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $donate = random(150, 300)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $donate = random(180, 500)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $donate = random(200, 800)>><<elseif $followers gte 20000>><<set $donate = random(250, 1500)>><</if>><<if $followers lt 500>><<set $gFollow = random(100)>><<elseif $followers gte 500 && $followers lt 1000>><<set $gFollow = random(40, 150)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $gFollow = random(70, 200)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $gFollow = random(100, 250)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $gFollow = random(125, 300)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $gFollow = random(175, 450)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $gFollow = random(200, 550)>><<elseif $followers gte 20000>><<set $gFollow = random(300, 650)>><</if>>
By fingering your asshole, you've brought your viewers to the peak of their pleasure.
<b>Followers Gained :</b> $gFollow
<b>Donates :</b> $donate $
<span style="color:#6600FF">+ Arousal</span>
<span style="color:#FF00DA">+ Corruption</span>
<<set $money +=$donate>><<set $followers +=$gFollow>><<AdvancePeriod>><<replace "#now">><<now>><</replace>>
<<if $period is 1 or $period is 2 or $period is 3 or $period is 4>>[[Go Back|sUnderwear]]
[[Show Your Feet|sFeet2]]
<<linkreplace "Show Your Tits">><<if $corruption gte 45>><<goto "sTits2">><<else>>You need more corruption to do that. (45)<</if>><</linkreplace>>
<<linkreplace "Show Your Ass">><<if $corruption gte 50>><<goto "sAss2">><<else>>You need more corruption to do that. (50)<</if>><</linkreplace>>
[[Turn Off the Stream|Laptop]]<<else>>It's to late to stream more.
[[Turn Off the Stream|Room]]<</if>>
<<arousal +15>><<corruption +1>><img @src="'img/nsfw/' + either('18mast1', '18mast2') + '.webp'" height=400px><<if $followers lt 500>><<set $donate = random(90)>><<elseif $followers gte 500 && $followers lt 1000>><<set $donate = random(75, 150)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $donate = random(100, 200)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $donate = random(125, 200)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $donate = random(150, 300)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $donate = random(180, 500)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $donate = random(200, 800)>><<elseif $followers gte 20000>><<set $donate = random(250, 1500)>><</if>><<if $followers lt 500>><<set $gFollow = random(100)>><<elseif $followers gte 500 && $followers lt 1000>><<set $gFollow = random(40, 150)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $gFollow = random(70, 200)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $gFollow = random(100, 250)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $gFollow = random(125, 300)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $gFollow = random(175, 450)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $gFollow = random(200, 550)>><<elseif $followers gte 20000>><<set $gFollow = random(300, 650)>><</if>>
You caressed your beautiful pussy, showing it to the viewers.
<b>Followers Gained :</b> $gFollow
<b>Donates :</b> $donate $
<span style="color:#6600FF">+ Arousal</span>
<span style="color:#FF00DA">+ Corruption</span>
<<set $money +=$donate>><<set $followers +=$gFollow>><<AdvancePeriod>><<replace "#now">><<now>><</replace>>
<<if $period is 1 or $period is 2 or $period is 3 or $period is 4>>[[Go Back|sUnderwear]]
[[Show Your Feet|sFeet2]]
<<linkreplace "Show Your Tits">><<if $corruption gte 45>><<goto "sTits2">><<else>>You need more corruption to do that. (45)<</if>><</linkreplace>>
<<linkreplace "Show Your Ass">><<if $corruption gte 50>><<goto "sAss2">><<else>>You need more corruption to do that. (50)<</if>><</linkreplace>>
[[Turn Off the Stream|Laptop]]<<else>>It's to late to stream more.
[[Turn Off the Stream|Room]]<</if>>
<<arousal +15>><<corruption +1>><img @src="'img/nsfw/' + either('18mastD1', '18mastD2') + '.webp'" height=400px><<if $followers lt 500>><<set $donate = random(90)>><<elseif $followers gte 500 && $followers lt 1000>><<set $donate = random(75, 150)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $donate = random(100, 200)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $donate = random(125, 200)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $donate = random(150, 300)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $donate = random(180, 500)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $donate = random(200, 800)>><<elseif $followers gte 20000>><<set $donate = random(250, 1500)>><</if>><<if $followers lt 500>><<set $gFollow = random(100)>><<elseif $followers gte 500 && $followers lt 1000>><<set $gFollow = random(40, 150)>><<elseif $followers gte 1000 && $followers lt 2000>><<set $gFollow = random(70, 200)>><<elseif $followers gte 2000 && $followers lt 5000>><<set $gFollow = random(100, 250)>><<elseif $followers gte 5000 && $followers lt 10000>><<set $gFollow = random(125, 300)>><<elseif $followers gte 10000 && $followers lt 15000>><<set $gFollow = random(175, 450)>><<elseif $followers gte 15000 && $followers lt 20000>><<set $gFollow = random(200, 550)>><<elseif $followers gte 20000>><<set $gFollow = random(300, 650)>><</if>>
You took the dildo inside you, pretending it was the viewers dick.
<b>Followers Gained :</b> $gFollow
<b>Donates :</b> $donate $
<span style="color:#6600FF">+ Arousal</span>
<span style="color:#FF00DA">+ Corruption</span>
<<set $money +=$donate>><<set $followers +=$gFollow>><<AdvancePeriod>><<replace "#now">><<now>><</replace>>
<<if $period is 1 or $period is 2 or $period is 3 or $period is 4>>[[Go Back|sUnderwear]]
[[Show Your Feet|sFeet2]]
<<linkreplace "Show Your Tits">><<if $corruption gte 45>><<goto "sTits2">><<else>>You need more corruption to do that. (45)<</if>><</linkreplace>>
<<linkreplace "Show Your Ass">><<if $corruption gte 50>><<goto "sAss2">><<else>>You need more corruption to do that. (50)<</if>><</linkreplace>>
[[Turn Off the Stream|Laptop]]<<else>>It's to late to stream more.
[[Turn Off the Stream|Room]]<</if>>
<<arousal +20>><<corruption +1>><<if $corruption lte 30>>You are not corrupted enough to go in there.
[[Go Back|Travel]]<<else>><img src="img/assets/brothel.webp" height=400px>
It is the place where Paradise people who want to have a good day visit and where hot money flows.
[[Madame's Room]]
[[Private Rooms]]
[[Go Back|Travel]]
<</if>>
<img src="img/assets/madamRoom.webp" height=400px>
You're in Madame's room. A room with intense red lights, where it's difficult to see each other.
<<Madame>>What do you want?<</Madame>>
[[Nothing|Brothel]]
<<if $evaQuest1 is 1 && $quest6 is 0>>[[How do things work here?|QUEST6]]<</if>><<if $period is 5>>They don't provide service at this hour.<<else>><img src="img/assets/brothel2.png" height=400px>
In this corridor you can find people you can be with for a fee.
<button class="p_button p_rooms" data-passage="Matthew">Matthew ($200)</button><button class="p_button p_rooms" data-passage="Maeve">Maeve ($400)</button><</if>>
[[Go Back|Brothel]]
<img src="img/street/cafe/door_knock.jpg" height=400px/>
<<Random>>Either be quiet, or let me in!<</Random>>
<<linkreplace "Let him in">><<if $corruption gte 10>><<goto "ToiKnock2">><<else>>You are not corrupted enough to let him in.<</if>><</linkreplace>>
[[Be Quiet and Leave the Stall|Toilet]]<<Random>>Come on, do your job.<</Random>>
You felt ashamed but continued.
<img src="img/nsfw/toiKnock1.webp" height=400px/>
You started to unzip his pants.
<<Random>>Suck it now.<</Random>>
<<linkreplace "Suck">><img src="img/nsfw/toiKnock2.webp" height=400px/>
<<mc>>MMhhmhmhh...<</mc>>
You started to moan.
<<Random>>That's it slut, go faster!<</Random>>
The way he called you slut made you hornier.
<<linkreplace "Deepthroat">><img src="img/nsfw/toiKnock3.webp" height=400px/>
<<Random>>Ohhhh... Fuck! You know how to do that shi'!<</Random>>
<<Random>>I'm gonna cum!!!<</Random>>
<<linkreplace "He gonna Cum">><img src="img/nsfw/toiKnock4.webp" height=400px/>
He took his dick to his hands and jerked off to your face.
<<Random>>That was some good shit. Thanks slut. Here is some reward for your job.<</Random>>
<span style="color:#2E8B57">+ $30</span>
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#6600FF">- Arousal</span>
[[Go Back|Toilet]]<<set $facial to 1>><<set $arousal to 0>><<corruption +1>><<set $money +=30>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><<if $money lt 200>>You don't have enough money to get inside.<<else>>When you come in, you see Matthew sitting on the bed.
<<matthew>>Come here cutie.<</matthew>>
<img src="img/nsfw/matthew1.webp" height=400px>
You quickly got on the bed and started kissing Matthew.
<<linkreplace "Undress">><img src="img/nsfw/matthew2.webp" height=400px>
After you took off your shorts, he started to take off his pants too.
<img src="img/nsfw/matthew3.webp" height=400px>
<<mc>>You have a nice cock right there.<</mc>>
<<matthew>>Thanks sweety, suck it now.<</matthew>>
<<linkreplace "Suck His Cock">><img src="img/nsfw/matthew4.webp" height=400px>
<<matthew>>Ohhh... Good girl..<</matthew>>
<<mc>>It's your turn now.<</mc>>
<<linkreplace "Continue">><img src="img/nsfw/matthew5.webp" height=400px>
<<mc>>Ahhhh!!! You have a magic tongue!<</mc>>
<<matthew>>Well, it's my job hun'.<</matthew>>
<<linkreplace "Continue">><img src="img/nsfw/matthew6.webp" height=400px>
After his tongue work, he pushed you down on the bed and started fucking you hard.
<<mc>>Ahhhhh that's hurting me but it turns me on even more.<</mc>>
<<matthew>>Lie on your stomach now.<</matthew>>
You do as he say.
<<linkreplace "Lie on Your Stomach">><img src="img/nsfw/matthew7.webp" height=400px>
<<mc>>Fuckkk.... FUCCKK!!! I'm gonna cum!!<</mc>>
<<linkreplace "Cum">><img src="img/nsfw/matthew8.webp" height=400px>
He slowed and stopped after you came.
<<mc>>Oh.. I'm so relieved right now. You worth every penny.<</mc>>
<<matthew>>I know. Hehe.<</matthew>>
<span style="color:#2E8B57">- $200</span>
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#6600FF">- Arousal</span>
[[Go Back|Brothel]]<<set $money -=200>><<corruption +1>><<set $arousal to 0>><<AdvancePeriod>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</if>>
<<if $money lt 400>>You don't have enough money to get inside.<<else>>You waited for Maeve for a while when you came in. She had gone to the toilet.
<<Maeve>>Hey, you are $name, right?<</Maeve>>
<<mc>>Yep.<</mc>>
<<Maeve>>Then get ready to get your best cunnilingus you ever had.<</Maeve>>
<img src="img/nsfw/maeve1.webp" height=400px>
After she finished her sentence, she came to bed and started kissing you.
<<linkreplace "Continue">><<Maeve>>Time to give your nipples their due.<</Maeve>>
<img src="img/nsfw/maeve2.webp" height=400px>
<<mc>>Mmmhhh... I didn't realise my nipples were so sensitive.<</mc>>
<<Maeve>>Every woman's nipple is sensitive, if you know how to use it.<</Maeve>>
<<Maeve>>Get rid of your clothes now.<</Maeve>>
<<linkreplace "Take Off Your Underwears">><img src="img/nsfw/maeve3.webp" height=400px>
<<Maeve>>Taking off panties is my favourite thing. So I'm gonna take those off.<</Maeve>>
<img src="img/nsfw/maeve4.webp" height=400px>
<<linkreplace "She Starts To Cunnilingus">><img src="img/nsfw/maeve5.webp" height=400px>
<<mc>>AHHHHH!! You really doing the best cunnilingus I've ever had!!!!<</mc>>
<<Maeve>>I know honey..<</Maeve>>
<<linkreplace "You are Close">><<mc>>I'm gonna cum!!<</mc>>
<<Maeve>>Cum for me!<</Maeve>>
<img src="img/nsfw/maeve6.webp" height=400px>
<<mc>>Ohh.. Thank you...<</mc>>
<<Maeve>>You're welcome, sweetheart.<</Maeve>>
<span style="color:#2E8B57">- $400</span>
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#6600FF">- Arousal</span>
[[Go Back|Brothel]]<<set $money -=400>><<corruption +1>><<set $arousal to 0>><<AdvancePeriod>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</if>><img src="img/assets/madamRoom.webp" height=400px>
<<Madame>>They call us, we go to satisfy them.<</Madame>>
(ringtones)
<<Madame>>Oh, wait a minute hun' my phone is ringing.<</Madame>>
<<Madame>>Hey Mick.<</Madame>>
.... (I wonder if she's talking to the Mick I know.)
<<Madame>>The usual? But the last girl who was with us has left, just so you know.<</Madame>>
<<Madame>>Although I'm with a girl who's here on business. Do you want me to bring her?<</Madame>>
...
<<Madame>>How does she look, hmm. She's a pretty girl with fair skin, auburn hair, brown eyes.<</Madame>>
<<Madame>>What is your name sweety?<</Madame>>
<<mc>>$name.<</mc>>
<<Madame>>Did you heard? Her name is $name.<</Madame>>
<<Madame>>Okay. Will be there.<</Madame>>
She hung up the phone and put it on her desk.
<<Madame>>Now, honey, you wanted a job, didn't you? Here's your chance.<</Madame>>
<<mc>>What are we gonna do?<</mc>>
<<Madame>>You're not planning on coming like this, are you?<</Madame>>
[[Continue|QUEST6.1]]<img src="img/assets/makeup.jpg" height=400px>
She put make-up on you with stuff you've never used before.
<<Madame>>Now it's done. Get ready, we're heading out.<</Madame>>
<<linkreplace "Continue">><img src="img/assets/vito.jpg" height=400px>
You left in Madame's private car.
<<Madame>>Here is a tip for you, when you are doing the job.<</Madame>>
<<Madame>>Always overestimate the taxi cost.<</Madame>>
<<mc>>Understood.<</mc>>
[[Continue|QUEST6.2]]
<</linkreplace>>Once inside, you sat in the sofas. Madame started chatting to the man in the middle.
<img src="img/nsfw/madameFJob1.webp" height=400px><<set $quest6 to 1>>
<<Madame>>Time to choose a position now.<</Madame>>
When you walk in, you notice a familiar face. Jack the Bartender. You hesitated a little when you saw him, but after the way he looks at you, you felt comfortable.
[[Blow & Fuck|FJob2]] [[Double Missionary|FJob3]] [[Double Reverse Cowgirl|FJob4]] [[Double Cowgirl|FJob5]] [[Double Blow|FJob6]]
<<if $fj2 && $fj3 && $fj4 && $fj5 && $fj6 is 1>>[[Cum|FJob7]]<</if>><img src="img/nsfw/madameFJob2.webp" height=400px><<set $fj2 to 1>>
You bent over to Jack while Madame sucked David's cock.
<<David>>Ohh.. Suck me.. Yess!<</David>>
<<Bartender>>How does it feel $name? Huh?<</Bartender>>
<<mc>>Fuck me Jack!<</mc>>
[[Double Missionary|FJob3]] [[Double Reverse Cowgirl|FJob4]] [[Double Cowgirl|FJob5]] [[Double Blow|FJob6]]
<<if $fj2 && $fj3 && $fj4 && $fj5 && $fj6 is 1>>[[Cum|FJob7]]<</if>><img src="img/nsfw/madameFJob3.webp" height=400px><<set $fj3 to 1>>
You and Madame laid down on the sofa. David started fucking Madame and Jack started fucking you.
<<David>>It's been a long time since I felt your cunt, Madame!<</David>>
[[Blow & Fuck|FJob2]] [[Double Reverse Cowgirl|FJob4]] [[Double Cowgirl|FJob5]] [[Double Blow|FJob6]]
<<if $fj2 && $fj3 && $fj4 && $fj5 && $fj6 is 1>>[[Cum|FJob7]]<</if>><img src="img/nsfw/madameFJob4.webp" height=400px><<set $fj4 to 1>>
Now it's their turn to sit in the chair. You got on David and Jack's laps and started bouncing on their cocks.
[[Blow & Fuck|FJob2]] [[Double Missionary|FJob3]] [[Double Cowgirl|FJob5]] [[Double Blow|FJob6]]
<<if $fj2 && $fj3 && $fj4 && $fj5 && $fj6 is 1>>[[Cum|FJob7]]<</if>><img src="img/nsfw/madameFJob5.webp" height=400px><<set $fj5 to 1>>
You sat in their laps with your faces turned towards them while they were sitting on the couch.
<<Bartender>>$name your tits look so good!<</Bartender>>
[[Blow & Fuck|FJob2]] [[Double Missionary|FJob3]] [[Double Reverse Cowgirl|FJob4]] [[Double Blow|FJob6]]
<<if $fj2 && $fj3 && $fj4 && $fj5 && $fj6 is 1>>[[Cum|FJob7]]<</if>><img src="img/nsfw/madameFJob6.webp" height=400px><<set $fj6 to 1>>
You got down on your knees on the floor and started to suck their cock together.
<<David>>That was one of the best blowjobs I've ever had man!<</David>>
[[Blow & Fuck|FJob2]] [[Double Missionary|FJob3]] [[Double Reverse Cowgirl|FJob4]] [[Double Cowgirl|FJob5]]
<<if $fj2 && $fj3 && $fj4 && $fj5 && $fj6 is 1>>[[Cum|FJob7]]<</if>><img src="img/nsfw/madameFJob7.webp" height=400px>
Jack came in your mouth and David came in Madame's mouth.
<<Madame>>How did it make you feel $name?<</Madame>>
<<mc>>It felt so good!!<</mc>>
[[Continue|QUEST6.3]]Madame's phone started to ring again. She goes to her phone and pick ups her phone.
While she's on her phone, you pull Bartender Jack aside and start talking to him.
<<mc>>Jack, please don't tell Eva any of this. Just between us.<</mc>>
<<Bartender>>Okay, no need to worry about it.<</Bartender>>
<<mc>>I really care about her, thanks.<</mc>>
<<Bartender>>I said no need to worry $name. No problem.<</Bartender>>
<<mc>>Thank you!!<</mc>>
After you've finished talking, you eavesdrop on Madame.
<<Madame>>Okay, I understand.<</Madame>>
<<Madame>>As you say.<</Madame>>
Madame headed towards Jack and took our pay. Then she came to you.
<<Madame>>Here is your pay. An old friend of ours is back at work. We'll let you know if we need you again.<</Madame>>
Her sentences definitely disappointed you.
<<Madame>>We're done for the day. You can walk yourself home from here.<</Madame>>
<span style="color:#2E8B57">+ $450</span>
<span style="color:#FF00DA">+ Corruption</span>
<span style="color:#6600FF">+ Arousal</span>
[[Continue|Travel]]<<set $money +=450>><<corruption +1>><<arousal +20>><<AdvancePeriod>>