<<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 "PrologueB">>
<</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><span class="bagis">Here you can support us!</span>
</div>
<img src="img/prologue/face.webp" height=400px class="onsekiz" />Ah, how beautiful you are $name. Your smile brightens our day! Although you are not very fit, you have a nice body. Now that we've flattered you enough, let's move on to our story slowly :)
[[Continue|Airport]]
<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]] (Skip)
<<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>><span style=color:red>You will pay your rent tomorrow!</span><</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>><span style="color:red">You have cum in your face.</span><</if>><</if>>CHARACTER
/* Meters */
<<set $energy to 100, $maxEnergy to 100>>
<<newmeter 'energy' 0>>
<<colors '#00FF00'>>
<<sizing '232px'>>
<<label '$energy'>>
<</newmeter>>
<<set $money to 200>>
<<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 $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>>
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>>
RELATIONSHIPS
<<set $mick_rel to 10>>
<<set $richard_rel to 0>>
<<set $luke_met 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' 'img/assets/reception.png'>>
<<character 'Luke' 'img/assets/luke.png'>>
<<character 'Taxi' 'img/assets/taxi.png'>>
<<character 'Random' 'img/assets/random.png'>>
<<character 'Bartender' 'img/assets/bartender.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 $5 for you.<</Taxi>>
<<linkreplace "Go to Hotel" t8n>>\<<if $money gt 4>><<set $money -= 5>>
<<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 - ''$50/week''" t8n>>\<<if $money gt 49>><<set $money -= 50>>
<<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>><button class="p_button b_street" data-passage="Street">Street</button><</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>>
Early morning = 1
Morning = 2
Noon = 3
Afternoon = 4
Evening = 5
Night = 6
Asleep = 7
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 $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>>You can't sleep at this hour. <</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 $period is 5 or $period is 0>><br>It is too late to go out!<<elseif $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 $yoga_mat is 1 && $sport_clothes is 1>><button class="p_button b_yoga" data-passage="Yoga">Yoga</button><</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>>
[[Browse the Internet]]
[[Watch Porn]]
<<if $corruption gte 30>>[[JustFans]] (W.I.P)<</if>>
<</if>>
[[Go Back|Room]]
<img src="img/nsfw/sleep.webp" />
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:#D2691E">+ 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 50>><<set $money -= 50>><<set $rent to 0>>
<<goto "Room">>
<<else>>You do not have enough money!
[[You need to leave the hotel|Street]]
<<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><<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>>
[[Go Back|Room]]<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 mick>>
<<set $mick to Math.clamp($mick + $args[0], 0, 100)>>
<</widget>>
<<widget gym_sub>>
<<set $gym_sub to Math.clamp($gym_sub + $args[0], 0, 100)>>
<</widget>>
<<widget mick_rel>>
<<set $mick_rel to Math.clamp($mick_rel + $args[0], 0, 100)>>
<</widget>>
<<widget richard_rel>>
<<set $richard_rel to Math.clamp($richard_rel + $args[0], 0, 100)>>
<</widget>>
/*<<energy +5>> usage of widgets
<<energy -7>>
/*
/*
*
* <<Sleep>>
* For managing sleep events
*/
<<widget "Sleep">>
<<arousal -100>>
<<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/shower.webp" height=400px />
You washed yourself beautifully. You're shining now.
<span style="color:#00FFFF">+ Hygiene</span>
<<set $hygiene to 100>>
[[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>>
<img src="img/street/street.webp" height=400px>
<<if $period gt 4 or $period is 0>>It's too late. Go to the sleep.
<<if $normal_room is 1>><button class="p_button b_hotel" data-passage="Reception">Hotel</button><</if>><button class="p_button b_park" data-passage="Park">Park</button>
<<else>>
You reached the street. Where do you want to go?
<<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_hotel" data-passage="Reception">Hotel</button><button class="p_button b_dwntwn" data-passage="Downtown">Downtown</button><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>
<</if>><img src="img/downtown/mall/mall.webp" height=400px />
You are at the Walkway Mall.
<button class="p_button b_tech" data-passage="TechMar">TechMar</button><button class="p_button b_ff" data-passage="Fashion Fac">Fashion Fac</button><<if $corruption gte 20>><button class="p_button b_lusty_offer" data-passage="A Lusty Offer">A Lusty Offer</button><</if>><button class="p_button b_dwntwn" data-passage="Downtown">Go Back</button><img src="img/street/cafe/cafe.webp">
<<if $period gt 4 or $period is 0>>Cafe is closed.<<else>>
You are in Paradise's most famous cafe. The logo on the wall says "since 1987". It's a bit crowded inside.
<<linkreplace "Coffee - $5">><<if $coffee is 0 && $money gte 5>><<goto "Drink">><<elseif $coffee is 1>>You already had a coffee.<<else>>You don't have enough money.<</if>><</linkreplace>>
[[Toilet]]
<<if $cafeJob is 0>>[[Ask For a Job|CafeJobInterview]]
<<else>><<linkreplace "Work">><<if $energy gte 20 && $hygiene gte 30>><<goto "Work">>
<<elseif $energy lt 20>>You don't have enough energy to work.<<else>>You can't work when you smell like that.<</if>><</linkreplace>>
<</if>>
<</if>>
<<if $cafeWork gte 20 && $cafe_promotion is 0>>[[Ask for promotion|Promotion]]<</if>>
[[Go Back|Street]]
<img src="img/beach/beach.png">
<<if $period gt 4 or $period is 0>>It's too late. Go to the sleep.
<<if $normal_room is 1>><button class="p_button b_hotel" data-passage="Reception">Hotel</button><</if>>
<button class="p_button b_park" data-passage="Park">Park</button>
<<else>>
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>><button class="p_button b_b_shower" data-passage="B_Shower">Shower</button><<else>><button class="p_button b_street" data-passage="Street">Street</button><button class="p_button b_dwntwn" data-passage="Downtown">Downtown</button><</if>>
<</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|Downtown]]<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/masturbation.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 1500>>
<<linkreplace "Laptop - $1500">>
<<set $money -=1500>>
<<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 1500>>
You can't afford a laptop. ($1500)
<<else>>
You already have a laptop!
<</if>>
<</nobr>>
<<nobr>>
<<if $webcam is 0 && $money gte 300>>
<<linkreplace "Webcam - $300 (No function yet.)">>
<<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]]
WORK IN PROGRESS<<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 are looking at your ass. You think you have a sweet 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!<<else>>A sweet face looks at herself in the mirror.<</if>>
[[Go Back|Bathroom]]<img src="img/park/park.jpg" height=400px>
<<if $period gt 4 or $period is 0>>It's too late. Go to the sleep.
<<if $normal_room is 1>><button class="p_button b_street" data-passage="Street">Street</button><</if>><button class="p_button b_bench" data-passage="Bench">Bench</button>
<<else>>
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_toilet" data-passage="Public Toilet">Public Toilet</button><<if $sport_clothes is 1>><button class="p_button b_jog" data-passage="Jog">Jog</button><</if>><button class="p_button b_bench" data-passage="Bench">Bench</button><button class="p_button b_street" data-passage="Street">Street</button>
<<if $corruption gte 20>>[[Flash]]<</if>>
<</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">
It's a toilet where you can meet your needs even though it doesn't look very clean.
[[Mirror|PublicMirror]]
[[Stall]]
[[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 $20 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]]
<img src="img/street/cafe/work.jpg" height=400px>
You worked a few hours and got paid the shift.<<updatebar>>
<<set $tips = random(30)>>
<<if $cafe_promotion is 0>><span style="color:#2E8B57">+ $50 + $tips (Tips)</span><<else>><span style="color:#2E8B57">+ $80 + $tips (Tips)</span><<set $money +=$tips>><</if>><<if $cafe_promotion is 0>><<set $money +=50>><<else>><<set $money +=80>><</if>>
<span style="color:#00FF00">- 20 Energy</span>
<span style="color:#00FFFF">- 20 Hygiene</span><<hygiene -20>><<energy -20>><<set $cafeWork +=1>>
<<AdvancePeriod>><<replace "#now">><<now>><</replace>><<if $period is 1 or $period is 2 or $period is 3 or $period is 4 && $energy gte 20>><<linkreplace "Do another shift">><<script>>state.display(state.active.title, null, "back")<</script>><</linkreplace>><<elseif $energy lt 20>>You don't have the energy to do another shift.<<else>>It is too late.<</if>>
[[Go Back|Cafe]]
<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 $energy to 100>><<if $normal_room is 1>><<NextMorning>><<goto "Room">><<else>><<NextMorning>><<goto "Park">><</if>><</linkreplace>><div class="center-start starter page1">
<div class="header">Paradise</div>
[[Start Game|Start]]
<<link "Load Game">><<script>>UI.saves()<</script>><</link>>
<<popup "Changelog" "Changelog">>
</div>You stepped in front of him and got down on your knees.
<img src="img/nsfw/cafe_blow.webp" width=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><<corruption +3>><<set $facial to 1>><<updatebar>>
[[Go Back|Cafe]]
<</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]]
[[Go Back|Cafe]]
<<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!<<else>>A sweet face looks at herself in the mirror.<</if>>
[[Go Back|Toilet]]<img src="img/downtown/street.jpg" height=400px>
<<if $period gt 4 or $period is 0>>It's too late. Go to the sleep.
<<if $normal_room is 1>><button class="p_button b_hotel" data-passage="Reception">Hotel</button><</if>>
<button class="p_button b_park" data-passage="Park">Park</button>
<<else>>
You are in the downtown now. There is a more colorful atmosphere here than in other places.
<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_street" data-passage="Street">Street</button><button class="p_button b_beach" data-passage="Beach">Beach</button>
<</if>>
· v0.01
- First Release.<div class=vegan-style>Variables</div> <span style="color:#00FF00">Energy</span>
- The energy bar shows how much energy your character has left. Try not to drop it to zero.
· <span style="color:#00FFFF">Hygiene</span>
- 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.)
· <span style="color:#FFB700">Fitness</span>
- Indicates how fit your character is. If your character is fit enough, new jobs can be unlocked. (Not implemented yet.)
· <span style="color:#FF00DA">Corruption</span> & <span style="color:#8A2BE2">L. Corruption</span>
- 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.
· <span style="color:#6600FF">Arousal</span>
- Indicates the amount of arousal of the character. If it's high, you should relieve yourself.
<div class=vegan-style>Jobs</div>You can work at the cafe on the street. New ones will be added. <<if $cafe_promotion is 0>>You can earn promotions by working 20 shifts in street cafe.<</if>>
<div class=vegan-style>Quests</div>WORK IN PROGRESS
<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 $sport_clothes is 1 && $corruption gte 20 && $local_cor lte 15>>[[Tease|GymTease1]]<<elseif $local_cor gte 15>>[[Tease|GymTease2]]<</if>>
[[Go Back|Gym]]
<<else>><<Luke>>Gym is closing. You need to leave.<</Luke>>
[[Go Back|Downtown]]
<</if>><img src="img/downtown/gym/workout.webp" width=400px>
You had a good workout.
<span style="color:#00FF00">- Energy</span><<hygiene -20>><span style="color:#00FFFF">- Hygiene</span><<fitness +2>><span style="color:#FFB700">+ Fitness</span><<energy -20>><<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.
<</if>>
[[Go Back|gym_inside]]<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) == 1937053724>><<goto "Cheats2">>
<<replace '#textbox-submit'>>\
/* Removes the button */
<</replace>>
<<replace '#textbox-reply'>>\
Correct!
<<linkreplace "Corruption +10" t8n>>
<<corruption +10>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>\
<<linkreplace "Corruption -10" t8n>>
<<corruption -10>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>\
<<linkreplace "Arousal +10" t8n>>
<<arousal +10>><<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>\
<<linkreplace "Arousal -10" t8n>>
<<arousal -10>><<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>\
<<linkreplace "Hygiene +10" t8n>>
<<hygiene +10>><<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>\
<<linkreplace "Hygiene -10" t8n>>
<<hygiene -10>><<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>\
After applying the cheats, go to one of the locations below.
[[Street]]
[[Hotel|Reception]]
[[Downtown]]
<</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">Here you can both support us and access cheats in the game!
</span>
<div class=vegan-style>Cheats</div>
<<linkreplace "Money +1000" t8n>>
<<set $money +=1000>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>\
<<linkreplace "Money +10000" t8n>>
<<set $money +=10000>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>\
<<linkreplace "Corruption +10" t8n>>
<<corruption +10>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>\
<<linkreplace "Corruption -10" t8n>>
<<corruption -10>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>\
<<linkreplace "L. Corruption +10" t8n>>
<<local_cor +10>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>\
<<linkreplace "L. Corruption -10" t8n>>
<<local_cor -10>> <<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>\
<<linkreplace "Arousal +10" t8n>>
<<arousal +10>><<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>\
<<linkreplace "Arousal -10" t8n>>
<<arousal -10>><<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>\
<<linkreplace "Hygiene +10" t8n>>
<<hygiene +10>><<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>\
<<linkreplace "Hygiene -10" t8n>>
<<hygiene -10>><<updatebar>><<script>>state.display(state.active.title, null, "back")<</script>>
<</linkreplace>>\
After applying the cheats, go to one of the locations below.
[[Street]]
[[Hotel|Reception]]
[[Downtown]]<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.
<button class="p_button b_room" data-passage="Room">Your Room</button><button class="p_button b_elevator" data-passage="Elevator">Elevator</button><img src="img/hotel/elevator.png" height=400px>
A modern elevator.
<button class="p_button b_elv1" data-passage="Hallway"></button>
<button class="p_button b_elvg" data-passage="Reception"></button><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]]<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?
[[Sunbathe]]
[[Swim]]
[[Go Back|Beach]]<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>><<AdvancePeriod>>
[[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>><<AdvancePeriod>>
[[Go Back|Room]]<img src="img/nsfw/sunbathe.png">
You lay down with your towel on the sand to reap the benefits of the sun.
<span style="color:#00FFFF">- Hygiene</span><<hygiene -10>>
[[Go Back|Plage]]<img src="img/nsfw/swim.webp" height=400px>
You swam a little in the water.
[[Go Back|Plage]]<img src="img/nsfw/b_shower.webp" height=400px>
You took a refreshing shower.
<span style="color:#00FFFF">+ Hygiene</span>
<<set $hygiene to 100>>
[[Go Back|Beach]]<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]]<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>><<script>>UIBar.hide().stow();<</script>><img src="img/prologue/tired-work.gif" height=400px>
Your day was disgusting. You don't have any friends at work. You can't even find someone to drink coffee with at lunch. You feel loneliness in the deepest parts of your body.
This boring routine was exploiting you more and more.
Thank goodness you made it to the end of your shift today. You pack your bag and leave the office tired.
[[Leave|Pro1]]<<script>>UIBar.hide().stow();<</script>><img src="img/prologue/walking.gif" height=400px>
You're heading towards your little apartment.
[[Continue|Pro2]]<<script>>UIBar.hide().stow();<</script>>You finally made it home. You think you'll spend some time on the computer and then sleep.
<<linkreplace "Continue">><img src="img/prologue/surfing-internet.gif" height=400px>
While browsing the internet, an advertisement appeared in front of you "Paradise Life". The ad caught your attention and you clicked on it. It offers a comfortable life away from the city you live in. I guess it wouldn't do any harm. Your routine life already bores you. Why don't you try?
After some research, you bought your tickets for tomorrow and go to your bed happily.
[[Sleep|Pro3]]
<</linkreplace>>WORK IN PROGRESS<<script>>UIBar.hide().stow();<</script>><img src="img/prologue/sleep.jpg" height=400px>
You fell asleep as soon as you lay down on your bed. You don't even remember the dream you had.
It's time to wake up and catch the plane.
[[Wake Up|PHall]]
<<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]]Shower - Task1
Suitcase - Task2
Food - Task3
PHall margin set
Back Alley Whore
Personal Trainer<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>>WORK IN PROGRESS<<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!<<else>>A sweet face looks at herself in the mirror.<</if>>
[[Go Back|Public Toilet]]<img src="img/park/toilet_stall.png">
Sometimes we need to meet such needs. You are relieved.
<span style="color:#00FFFF">- 5 Hygiene</span><<hygiene -5>>
[[Go Back|Public Toilet]]