You are an orphan who never got to meet her parents, and spent all your life on the local orphanate.
<img src="./media/you.png" height="600">
What is your name? <<textbox "$name" "Belinda">>
Life wasn't easy there, and you didn't have any friends, so you couldn't wait to leave that place and live on your own.
The day came when you became 18, and had to leave the orphanage. There's no way in hell you would be able to pay rent on your own, so you asked people if they were interested in finding a house with you.
A guy called Mark agreed, and you looked for a house.
After some time, you finally manage to find an afforable rent in a medium sized house. Not the best neightbourhood, but it was a start.
He found a job as a construction worker and was willing to help you the first week by taking care of the rent, but you'd have to find a way to pay up your part onwards.
You managed to save some money, but you're gonna need to find an income source.
Scared but excited, you start your own adventure.
[[Go with mark to your new home->Intro2]]
<<silently>>
/*VARIABLES INICIALES*/
<<set $stamina to 100>>
<<set $dishes to 0>>
<<set $drunk to 0>>
<<set $markevent to 0>>
<<set $forceevent1 to 0>>
<<set $cleaning to 0>>
<<set $hygiene to 100>>
<<set $showertoday to 0>>
<<set $numberofdays to 1>>
<<set $money to 100>>
<<set $barexp to 0>>
<<set $barlevel to 0>>
<<set $markrent to 0>>
<<set $rentpayed to 0>>
<<set $time to ["early morning","morning","Midday","evening","late evening","night","late night"]>>
<<set $clubjob to false>>
<<set $actualtime to 0>>
<<set $status to "Okay">>
<<set $dancecontrol to false>>
<<set $clubpeed to false>>
<<set $phone to false>>
<<set $laptop to false>>
<<set $metroticket to 0>>
<<set $fapstagram to false>>
<<set $markrelation to 0>> /*La idea es mejorar la relación después de acabar el evento 4*/
/*ESTADÍSTICAS Y HABILIDADES*/
<<set $corruption to 0>>
<<set $corruptionexp to 0>>
<<set $fitness to 1>>
<<set $fitnessexp to 0>>
<<set $looks to 1>>
<<set $exhibitionism to 0>>
<<set $exhibitionismexp to 0>>
/*OBJETOS Y POSESIONES*/
<<set $day to ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"]>>
<<set $actualday to 0>>
<</silently>>Home, sweet home.
<img src="./media/home/general.webp" width="800">
[[Go to the bathroom ->Bathroom]]
[[Go to your bedroom ->Bedroom]]
[[Go to Mark's bedroom ->Mark bedroom]]
[[Go to the living room->Living room]]
[[Go to the kitchen ->Kitchen]]
[[Go outside ->Outside]]
<<if $actualtime is 4 and $markevent is 0 and $actualday lte 3>>
<<goto "Mark event 1">>
<</if>>
<img src="./media/places/bathroom.jpg">
[[Go take a shower]]
[[Apply makeup]]
[[Return ->Casa]]<img src="./media/places/bedroom.webp">
[[Go to sleep ->Sleep]]
[[Go take a nap ->Bedroom nap]]
[[Check your diary ->Diary]]
<<if $phone is true>>[[Use your phone ->Phone]]<</if>>
<<if $pc is 1>>[[Use your pc ->Pc]]<</if>>
[[Return ->Casa]]
<<if $numberofdays gt 5 and $actualday is 4 and $rentpayed is 0>><<goto rentpay>><</if>>
<img src="./media/places/livingroom.jpg">
[[Watch some tv]]
[[Practice some yoga]]
[[Take a nap in the couch ->Couch nap]]
[[Return ->Casa]]<img src="./media/places/kitchen.jpg" width="600">
<<if $markevent lt 2>>You don't want to do nothing here right now.<</if>>
<<if $markevent gte 2>>[[Wash the dishes]]<</if>>
<<if $markevent gte 2>>[[Cook something]]<</if>>
[[Return ->Casa]]You are in the suburbs.
<<if $actualtime lte 4>><img src="./media/places/suburbsday.jpg"><<else>><img src="./media/places/suburbsnight.jpg" width="1024"><</if>>
[[Go to the bar ->Bar]]
[[Go to the park ->Park]]
[[Go the back alley ->Alley]]
[[Go to the local store ->Suburbs store]]
[[Go to the metro station ->Metro suburbios]]
[[Go to the bus station ->bus suburbios]]
<<if $markevent is 3 and $actualday is 5 and $actualtime is 3>> [[Go to the restaurant ->Restaurant]]<</if>>
[[Return home ->Casa]]
<img src="./media/places/mall.jpg" width="800">
<<nobr>>
<p>[[Go to the electronics store ->electronicstore]]</p>
<p>[[Go to the sports store ->sportstore]]</p>
<p>[[Return ->Centro]]</p>
<</nobr>><<if $actualtime lte 4>><img src="./media/places/parkday.jpg"><<else>><img src="./media/places/parknight.jpg"><</if>>
<<nobr>>
<p>[[Go for a run ->Park run]]</p>
<p>[[Relax in the park ->relaxpark]]</p>
<p>[[Go to the bathroom ->parkbathroom]]</p>
<<if $yogamat is 1>>
<p>[[Practice some yoga in the park ->yogapark]]</p>
<</if>>
<p>[[Leave the park ->Outside]]</p>
<</nobr>><img src="./media/places/library.jpg" width="900">
[[Return ->University district]]
<<if $showertoday is 1>>
You already showered today, silly!
<img @src="_dumb.random()">
[[Return ->Bathroom]]
<<else>>
<<silently>>
<<set _shower to ["./media/gifs/shower/shower1.gif","./media/gifs/shower/shower2.gif","./media/gifs/shower/shower3.webp","./media/gifs/shower/shower4.webp","./media/gifs/shower/shower5.webp","./media/gifs/shower/shower5.webp","./media/gifs/shower/shower6.webp","./media/gifs/shower/shower7.webp","./media/gifs/shower/shower8.webp","./media/gifs/shower/shower9.webp","./media/gifs/shower/shower10.webp","./media/gifs/shower/shower11.webp","./media/gifs/shower/shower12.webp","./media/gifs/shower/shower13.webp"]>>
<<set $shower to _shower.random()>>
<</silently>>
<img @src="$shower">
Now you're a clean girl.
<<set $showertoday to 1>>
<<set $hygiene to 100>>
[[Return ->Bathroom]]
<</if>>
<<if $dishes is 0>>
<<set _washdishes to ["./media/gifs/kitchen/cleaning.gif","./media/gifs/kitchen/cleaning2.webp","./media/gifs/kitchen/cleaning3.gif","./media/gifs/kitchen/cleaning4.gif","./media/gifs/kitchen/cleaning5.gif","./media/gifs/kitchen/cleaning6.gif"]>>
<img @src="_washdishes.random()">
[[Return ->Kitchen]]
<<set $dishes to 1>>
<<else>>
You've already washed the dishes today, silly
<img @src="_dumb.random()">
[[Return ->Kitchen]]
<</if>><<silently>>
<<set $randomnumber = random(0, 9)>>
<<set _cooking to
["./media/gifs/kitchen/cooking1.gif","./media/gifs/kitchen/cooking1.webp","./media/gifs/kitchen/cooking2.webp","./media/gifs/kitchen/cooking3.gif","./media/gifs/kitchen/cooking4.gif"]>>
<<set _unwantedcumshot to ["./media/gifs/unwanted.cumshot/unwantedcumshot1.gif","./media/gifs/unwanted.cumshot/unwantedcumshot2.webp"]>>
<<set _aftermath to ["./media/gifs/unwanted.cumshot/unwanted1.webp","./media/gifs/unwanted.cumshot/unwanted2.webp","./media/gifs/unwanted.cumshot/unwanted3.gif"]>>
<<set _kitchenrape to
["./media/gifs/kitchen/kitchenrape.webp","./media/gifs/kitchen/kitchenrape2.gif","./media/gifs/kitchen/kitchenrape3.webp","./media/gifs/kitchen/kitchenrape4.gif","./media/gifs/kitchen/kitchenrape5.gif"]>>
<<set $kitchenrape to _kitchenrape.random()>>
<<set $cooking to _cooking.random()>>
<</silently>>
<<if $markevent gte 4 and $actualday lte 4 and $actualtime gte 4>>
<<if $cookedtoday is 1>>
You already cooked today, dummy!
<img @src="_dumb.random()">
[[Return->Kitchen]]
<<else>>
<<if $randomnumber lt 9 >>
<img @src="$cooking">
<<set $cookedtoday to 1>>
[[Return ->Kitchen]]
<<else>>You begin your cooking.
You hear the entry door slammed. Looks like Mark is angry today.
<p style="color:lightblue;">Hey you good for nothing bitch. Why don't you come here and be useful for once?</p><p style="color:deeppink;">Mark please, I'm not in the mood...</p><p style="color:lightblue;">I don't give a shit. I had a bad day and you're gonna help me relieve, wether you want it or not. I'm the man of the house and you're here to serve me.</p><<linkreplace "Mark violently pounds you">>Mark violently pounds you
<img @src="$kitchenrape"><p style="color:deeppink;">Please stop! It hurts!</p><p style="color:lightblue;">Shut up skank.I'm almost done. Now get on your knees and open that shithole you call mouth</p>He grabs you by the hair and put you on your knees.<p style="color:lightblue;">Yeaaaah take it all!</p>
<<linkreplace "He cums on your face">>
<img @src="_unwantedcumshot.random()">
He spunks all over your face.
<<linkreplace "You feel dirty, and used.">>You feel dirty, and used.
<img @src="_aftermath.random()"><p style="color:lightblue;">Come on, don't cry. At least you're valuable as a cumrag. I'm going to bed, I had enough of this. Oh, and you can throw away the garbage you were making. I'm going to sleep.</p>He goes to his room, leaving you crying in the kitchen.
[[Return ->Casa]]<</linkreplace>><</linkreplace>><</linkreplace>>
<<set $rapedtodaymark to 1>>
<<set $cookedtoday to 1>>
<</if>>
<</if>>
<<else>>
<<if $cookedtoday is 1>>
You already cooked today, dummy!
<img @src="_dumb.random()">
[[Return->Kitchen]]
<<else>>
<img @src="$cooking">
<<set $cookedtoday to 1>>
[[Return ->Kitchen]]
<</if>>
<</if>>
/*
<<silently>>
<<set $randomnumber = random(0, 5)>>
<<set _cooking to
["./media/gifs/kitchen/cooking1.gif","./media/gifs/kitchen/cooking1.webp","./media/gifs/kitchen/cooking2.webp","./media/gifs/kitchen/cooking3.gif","./media/gifs/kitchen/cooking4.gif"]>>
<<set _unwantedcumshot to ["./media/gifs/unwanted.cumshot/unwantedcumshot1.gif","./media/gifs/unwanted.cumshot/unwantedcumshot2.webp"]>>
<<set _aftermath to ["./media/gifs/unwanted.cumshot/unwanted1.webp","./media/gifs/unwanted.cumshot/unwanted2.webp","./media/gifs/unwanted.cumshot/unwanted3.gif"]>>
<<set _kitchenrape to
["./media/gifs/kitchen/kitchenrape.webp","./media/gifs/kitchen/kitchenrape2.gif","./media/gifs/kitchen/kitchenrape3.webp","./media/gifs/kitchen/kitchenrape4.gif","./media/gifs/kitchen/kitchenrape5.gif"]>>
<<set $kitchenrape to _kitchenrape.random()>>
<<set $cooking to _cooking.random()>>
<<set _dumb to ["./media/gifs/degradingcaptions/degrading.webp","./media/gifs/degradingcaptions/degrading2.webp","./media/gifs/degradingcaptions/degrading3.webp","./media/gifs/degradingcaptions/degrading4.webp","./media/gifs/degradingcaptions/degrading5.gif"]>>
<</silently>>
<<if $markevent gte 4>>
<<if $cookedtoday is 1>>
You already cooked today, dummy!
<img @src="_dumb.random()">
<<if $randomnumber lte 3 and $cookedtoday is 0>>
<img @src="$cooking">
[[Return ->Casa]]
<<silently>><<set $cookedtoday to 1>><</silently>>
<<elseif $randomnumber gt 4 and $coockedtoday is 0>><img @src="$cooking">
You begin your cooking.
You hear the entry door slammed. Looks like Mark is angry today.
<p style="color:lightblue;">Hey you good for nothing bitch. Why don't you come here and be useful for once?</p><p style="color:deeppink;">Mark please, I'm not in the mood...</p><p style="color:lightblue;">I don't give a shit. I had a bad day and you're gonna help me relieve, wether you want it or not. I'm the man of the house and you're here to serve me.</p><<linkreplace "Mark violently pounds you">>Mark violently pounds you
<img @src="$kitchenrape"><p style="color:deeppink;">Please stop! It hurts!</p><p style="color:lightblue;">Shut up skank.I'm almost done. Now get on your knees and open that shithole you call mouth</p>He grabs you by the hair and put you on your knees.<p style="color:lightblue;">Yeaaaah take it all!</p><<linkreplace "He cums on your face">>
<img @src="_unwantedcumshot.random()">He spunks all over your face. <<linkreplace "You feel dirty, and used.">>You feel dirty, and used.<img @src="_aftermath.random()"><p style="color:lightblue;">Come on, don't cry. At least you're valuable as a cumrag. I'm going to bed, I had enough of this. Oh, and you can throw away the garbage you were making. I'm going to sleep.</p>He goes to his room, leaving you crying in the kitchen.
[[Return ->Casa]]<</linkreplace>><</linkreplace>><</linkreplace>>
<<set $rapedtodaymark to 1>>
<</if>>
<</if>>
<<else>>
<<if $cookedtoday is 1>>
You already cooked today, dummy!
<else>
<img @src="$cooking">
[[Return ->Casa]]
<</if>>
<</if>>*/<<silently>>
<<set _makeup to ["./media/gifs/makeup/makeup1.webp","./media/gifs/makeup/makeup2.webp","./media/gifs/makeup/makeup3.webp"]>>
<</silently>>
<<if $makeuptoday is 1>>
You already have your makeup done!
<img @src="_dumb.random()">
[[Return ->Bathroom]]
<<else>>
<img @src="_makeup.random()">
You feel like the prettiest girl in the world
[[Return ->Bathroom]]
<<set $makeuptoday to 1>>
<</if>>
$name
Day: $day[$actualday]
Time: $time[$actualtime]
Money: $money $
Day $numberofdays
Status: $status
Stamina: <meter @value="$stamina" min="0" max="100"></meter>
Hygiene: <meter @value="$hygiene" min="0" max="100"></meter>
Patreon
'https://www.patreon.com/c/petrolstationratfuck/about'
<img src="./media/youbanner.PNG" width="150"><<silently>><<set _dance to ["./media/gifs/club/dancesfw.gif","./media/gifs/club/dancesfw2.gif","./media/gifs/club/dancesfw3.webp","./media/gifs/club/dancesfw4.webp","./media/gifs/club/dancesfw5.gif","./media/gifs/club/dancesfw6.webp","./media/gifs/club/dancesfw7.webp"]>>
<<set _dancedrunk to ["./media/gifs/club/clubdance.webp","./media/gifs/club/clubdance2.webp","./media/gifs/club/clubdance3.webp","./media/gifs/club/clubdance4.webp","./media/gifs/club/clubdance5.gif","./media/gifs/club/clubdance6.webp","./media/gifs/club/clubdance7.webp","./media/gifs/club/clubdance8.webp"]>>
<<set _dancegrope to ["./media/gifs/club/dancegrope.webp","./media/gifs/club/dancegrope2.webp","./media/gifs/club/dancegrope3.webp","./media/gifs/club/dancegrope4.webp","./media/gifs/club/dancegrope5.gif"]>>
<<set $randomnumber = random(0, 1)>>
<</silently>>
<<if $status is "Drunk" or $status is "Cunt-faced">>
<<if $randomnumber is 0>>
<img @src="_dancedrunk.random()">
You have some maybe way too careless fun on the dancefloor.
[[Return ->Club]]
<<if $dancecontrol is false and $actualtime is 5>>
<<set $dancecontrol to true>>
<<elseif $dancecontrol is true and $actualtime is 5>>
<<set $actualtime++>>
<<set $dancecontrol to false>>
<<elseif $dancecontrol is false and $actualtime is 6>>
<<set $dancecontrol to true>>
<<elseif $dancecontrol is true and $actualtime is 6>>
<<goto dancelate>>
<</if>>
<<else>>
<<set _dancegrope to ["./media/gifs/club/dancegrope.webp","./media/gifs/club/dancegrope2.webp","./media/gifs/club/dancegrope3.webp","./media/gifs/club/dancegrope4.webp","./media/gifs/club/dancegrope5.gif"]>>
<<set $randomnumber = random(0, 1)>>
You catch the eye of a man who starts dancing with you
<img @src="_dancegrope.random()">
You can notice him getting horny, his erect dick pressed against you.
<p style="color:lightblue">Hey babe, why don't we got to the bathroom?</p>
@@#clubsex;
<<link "Yes">><<replace "#clubsex">>You acompany him to the bathroom, where you <<linkreplace "get busy">>
<img src="./media/gifs/club/bathfuck.webp">
[[Return ->Club]]<</linkreplace>><</replace>><</link>>
<<link "No">><<replace "#clubsex">><p style="color:lightblue">What a cocktease. Get outta here.</p>
He leaves, malding to himself.
[[Return ->Club]]<</replace>><</link>>
@@
<<if $dancecontrol is false and $actualtime is 5>>
<<set $dancecontrol to true>>
<<elseif $dancecontrol is true and $actualtime is 5>>
<<set $actualtime++>>
<<set $dancecontrol to false>>
<<elseif $dancecontrol is false and $actualtime is 6>>
<<set $dancecontrol to true>>
<<elseif $dancecontrol is true and $actualtime is 6>>
<<goto dancelate>>
<</if>>
<</if>>
<<else>>
<<if $randomnumber is 0>>
<img @src="_dance.random()">
You have some fun rocking the dance floor.
[[Return -> Club]]
<<if $dancecontrol is false and $actualtime is 5>>
<<set $dancecontrol to true>>
<<elseif $dancecontrol is true and $actualtime is 5>>
<<set $actualtime++>>
<<set $dancecontrol to false>>
<<elseif $dancecontrol is false and $actualtime is 6>>
<<set $dancecontrol to true>>
<<elseif $dancecontrol is true and $actualtime is 6>>
<<goto dancelate>>
<</if>>
<<else>>
You catch the eye of a man who starts dancing with you
<img @src="_dancegrope.random()">
You can notice him getting horny, his erect dick pressed against you.
<p style="color:lightblue">Hey babe, why don't we got to the bathroom?</p>
<p style="color:darkred">Yes. (You are not drunk enough to pick this)</p>
<<linkreplace "No">><p style="color:lightblue">What a cocktease. Get outta here.</p>
He leaves, malding to himself.
[[Return ->Club]]<</linkreplace>>
<<if $dancecontrol is false and $actualtime is 5>>
<<set $dancecontrol to true>>
<<elseif $dancecontrol is true and $actualtime is 5>>
<<set $actualtime++>>
<<set $dancecontrol to false>>
<<elseif $dancecontrol is false and $actualtime is 6>>
<<set $dancecontrol to true>>
<<elseif $dancecontrol is true and $actualtime is 6>>
<<goto dancelate>>
<</if>>
<</if>>
<</if>>
<<if $dancecontrol is 1 and $actualtime is 6>><<goto dancelate>><</if>>
/*
<<silently>><<set _dance to ["./media/gifs/club/dancesfw.gif","./media/gifs/club/dancesfw2.gif","./media/gifs/club/dancesfw3.webp","./media/gifs/club/dancesfw4.webp","./media/gifs/club/dancesfw5.gif","./media/gifs/club/dancesfw6.webp","./media/gifs/club/dancesfw7.webp"]>>
<<set _dancedrunk to ["./media/gifs/club/clubdance.webp","./media/gifs/club/clubdance2.webp","./media/gifs/club/clubdance3.webp","./media/gifs/club/clubdance4.webp","./media/gifs/club/clubdance5.gif","./media/gifs/club/clubdance6.webp","./media/gifs/club/clubdance7.webp","./media/gifs/club/clubdance8.webp"]>>
<<set _dancegrope to ["./media/gifs/club/dancegrope.webp","./media/gifs/club/dancegrope2.webp","./media/gifs/club/dancegrope3.webp","./media/gifs/club/dancegrope4.webp","./media/gifs/club/dancegrope5.gif"]>>
<<set $randomnumber = random(0, 1)>>
<</silently>>
<<if $status is "Drunk" or $status is "Cunt-faced">>
<<if $randomnumber is 0>>
<img @src="_dancedrunk.random()">
You have some maybe way too careless fun on the dancefloor.
[[Return ->Club]]
<<if $dancecontrol is false and $actualtime is 5>>
<<set $dancecontrol to true>>
<<elseif $dancecontrol is true and $actualtime is 5>>
<<set $actualtime++>>
<<set $dancecontrol to false>>
<<elseif $dancecontrol is false and $actualtime is 6>>
<<set $dancecontrol to true>>
<<elseif $dancecontrol is true and $actualtime is 6>>
<<goto dancelate>>
<</if>>
<<else>>
<img @src="_dancegrope.random()">
You suck his shaft
<img src="./media/gifs/club/clubbj.webp">
<</if>>
<<else>>
<<if $randomnumber is 0>>
<img @src="_dance.random()">
<<else>>
<img @src="_dancegrope.random()">
You're too sober for this
<</if>>
<</if>>
<<if $dancecontrol is 1 and $actualtime is 6>><<goto dancelate>><</if>>
<<if $clubpeed is true>><<goto clubpeed3>><</if>>
*/
<<nobr>>
<<if $actualday lte 4>>
The club is only open on weekends. Come back another day.
<p>[[Return ->Centro]]</p>
<<elseif $actualtime lte 3>>
The club is not open yet. Try coming back at night.
<p>[[Return ->Centro]]</p>
<<else>>
<img src="./media/places/nightclub.webp" width="800">
<p>[[Go dancing ->Dance]]</p>
<p>[[Go take a drink ->Drink]]</p>
/*PARA LA PRÓXIMA
<<if $clubjob is false>><p>[[Ask for a job ->clubjob]]</p><</if>> <<if $clubjob is true>><p>[[Work a shift ->clubshift1]]</p><</if>>
*/
<<if $status is "Cunt-faced">>
<p>[[Use the bathroom ->Club bathroom]]</p>
<</if>>
<p>[[Get out of the club ->Centro]]</p>
<</if>>
<</nobr>>
<<silently>>
<<set _bardrink to ["./media/gifs/bar/drinking1.webp","./media/gifs/bar/drinking2.gif","./media/gifs/bar/drinking3.gif","./media/gifs/club/drinkingclub1.gif","./media/gifs/club/drinkingclub2.gif"]>>
<</silently>>
<<if $money gt 20>>
<img @src="_bardrink.random()">
You take a long, well deserved shot. Cheers to you.
You payed 20$
<<set $money -=20>>
<<set $drunk++>>
[[Return ->Club]]
<<else>>
You don't have enough money for that.
[[Return ->Club]]
<</if>>
<<if $clubpeed is true>><<goto clubpeed2>><</if>>
<<if $dancecontrol is true and $actualtime is 6>>
<<goto drinklate>>
<</if>>
<<silently>>
<<set _clubbath to ["./media/gifs/club/clubpee.gif","./media/gifs/club/clubpee2.gif","./media/gifs/club/clubpee3.gif","./media/gifs/club/clubpee4.gif"]>>
<</silently>>
You wander around, way too drunk to know where youre' going for.
You find a bathroom but can't even seat on the toilet, and you lay around for a while.
After some time, <<linkreplace "you hear something">>
A man enters the bathroom, and opens the door of your cabin.<p style="color:lightblue">Look at this wasted slut lol.</p><p style="color:lightblue">Well I need to pee and the rest of the toilets are ocupied, so... don't mind me..</p>
<<linkreplace "He takes his dick out and urinates on you">>He takes his dick out and urinates on you
<img @src="_clubbath.random()">
<p style="color:lightblue">Now this is a good toilet hahaha</p>
The dude leaves the bathroom, leaving you there, soaked in piss.
You barely even notice what happens until after a while. Might be time to go home.
<<set $hygiene to 0>>
<<set $clubpeed to true>>
[[Return ->Club]]
<</linkreplace>><</linkreplace>>
<<if $clubpeed is true>><<goto clubpeed>><</if>>
<img src="./media/places/markbedroom.avif">
<<if $actualtime gte 4 and $actualday lt 5>>
Mark is in his room now.
<<if $markevent is 4>>[[Check what he's doing ->Mark event 4.1]]<</if>>
<<if $markevent is 2>>[[Talk to him ->markevent3]]<</if>>
<<if $markevent is 5>>[[Spend some time with him ->markroom]]<</if>>
[[Return ->Casa]]
<<elseif $actualtime lt 4 and $actualday lte 4>>
Mark is working right now.
He normally doesn't comes back until late evening.
[[Return ->Casa]]
<<elseif $actualday gt 4>>
You don't know where Mark is. Weirdly enough, he doesn't seem to speend the weekends here.
[[Return ->Casa]]
<</if>>
<<if $rapedtodaymark is 1>><<goto rapedmark>><</if>>
<<if $event4special is 1>><<goto special4>><</if>>
<<if $event5special is 1>><<goto special5>><</if>>
<<silently>>
<<set $randomnumber = random(0, 7)>>
<<set _wakeup to
["./media/gifs/wakeup/wakingup.gif","./media/gifs/wakeup/wakingup2.gif","./media/gifs/wakeup/wakingup3.webp","./media/gifs/wakeup/wakingup4.webp","./media/gifs/wakeup/wakingup5.webp","./media/gifs/wakeup/wakingup6.gif","./media/gifs/wakeup/wakingup7.webp"]>>
<<set _sleepingcum to
["./media/gifs/sleeping/sleepingcum.webp","./media/gifs/sleeping/sleepingcum2.webp","./media/gifs/sleeping/sleepingcum3.gif","./media/gifs/sleeping/sleepingcum4.gif","./media/gifs/sleeping/sleepingcum6.gif","./media/gifs/sleeping/sleepingcum7.gif","./media/gifs/sleeping/sleepingcum8.gif"]>>
<<set $sleepingcum to _sleepingcum.random()>>
<<set $wakeup to _wakeup.random()>>
<<set $sleepingcum to _sleepingcum.random()>>
<</silently>>
<<if $randomnumber lte 6>>
You wake up feeling refreshed and ready to start the day.
<img @src="$wakeup">
[[Wake up ->Bedroom]]
<<else>>
Mark silently gets in your room and walks towards your bed, touching his cock.
<<linkreplace "He begins groping you in your sleep while jerking off.">>He begins groping you in your sleep while jerking off.
<img src="./media/gifs/sleeping/sleepinggrope.webp"><p style="color:lightblue;">"Damn this bitch is so sexy I can't help myself."</p><<linkreplace "He begins rubbing his cock on your face">><img src="./media/gifs/sleeping/sleepingrub.webp">
Grunting, <<linkreplace "he cums on your sleeping body">>he cums on your sleeping body
<img @src="$sleepingcum"><p style="color:lightblue;">"Yeah take it slut, there's your lotion for the day hahaha."</p>He then proceeds to clean his cock in your face, marking you as his property, and leaves.
You wake up some time later, smelling a bit weird, but feeling good rested. <<set $hygiene -= 20>>
[[Wake up ->Bedroom]]<</linkreplace>><</linkreplace>><</linkreplace>>
<</if>>
<<silently>>
/*REINICIO DIARIO DE VARIABLES*/
<<set $cleaning to 0>>
<<set $cooking to 0>>
<<set $dishes to 0>>
<<set $shower to 0>>
<<set $actualtime to 0>>
<<set $actualday++>>
<<set $showertoday to 0>>
<<set $makeuptoday to 0>>
<<set $numberofdays++>>
<<set $rapedtodaymark to 0>>
<<set $cookedtoday to 0>>
<<set $status to "Okay">>
<<set $drunk to 0>>
<<set $gymfee-->>
<<set $fapstagramuse to false>>
<<set $edgartoday to false>>
/*VARIABLES QUE DEPENDEN DE UN BUEN DESCANSO*/
<<set $stamina to 100>>
<<set $hygiene -= 20>>
/*EVENTOS ESPECIALES DE MARK*/
<<if $event4special is 1>><<set $event4special to 0>><</if>>
<<if $event5special is 1>><<set $event5special to 0>><</if>>
<<if $markevent is 1>>
<<goto "mark event 2">>
<</if>>
/*EVENTO FORZADO PARA NO SALTARSE EL PRIMER EVENTO DE MARK*/
<<if $actualday is 3 and $markevent is 0>><<goto noskip>><</if>>
<</silently>>
[[Shut down the pc ->Bedroom]]Your new home is close, and that's fortunate because niether of you have a car and you can go taking a stroll.
<p style="color:deeppink;">I still can't believe we're gonna have a place we can call our own. It's amazing</p><p style="color:lightblue;">I know right? I'm so glad I can get out of that hole.</p><p style="color:deeppink;">Also I wanted to thank you for covering me. You're so kind, I'll find a job as soon as I can.</p><p style="color:lightblue;">Nah don't mention it, it's nothing. Also it's good to have a woman in a house. I'm a terrible cook</p><p style="color:deeppink;">I'm sorry to dissapoint you, but i'm not very good either</p>You say with , chuckling a little.<p style="color:lightblue;">Really? I think it's a valuable skill for every woman to learn. Also, you'll have time since you have no job now, right?</p><p style="color:deeppink;">Sure, I always wanted to learn. Also, it's the least I can do for you.</p>He kindly smiles at you.
<p style="color:lightblue;">We're finally here.</p>He opens the door and let you pass<p style="color:lightblue;">After you</p><p style="color:deeppink;">Thank you, Mark.</p>[[You go inside and Mark closes the door behind you. ->Intro3]]<p style="color:lightblue;">It's really late and I need to wake up tomorrow so early. Do you think you could prepare me something to eat while I take a shower?</p><p style="color:deeppink;">Sure, don't worry, I can try.</p><p style="color:lightblue;">Don't worry, just make something simple. Thanks babe</p>Without waiting for an answer, he leaves to take a shower.<p style="color:deeppink;">"Well, let's see what we can do. I owe it to him, he's being so nice to me"</p>You go to the kitchen and take a look at what you have. <<linkreplace "Cook something simple">><img src="./media/events/intro/cookingintro.gif">
For not having any experience, it turned out pretty good, you think.
After a while, you hear Mark getting out of the shower<p style="color:lightblue;">Damn that smells delicious. Not bad for a noob.</p><p style="color:deeppink;">Thank you</p><p style="color:lightblue;">Please pack it for me. I'm going to sleep now, I'm exhausted</p><p style="color:deeppink;">Sure, I'll handle it. Have a good night, Mark</p><p style="color:lightblue;">Yeah, you too</p>You finish packing his lunch and let it the fridge<p style="color:deeppink;">"Damn, I'm tired. I should probably go to sleep too. Can't wait for tomorrow"
[[Go to sleep ->Intro4]]</p><</linkreplace>>You have the best night of sleep of your life.
Hours later, you finally wake up.
<img src="./media/events/intro/wakingupintro.gif">
It's early in the morning, but Mark has already leave to work, so the house is all for you.
[[It's time to begin your new life ->Casa]]
Parese khe funsionaYou hear someone opening the door.
<p style="color:lightblue;">I'm back! You're home?</p><p style="color:deeppink;">Hello, welcome back! How was work today?</p><p style="color:lightblue;">It was such a shitty day, honestly. I'm so tired. What have you done for dinner?</p><p style="color:deeppink;">I haven't prepared anything...</p><p style="color:lightblue;">Really? Where you that busy being jobless that you couldn't even have dinner ready for me after busting my ass off and paying your rent?</p><p style="color:deeppink;">I'm sorry, I didn't think about it.</p><p style="color:lightblue;">Yeah, of course not. You women are all the same. I bet you didn't even clean the house a little, just laying around doing nothing huh?</p><p style="color:deeppink;">You're right, I'm so sorry. I will get you something ready now, okay?</p><p style="color:lightblue;">Yeah, get to it. Better late than never. I'm gonna take a shower. Get it done before I finish</p>You feel kind of bad for him.
<<linkreplace "Maybe you should make a proper apology?">>
<p style="color:deeppink;">Before that, I want to make a proper apology...</p>
<img src="./media/gifs/events/mark/handjobgesture.webp"><p style="color:deeppink;">Why don't you take off your clothes and I can...massage you a bit?</p><p style="color:lightblue;">Now that sounds like a better plan...</p>He takes his clothes off, leaving them in the floor.
[[You begin get to work ->Mark event 1.b]]
<</linkreplace>>You gently begin jerking off his hard rod.
<img src="./media/gifs/events/mark/handjob1.webp">
<p style="color:deeppink;">You like it like that?</p><p style="color:lightblue;">Yeah, keep going babe. I'm close.</p>You start stroking him faster while he moans.
You can feel his dick throbbing, he's about to cum.
<<linkreplace "Make him cum">>You use your hands to bring him over the edge.
<img src="./media/gifs/events/mark/handjob2.gif">
He cums all over the floor.<p style="color:lightblue;">Oh yeah, that was good. Now clean this mess and make me something for dinner, and I'll forgive you.</p><p style="color:deeppink;">Of course, daddy.</p>You are not sure why you called him that, it was just a natural reflex. He didn't seem to mind it, though.<p style="color:deeppink;">I'll go get a rag ot the kitchen</p><p style="color:lightblue;">There's no need for that. I'm pretty sure your tongue will do the job just fine..</p><p style="color:deeppink;">What do you mean...</p><p style="color:lightblue;">I mean get on your fucking knees and lick it from the floor, you dumb slut. Now.</p>You get startled by his commanding tone, and get on your knees. You hesitate for a second, but then <<linkreplace "you begin to lick">><img src="./media/gifs/events/mark/cleaning.gif">
It actually tastes delicious, surprisingly.<p style="color:lightblue;">That's my nice bitch. Now back to the kitchen, I need to shower.</p><p style="color:deeppink;">At once.</p><p style="color:lightblue;">Oh and... you can keep calling me daddy. I like that..</p>Not expecting an answer, he leaves.You pick up his clothes and tidy up, and [[head to the kitchen ->Mark event 1.c]]<</linkreplace>>
<</linkreplace>>You find yourself willingly cooking for this man again.
<img src="./media/gifs/events/mark/cooking.gif">
Why are you happy?
This man just treated you like a piece of shit, but you seemed to...like it? What's wrong with you?
After you finish cooking, you prepare the table.
He comes out of the shower and goes to the kitchen.
Withotu saying a word, he sits on the table and starts eating.
You feel a bit nervous.<p style="color:deeppink;">Does it taste good? I think I'm getting the hang of it</p><p style="color:lightblue;">It's good enough to not make me puke, I guess. You really need to learn how to cook.</p><p style="color:deeppink;">I guess you're right. Maybe I should go to the library to find for a recipe cookbook or something.</p><p style="color:lightblue;">Bitch why are you still talking? I don't give a shit how you do it and I don't want to talk with you right now. Women really need to learn to keep their mouths shut.</p>You don't know what to say. Is he still mad with you?<p style="color:lightblue;">Don't stand there like a moron. Get out of my sight and let me eat in peace</p>Are you really gonna let him talk to you like that?
You don't want to angry him further though. He could easily overpower you. You decide its best to do what he says for now.<p style="color:deeppink;">Yes, daddy. Sorry.</p>You leave to the living room and <<linkreplace "lay on the couch for a while.">>
Honestly, you're feeling kinda tired. Today was a long day
<img src="./media/gifs/events/mark/couch.png">
You close your eyes for 5 minutes, and you hear Mark walking toward his room.<p style="color:lightblue;">Look at your lazy ass, doing nothing again. When you want to stop being useless, you can wash the dishes.</p>He goes to his room, and slams the door.<p style="color:deeppink;">"I should probably do as he says. I don't want to make him mad again"</p>[[You head to the kitchen again ->Mark event 1.d]]
<</linkreplace>>
You watch his empty plate.<p style="color:deeppink;">"At least he seems to like it in the end".</p>You think to yourself.
You tidy the table and begin washing the dishes.
<img src="./media/gifs/events/mark/cleaningkitchen.gif">
You finally finish. Exhausted, you decide it's time [[to go to sleep for today. ->Sleep]]
<<set $markevent to 1>>You sleep like a baby.
Early in the morning, you hear someone knocking on your door, waking you up.
<<set _wakeup to ["./media/gifs/wakeup/wakingup.gif","./media/gifs/wakeup/wakingup2.gif","./media/gifs/wakeup/wakingup3.webp","./media/gifs/wakeup/wakingup4.webp","./media/gifs/wakeup/wakingup5.webp","./media/gifs/wakeup/wakingup6.gif"]>>
<<set $wakeup to _wakeup.random()>>
<img @src="$wakeup">
<p style="color:lightblue;">Are you awake, $name? It's me.</p>Of course it's him. Who the fuck would be otherwise?
You mumble a bit but answer<p style="color:deeppink;">Kind of awake now...what is it?</p><p style="color:lightblue;">Can I come in a second?</p>What's with this dude? Hours before he forced you to lick his cum from the floor, and now he's asking for permision to enter your room.<p style="color:deeppink;">Sure, give me a second to put something on.</p>You put some comfy clothes and open the door.<p style="color:deeppink;">Come in, Mark. What do you need?</p><p style="color:lightblue;">I...just wanted to apologize for yesterday. I was angry and frustrated at work, and lashed that onto you. I'm sorry.</p>You certainly didn't expect that. You can't say you minded that much though, to be honest with yourself.<p style="color:deeppink;">Sure, Mark, I understand. I know you work really hard and you just had a bad day. I could also have thought about you more and had prepared something, so don't worry about it..</p><p style="color:lightblue;">No, don't excuse me. You don't have to do anything if you don't want. It was my bad.</p><p style="color:lightblue;">From now on, if you feel like cleaning or cooking it will be welcome, but don't feel forced to it, okay?</p><p style="color:deeppink;">Thank you for apoligizing Mark. I will do that. But also I need to get to find a job soon!</p><p style="color:lightblue;">Don't worry too much about it if you can't find one soon. I don't mind paying your rent a couple more weeks.</p><p style="color:deeppink;">I know. You have been so good to me, helping me find a house and helping me with the expenses.</p>You gently smile at him.<p style="color:lightblue;">Well, that's all I wanted to say. Wont steal more time from you, I need to go to work anyway.Oh, and I prepared you some breakfast this morning. Take it as an official peace offer.</p>You smile at him, and he leaves to work.<p style="color:deeppink;">"Awww, he's sweet in the end. Maybe I should help around the house sometimes. And I need to stop wasting my time and get a real job too. "
[[Let's eat breakfast and be productive today! ->mark event 2.a]]</p>
You enter the kitchen to find a poorly done toast with some scrambled eggs and an orange juice, and the kitchen all upside down.
How can someone makes such a mess for this?<p style="color:deeppink;">"Sigh, I guess men can't help it. They're just a disaster in house chores. But hey, at least it was a nice detail"</p> With little enthusiasm, you eat the breakfast Mark prepared for you.
<img src="./media/gifs/events/mark/mark2/breakfast1.gif">
<p style="color:deeppink;">"Guess I'll have to clean this now. It's the least I can do."</p>
<<linkreplace Wash the dishes>>You dutifully get to wash the dishes.<img src="./media/gifs/events/mark/mark2/cleaning5.gif"><p style="color:deeppink;">"Might as well clean the house a little bit, now that I'm on it"</p>
<<linkreplace "Clean the table">><img src="./media/gifs/events/mark/mark2/cleaning1.gif">
<<linkreplace "Clean the floor">><img src="./media/gifs/events/mark/mark2/cleaning2.gif"><p style="color:deeppink;">"Let's clean the bathroom, and I think it's enough for today"</p>
<<linkreplace "Get to it">><img src="./media/gifs/events/mark/mark2/cleaning3.webp">
[[You finally finish ->mark event 2.b]]<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><p style="color:deeppink;">"Oooof, that took much more time than I thought."</p><p style="color:deeppink;">"I think that's enough cleaning for today."</p><p style="color:deeppink;">"What should I do now? Maybe I should begin looking for work, I must admit I have been lazy. In the other hand, Mark said he doesn't mind paying for me. Decisions, decisions."</p>[[Stop cleaning ->Casa]]
<<set $actualtime to 2>>
<<set $markevent to 2>>
<<set $dishes to 1>>
<<set $cleaning to 1>>
<<set $cooking to 1>><<set $actualtime++>>
[[Outside]]<<silently>>
<<if $actualtime gte 4 and $markevent is 0 and $actualday is 3 and $forceevent1 is 0>>
<<set $forceevent1 to 1>>
<<goto "forced event mark1">>
<</if>>
<<if $hygiene gte 100>>
<<set $hygiene to 100>>
<</if>>
<<if $stamina gte 100>>
<<set $stamina to 100>>
<</if>>
<<if $actualtime gt 6>>
<<set $actualtime to 0>>
<</if>>
<<if $actualday gt 6>>
<<set $actualday to 0>>
<</if>>
<<if $barexp gte 10 and $barlevel is 0>>
<<set $barlevel to 1>>
<<set $barexp to 0>>
<</if>>
<<if $hygiene lt 0>>
<<set $hygiene to 0>>
<</if>>
<<if $actualday is 0>>
<<set $rentpayed to 0>>
<</if>>
/*NIVEL DE BEBERCIO */
<<if $drunk is 2 or $drunk is 3>>
<<set $status to "Tipsy">>
<<elseif $drunk is 4 or $drunk is 5 or $drunk is 6 >>
<<set $status to "Drunk">>
<<elseif $drunk gte 7>>
<<set $status to "Cunt-faced">>
/*PRÓXIMA VERSIÓN
<<elseif $drunk is 9>>
<<set $status to "Wasted">>
*/
<</if>>
/*VARIABLES DEL GYM*/
<<if $gymfee lte 0>>
<<set $gymfee to 0>>
<</if>>
/*NIVEL DE FITNESS*/
<<if $fitnessexp gte 10 and $fitness is 1>>
<<set $fitness to 2>><<set $fitnessexp to 0>>
<</if>>
<<if $fitnessexp gte 20 and $fitness is 2>>
<<set $fitness to 3>><<set $fitnessexp to 0>>
<</if>>
/*NIVEL DE CORRUPCIÓN*/
<<if $corruptionexp is 10 and $corruption is 0>>
<<set $corruption to 1>>
<</if>>
<<if $corruptionexp is 20 and $corruption is 1>>
<<set $corruption to 2>>
<</if>>
/*NIVEL DE EXHIBICIONISMO*/
<<if $exhibitionismexp is 10 and $exhibitionism is 0>>
<<set $exhibitionism to 1>>
<</if>>
<<if $exhibitionismexp is 20 and $exhibitionism is 1>>
<<set $exhibitionism to 2>>
<</if>>
/*INICIALIZACIÓN VARIABLES*/
<<if ndef $corruptionexp>>
<<set $corruptionexp to 0>>
<</if>>
<<if ndef $exhibitionismexp>>
<<set $exhibitionismexp to 0>>
<</if>>
<<if ndef $exhibitionism>>
<<set $exhibitionism to 0>>
<</if>>
/*VARIABLES FAPSTAGRAM*/
<<if ndef $fapstagramuse>>
<<set $fapstagramuse to false>>
<</if>>
<<if ndef $fapstagramcutepic>>
<<set $fapstagramcutepic to 0>>
<</if>>
<<if ndef $fapstagramvid>>
<<set $fapstagramvid to 0>>
<</if>>
/*OBJETOS
<<if ndef $phone>>
<<set $phone to false>>
<</if>>
*/
body.Diary {
background-image: url("./media/diario.png");
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover; /* maybe contain, based on the image and goals */
}
<</silently>>
/*IMÁGENES DEGRADACIÓN*/
<<silently>><<set _dumb to ["./media/gifs/degradingcaptions/degrading.webp","./media/gifs/degradingcaptions/degrading2.webp","./media/gifs/degradingcaptions/degrading3.webp","./media/gifs/degradingcaptions/degrading4.webp","./media/gifs/degradingcaptions/degrading5.gif","./media/gifs/degradingcaptions/degrading6.webp"]>><</silently>>You're feeling really tired.
<p style="color:deeppink;">"I'm feeling kinda tired today. I should go back hone."</p>
[[You walk back home and lie in the couch for a while. ->Casa]]
[[You put on some news channel ->Tv news]]
[[Watch porn]]
[[Return ->Living room]]
<<silently>>
<<if $actualtime is 6>><<goto "Tv late">>
<</if>>
<</silently>>
<<silently>>
<<set _yoga to ["./media/gifs/yoga/yoga1.gif","./media/gifs/yoga/yoga2.webp","./media/gifs/yoga/yoga3.webp","./media/gifs/yoga/yoga4.webp"]>>
<</silently>>
<<nobr>>
<p><<if $yogamat is 1>><p>You excercise for a bit.</p>
<img @src="_yoga.random()">
<p>[[Return ->Living room]]</p>
<<set $fitnessexp++>><<set $hygiene -=20>><<set $actualtime++>>
<<else>>
<p>You don't have a yoga mat yet. You can buy one in the mall in the city center.</p>
<p>[[Return ->Living room]]</p>
<</if>></p>
<</nobr>><<silently>>
<<set _parkrun to ["./media/gifs/park/run1.webp","./media/gifs/park/run2.webp","./media/gifs/park/run3.webp"]>>
<<set $randomnumber = random(0, 10)>>
<</silently>>
<<if $stamina gt 20>>
<<if $randomnumber lt 8>>
You go for a nice, relaxing, run.
<img @src="_parkrun.random()">
[[Return ->Park]]
<<silently>><<set $stamina -=20>>
<<if $fitness lt 2>><<set $fitnessexp++>><</if>>
<<set $hygiene -=20>>
<<set $actualtime++>><</silently>>
<<else>>
<<goto "Runevent">>
<</if>>
<<else>>
You're too tired to run.
[[Return ->Park]]
<</if>>
<<if $actualtime gt 4>><<goto "nightrun">><</if>>
/*<<silently>>
<<set _parkrun to ["./media/gifs/park/run1.webp","./media/gifs/park/run2.webp","./media/gifs/park/run3.webp"]>>
<<set $randomnumber = random(0, 10)>>
<</silently>>
<<if $stamina gt 20>>
You go for a nice, relaxing, run.
<img @src="_parkrun.random()">
[[Return ->Park]]
<<silently>><<set $stamina -=20>>
<<if $fitness lt 2>><<set $fitnessexp++>><</if>>
<<set $actualtime++>><</silently>>
<<if $randomnumber gte 8>>While running you find a dude, jacking off looking at you.<p style="color:lightblue;">Hey babe why don't you help me out here</p><<linkreplace "You decide to help him jack off">>You decide to help him jack off
<img src="./media/gifs/park/handjob.webp"><</linkreplace>><</if>>
<<else>>
You're too tired to run.
[[Return ->Park]]
<</if>>
<<if $actualtime gt 4>><<goto "nightrun">><</if>>*/<<if $actualtime lte 4>>
<<silently>>
<<set _parkrelax to ["./media/gifs/Park/relaxingsfw.gif","./media/gifs/Park/relaxingsfw2.gif"]>>
<</silently>>
<img @src="_parkrelax.random()">
You enjoy some peaceful time in the park.
Breathing some fresh air makes you feel better.
<<silently>>
<<set $stamina +=10>>
<<set $actualtime++>>
<</silently>>
[[Return->Park]]
<<else>>
<p style="color:deeppink">"I don't feel comfortable lying around here at night."</p>
[[Return ->Park]]
<</if>>
/*
<<silently>>
<<set _parkrelax to ["./media/gifs/Park/relaxingsfw.gif","./media/gifs/Park/relaxingsfw2.gif","./media/gifs/Park/relaxingsfw3.webp"]>>
<</silently>>
<img @src="_parkrelax.random()">
You enjoy some peaceful time in the park.
Breathing some fresh air makes you feel better.
<<silently>>
<<set $stamina +=10>>
<<set $actualtime++>>
<</silently>>
[[Return->Park]]
*/<p style="color:deeppink">Hey Mark, how's it going?</p><p style="color:lightblue">Oh hey $name nice to see you! I want to apologize again for my actions. I hope you still consider me a friend.</p><p style="color:deeppink">Of course, I understand. As you said, you work hard to provide, and I want you to know I respect that.</p><p style="color:lightblue">Thank you. Means a lot in a worl that has lost its sense. Anyway I've been thinking how to make up with my actions. Would you be willing up to go out to eat with me some saturday? I invite, of course.</p><p style="color:deeppink">You are such a sweethear, of course i'd love that!</p><p style="color:lightblue">Cool! Then me on saturday evening at this restaurant. You're gonna love it!</p><p style="color:deeppink">Looking forward to it!</p>[[Return ->Casa]]
<<set $markevent to 3>><<if $markevent is 3 and $actualday is 5>>
[[Wait for Mark ->Mark event 3]]
<</if>>
[[Return ->Outside]]After some time, Mark appears
<p style="color:lightblue">Ey $name, thanks for coming!</p><p style="color:deeppink">No, thank you for inviting me Mark!</p><p style="color:lightblue">It's nothing it's nothing. Least I could do after acting like a douchebag. Shall we take a seat?</p>He takes your hand and guide you to a table, were you both sit down.<p style="color:lightblue">I hope you like the place. You deserve a way better restaurant, but with all the house expenses and such...</p><p style="color:deeppink">Don't beat yourself, I love this place. Bust more importantly, I love being here with you</p>He blushes and smile. You both order a nice looking burger and make some small talk. A waitress brings you your burger. <p style="color:pink">Here you go. Hope you like it!</p><p style="color:deeppink">Thanks ma'am!</p>The burger looks delicious, and you eagerly <<linkreplace "chomp at it">>chomp at it
<img src="./media/gifs/events/mark/mark3/amburgui.gif"><p style="color:lightblue">Damn girl you hungry!</p>He laughs.<p style="color:deeppink">Hey can't help it, a girl gotta eat!</p>You both chuckle and finish your burguers.<p style="color:deeppink">I'm having so much fun. Thanks for the invitation.</p><p style="color:lightblue">Yeah, me too. I'm glad you came.</p><p style="color:deeppink">But I feel bad for not paying. So let me at least make it worth your while.</p><<linkreplace "You flash him.">>You flash him
<img src="./media/gifs/events/mark/mark3/mark.gif"><p style="color:lightblue">Holy shit. I never get used to how hot you are. Why don't we go back home and finish this wonderful day there?</p><p style="color:deeppink">Thought you would never ask</p>You chuckle.
Mark pays the tab and [[you go back home ->Mark event 3.a]]
<</linkreplace>><</linkreplace>>You return home.
You both are so horny you didn't even make it to your room and begin <<linkreplace "fucking in the sofa">>fucking in the sofa
<img src="./media/gifs/events/mark/mark3/markfuck1.webp">
<<linkreplace "Mark pounds you harder and harder">>Mark pounds you harder and harder
<img src="./media/gifs/events/mark/mark3/markfuck2.webp"><p style="color:lightblue">Oh god. I'm coming, I'm coming!</p><p style="color:deeppink">I want it in my face, daddy!</p><p style="color:lightblue">Yeah babe here you go, open up!!</p>He <<linkreplace "splatters all over your face">>splatters all over your face
<img src="./media/gifs/events/mark/mark3/markcum.gif">
You enjoy the feeling of his seed on your face.<p style="color:deeppink">Thank you daddy!!</p><p style="color:lightblue">You're welcome, honey.</p><p style="color:deeppink">That was fun. We need to spend some more time together, you and I!</p><p style="color:lightblue">Sure, sure, but don't get too clingy okay? I need my space.</p><p style="color:lightblue">I'm going to my room now, don't bother me today okay?.</p><p style="color:deeppink">Okay, as you wish.</p>He leaves and closes his door. [[You get up and get dressed ->Casa]]<</linkreplace>><</linkreplace>><</linkreplace>>
<<set $markevent to 4>>
<<set $event4special to 1>><p style="color:deeppink">"He said not to bother him today"</p>
[[Return ->Casa]]
<p style="color:deeppink">"I don't think I should disturb him anymore today..."</p>
[[Return ->Casa]]You gently knock on the door.
<p style="color:deeppink">Mark? Can i go in?</p><p style="color:lightblue">Sure, come in $name</p><p style="color:deeppink">What are you doing?</p><p style="color:lightblue">Nothing special, just gaming a bit</p><<linkreplace "Check on mark">><img src="./media/gifs/events/mark/mark4/mark.jpg"><p style="color:deeppink">Oh that's cool! Can I try too?</p><p style="color:lightblue">I don't know, women suck at playing games. Shouldn't you try something like Animal crossing or shit like that?</p><p style="color:deeppink">But that game you're playing looks so fun! Pretty pleaaaase?</p><p style="color:lightblue">Well, okay, I will try. Grab that controller and sit with me.</p><<linkreplace "Sit with him">>You sit with him and grab the controller
<img src="./media/gifs/events/mark/mark4/markandyou.gif"><p style="color:lightblue">So with this button you kick, with this you punch....</p><p style="color:deeppink">Wait wait, not so fast!</p><p style="color:lightblue">It's just basic stuff for fucks sake.</p><p style="color:deeppink">I'll just press some random buttons and see what happens.</p><p style="color:lightblue">Classic...</p><<linkreplace "You start frantically mashing buttons">>You start frantically mashing buttons. You are actually winning!
<img src="./media/gifs/events/mark/mark4/angry.png"><p style="color:lightblue">Oh my god fuck this game!.</p><p style="color:deeppink">Heh heh you're just mad cause I'm better than you.</p><p style="color:lightblue">Sure, fingerfucking the controller takes such skill!</p><p style="color:deeppink">Come on, don't get angry. We were having fun!</p><p style="color:lightblue">Go suck my cock. This is why women shouldn't play videogames.</p><p style="color:deeppink">That's not such a bad idea...why don't I get to it and you keep explaining it to me?</p><p style="color:lightblue">Nah, I'm done trying to teach you, you dumb fuck. But you can watch and try to learn.</p><<linkreplace "You take his dick out and begin sucking it">>You take his dick out and begin sucking it.
<img src="./media/gifs/events/mark/mark4/bj.webp"><p style="color:deeppink">Oh wow that's so cool! How do you do that move?</p><p style="color:lightblue">Suck in silence, please. I had enough of your yapping for today.</p>You obey and keep sucking in silence.
When he's about to cum, he stands up and <<linkreplace "release in your mouth, not bothering to warn you">>release in your mouth, not bothering to warn you.
<img src="./media/gifs/events/mark/mark4/cum.gif">
You gag a bit but endure it.<p style="color:lightblue">See? That's better. Everyone in his place. I play, you suck. You're not too bad at that.</p><p style="color:deeppink">Thank you, but....</p><p style="color:lightblue">No but. Don't talk back to me, you really need to learn your place. Now leave, I'm done with you for today..</p>[[He kicks you out of his room and close.->Casa]]<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<</linkreplace>>
<<set $markevent to 5>>
<<set $event5special to 1>><img src="./media/places/bar1.jpg">
[[Talk to the bartender->Bartender]]
[[Go to the bathroom ->Barbathroom]]
<<if $barjob is 1>>[[Work a shift ->waitress shift]]<</if>>
<<if $barjob is 2 >>[[Work a shift ->waitress shift2]]<</if>>
[[Exit the bar ->Outside]]You've already showered today, silly!<<silently>>
<<set _wakeup to
["./media/gifs/wakeup/wakingup.gif","./media/gifs/wakeup/wakingup2.gif","./media/gifs/wakeup/wakingup3.webp","./media/gifs/wakeup/wakingup4.webp","./media/gifs/wakeup/wakingup5.webp","./media/gifs/wakeup/wakingup6.gif","./media/gifs/wakeup/wakingup7.webp"]>>
<</silently>>
<<if $actualtime lte 5>>
You wake up from your nap ready to eat the world!
<img @src="_wakeup.random()">
[[Return ->Bedroom]]
<<silently>>
<<set $actualtime++>>
<</silently>>
<<else>>
What are you doing? A nap at these hours is called sleeping, dear.
<img @src="_dumb.random()">
[[Return ->Bedroom]]
<</if>><p style="color:deeppink">I don't want to see that asshole today!</p>
<img src="./media/gifs/crying/crying.gif">
[[Get away from Mark's room ->Casa]]It's too late to go running!
[[Return ->Park]]<<if $actualtime lt 5>>
<img src="./media/gifs/park/gloryhole.jpg" width="600">
<p style="color:deeppink">"What the fuck is that?"</p>
Maybe you should come in later in the day to check...
[[Return ->Park]]
<<else>>
[[Get in the toilet->gloryhole]]
[[Leave ->Park]]
<</if>><<if $actualtime lte 4>><img src="./media/places/alleyday.jpg" width="800"><<else>><img src="./media/places/alleynight.jpg"><</if>>
I'm not sure I should be here.
[[Return ->Outside]]Not implemented yet, sorry!
[[Return ->Outside]]<<nobr>>
<img src="./media/places/sketchymetro.avif">
<p>[[Buy a ticket for the center for 10 $ ->metroticketbuy]]</p>
<p><<if $metroticket gt 0>>[[Take the metro to the city center ->metroevent]]<</if>></p><p><<if $metroticket is 0>>You need to buy a ticket first.<</if>></p>
<p>[[Return ->Outside]]</p>
<</nobr>>
<<nobr>>
<p><<if $actualtime lte 4>><img src="./media/places/centerday.jpg"><<else>><img src="./media/places/centernight.avif"><</if>></p>
<p>[[Go to the mall ->Mall]]</p>
/* ESTO AÚN NO ESTÁ DISPONIBLE, PLACEHOLDER PARA CUANDO PUEDAS TENER TU PROPIA CASITA EN EL CENTRO. FANTASíA
<p>[[Go to your house ->Your home]]</p>
*/
<p>[[Go to the club ->Club]]</p>
/*PARA LA PRÓXIMA VERSIÓN
<p>[[Go to the whorehouse ->Prostibulo]]</p>
*/
/*PARA LA PRÓXIMA VERSIÓN
<p>[[Go to the car dealership ->Concesionario]]</p>
*/
/*ESTARÁ DISPONIBLE DESPUÉS DE COMPLETAR LA UNIVERSIDAD, ASIQUE LE QUEDA RATO.
<p>[[Go to the office building->Oficina]]</p>
*/
<p>[[Go to the gym ->Gym]]</p>
<p>[[Go the metro station ->Metro centro]]</p>
<</nobr>>Not available yet in this version, sorry! We're working on it.
[[Return->Outside]]/*Dependerá de un sistema de corrupción, aún no implementado*//*Tenemos que superar la universidad antes de poder trabajar en la oficina.*/[[Take the metro back to the suburbs->Outside]]<img src="./media/places/sketchybus.jpg">
[[Go to the university district ->University district]]<<goto "notready">>
[[Go to college ->College]]
[[Go to the beach->beach]]
[[Go to the college dormitory->Residencia]]
[[Go to the fraternity ->fraternity]]
<<silently>>
<<set _bardrink to ["./media/gifs/bar/drinking1.webp","./media/gifs/bar/drinking2.gif","./media/gifs/bar/drinking3.gif","./media/gifs/bar/drinking4.gif"]>>
<</silently>>
<<if $money gt 20>>
<img @src="_bardrink.random()">
You take a long, well deserved shot. Cheers to you.
You payed 20$
<<set $money -=20>>
<<set $drunk++>>
[[Return ->Bartender]]
<<else>>
You don't have enough money for that.
<</if>><img src="./media/places/bar.jpg">
<<if $barjob gte 1>><p style="color:lightblue">Hello, $name! What do you need today?</p>
<<else>><p style="color:lightblue">What can I do for you, miss?</p>
<</if>>
[[Ask for a drink (20$)->bardrink]]
<<if $barlevel is 1>>[[Ask for a raise->bar raise 1]]<</if>>
<<if $markevent gte 2 and $barjob !=1 and $barjob !=2>>[[Ask for a job->barjob]]<<else>><</if>>
[[Return->Bar]]
<p style="color:deeppink">Helllo there. I've been meaning to ask...do you need by any chance a waitress? I'm looking for a job.</p><p style="color:lightblue">You are looking for a job? Here? Are you sure?</p>The way he eyes you up is making you slightly uncomfortable.<p style="color:deeppink">Sure, why not? I need the money and I like this place!</p><p style="color:lightblue">Yeah, I can offer you a job, we actually are in need of extra help right now. But before discussing the terms, I'm Jhon. What's your name, cupcake?</p><p style="color:deeppink">Pleased to meet you, Jhon! I'm $name!</p>You shake hands.<p style="color:lightblue"></p><p style="color:lightblue">So what I can offer to you is a sporadic work. You can come whenever you want, and I will pay shift by shift. i'm not gonna lie, the pay is shit, but you can keep all the tips you earn. Still interested?</p><p style="color:deeppink">Of course! Want to do the interview now?</p><p style="color:lightblue">Interview? Honey, there is no need. This is not a complicated job. If a cutie like you wants it, I'm glad to give it.</p><p style="color:deeppink">So when can I start!</p><p style="color:lightblue">I like your enthusiasm! Whenever you want, babe. Don't worry, I keep an uniform for you. Our last waitress left the job.</p><p style="color:deeppink">Great, thank you!</p>
[[Return ->Bar]]
<<set $barjob to 1>><img src="./media/places/barbathroom.jpg">
[[Use the bathroom->pee]]
[[Return->Bar]]<<silently>>
<<set _barpiss to ["./media/gifs/bar/piss1.gif","./media/gifs/bar/piss2.gif","./media/gifs/bar/piss3.gif"]>>
<</silently>>
You try to ignore how dirty the toilet is and pee.
<img @src="_barpiss.random()">
[[Get out of the toilet->Bar]]You put your uniform on.
<<linkreplace "Get to work">>
<<set $randomnumber = random(0, 10)>>
<<if $randomnumber is 8 or $randomnumber is 9>><<goto "shift1">>
<<elseif $randomnumber lt 8>><<goto "shift2">>
<<elseif $randomnumber is 10>><<goto "shift3">>
<</if>>
<</linkreplace>>
<<if $stamina lt 40 >><<goto tiredbar>><</if>>
<<if $actualtime gte 4 >><<goto latebar>><</if>>
<<if $hygiene lte 40>><<goto hygienebar>><</if>>
<<silently>>
<<set _waitressflashing to ["./media/gifs/bar/waitressflashing.gif","./media/gifs/bar/waitressflashing2.webp","./media/gifs/bar/waitressflashing3.webp"]>>
<</silently>>
You get ready to serve the tables. You prepare your best smile and get to work.
A client calls for your attention, and you go take note.<p style="color:deeppink">What can I do for you, sir?</p>
<img src="./media/gifs/bar/waitress2.jpg" width="600"><p style="color:lightblue">Oh nothing sweetie. I just wanted to check on that pretty smile before asking for the tab.</p><p style="color:deeppink">Thank you sir, you are too kind. Anything else I can do for you?</p><p style="color:lightblue">Well if you showed me something more than your smile, I'd be willing to consider a generous tip...</p>
You consider for a moment. Maybe if you flash him, he would consider giving you a bigger tip, but...do you really wanna do it?
@@#flash;
<<link "Flash him">><<replace "#flash">>
You flash him.
<img @src="_waitressflashing.random()"><p style="color:green">You feel more confident showing your body</p><p style="color:lightblue">Holy shit I can't believe you really did it! Here, have this for your...efforts</p>He hands you a 10$ bill.
<p style="color:deeppink">"Really? Just 10 dollars? Did I debase myself for so little"</p>Anyway, you try to <<linkreplace "maintain your smile">>maintain your smile.
<img src="./media/gifs/bar/waitressgif1.gif"><p style="color:deeppink">Thank you so much for your patronage sir.</p><p style="color:lightblue">You're welcome honey. Now bring me back the tab quickly will you?</p>
You bring him back the tab and he pays and leaves. <<silently>><<set $money +=30>><<set $exhibitionismexp++>><</silently>>
[[Finish shift ->Bar]]<</linkreplace>><</replace>><</link>>
<<link "Don't">><<replace "#flash">><p style="color:deeppink">Sorry, sir, I don't understand you.</p><p style="color:lightblue">You have a pretty face, but you could use some more brain activity or you're not gonna make money. Now bring me the tab fast, will you?</p>
You go and leave and bring the tab, and he leaves.
Maybe you should have just done what he wanted?<<silently>><<set $money +=20>><</silently>>
[[Finish shift ->Bar]]<</replace>><</link>>
@@
<<silently>>
<<set $barexp++>>
<<set $actualtime +=2>>
<<set $stamina -=40>>
<</silently>>
/*
<<silently>>
<<set _waitressflashing to ["./media/gifs/bar/waitressflashing.gif","./media/gifs/bar/waitressflashing2.webp","./media/gifs/bar/waitressflashing3.webp"]>>
<</silently>>
You get ready to serve the tables. You prepare your best smile and get to work.
A client calls for your attention, and you go take note.<p style="color:deeppink">What can I do for you, sir?</p>
<img src="./media/gifs/bar/waitress2.jpg" width="600"><p style="color:lightblue">Oh nothing sweetie. I just wanted to check on that pretty smile before asking for the tab.</p><p style="color:deeppink">Thank you sir, you are too kind. Anything else I can do for you?</p><p style="color:lightblue">Well if you showed me something more than your smile, I'd be willing to consider a generous tip...</p>
You consider for a moment. Well you need the money, so, why not?
<<linkreplace "You flash him">>You flash him.
<img @src="_waitressflashing.random()"><p style="color:lightblue">Holy shit I can't believe you really did it! Here, have this for your...efforts</p>He hands you a 10$ bill.
<p style="color:deeppink">"Really? Just 10 dollars? Did I debase myself for so little"</p>Anyway, you try to <<linkreplace "maintain your smile">>maintain your smile.
<img src="./media/gifs/bar/waitressgif1.gif"><p style="color:deeppink">Thank you so much for your patronage sir.</p><p style="color:lightblue">You're welcome honey. Now bring me back the tab quickly will you?</p>
You bring him back the tab and he pays and leaves.
[[Finish shift ->Bar]]<</linkreplace>><</linkreplace>>
<<silently>>
<<set $money +=30>>
<<set $barexp++>>
<<set $actualtime +=2>>
<<set $stamina -=40>>
<</silently>>
*/<<silently>>
<<set _normalshift to ["./media/gifs/bar/waitress2.gif","./media/gifs/bar/waitress4.gif","./media/gifs/bar/waitress.webp"]>>
<</silently>>
<img @src="_normalshift.random()">
You have an uneventful day of work. Yay, I guess!
[[Finish your shift->Bar]]
<<silently>>
<<set $money +=20>>
<<set $barexp++>>
<<set $actualtime +=2>>
<<set $stamina -=40>>
<</silently>>You are minding your business when suddenly <<linkreplace "a client begins to grope you">>a client begins to grope you.
<img src="./media/gifs/bar/waitressgroped.gif">
You get rid of him and tell him to <<linkreplace "fuck off">>fuck off
<img src="./media/gifs/bar/waitress3.gif">
<p style="color:lightblue">You need to relax, I was just touching a little. I swear, girls today...</p><p style="color:deeppink">Fuck you, loser.</p>He leaves the bar.
You see Jhon calling you from the other side.<p style="color:lightblue">What was that about? You can't treat the clients like that</p><p style="color:deeppink">He was groping me!</p><p style="color:lightblue">So? Just put a smile on and get a nice tip. He leaves happy, and you are happy too. I wont pay you today, for not respecting the clients.</p><p style="color:deeppink">But...</p><p style="color:lightblue">I don't wanna hear it. Dismissed.</p>
You can't believe how he's <<linkreplace "treating you">>treating you.
<img src="./media/gifs/bar/crying4.gif">
[[You finish your shift ->Bar]]<</linkreplace>><</linkreplace>><</linkreplace>>
<<silently>>
<<set $barexp++>>
<<set $actualtime +=2>>
<<set $stamina -=40>>
<</silently>>You're too tired to work right now.
[[Return ->Bar]]It's too late to work now!
[[Return ->Bar]]<p style="color:deeppink">Hey Jhon, do you have a moment?</p><p style="color:lightblue">I always have time for my favourite waitress.</p>He smiles at you.<p style="color:lightblue">What do you want?</p><p style="color:deeppink">I've been working hard, and I have an expensive rent to pay. Would you consider giving me a pay raise?</p><p style="color:lightblue">I would love to, but I already warned you the pay was low. 20$ per shift is all I can offer right now, I'm sorry.</p>
Maybe there is a way you can convince him? Or leave?
@@#can;
<<link "Maybe there is a way to convince him?">><<replace "#can">><p style="color:deeppink">I'm sure there's something I can do to change your mind...</p>
<img src="./media/gifs/bar/ascendteasing.gif">
<p style="color:lightblue">I already told you, I can't pay anymore.</p><p style="color:deeppink">Really? I can be very...persuasive.</p><p style="color:lightblue">I'm not sure I follow you...</p><p style="color:deeppink">Let me be more clear then</p>
/*<<linkreplace "You show him exactly what you mean">>*/
<<linkreplace "You show him exactly what you mean">>You show him exactly what you mean<<replace #bj>><img src="./media/gifs/bar/ascendblowjobgesture3.webp"><p style="color:deeppink">Why don't you let me help you relax a little?</p>
You get on your knees and take his dick out.<p style="color:lightblue">Hey what are you doing?! Not here!</p><p style="color:deeppink">Relax, nobody will see us. Let me handle it from here, dear</p>
<<linkreplace "You begin to suck his cock">><<linkreplace "You begin to suck his cock.">>You begin to suck his cock.
<img src="./media/gifs/bar/ascendbj.webp"><p style="color:lightblue">Holy shit, you're good at this. Keep going, babe.</p>
You wink at him and keep sucking.<p style="color:lightblue">Damn, I'm about to bust</p><p style="color:deeppink">Be careful of not staining my uniform, boss</p><p style="color:lightblue">You wont have to worry about that hoe!</p>
He grabs your hand and forces his cock deep into your throat, <<linkreplace "cumming insde">>cumming inside.
<img src="./media/gifs/bar/ascendcum.webp">
You gag, his seed injected directly inside you.<p style="color:lightblue">Ooof, that was good. You're good at negotiating indeed.</p><p style="color:deeppink">So, about that raise...</p><p style="color:lightblue">Yeah, I think you earned it. I guess I can pay you 30$ per shift, but I can't really pay you anymore. However, with your..."skills" I'm pretty sure you can find a nice way to raise your tips.</p><p style="color:deeppink">I'll see what I can do, boss</p>
You chuckle, [[and leave.->Bar]]<<silently>><<set $barjob to 2>><<set $barlevel to 2>><</silently>><</linkreplace>><</linkreplace>><</linkreplace>><</replace>><</linkreplace>>
@@#bj;
<</replace>><</link>> <<link "Or just leave?">><<replace "#can">>It's a shame. Maybe another time.
[[Return ->Bar]]<</replace>><</link>>
@@
<p style="color:deeppink"></p><p style="color:deeppink">I'm sure there's something I can do to change your mind...</p>
<img src="./media/gifs/bar/ascendteasing.gif">
<p style="color:lightblue">I already told you, I can't pay anymore.</p><p style="color:deeppink">Really? I can be very...persuasive.</p><p style="color:lightblue">I'm not sure I follow you...</p><p style="color:deeppink">Let me be more clear then</p>
/*<<linkreplace "You show him exactly what you mean">>*/
<<linkreplace "You show him exactly what you mean">>You show him exactly what you mean<<replace #bj>><img src="./media/gifs/bar/ascendblowjobgesture3.webp"><p style="color:deeppink">Why don't you let me help you relax a little?</p>
You get on your knees and take his dick out.<p style="color:lightblue">Hey what are you doing?! Not here!</p><p style="color:deeppink">Relax, nobody will see us. Let me handle it from here, dear</p>
<<linkreplace "You begin to suck his cock">><<linkreplace "You begin to suck his cock.">>You begin to suck his cock.
<img src="./media/gifs/bar/ascendbj.webp"><p style="color:lightblue">Holy shit, you're good at this. Keep going, babe.</p>
You wink at him and keep sucking.<p style="color:lightblue">Damn, I'm about to bust</p><p style="color:deeppink">Be careful of not staining my uniform, boss</p><p style="color:lightblue">You wont have to worry about that hoe!</p>
He grabs your hand and forces his cock deep into your throat, <<linkreplace "cumming insde">>cumming inside.
<img src="./media/gifs/bar/ascendcum.webp">
You gag, his seed injected directly inside you.<p style="color:lightblue">Ooof, that was good. You're good at negotiating indeed.</p><p style="color:deeppink">So, about that raise...</p><p style="color:lightblue">Yeah, I think you earned it. I guess I can pay you 30$ per shift, but I can't really pay you anymore. However, with your..."skills" I'm pretty sure you can find a nice way to raise your tips.</p><p style="color:deeppink">I'll see what I can do, boss</p>
You chuckle, [[and leave.->Bar]]<<silently>><<set $barlevel to 2>><</silently>><</linkreplace>><</linkreplace>><</linkreplace>><</replace>><</linkreplace>>
@@#bj;
You put your uniform on.
<<linkreplace "Get to work">>
<<set $randomnumber = random(0, 5)>>
<<if $randomnumber lt 5>><<goto "shift2a">>
<<elseif $randomnumber is 5>><<goto "shift3.b">>
<</if>>
<</linkreplace>>
<<if $stamina lt 40 >><<goto tiredbar>><</if>>
<<if $hygiene lt 40>><<goto barhygiene>><</if>>
<<if $actualtime gte 4 >><<goto latebar>><</if>>
<<silently>>
<<set _normalshift to ["./media/gifs/bar/waitress2.gif","./media/gifs/bar/waitress4.gif","./media/gifs/bar/waitress.webp"]>>
<</silently>>
<img @src="_normalshift.random()">
You have an uneventful day of work. Yay, I guess!
[[Finish your shift->Bar]]
<<silently>>
<<set $money +=30>>
<<set $barexp++>>
<<set $actualtime +=2>>
<<set $stamina -=40>>
<</silently>><<silently>>
<<set _waitressflashing to ["./media/gifs/bar/waitressflashing.gif","./media/gifs/bar/waitressflashing2.webp","./media/gifs/bar/waitressflashing3.webp"]>>
<<set _waitressblowjob to ["./media/gifs/bar/bj1.webp","./media/gifs/bar/bj2.webp","./media/gifs/bar/bj3.gif","./media/gifs/bar/bj4.gif","./media/gifs/bar/bj5.webp","./media/gifs/bar/bj6.webp","./media/gifs/bar/bj5.webp","./media/gifs/bar/bj7.webp"]>>
<<set _waitresscum to ["./media/gifs/bar/waitresscum.gif","./media/gifs/bar/waitresscum2.gif"]>>
<</silently>>
You get ready to serve the tables. You prepare your best smile and get to work.
A client calls for your attention, and you go take note.<p style="color:deeppink">What can I do for you, sir?</p>
<img src="./media/gifs/bar/waitress2.jpg" width="600"><p style="color:lightblue">Oh nothing sweetie. I just wanted to check on that pretty smile before asking for the tab.</p><p style="color:deeppink">Thank you sir, you are too kind. Anything else I can do for you?</p><p style="color:lightblue">Well if you showed me something more than your smile, I'd be willing to consider a generous tip...</p>
You consider for a moment. Maybe if you flash him, he would consider giving you a bigger tip, but...do you really wanna do it?
@@#flash;
<<link "Flash him">><<replace "#flash">>
You flash him.
<img @src="_waitressflashing.random()"><p style="color:lightblue">Holy shit I can't believe you really did it! Here, have this for your...efforts</p>He hands you a 10$ bill.
<p style="color:deeppink">"Really? Just 10 dollars?"</p><p style="color:deeppink">"Maybe I can add some to that..."</p><p style="color:deeppink">Thank you sir! That's so much money! Let me compensate you properly</p>
<<linkreplace "You get on your knees and begin sucking his cock">>You get on your knees and begin sucking his cock
<img @src="_waitressblowjob.random()"><p style="color:lightblue">God you're so good at this. How many dicks have you already sucked?</p>
You ignore his question and pace up, making him about to cum.<p style="color:lightblue">I'm coming, I'm coming.</p>
He grunts and <<linkreplace "splatters your face">>splatters your face
<img @src="_waitresscum.random()"><p style="color:lightblue">Shit girl. I think you earned another 20$</p><p style="color:deeppink">Thank you for your patronage, sir. I hope to see you around here again!</p><p style="color:lightblue">You can count on it gurl.</p><<silently>><<set $money +=60>><</silently>>
[[Finish shift ->Bar]]<</linkreplace>><</linkreplace>><</replace>><</link>>
<<link "Don't">><<replace "#flash">><p style="color:deeppink">Sorry, sir, I don't understand you.</p><p style="color:lightblue">You have a pretty face, but you could use some more brain activity or you're not gonna make money. Now bring me the tab fast, will you?</p>
You go and leave and bring the tab, and he leaves.
Maybe you should have just done what he wanted?<<silently>><<set $money +=30>><</silently>>
[[Finish shift ->Bar]]<</replace>><</link>>
@@
<<silently>>
<<set $barexp++>>
<<set $actualtime +=2>>
<<set $stamina -=40>>
<</silently>><<silently>>
<<set _couchnap to ["./media/gifs/couch/nap.gif","./media/gifs/couch/nap4.gif","./media/gifs/couch/nap5.gif","./media/gifs/couch/nap6.gif"]>>
<<set $randomnumber = random(0, 5)>>
<</silently>>
<<if $actualtime gte 4 and $actualday lt 6 and $actualday lt 5 >>
<<if $randomnumber lt 5>>
You take a power nap in the couch.
<img @src="_couchnap.random()">
[[Wake up ->Living room]]
<<silently>>
<<set $actualtime++>>
<<set $stamina +=30>>
<</silently>>
<<else>>
Mark catches you sleeping in the couch.<p style="color:lightblue">"God this lazy bitch only knows how to sleep. I'll make her useful for something at least"</p>
He begins jerking off and <<linkreplace "gropes you">>gropes you.
<img src="./media/gifs/couch/sleepinggrope.gif"><p style="color:lightblue">Yeah, just like that, useless hoe.</p>
He jerks off faster and <<linkreplace "cums on your face.">>cums on your face.
<img src="./media/gifs/couch/sleepingcum.gif"><p style="color:lightblue">"Sleep well bitch."</p>
He leaves, leaving you with his stench. After some time, you [[wake up->Living room]]<<set $actualtime++>><</linkreplace>><</linkreplace>>
<<set $hygiene -=30>>
<</if>>
<<else>>
You take a power nap in the couch.
<img @src="_couchnap.random()">
[[Wake up ->Living room]]
<<silently>>
<<set $actualtime++>>
<<set $stamina +=30>>
<</silently>>
<</if>>
/*
<<silently>>
<<set _couchnap to ["./media/gifs/couch/nap.gif","./media/gifs/couch/nap4.gif","./media/gifs/couch/nap5.gif","./media/gifs/couch/nap6.gif"]>>
<</silently>>
You take a power nap in the couch.
<img @src="_couchnap.random()">
[[Wake up ->Living room]]
<<silently>>
<<set $actualtime++>>
<<set $stamina +=30>>
<</silently>>
*/
/*
Mark catches you sleeping in the couch.<p style="color:lightblue">"God this lazy bitch only knows how to sleep. I'll make her useful for something at least"</p>
He begins jerking off and <<linkreplace "gropes you">>gropes you.
<img src="./media/gifs/couch/sleepinggrope.gif"><p style="color:lightblue">Yeah, just like that, useless hoe.</p>
He jerks off faster and <<linkreplace "cums on your face.">>cums on your face.
<img src="./media/gifs/couch/sleepingcum.gif"><p style="color:lightblue">"Sleep well bitch."</p>
He leaves, leaving you with his stench. After some time, you [[wake up->Living room]]<<set $actualtime++>><</linkreplace>><</linkreplace>>
*/
/*
Mark catches you sleeping in the couch.<p style="color:lightblue">"God this lazy bitch only knows how to sleep. I'll make her useful for something at least"</p>
He begins jerking off and <<linkreplace "gropes you">>gropes you.
<img src="./media/gifs/couch/sleepinggrope.gif"><p style="color:lightblue">Yeah, just like that, useless hoe.</p>
He jerks off faster and <<linkreplace "cums on your face.">>cums on your face.
<img src="./media/gifs/couch/sleepingcum.gif"><p style="color:lightblue">"Sleep well bitch."</p>
He leaves, leaving you with his stench. After some time, you [[wake up->Living room]]<<set $actualtime++>><</linkreplace>><</linkreplace>>
*/
<<if $actualtime is 6>><<goto couchnaplate>><</if>>
You lie down in the couch and watch the news in the TV.
It's important to be informed!
After the program is finished, you stand up.
[[Return ->Living room]]
<<silently>>
<<set $actualtime++>>
<</silently>><<silently>>
<<set _hentai to ["./media/gifs/couch/hentai1.gif","./media/gifs/couch/hentai2.gif","./media/gifs/couch/hentai3.gif","./media/gifs/couch/hentai4.gif","./media/gifs/couch/hentai5.gif","./media/gifs/couch/hentai6.gif","./media/gifs/couch/hentai7.gif","./media/gifs/couch/hentai8.gif","./media/gifs/couch/hentai9.gif"]>>
<<set _fingering to ["./media/gifs/couch/fingering1.webp","./media/gifs/couch/fingering2.webp","./media/gifs/couch/fingering3.webp","./media/gifs/couch/fingering4.webp","./media/gifs/couch/fingering5.webp","./media/gifs/couch/fingering6.webp","./media/gifs/couch/fingering7.webp","./media/gifs/couch/fingering8.gif"]>>
<</silently>>
<<if $actualtime gte 4 and $actualday lt 5>>
<p style="color:deeppink">"Mark's home now! I don't want to watch porn with him around!"</p>
[[Return ->Living room]]
<<else>>
You put on some of your favourite hentai.
<img @src="_hentai.random()">
You start getting horny. You really feel the need of fingering yourself. But here? On the couch?
@@#masturbatingcouch;
<<link "Masturbate.">><<replace "#masturbatingcouch">><p style="color:deeppink">"Fuck it I don't care I'm too horny."</p>
You jerk off to your favourite hentai, fantasizign about being that girl.
<img @src="_fingering.random()"><p style="color:red">You feel more corrupted!</p>
<<set $actualtime++>>
<<set $hygiene -=20>>
<<set $corruptionexp++>>
[[Finish and get dressed again ->Living room]]<</replace>><</link>>
<<link "Don't. It's too risky">><<replace "#masturbatingcouch">>No what am I thinking? Geez I really need a cool shower.
[[Return ->Living room]].<</replace>><</link>>
@@
<</if>>
/*
You put on some of your favourite hentai.
You start getting horny. You really feel the need of fingering yourself. But here? On the couch?
@@#masturbatingcouch;
<<link "Masturbate.">><<replace "#masturbatingcouch">><p style="color:deeppink">"Fuck it I don't care I'm too horny."</p>
You jerk off to your favourite hentai, fantasizign about being that girl.
<<set $actualtime++>>
<<set $hygiene -=20>>
[[Finish and get dressed again ->Living room]]<</replace>><</link>>
<<link "Don't. It's too risky">><<replace "#masturbatingcouch">>No what am I thinking? Geez I really need a cool shower.
[[Return ->Living room]].<</replace>><</link>>
@@
*/You stink so much. You can't work like that. Go take a shower, for god's love.
[[Return ->Bar]]<<silently>>
<<set _dickpopping to ["./media/gifs/park/dickpop.webp","./media/gifs/park/dickpop2.gif","./media/gifs/park/dickpop3.gif","./media/gifs/park/dickpop4.gif","./media/gifs/park/dickpop5.gif","./media/gifs/park/dickpop6.gif","./media/gifs/park/dickpop7.webp"]>>
<<set _dick to ["./media/gifs/park/dick1.webp","./media/gifs/park/dick2.webp","./media/gifs/park/dick3.gif","./media/gifs/park/dick4.gif","./media/gifs/park/dick5.webp"]>>
<<set _gloryholebj to ["./media/gifs/park/gloryholebj.gif","./media/gifs/park/gloryholebj3.webp","./media/gifs/park/gloryholebj4.gif","./media/gifs/park/gloryholebj5.webp","./media/gifs/park/gloryholebj6.gif","./media/gifs/park/gloryholebj7.webp","./media/gifs/park/gloryholebj8.gif","./media/gifs/park/gloryholebj9.gif"]>>
<<set _gloryholecum to ["./media/gifs/park/gloryholecum.gif","./media/gifs/park/gloryholecum1.gif","./media/gifs/park/gloryholecum2.gif","./media/gifs/park/gloryholecum3.webp","./media/gifs/park/gloryholecum4.gif","./media/gifs/park/gloryholecum5.gif","./media/gifs/park/gloryholecum6.webp","./media/gifs/park/gloryholecum7.gif","./media/gifs/park/gloryholecum8.gif"]>>
<</silently>>
<<if $corruption gte 2>>
You sit on the weird toilet and wait for a bit.
After some time, finally something appears!
<img @src="_dickpopping.random()">
Your mouth waters.
<p style="color:deeppink">"That dick is looking real yummy. And nobody knows I'm here...maybe I should..."</p>
@@#bj;
<<link "Leave">><<replace "#bj">><p style="color:deeppink">"Geez, what am I thinking?"</p>
You wait some prudential time for the dude to leave and [[get out of there. ->Park]]<</replace>><</link>>
<<link "Suck it">><<replace "#bj">><p style="color:deeppink">Yeah, fuck it. I'm hungry and I wanna eat that dick.</p>
<<linkreplace "You suck the mans cock">>You suck the mans cock.
<img @src="_gloryholebj.random()">
Aftersome time, you <<linkreplace "make him cum.">>make him cum.
<img @src="_gloryholecum.random()"><p style="color:deeppink">"Hmmm, delicious."</p>
You clean the cum off and wait for some prudential time for the man to leave before getting out of the toilet.
[[Return ->parkbathroom]]
<<if $gloryholecount is 1 and $actualtime is 5>>
<<set $gloryholecount to 0>><<set $actualtime++>><<set $hygiene -=30>>
<<else>>
<<set $gloryholecount to 1>><<set $hygiene -=30>>
<</if>><</linkreplace>><</linkreplace>><</replace>><</link>>
@@
<<if $actualtime is 6 and $gloryholecount is 1>><<goto gloryholelate>><</if>>
<<else>>You go to the bathroom. After a while, you notice <<linkreplace "something in the wall">>something in the wall
<img @src=_dick.random()><p style="color:deeppink">"What the fuck is this?"</p><p style="color:red">Your corruption level is too low for this</p><p style="color:deeppink">"This city is damn crazy, I'm outta here"</p>
[[Return ->parkbathroom]]
<</linkreplace>>
<</if>>
It's too late to watch TV now!
You should go to sleep.
[[Return ->Living room]]It's too late for this! You should go home already.
[[Return ->parkbathroom]]Taking a nap at this time? Are you nuts?
<img @src="_dumb.random()">
[[Return ->Living room]]
<p style="color:deeppink">"I'm not feeling tired enough to sleep rightn now."</p>
[[Return ->Bedroom]]
@@#bj;
<<link "Leave">><<replace "#bj">><p style="color:deeppink">"Geez, what am I thinking?"</p>
You wait some prudential time for the dude to leave and [[get out of there. ->Park]]<</replace>><</link>>
<<link "Suck it">><<replace "#bj">><p style="color:deeppink">Yeah, fuck it. I'm hungry and I wanna eat that dick.</p>
<<linkreplace "You suck the mans cock">>You suck the mans cock.
<img @src="_gloryholebj.random()">
Aftersome time, you <<linkreplace "make him cum.">>make him cum.
<img @src="_gloryholecum.random()"><p style="color:deeppink">"Hmmm, delicious."</p>
You clean the cum off and wait for some prudential time for the man to leave before getting out of the toilet.
[[Return ->parkbathroom]]
<<if $gloryholecount is 1 and $actualtime is 5>>
<<set $gloryholecount to 0>><<set $actualtime++>><<set $hygiene -=30>>
<<else>>
<<set $gloryholecount to 1>><<set $hygiene -=30>>
<</if>><</linkreplace>><</linkreplace>><</replace>><</link>>
@@
You hear someone knocking on your door.
<p style="color:lightblue">$name? Are you awake?</p><p style="color:deeppink">Yes Mark, come on in.</p><p style="color:bue">I've come to collect your cut of the rent. It is 300$</p><<if $money gte 300>>@@#pay;
<<link "Pay him.">><<replace "#pay">><p style="color:deeppink">Sure, Mark. Here you go!</p>
You hand him the 300$.<p style="color:lightblue">Thank you, $name. Appreciate your effort to contribute to the house economy.</p><p style="color:deeppink">Anytime!</p>
He smiles at you and leaves for work
<<silently>><<set $rentpayed to 1>><<set $money -=300>><</silently>>
[[Get ready to start your dar ->Bedroom]]
<</replace>><</link>>
<<link "Tell him you don't have the money.">><<replace "#pay">>
<<if $markrent is 0>>
[[You tell Mark you don't have the money, ->Rent1]]
<<elseif $markrent is 1>>
[[You tell Mark you don't have the money, ->Rent2]]
<</if>><</replace>><</link>>
@@
<<else>>
<<if $markrent is 0>>
[[Tell him don you don't have the money ->Rent1]]
<<elseif $markrent is 1>>
[[Tell him don you don't have the money ->Rent2]]
<</if>>
<</if>>
/*
<<set $money to 250>>
<<set $markrent to 0>>
You hear someone knocking on your door.
<p style="color:lightblue">$name? Are you awake?</p>
<p style="color:deeppink">Yes Mark, come on in.</p>
<p style="color:bue">I've come to collect your cut of the rent. It is 300$</p>
<<if $money gte 300>>
@@#pay;
<<link "Pay him.">><<replace "#pay">>You take the can.<</replace>><</link>>
<<link "Tell him you don't have the money.">><<replace "#pay">>[[You tell Mark you don't have the money, ->Rent1]]<</replace>><</link>>
@@
<<else>>
<<if $markrent is 0>>
[[Tell him don you don't have the money ->Rent1]]
<<elseif $markrent is 1>>
[[Tell him don you don't have the money ->Rent2]]
<</if>>
<</if>>
*/
You tell Mark you don't have enough money to pay the rent.<p style="color:lightblue">Really? Why I'm not surprised? You always acted like a spoiled brat. You must think that just because you're pretty you don't need to work or do anything, right?</p><p style="color:deeppink">No! It's not that... I just didn't have enough time to collect the money...</p><p style="color:lightblue">You know what? I'm tired of your bullshit. If you don't wanna pay with money, you'll pay with your body.</p>
He undresses and roughly puts you on the ground.<p style="color:deeppink">No mark! Please don't!</p><p style="color:lightblue">Shut up bitch, and just take it.</p>
<<linkreplace "He takes his dick out and forces himself into your mouth.">>He takes his dick out and forces himself into your mouth.
<img src="./media/gifs/rent/1/1.webp">
He grabs you and put you against the bed, leaving you unable to stop him.
You gag, his meat slowly but mercilessly <<linkreplace "entering your throat.">>entering your throat.
<img src="./media/gifs/rent/1/2.webp">
He freely fucks your mouth, having his way with you.<p style="color:lightblue">Yeah that's good you lazy ass bitch. At least you have a nice fuckable mouth!</p>
You only response with gagging sounds, while Mark laughs at your suffering.<p style="color:lightblue">I'm close. Be ready to enjoy savouring my seed!</p>
He rams your throat eve harder and begins grunting.
Finally, he grabs your head with his hands and force you to chocke even deeper with his cock, and shoot his cum right <<linkreplace "inside your throat.">>inside your throat.
<img src="./media/gifs/rent/1/3.webp"><p style="color:lightblue">Yeah choke on it! Hnnnnnnnngg</p>
You can feel your stomach getting filled with the viscous liquid.
Mark finally take his cock off your throat, letting you breathe again.<p style="color:lightblue">Hope you learned your lesson. I wont be so nice next time.</p><p style="color:deeppink">Yes...yes...I'll have the money the next week. I promise</p>
You say, on the verge of tears.<p style="color:lightblue">Good. Be a nice girl and we dont have any more problems, okay?</p><p style="color:lightblue">Now I have to go to work, some of us are actually productive members of society. Not everyone lives in easy mode as women do.</p>
<<linkreplace "He slaps you">>He slaps you.
<img src="./media/gifs/rent/1/4.gif"><p style="color:lightblue">And remember: don't fail me again.</p>
He gets dressed and leaves.
[[You get ready to start your day ->Bedroom]]
<<silently>>
<<set $markrent to 1>>
<<set $rentpayed to 1>>
<</silently>>
<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
/*
You tell Mark you don't have enough money to pay the rent.<p style="color:lightblue">Really? Why I'm not surprised? You always acted like a spoiled brat. You must think that just because you're pretty you don't need to work or do anything, right?</p><p style="color:deeppink">No! It's not that... I just didn't have enough time to collect the money...</p><p style="color:lightblue">You know what? I'm tired of your bullshit. If you don't wanna pay with money, you'll pay with your body.</p>
He undresses and roughly puts you on the ground.<p style="color:deeppink">No mark! Please don't!</p><p style="color:lightblue">Shut up bitch, and just take it.</p>
<<linkreplace "He takes his dick out and forces himself into your mouth.">>He takes his dick out and forces himself into your mouth.
<img src="./media/gifs/rent/1/1.webp">
He grabs you and put you against the bed, leaving you unable to stop him.
You gag, his meat slowly but mercilessly <<linkreplace "entering your throat.">>entering your throat.
<img src="./media/gifs/rent/1/2.webp">
He freely fucks your mouth, having his way with you.<p style="color:lightblue">Yeah that's good you lazy ass bitch. At least you have a nice fuckable mouth!</p>
You only response with gagging sounds, while Mark laughs at your suffering.<p style="color:lightblue">I'm close. Be ready to enjoy savouring my seed!</p>
He rams your throat eve harder and begins grunting.
Finally, he grabs your head with his hands and force you to chocke even deeper with his cock, and shoot his cum right <<linkreplace "inside your throat.">>inside your throat.
<img src="./media/gifs/rent/1/3.webp"><p style="color:lightblue">Yeah choke on it! Hnnnnnnnngg</p>
You can feel your stomach getting filled with the viscous liquid.
Mark finally take his cock off your throat, letting you breathe again.<p style="color:lightblue">Hope you learned your lesson. I wont be so nice next time.</p><p style="color:deeppink">Yes...yes...I'll have the money the next week. I promise</p>
You say, on the verge of tears.<p style="color:lightblue">Good. Be a nice girl and we dont have any more problems, okay?</p><p style="color:lightblue">Now I have to go to work, some of us are actually productive members of society. Not everyone lives in easy mode as women do.</p>
<<linkreplace "He slaps you">>He slaps you.
<img src="./media/gifs/rent/1/4.gif"><p style="color:lightblue">And remember: don't fail me again.</p>
He gets dressed and leaves.
<<silently>>
<<set $markrent to 1>>
<</silently>>
<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
*/You tell him you don't have the money.
<p style="color:lightblue">Are you kidding me right now? Again?</p><p style="color:deeppink">I'm really sorry, I couldn't. Please, give me some more time...</p><p style="color:lightblue">You had a whole week, you useless lazy skank God I'm so tired of you. Let's see if this time you learn your lesson</p>
He forcefully undress you and pins you on the ground, while you desperatly sob.<p style="color:deeppink">Please, Mark, stop!</p><p style="color:lightblue">You don't ever shut up, huh? Let's put your mouth to a better use.</p>
He climbs on top of you and roughly <<linkreplace "fucks your face">>fucks your face
<img src="./media/gifs/rent/2/1.gif"><p style="color:lightblue">That's better. You look smarter with a dick in your mouth hahaha</p>
He keeps roughly fucking you face for a while until he gets tired.
Without a word, he takes his dick off your mouth, and <<linkreplace "penetrates your pussy">>penetrates your pussy
<img src="./media/gifs/rent/2/2.gif">
<p style="color:lightblue">Yeah your mouth wont do this time. You need to learn.</p>
You endure it silently. Doesn't seem like talking is a good idea right now.
<<linkreplace "He haves his way with you">>He haves his way with you
<img src="./media/gifs/rent/2/3.gif">
After fucking you as he pleases, he finally <<linkreplace "mount off you">>mount off you.
<img src="./media/gifs/rent/2/4.gif"><p style="color:lightblue">DId you learn already?</p><p style="color:deeppink">Yes! Yes! I swear to you, it wont happen again...please stop</p><p style="color:lightblue">You swear to me? Like the word of a cheap slut holds any meaning...</p><p style="color:lightblue">No, we're not done yet. You look like you enjoyed this much, didn't you, cunt?</p>
[[I'll make sure you don't enjoy this now ->rent 2a]]
<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><<nobr>>
<p>[[Check your journal ->questlog]]</p>
<p>[[Check your stats ->stats]]</p>
/*ESTO ES PA MI
<p>[[Cheats]]</p>
*/
<p>[[Return ->Bedroom]]</p>
<</nobr>><<silently>>
<<set _dickpopping to ["./media/gifs/park/rundickpop.gif","./media/gifs/park/rundickpop2.gif"]>>
<<set _runbj to ["./media/gifs/park/runningbj1.webp","./media/gifs/park/runningbj2.webp","./media/gifs/park/runningbj3.gif"]>>
<<set _runcum to ["./media/gifs/park/runningcum1.webp","./media/gifs/park/runningcum2.gif","./media/gifs/park/runningcum3.webp"]>>
<</silently>>
You take a nice, long, relaxing jog in the park.
Suddenly, you spot a dude <<linkreplace "jerking off, looking at you.">>jerking off, looking at you.
<img @src="_dickpopping.random()">
<p style="color:deeppink">"What the fuck is this perv doing?"</p>
He stares directly at you, still wanking.<p style="color:deeppink">"I'm getting knda horny tho..." Maybe I should...</p>
@@#bj;
<<link "Help him out">><<replace "#bj">><<if $corruption gte 2>>You look at this cock and your mouth waters. Without issuing a single word, you get on your knees and start <<linkreplace "sucking him off.">>sucking him off.
<img @src="_runbj.random()">
After a while, <<linkreplace "he cums over your face">>he cums over your face
<img @src="_runcum.random()">
He zips his pants back up and leave.
<p style="color:deeppink">"God I'm such a slut"</p>
You clean the cum on your face and finish your running session.
[[Return ->Park]]
<<silently>><<set $stamina -=30>>
<<set $hygiene -=30>>
<<if $fitness lt 2>><<set $fitnessexp +=1>><</if>>
<<set $actualtime++>><</silently>><</linkreplace>><</linkreplace>>
<<else>><p style="color:red">You are not corrupted enough to do this!</p>
You run from that creep as fast as you can.
[[Run away ->Park]]
<<silently>><<set $stamina -=30>>
<<set $hygiene -=20>>
<<if $fitness lt 2>><<set $fitnessexp++>><</if>>
<<set $actualtime++>><</silently>><</if>>
<</replace>><</link>>
<<link "Run away">><<replace "#bj">>You run from that creep as fast as you can.
[[Run away ->Park]]
<<silently>><<set $stamina -=30>>
<<set $hygiene -=20>>
<<if $fitness lt 2>><<set $fitnessexp++>><</if>>
<<set $actualtime++>><</silently>><</replace>><</link>>
@@
<</linkreplace>>
<p style="color:lightblue">Lady,you smell from here. I'm not letting you work here until you get a shower.</p>
[[Return ->Bar]]<<silently>>
<<>>
<<if $dancecontrol is true and $actualtime is 6>>
<<goto joblate>>
<</if>>
<</silently>>
kay hired.
<<set $clubjob to true>>
[[Return ->Club]]
/*
Para este trabajo necesitaremos tener un valor alto de beauty.
Ya veremos cuánto.
*/You work your shift.
[[Return ->Club]]It's too late to go dancing. You should go home.
[[Return ->Club]]You seriously need to go home already. Maybe you'll find the correct bathroom there.
[[Return ->Club]]<p style="color:lightblue">Miss, you stink of pee. Take a shower please.</p>
[[Return ->Club]]<<set _dancegrope to ["./media/gifs/club/dancegrope.webp","./media/gifs/club/dancegrope2.webp","./media/gifs/club/dancegrope3.webp","./media/gifs/club/dancegrope4.webp","./media/gifs/club/dancegrope5.gif"]>>
<<set $randomnumber = random(0, 1)>>
You catch the eye of a man who starts dancing with you
<img @src="_dancegrope.random()">
You can notice him getting horny, his erect dick pressed against you.
<p style="color:lightblue">Hey babe, why don't we got to the bathroom?</p>
<p style="color:darkred">Yes. (You are not drunk enough to pick this)</p>
<<linkreplace "No">><p style="color:lightblue">Lol what a cocktease. Get outta here.</p>
He leaves, malding to himself.
[[Return ->Club]]
/*
<<set _dancegrope to ["./media/gifs/club/dancegrope.webp","./media/gifs/club/dancegrope2.webp","./media/gifs/club/dancegrope3.webp","./media/gifs/club/dancegrope4.webp","./media/gifs/club/dancegrope5.gif"]>>
<<set $randomnumber = random(0, 1)>>
You catch the eye of a man who starts dancing with you
<img @src="_dancegrope.random()">
You can notice him getting horny, his erect dick pressed against you.
<p style="color:lightblue">Hey babe, why don't we got to the bathroom?</p>
@@#clubsex;
<<link "Yes">><<replace "#clubsex">>You acompany him to the bathroom, where you <<linkreplace "get busy">>
<img src="./media/gifs/club/bathfuck.webp">
[[Return ->Club]]<</linkreplace>><</replace>><</link>>
<<link "No">><<replace "#clubsex">><p style="color:lightblue">Lol what a cocktease. Get outta here.</p>
He leaves, malding to himself.
[[Return ->Club]]<</replace>><</link>>
@@
*/It's too late to keep drinking. The club is about to close.
[[Return ->Club]]We're closing, lady. Why don't you come sooner another day?
[[Return ->Club]]<<if ndef $electronicsdiscount>>
<<set $electronicsdiscount to false>>
<</if>>
<<nobr>>
<img src="./media/places/electronicstore.jpg">
<p><<if $phone is false and $electronicsdiscount is false>><<linkreplace "Buy a phone for 900$">>
<<if $money gte 900>>
<p>You bought a flamant, new phone! What a wise investment!</p>
<<set $phone to true>><<set $money -=900>>
<<else>>
<p style="color:red">You don't have enough money for this! I mean, you could buy a cheaper phone. But no, you want the overpriced apple.</p>
<</if>>
<</linkreplace>>
<</if>></p>
<p><<if $phone is false and $electronicsdiscount is true>><<linkreplace "Buy a phone for 800$">>
<<if $money gte 800>>
<p>You bought a flamant, new phone! What a wise investment!</p>
<<set $phone to true>><<set $money -=800>>
<<else>>
<p style="color:red">You don't have enough money for this! I mean, you could buy a cheaper phone. But no, you want the overpriced apple.</p>
<</if>>
<</linkreplace>>
<</if>></p>
/*
<img src="./media/places/electronicstore.jpg">
<p><<if $phone is false and $electronicsdiscount is false>><<linkreplace "Buy a phone">>
<<if $money gte 900>>
<p>You bought a flamant, new phone! What a wise investment!</p>
<<set $phone to true>><<set $money -=900>>
<<else>>
<p style="color:red">You don't have enough money for this! I mean, you could buy a cheaper phone. But no, you want the overpriced apple.</p>
<</if>>
<</linkreplace>>
<</if>></p>
*/
/*EL PORTÁTIL PARA LA SIGUIENTE VERSIÓN
<p><<if $laptop is false>>Buy a laptop<</if>></p>
*/
<<if $electronicsdiscount is false>><p>[[Try to get a discount ->electronicsevent]]</p><</if>>
[[Return ->Mall]]
<</nobr>>
/* LA MIERDA DE COMPRAR EL TELÉFONO NO FUNCIONA
*/<img src="./media/gifs/rent/2/5.gif">
He slaps you and manhandles you around, while you lie lifeless in the groung.<p style="color:lightblue">You look so cute when you stay silent...should take a hint.</p>
He flips you over, and he suddenly start <<linkreplace "ramming your ass">>ramming your ass
<img src="./media/gifs/rent/2/6.gif">
You didn't expect him to do that.
You try to keep silent, but the pain is too much and you can't avoid but <<linkreplace "to cry">>to cry
<img src="./media/gifs/rent/2/7.gif"><p style="color:lightblue">Seems like the point is finally getting across that dumb little head, huh?</p><p style="color:lightblue">Don't forget this is your fault. You forced me to do this.</p>
He gets closer to you while pounding you, and <<linkreplace "whispers in your ear">>whispers in your ear
<img src="./media/gifs/rent/2/8.gif"><p style="color:lightblue">Next time you will have the money, will you?</p><p style="color:lightblue">If you are dumb enough to have a real job, you can whore yourself in the alley for a couple bucks selling that cheap pussy of yours, I don't fucking care.</p>
Mark grunts as he keeps railing you. He finally seems close to cum.
Your suspicions are confirmed, as he takes his dick off your ass and <<linkreplace "cum on your face">>cum on your face.
<img src="./media/gifs/rent/2/9.gif"><p style="color:lightblue">I'm going to work now. I suggest you do the same</p>
He dresses and leave you there.
[[You lie in the floor for some time, unable to move ->rent 2b]]
<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
You feel so dirty, and don't know what to do.
You decide to take a shower, but the feeling doesn't dissapear and you <<linkreplace "begin to cry">>begin to cry
<img src="./media/gifs/rent/2/10.gif">
You leave the shower.<p style="color:deeppink">Okay, I'm fine. I'm fine. I need to hold myself together.</p><p style="color:deeppink">Let's start the day.</p>
[[You get dressed and leave your room ->Casa]]
<</linkreplace>>
<<silently>>
/*<<set $markrent to 2>>*/
<<set $rentpayed to 1>>
<</silently>><<set _metroflashing to ["./media/gifs/Train/flash1.webp","./media/gifs/Train/flash2.webp","./media/gifs/Train/flash3.webp","./media/gifs/Train/flash4.gif"]>>
You hear a couple of boys mumbling between themselves, looking at you.
You show them your tits
<img @src="_metroflashing.random()"><<nobr>>
<<if $fapstagram is false>>[[Open a faptstagram account ->fapstagramintro]]<<elseif $fapstagram is true>>[[Use fapstagram. ->fapstagram]]<</if>>
/*PARA LA PRÓXIMA VERSIÓN
<p>[[Text mark ->selfiemark]]</p>
*/
<p>[[Return ->Bedroom]]</p>
<</nobr>><<silently>>
<<set _selfienude to ["./media/gifs/Phone/Mark/selfie1.webp","./media/gifs/Phone/Mark/selfie2.webp","./media/gifs/Phone/Mark/selfie3.webp","./media/gifs/Phone/Mark/selfie4.webp","./media/gifs/Phone/Mark/selfie5.webp","./media/gifs/Phone/Mark/selfie6.webp","./media/gifs/Phone/Mark/selfie7.webp"]>>
<</silently>>
<<linkreplace "Send him a sexy selfie">>
<p style="color:deeppink">"I bet the poor dude is working so hard and bored. Let's make his day better"</p>
<<linkreplace "Send him a nude">>
<img @src="_selfienude.random()">
<</linkreplace>><</linkreplace>><<if $money gte 10>>
You bought a ticket
<<silently>><<set $metroticket++>><<set $money -=10>><</silently>>
[[Return ->Metro suburbios]]
<<else>>
You don't have enough money for that.
[[Return ->Metro suburbios]]
<</if>><<silently>>
/*Recordar ajustar probabilidades luego*/
<<set $randomnumber = random(0, 5)>><</silently>>
<<if $randomnumber is 0>>
You arrive to the center after some time.
<<set $metroticket-->>
[[Leave the metro ->Centro]]
<<else>>
<<silently>><<set _metroflashing to ["./media/gifs/Train/flash1.webp","./media/gifs/Train/flash2.webp","./media/gifs/Train/flash3.webp","./media/gifs/Train/flash4.gif"]>><</silently>>
You hear a couple of boys mumbling between themselves, looking at you.
You feel a little umcomfortable as they keep obviously staring at you.<p style="color:lightblue">Hey babe you look hot as fuck. Why don't you show us your tits?</p>
What is guy thinking about? There's no way you do that...right?
@@#flash;
<<link "Flash them">><<replace "#flash">><<if $exhibitionism gte 1>><p style="color:deeppink">Have a good look boys!</p>
You <<linkreplace "show them your tits">>show them your tits
<img @src="_metroflashing.random()">
They look at you, shocked. Guess they weren't actually expecting you to do it.<p style="color:deeppink">"Look at them, so cute and shy. It's so easy to make men happy, isn't it?"</p>
After some time, you finally arrive to your destination
[[Go to the center->Centro]]<<set $metroticket-->><</linkreplace>>
<<else>><p style="color:red">You are not confident enough in showing your body to do this yet!</p>
You ignore them. They get tired of yelling at you after a while.<p style="color:lightblue">Frigid bitch. Why dress like that if you are not looking for attention?</p>
After an awkwardly long time, you finally arrive and rush out of the metro.
[[Go to the center->Centro]]<<set $metroticket-->>
<</if>>
<</replace>><</link>>
<<link "Ignore them">><<replace "#flash">>You lignore them. They get tired of yelling at you after a while.<p style="color:lightblue">Frigid bitch. Why dress like that if you are not looking for attention?</p>
After an awkwardly long time, you finally arrive and rush out of the metro.
[[Go to the center->Centro]]<<set $metroticket-->><</replace>><</link>>
@@
<</if>>Don't think dancing is a good idea while you're drenched of piss. Go home.
[[Return->Club]]<p style="color:deeppink">"Now that I finally have a phone, maybe it's time to see what this social media fuzz is about!"</p>
You set up a simple account, and upload a <<linkreplace "pic of you">>pic of you
<img src="./media/gifs/fapstagram/intro.jpg" width="600">
Hello everyone, I'm $name! First time here, hope to have a little fun and maybe get to know some interesting people!<p style="color:deeppink">"Okay, this should be enough to start!"</p>
[[Save your profile ->Phone]]
<<set $fapstagram to true>>
<<set $fapstagramuse to true>>
<</linkreplace>><<nobr>>
<p>[[Upload a pic ->fapstagrampic]]</p>
<p>[[Check image gallery ->gallerypics]]</p>
<p><<if $fapstagramvid is 1>>[[Upload a vid ->fapstagramvid]]<</if>></p>
<p><<if $fapstagramcutevid is 1>>[[Check vids gallery ->galleryvids]]<</if>></p>
<p><<if $fapstagramcutevid is 1>>[[Check DMS->fapstagramdms]]<</if>></p>
<<if $fapstagramuse is true>><<goto fapstagramused>><</if>>
<p>[[Close fapstagram ->Phone]]</p>
<</nobr>>
<<nobr>><<if $markevent is 2>>
<p style="color:deeppink">"Maybe I should talk to Mark when he's on his room."</p>
<</if>>
<<if $markevent is 3>>
<p style="color:deeppink">"I have a date with Mark! Let's go to the restaurant on saturday at evening."</p>
<</if>>
<<if $markevent is 4>>
<p style="color:deeppink">"The date with Mark was so fun! Maybe I should hang out more with him?"</p>
<</if>>
<<if $barlevel is 1>>
<p style="color:deeppink">"I've been working hard at the bar. Maybe I should ask for a rise?"</p><</if>>
<<if $fapstagramcutepic gte 4 and $fapstagramvid is 0>><p style="color:deeppink">"Maybe I should check comments in fapstagram to look for some inspiration"</p><</if>>
[[Check something else ->Diary]]
<</nobr>>Fitness level: $fitness
To next level:
<<if $fitness is 1>><progress @value="$fitnessexp" max="10"></progress><</if>><<if $fitness is 2>><progress @value="$fitnessexp" max="20"></progress><</if>>
Corruption level: $corruption
To next level:
<<if $corruption is 0>><progress @value="$corruptionexp" max="10"></progress><</if>><<if $corruption is 2>><progress @value="$corruptionexp" max="20"></progress><</if>>
Exhibitionism: $exhibitionism
To next level:
<<if $exhibitionism is 0>><progress @value="$exhibitionismexp" max="10"></progress><</if>><<if $exhibitionism is 2>><progress @value="$exhibitionismexp" max="20"></progress><</if>><<if $exhibitionism is 2>>Max level for now<</if>>
[[Return ->Diary]]
estamos en ello
[[Return ->Mark bedroom]]Sources:
Instagram:
@noemy_fitness
😊😊😊😊<<silently>>
<<if ndef $gymintro>>
<<set $gymintro to false>>
<</if>>
<<if ndef $walterrelation>>
<<set $walterrelation to 0>>
<</if>>
<<if ndef $trainer>>
<<set $trainer to false>>
<</if>>
<</silently>>
<<silently>>
<<if ndef $sportclothes>>
<<set $sportclothes to false>>
<</if>>
<</silently>>
<<if $gymintro is false>>
You enter the gym for the first time. You see the receptionist and <<linkreplace "approach her">>
<img src="./media/gifs/gym/recepcionist.jpg" width="600"><p style="color:lightpink">Hello there! Haven't seen you before. It is your first time here ma'am?</p><p style="color:deeppink">Greetings! Yeah, I never used a gym before.</p><p style="color:lightpink">Don't worry, we're here to help you. My name is Amanda, by the way. Pleased to meet you.</p><p style="color:deeppink">I'm $name.</p><p style="color:lightpink">Well, $name, first thing you need to know is you're gonna need some sport clothes. It's not only more convenient, it's also forbidden to enter the gym with normal street clothes. There's a store in the closest mall which haves tons of sport gear. You can check it if you need.</p><p style="color:deeppink">Alright, good to know. Anything else I should take note of?</p><p style="color:lightpink">Apart from the sport clothes, just follow normal etiquette. Don't be rude to people, don't take too much space...all of that.</p><p style="color:deeppink">How much do I have to pay?</p><p style="color:lightpink">Luckily for you, this gym has a policy of not charging female members with tuitions, so you will have to pay only 50$ per month. Something about wanting to promote female sports or something says the owner.</p><p style="color:deeppink">That's great to hear! I'll come back when I'm ready</p><p style="color:lightpink">Looking forward to see you here again! It's always nice to have another girl around</p>
You weave goodbye and leave
[[Go outside ->Centro]]<<set $gymintro to true>><<set $gymfee to 0>><</linkreplace>>
<<else>>
<<if $gymfee is 0>>
<img src="./media/gifs/gym/recepcionist.jpg" width="600">
<p style="color:lightpink">Hello there $name! Are you here to pay your fee?</p>
@@#pay;
<<link "Pay 50 dollars for a week">><<replace "#pay">><<if $money lt 50>>You don't have enough money for this!<p style="color:deeppink">Seems like I can't pay you right now. I'll be back later</p><p style="color:lightpink">Don't worry about it sweetie! I'll be waiting right here.</p>
[[Leave ->Centro]]
<<else>><p style="color:deeppink">Sure Amanda. Here you go.</p>
You hand her 50 dollars <<set $money -=50>><<set $gymfee to 7>><p style="color:lightpink">Remember, you have a natural week. Have fun in the gym!</p>
[[Continue ->Gym]]<</if>><</replace>><</link>>
<<link "Not now">><<replace "#pay">><p style="color:deeppink">Not right now, Amanda.</p><p style="color:lightpink">Don't worry about it sweetie! I'll be waiting right here.</p>
[[Leave ->Centro]]<</replace>><</link>>
@@
<<elseif $gymfee gt 0>>
You enter the gym and say hi to Amanda.
<img src="./media/places/gym.jpg" width="800">
[[Do some exercise by yourself ->exercise1]]
<<if $trainer is true>>[[Train with Walter]] (For 10$/session)<</if>>
[[Return ->Centro]]
<</if>>
<<if $gymfee gt 0 and $fitness is 2 and $trainer is false>><<goto trainerintro>><</if>>
<</if>>
<<silently>>
<<set _gymex to ["./media/gifs/gym/gym1.gif","./media/gifs/gym/gym2.gif","./media/gifs/gym/gym3.gif","./media/gifs/gym/gym4.gif","./media/gifs/gym/gym5.gif","./media/gifs/gym/gym6.webp","./media/gifs/gym/gym7.webp"]>>
<</silently>>
You do some strength exercise.
<img @src="_gymex.random()">
You feel better and stronger.
[[Return ->Gym]]
<<silently>>
<<if $actualtime gte 5>><<goto "gym late">><</if>>
<<if $sportclothes is false>><<goto "gymclothes">><</if>>
<<if $stamina lt 40>><<goto "gymtired">><</if>>
<<set $stamina -=40>>
<<set $hygiene -= 20>>
<<if $fitness is 1>><<set $fitnessexp++>><</if>>
<<set $actualtime++>>
<</silently>>
<<silently>>
<<if ndef $sportclothes>>
<<set $sportclothes to false>>
<</if>>
<<if ndef $yogamat>>
<<set $yogamat to 0>>
<</if>>
<</silently>>
<<nobr>>
<img src="./media/places/sportsclothestore.webp">
<<if $sportclothes is false>>
<p><<linkreplace "Buy some sports clothes for 50$">>
<<if $money gte 50>>
You bought some sportive clothes.<<set $sportclothes to true>>
<<else>>
<p style="color:red">You don't have enough nomey for this!</p><</if>>
<</linkreplace>></p>
<</if>>
<<if $yogamat is 0>>
<p><<linkreplace "Buy a yoga mat for 50$">>
<<if $money gte 50>>
You bought a yoga mat.<<set $yogamat to 1>>
<<else>>
<p style="color:red">You don't have enough nomey for this!</p><</if>>
<</linkreplace>></p>
<</if>>
<p>[[Return ->Mall]]</p>
<</nobr>>The gym is about to close, you have to leave now!
[[Leave ->Centro]]You need sports clothes to train!
[[Return ->Gym]]You're too tired to train right now.
[[Return ->Gym]]You are minding your business when you suddenly notice someone calling you.
<<linkreplace "You turn back to check who's calling you">>You turn back to check who's calling you.
<img src="./media/gifs/gym/trainer.jpg" width="600">
You see a handsome, fit man. You notice you eyeing you up, but you're unsure wether he's just assessing your body as part of his job or something else...<p style="color:lightblue">Hello there! I've never seen you around before, which is hard because you look like you're in amazing shape already!</p><p style="color:deeppink">Maybe you just didn't notice me before...</p><p style="color:lightblue">Oh trust me, I wouldn't have forgotten if I saw you. Anyway, where are my manners? I'm Walter</p><p style="color:deeppink">Very nice to meet you, Walter. I'm $name.</p><p style="color:lightblue">Now that we know each other, I approached you because I'm a personal trainer. For a little extra fee, we can train together and I can help you improve even faster.</p><p style="color:deeppink">So you just wanted to sell me something? And poor old me thinking you found me pretty...</p>
You chuckle at your own joke.<p style="color:lightblue">Oh don't worry, I'll give you a special prize. Just for you</p>
He winks at you.<p style="color:lightblue">Anyway, I'll be around. If you need me just say the word.</p><p style="color:deeppink">Sure, Walter. I'll let you know if I need anything.</p>
He smiles at you and leaves.
[[Continue ->Gym]]<<set $trainer to true>>
<</linkreplace>>
You look for Walter around the gym.<p style="color:deeppink">Hi Walter, are you up for a training session?</p><p style="color:lightblue">Sure, you know I always have time for you. Remember, the fee is 10$</p>
@@#trainer;
<<link "Pay him ">><<replace "#trainer">><<if $money lt 10>><p style="color:deeppink">Nevermind, I don't have the money right now.</p><p style="color:lightblue">Don't worry about it. I'll be right here when you have it,</p>
[[Return ->Gym]]<<else>><p style="color:deeppink">Sure, here you go.</p>
You hand him 10 $. <<set $money -=10>><p style="color:lightblue">Thanks, sweetheart. Let's get to train!</p>
[[Go train with Walter->trainerexercise]]<</if>>
<</replace>><</link>>
<<link "Not now">><<replace "#trainer">><p style="color:deeppink">Sorry, I changed my mind. Maybe later.</p><p style="color:lightblue">No worries! Call me up if you change your opinion.</p>
[[Return ->Gym]]
<</replace>><</link>>
/*
<<link "Convince him">><<replace "#trainer">>
<<if $corruption lte 2>><p style="color:red">You are not corrupt enough to do this!</p>
<</if>>
<</replace>><</link>>
*/
@@
<<silently>>
<<set _trainwalter to ["./media/gifs/gym/coach1.webp","./media/gifs/gym/coach2.webp","./media/gifs/gym/coach3.webp","./media/gifs/gym/coach4.gif"]>>
<</silently>>
You train hard with Walter help.
<img @src="_trainwalter.random()">
You feel yourself becoming way stronger than before.
[[Finish your training ->Gym]]
<<set $hygiene -=20>><<set $fitnessexp +=2>><<set $markrelation++>><<set $actualtime++>><<silently>>
<<set _fapstagramdance to ["./media/gifs/fapstagram/dance/dancesfw.gif","./media/gifs/fapstagram/dance/dancesfw2.gif","./media/gifs/fapstagram/dance/dancesfw3.webp","./media/gifs/fapstagram/dance/dancesfw4.webp","./media/gifs/fapstagram/dance/dancesfw5.webp","./media/gifs/fapstagram/dance/dancesfw6.gif","./media/gifs/fapstagram/dance/dancesfw7.gif","./media/gifs/fapstagram/dance/dancesfw8.gif","./media/gifs/fapstagram/dance/dancesfw9.gif","./media/gifs/fapstagram/dance/dancesfw10.webp"]>>
<</silently>>
You upload a cute vide of you dancing
<img @src="_fapstagramdance.random()">
<<set $fapstagramuse to true>>
[[Close the app ->Phone]]Enough of this dumb app for today! Go outside, nerd!
[[Close fapstagram ->Phone]][[Upload a cute pic ->fapstagramcutepic]]
/*PARA LA PRÓXIMA VERSIÓN
[[Upload a spicy pic ->fapstagramspicypic]]
*/<<if $fapstagramcutepic is 0>><<goto fapstagramcutepic0>><</if>>
<<if $fapstagramcutepic is 1>><<goto fapstagramcutepic1>><</if>>
<<if $fapstagramcutepic is 2>><<goto fapstagramcutepic2>><</if>>
<<if $fapstagramcutepic is 3>><<goto fapstagramcutepic3>><</if>>
<<if $fapstagramcutepic is 4>><<goto fapstagramcutepic4>><</if>>
You upload a pic where you think you look cute.
<img src="./media/gifs/fapstagram/pics/cute/1.jpg" width="500">
Hello everyone this is the first pic I upload here! Hope you like it, come say hello!<p style="color:deeppink">"Okay, nothing too complicated. Might want to check later to see if it gets any comments"</p><<set $fapstagramcutepic to 1>><<set $fapstagramuse to true>>
[[Close fapstagram ->Phone]]
<<if $fapstagramcutepic gte 1>><<linkreplace "Cute pic 1">><img src="./media/gifs/fapstagram/pics/cute/1.jpg" width="500">
Hello everyone this is the first pic I upload here! Hope you like it, come say hello!
<<linkreplace "Check comments">><p style="color:green">notabot99: First!</p><p style="color:deeppink">"Indeed totally not a bot comenting lol"</p>
<</linkreplace>><</linkreplace>><</if>>
<<if $fapstagramcutepic gte 2>><<linkreplace "Cute pic 2">><img src="./media/gifs/fapstagram/pics/cute/2.png">
It's my second pic here! Feels like I'm getting the hand of it. How is your day going everyone?
<<linkreplace "Check comments">><p style="color:green">edgarxx71:Looking good, princess!</p><p style="color:darkgreen">noname36: hot</p><p style="color:deeppink">"Well it seems that at least that's real people talknig now."</p>
<</linkreplace>><</linkreplace>><</if>>
<<if $fapstagramcutepic gte 3>><<linkreplace "Cute pic 3">><img src="./media/gifs/fapstagram/pics/cute/3.jpg" width="600">
I heard there is a "golden hour" for photos so I decided to try it! What do you think about it?
<<linkreplace "Check comments">><p style="color:green">edgarxx71:You look so beautiful under the sun.!</p><p style="color:darkgreen">maga45: nice beewbz lol</p><p style="color:lightblue">darkhunterxx:Slowly showing more, nice!</p><p style="color:deeppink">"Wow these people is horny. I think I recognize that edgar username, he was the first in my other pic too. I guess he's my first fan!"</p>
<</linkreplace>><</linkreplace>><</if>>
<<if $fapstagramcutepic gte 4>><<linkreplace "Cute pic 4">><img src="./media/gifs/fapstagram/pics/cute/4.jpg" width="600">
Just bored at home! What are you guys up to today?
<<linkreplace "Check comments">><p style="color:green">edgarxx71: As gorgeous as ever my lady</p><p style="color:darkgreen">smokebomb21: She's not gonna let you hit edgar</p><p style="color:lightblue">alphasigmaxx: 👉👈</p><p style="color:coral">Chad69: Okay cool photos, but why don't you upload some vids?</p><p style="color:deeppink">"Yeah edgar is definitly a fan hahaha. Maybe that dude is right and I should try some vids?"</p><<set $fapstagramvid to 1>>
<</linkreplace>><</linkreplace>><</if>>
[[Go back ->fapstagram]]You upload a pic where you think you look cute.
<img src="./media/gifs/fapstagram/pics/cute/2.png">
It's my second pic here! Feels like I'm getting the hand of it. How is your day going everyone?<p style="color:deeppink">"Let's see if we engage more people asking questions. I'll check it out later"</p><<set $fapstagramuse to true>><<set $fapstagramcutepic to 2>>
[[Close fapstagram ->Phone]]
You upload a pic where you think you look cute.
<img src="./media/gifs/fapstagram/pics/cute/3.jpg" width="600">
I heard there is a "golden hour" for photos so I decided to try it! What do you think about it?<p style="color:deeppink">"I think I'm figuring out this social media stuff. I look great there not gonna lie."</p><<set $fapstagramuse to true>><<set $fapstagramcutepic to 3>>
[[Close fapstagram ->Phone]]You upload a pic where you think you look cute.
<img src="./media/gifs/fapstagram/pics/cute/4.jpg" width="600">
Just bored at home! What are you guys up to today?<p style="color:deeppink">"Okay let's try a slightly sexier pic, since it seems its all these people care about."</p><<set $fapstagramuse to true>><<set $fapstagramcutepic to 4>>
[[Close fapstagram ->Phone]]You don't have any more ideas for cute pics
[[Return ->fapstagram]]<<nobr>>
<<if $fapstagramvid is 1>>[[Upload your first vid ->fapstagramvid1]]<</if>>
<</nobr>><img src="./media/gifs/fapstagram/reels/cute/1.gif">
I've been asked to make a video, so I hope you guys like it! Please don't be too hard on me ❤️❤️❤️
You uploaded your first video to the platform! Congratulations, you're starting your path of being swarmed by incels!
[[Close the app ->Phone]]
<<set $fapstagramcutevid to 1>><<set $fapstagramuse to true>><<if $fapstagramcutevid gte 1>><<linkreplace "Cute vid 1">><img src="./media/gifs/fapstagram/reels/cute/1.gif">
I've been asked to make a video, so I hope you guys like it! Please don't be too hard on me ❤️❤️❤️
<<linkreplace "Check comments">><p style="color:green">edgarxx71: A kiss back at you, princess 💋❤️🥰🔥</p><p style="color:darkgreen">ratfuck11: Sorry babe, but I deffo got hard on you 🔥🔥</p><p style="color:lightblue">loneweol39: Plz ruin me mommy</p><p style="color:coral">Chad69: Lol she did it. Mind=controlled</p><p style="color:deeppink">"There we go, my faithful fan as always comenting . Did that dude called me mommy? Dude, you're older than me"</p>
<</linkreplace>><</linkreplace>><</if>>
[[Return ->fapstagram]]<<nobr>>
<<if ndef $edgar>><p>[[edgarxx71]]</p><</if>>
<<if $edgartoday is false and $edgar is true>>
<p>[[edgarxx71->edgarxx71end]]</p>
<</if>>
<p>[[Close the dms ->fapstagram]]</p>
<</nobr>><<nobr>>
<p style="color:green">edgarxx71: Hello babe sorry if I bother you, but I was wondering...what do you think about older men?</p>
<p style="color:deeppink">"Oh it's that dude that always comments on my page. Is the 71 his birthdate? Lol that dude is 50 something. Should I play along? He's my first fan after all..."</p>
@@#edgar;
<p><<link "Play along">><<replace "#edgar">><p style="color:deeppink">Of course, Edgar. I'm tired of immature boys, I'm all in for a real gentleman<p><p style="color:green">edgarxx71: it's nice reading that! I was scared I was being too direct...</p><p style="color:deeppink">Not at all! I love interacting with my fans. I'm glad you reached out.</p><p style="color:green">edgarxx71: Nice to see you're not like the other girls. Let's keep in touch, okay?</p><p style="color:deeppink">Sure thing! Gotta log out now, let's speak later<p><p style="color:deeppink">"Poor dude thinks he has a chance hahaha. Though he seems nice, who knows...</p>
<p>[[Close DMS->fapstagram]]</p><<set $edgar to true>><<set $edgartoday to true>><</replace>><</link>> </p>
<p><<link "Ignore the message">><<replace "#edgar">><p style="color:deeppink">"Ugh, no fucking way I'm answering that old pervert. Dude could be my grandpa."
[[Close DMS ->fapstagram]]<<set $edgar to false>></p><</replace>><</link>><p style="color:red">Warning: ignoring him cuts the route with Edgar. Ignore if you're not into old/young stuff.</p></p>
@@
<</nobr>>No more content for Edgar for now.
Stay tuned for some gerontophiliac action!
[[Return ->fapstagram]]<<nobr>>
<p>You look for a clerc that can help you, and find one trying to pretend hes busy. The second he looks at you, he rush to attend you. Funny how that works.</p>
<p style="color:lightblue">Hello ma'am! Can I help you? Are you looking for something in particular?</p>
<p style="color:deeppink">Well, I was just looking around, but everything has gotten sooo expensive... I was wondering if I could somehow get a discount?</p>
<p style="color:lightblue">I'm sorry ma'am but I can't do that. We are not allowed to offer discounts, so it would come straight out of my pocket.</p>
<p style="color:deeppink">Oh, that's such a shame. You know, I always wanted to have a phone, but I could never afford one...</p>
<p style="color:lightblue">Are you kidding me? You don't have a phone? Not even a bad one?</p>
<p>You shake your head</p>
<p style="color:lightblue">Well, having one if a necessity nowadays, so I feel obligated to help you. But that's a lot of money. Maybe if you could make it worth my while somehow...?</p>
<p>You see him eyeing you out. You're not sure if you like where this is heading. But you really want that discount...</p>
@@#discount;
<p><<link "Convince him">><<replace "#discount">>
<p style="color:deeppink">"Well...it really is a lot of money. Maybe it pays off to play along with him."</p>
<p style="color:deeppink">Make it worth it? How?</p>
<p style="color:lightblue">Why don't you follow me to the employee room to show you?</p>
<p>You follow the dude. He opens the door and signals you to follow him. You both enter the room, and the man sits on his chair.</p>
<p style="color:lightblue">Well, let me be very clear about this</p>
<p>He looks at you square in the eye, and [[takes his penis out->discount1]]</P>
<</replace>><</link>></p>
<p><<link "Turn him down">><<replace "#discount">>You leave it be.<</replace>><</link>></p>
@@
<</nobr>><<link "Gives 500 dollars">><<set $money +=500>><</link>>
<<link "Set corruption to level 1">><<set $corruption to 1>><</link>>
<<link "Set corruption to level 2">><<set $corruption to 2>><</link>>
<<link "Set exhibitionism to 1">><<set $exhibitionism to 1>><</link>>
<<link "Set exhibitionism to 2">><<set $exhibitionism to 2>><</link>>
<<link "Set fitness to 2">><<set $fitness to 2>><</link>>
[[Return ->Diary]]<<nobr>>
<img src="./media/gifs/events/electronics/1.gif" width="700">
<p style="color:lightblue">So, this is the deal. You come here and suck my cock, and I will offer you a discount of 100$. I think that's quite generous.</p>
<p>You look at him at disbelief and can't avoid laughing nervously</p>
<p style="color:deeppink">Are you serious right now?</p>
<p style="color:lightblue">Do I looke like I'm kidding to you?</p>
<p>You ponder for a moment. A single blowjob for such a big discount sounds indeed really fine. </p><p><<linkreplace "You decide to do it">>
<img src="./media/gifs/events/electronics/2.gif" width="700">
<p style="color:deeppink">Okay</p>
<p>You get on your knees in front of him, ready to start sucking.</p>
<p style="color:lightblue">Come on lady, get started.</p>
<p>You do as he says and start <<linkreplace "sucking him off">>sucking him off
<p><img src="./media/gifs/events/electronics/3.gif" width="700"></p>
<p style="color:lightblue">Ooooof yeah, keep going like that baby. Suck it like the bitch you are.</p>
<p style="color:deeppink">"Man, people love throwing that around don't they? Not like it wasn't his idea..."</p>
<p>Regardless, you keep licking his cock like he demanded</p>
<p style="color:deeppink">"Damn, when is this idiot gonna cum? I have places to be"</p>
<p style="color:lightblue">Hell yeah princess. Take it slow, I want to get my 100$ worth.</p>
<p>Begrudgingly, you <<linkreplace "slow down">>slow down
<p><img src="./media/gifs/events/electronics/4.gif" width="700"></p>
<p style="color:deeppink">You sure are enjoying this huh?</p>
<p style="color:lightblue">Long time ago since the last time I had a pretty girl sucking me off, not gonna lie</p>
<p>You can't avoid feeling a surge of pride by him calling you pretty.</p>
<p>You keep diligently doing your job, until you feel him twitching</p>
<p>He suddenly stands up, and begins jerking in front of your face</p>
<p style="color:lightblue">Get ready girl, here it goes</p>
<p>
<<linkreplace "He spunks your face">>He spunks your face.
<p><img src="./media/gifs/events/electronics/5.gif" width="700"></p>
<p style="color:lightblue">Hnnnnghhh.... This is what I'm talking about. Worth every dollar.</p>
<p style="color:deeppink">So will you give me that discount then?</p>
<p style="color:lightblue">Of course, babe. I'm a man of my word.</p>
<p style="color:deeppink">Thank you!</p>
<p style="color:lightblue">No worries. Now leave, this room is for employees only.</p>
<p>You clean the cum of your face and leave</p>
<p>[[Return to the store->electronicstore]]</p>
<<set $electronicsdiscount to true>><<set $hygiene -=20>>
<</linkreplace>></p>
<</linkreplace>></p><</linkreplace>>
</p>
<</linkreplace>></p>
<</nobr>><<nobr>>
<<silently>>
<<set _yogapark to ["./media/gifs/park/yoga1.webp","./media/gifs/park/yoga2.webp","./media/gifs/park/yoga3.webp","./media/gifs/park/yoga4.webp","./media/gifs/park/yoga5.gif"]>>
<</silently>>
<img @src="_yogapark.random()">
<<if $actualtime gt 4>><<goto "nightyoga">><</if>>
<p>You set up your yoga mat in the grass and enjoy a relaxed, refreshing exercise session in the park</p>
<p>You notice some men checking you out while you workout, but honestly you don't care.</p>
<p style="color:deeppink">"If they're enjoying the view, who am I to not let them look?"</p>
<p style="color:green">You feel more comfortable showing your body!</p>
[[Finish your exercise ->Park]]
<<set $exhibitionismexp++>>
<<set $hygiene -=20>>
<<set $actualtime++>>
<</nobr>>It's too late to do yoga in here!
[[Return ->Park]]