Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
,,,,,<div style="text-align: center;">Welcome to my <b> First Novel </b>! I will try to update this every few days since it is in a <b>very early</b> stage of development. Also, English is not my main language, so if you see any misspellings or grammatical errors, please let me know through our website or contact@hereticstudios.com.br. Thank you!
<img src="https://i.imgur.com/G2h4cUd.png" style="width: 50%; height: 50%;" alt="Image description">
<div style="text-align: center;">
Your name will be (MALE NAME)
<<textbox "$name" "John" >>
[[Press to start]]
Character list in Development!
<h4>Support me <3</h4>
[[Patreon|http://patreon.com/fromashestoambitions]]
You also can play and/or donate in our website!
[[Go to site|http://hereticstudios.com.br/]]
</div>
/* <<script>>
Setting.addToggle("showgif", {
label : "Show GIFs?",
default : false
});
Setting.save();
<</script>> */
*/Characters */
<<character 'mandy' 'images/portraits/mandy.png'>>
<<character 'name' '$name' 'images/portraits/name.jpg'>>
<<character 'principal' 'images/portraits/principal.jpg'>>
<<character 'audrey' 'Audrey' 'images/portraits/audrey.jpg'>>
<<character 'random' '???' 'images/portraits/random.jpg'>>
<<character 'abella' 'images/portraits/abella.jpg'>>
<<set $visitedprincipal to 0 >>
<<set $firstclass to 0>>
<<set $furyaudrey to 0>>
<<set $needtalkp to 0>>
<<set $getabellanumber to 0>>
<<set $abellaroom to 0>>
<<set $fkdabella to 0>>
<<set $newmessage to 0>>
<<set $abellamessage1 to 0>>
<<if $newmessage is 1>>
<<notify 5s>> You received a message<</notify>>
<<else>>
<</if>>
<<set $patreon1 to 0>>
*/Relations*/
<<set $mandylust to 0>>
<<set $audreylust to 0>>
<<set $harrysonlust to 0>>
<<set $abellalust to 0>>
<<set $namesub to 0>>
<<set $namedom to 0>>
*/Time*/
/% The names of the Days of the Week. %/
<<set setup.DAYS to ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]>>
/% The names of the Time Periods of a Day. %/
<<set setup.PERIODS to ["Asleep", "Morning", "Noon", "Afternoon", "Evening", "Night"]>>
/% The current Game Day: Monday. %/
<<set $day to 1>>
/% The current Time Period: Morning. %/
<<set $period to 1>>
*/Stats/*
<<set $strength to 0>>
<<set $charisma to 0>>
<<set $intelligence to 0>>
<<set $sneak to 0>>
<div style="text-align: center;">
<img src="https://i.imgur.com/MzQPzc1.jpg" style="width: 50%; height: 50%;" alt="Image description">
</div>
In this game, you will assume the role of a guy who left his hometown to pursue better life conditions and education. However, your ultimate goal is to return home once you achieve the desired success and improve the lives of your loved ones who still reside there.
Fortunately, you have managed to secure admission to a university! The only 'catch' is that this university is located in another country. Why?
Sadly, due to your financial circumstances, your family does not have any savings to afford tuition fees at a paid university.😔
[[Use your last savings to pursue your dream.]]
At this moment, you are arriving at your new "Home Sweet Home," which is the well-known <b> University of Oslo </b> in Norway!
<div style="text-align: center;">
<img src="https://i.imgur.com/WOYlXgE.jpg" style="width: 90%; height: 70%;" alt="Image description">
</div>
You look around, attempting to absorb as much information as possible in a matter of seconds. You scan the area, hoping to spot some friendly faces, knowing that it won't be easy considering your lack of knowledge about the place and the people.
<div style="text-align: center;">
<img src="https://wp.missmalini.com/wp-content/uploads/2018/03/giphy-97.gif" style="width: 90%; height: 70%;" alt="Image description">
</div>
However, your initial impression is that the campus appears surprisingly serene in its own way.
[[Find your dorm]]
[[Walk Around the campus]]
<div style="text-align: center;">
You have to hurry up and find your dorm because your first class is about to start in like 10 minutes.
<div style="text-align: center;">
<img src="https://i.imgur.com/jfzWj9P.gif" style="width: 90%; height: 70%;" alt="Image description">
</div>
<div id="dorm-choice">\
<<link "You look through a window and see an interesting scene.">>
<<replace "#dorm-choice">><img src="https://dl.phncdn.com/gif/44089241.gif" style="width: 90%; height: 70%;" alt="Image description">
<i> I think I will apply as a yoga instructor asap</i>
<span style="color:purple"> Mandy lust increased by 1</span>
<<speech>><span style="color:green"> Sneak Increased by 1 </span><</speech>>
<<set $mandylust += 1>>
<<set $sneak += 1>>
[[HURRY UP MAN!!]]<</replace>>
<</link>>
\</div>
I don't have time to this!! I need to find my dorm and go to class!!
<div style="text-align: center;">
<img src="https://i.imgur.com/WyYZQXi.gif" style="width: 90%; height: 70%;" alt="Image description">
</div>
<<AdvancePeriod>>
[[Find the fucking dorm|HURRY UP MAN!!]]<div style="text-align: center;">
You manage to find it!!
<div style="text-align: center;">
<img src="https://i.imgur.com/X87yiHP.jpg" style="width: 90%; height: 70%;" alt="Image description">
</div>
Seems like a pretty nice room. You still don't know who your roommate is going to be, but at least you won't be sharing the room with another 50 people.
[[Nice!! Now I should go find my class]]
<div style="text-align: center;">
As you briskly walk through the corridor, you eventually locate your classroom.
<img src="https://media.tenor.com/SZBrXDBr5PQAAAAC/hallway-corridor.gif" style="width: 90%; height: 70%;" alt="Image description">
</div>
[[Enter Class]]
<div style="text-align: center;">
<h2> You're in your Dorm Room
<<nowbed>> </h2>
<img src="https://i.imgur.com/X87yiHP.jpg" style="width: 100%; height: 30%;" alt="Image description">
What you want to do?
[[Sleep till next Morning]]
[[Use the Computer]]
[[Call some friend]]
[[Open the door to Corridor|Hallway]]
</div>
<div style="text-align: center;">
/* First Visit*/
<<if $period is 1 and $day is 1 and $firstclass is 0>> <h3>Today is </h3>
<<set $firstclass to 1>>
You've entered the class and goes for your seat. That girl seats behind you again, but her is on her phone and don't talk to you now.
The teacher enters the class and begins her lesson.
<img src="https://media.tenor.com/S_Fv2GePlAMAAAAM/im-going-to-teach-you-today-emma.gif" style="width: 50%; height: 50%;">
<<audrey>> Today we will talk of microbiology, more especifficaly about the Krebs Cycle[...]<</audrey>>
After a few minutes in, the girl calls you
[[Continue|GirlCalls]]
<<elseif $period is 1 and $day is 2 and $firstclass is 0>>Now is Morning2
<<set $firstclass to 1>>
You've entered the class and goes for your seat. That girl seats behind you again, but her is on her phone and don't talk to you now.
The teacher enters the class and begins her lesson.
<img src="https://media.tenor.com/S_Fv2GePlAMAAAAM/im-going-to-teach-you-today-emma.gif" style="width: 50%; height: 50%;">
<<audrey>> Today we will talk of microbiology, more especifficaly about the Krebs Cycle[...]<</audrey>>
After a few minutes in, the girl calls you
[[Continue|GirlCalls]]
<<elseif $period is 1 and $day is 3 and $firstclass is 0>>Now is Morning3
<<set $firstclass to 1>>
You've entered the class and goes for your seat. That girl seats behind you again, but her is on her phone and don't talk to you now.
The teacher enters the class and begins her lesson.
<img src="https://media.tenor.com/S_Fv2GePlAMAAAAM/im-going-to-teach-you-today-emma.gif" style="width: 50%; height: 50%;">
<<audrey>> Today we will talk of microbiology, more especifficaly about the Krebs Cycle[...]<</audrey>>
After a few minutes in, the girl calls you
[[Continue|GirlCalls]]
<<elseif $period is 1 and $day is 4 and $firstclass is 0>>Now is Morning4
<<set $firstclass to 1>>
You've entered the class and goes for your seat. That girl seats behind you again, but her is on her phone and don't talk to you now.
The teacher enters the class and begins her lesson.
<img src="https://media.tenor.com/S_Fv2GePlAMAAAAM/im-going-to-teach-you-today-emma.gif" style="width: 50%; height: 50%;">
<<audrey>> Today we will talk of microbiology, more especifficaly about the Krebs Cycle[...]<</audrey>>
After a few minutes in, the girl calls you
[[Continue|GirlCalls]]
<<elseif $period is 1 and $day is 5 and $firstclass is 0>>Now is Morning5
<<set $firstclass to 1>>
You've entered the class and goes for your seat. That girl seats behind you again, but her is on her phone and don't talk to you now.
The teacher enters the class and begins her lesson.
<img src="https://media.tenor.com/S_Fv2GePlAMAAAAM/im-going-to-teach-you-today-emma.gif" style="width: 50%; height: 50%;">
<<audrey>> Today we will talk of microbiology, more especifficaly about the Krebs Cycle[...]<</audrey>>
After a few minutes in, the girl calls you
[[Continue|GirlCalls]]
/*=======================Second Visit==============================*/
<<elseif $period is 1 and $day is 1 and $firstclass is 0>> <h3>
The class continues without any relevant events.
<<set $intelligence +=1 >></h3>
<<elseif $period is 1 and $day is 2 and $firstclass is 1>>The class continues without any relevant events.
<<set $intelligence +=1 >>
<<elseif $period is 1 and $day is 3 and $firstclass is 1>>The class continues without any relevant events.
<<set $intelligence +=1 >>
<<elseif $period is 1 and $day is 4 and $firstclass is 1>>The class continues without any relevant events.
<<set $intelligence +=2 >>
<<elseif $period is 1 and $day is 5 and $firstclass is 1>>The class continues without any relevant events.
<<set $intelligence +=1 >>
/*<<elseif $period is 2 and $day is 1>>Now is Noon1
<<elseif $period is 2 and $day is 2>>Now is Noon2
<<elseif $period is 2 and $day is 3>>Now is Noon3
<<elseif $period is 2 and $day is 4>>Now is Noon4
<<elseif $period is 2 and $day is 5>>Now is Noon5*/
<<else>> <h2> "You don't have any classes now. Your schedule is in the morning. Noon classes will be added</h2>
[[Dormitory]]
<</if>>
</div><div style="text-align: center;">
<h2> You're in the campus </h2>
[[Go for a run]]
[[Watch the cheerleaders]]
In Development
</div><div style="text-align: center;">
<<if $getabellanumber is 0>>
<h2>You still dont have any friend</h2>
<<elseif $getabellanumber is 1>>
<span style="color:grey"> Call Abella (She is not available at the moment). </span>
<</if>>
</div><div style="text-align: center;">
<h2> You're in the Hallway </h2>
<<if $newmessage is 1>>
<<notify 7s>> You received a message<</notify>>
<<else>><</if>>
[[Dormitory]]
[[Go to Class|Class]]
[[Go to Campus|Campus]]
[[Go to Principal]]
<<if $getabellanumber is 1>>
[[Go to Abella's Room]]
<<else>>
<</if>>
</div><h1> Sorry, if you is under legal age, you cant play this game :c </h1><div style="text-align: center;">
<img src="https://i.imgur.com/tTgeUXT.png" style="width: 50%; height: 50%;" alt="Image description">
<h1> Are you in legal age to see adult content?</h1>
[[Yes, im above 18 or legal age in my country|Start]]
[[No, im under 18 or legal age in my country|Negativeage]]
</div>
<img src="https://i.imgur.com/G2h4cUd.png" style="width: 30%; height: 30%;" alt="Image description">
<<now>>
[[Patreon|http://patreon.com/fromashestoambitions]]
[[Website|https://hereticstudios.com.br/]] Under Construction
<b><span style="color: pink;">PATREON OFFLINE VERSION </span></b>
Build: v0.0.95
22/06 - 14:00
<span style="color:orange">Strength: <<print $strength>></span>
<span style="color:azure">Intelligence: <<print $intelligence>></span>
<span style="color:yellow">Charisma: <<print $charisma>></span>
<span style="color:green">Sneak: <<print $sneak>></span>
<span style="color:red">Dominance: <<print $namedom>></span>
<span style="color:purple">Submission: <<print $namesub>></span>
<div style="text-align: center;">
You enter the class, and see, well... this
<img src="https://media.tenor.com/yY0iH85LuYQAAAAd/mess-in-the-classroom-chaotic.gif" style="width: 90%; height: 70%;" alt="Image description">
<i> Wtf is this place... 🤨</i>
\</div>
[[Go sit]]<div style="text-align: center;">
You go and sit in a empty desk and grab your phone to connect to wifi .
<img src="https://media.tenor.com/uaZrClH1x0MAAAAd/class-exam.gif" style="width: 50%; height: 50%;" alt="Image description">
Someone behind you taps your shoulder
<div id="lookback">\
<<link "You turn around">>
<<replace "#lookback">>You turn around and are slightly surprised when you see this:<img src="images/21765.gif" style="width: 90%; height: 70%;" alt="Image description">
<<random>>Welcome to our class, sexy. <</random>>
[[Woah]]
[[Touch It]]
<</replace>>
<</link>>
</div>
/*<img src="https://cdn.porngifs.com/img/21765" style="width: 90%; height: 70%;" alt="Image description"> */
<div style="text-align: center;">
You become mesmerized by the view and are left speechless, unable to react in any other way than literally this
<img src="https://media.tenor.com/pE0z_BvGBM8AAAAM/patricio-happy.gif" style="width: 90%; height: 70%;" alt="Image description">
The girl smirks and lower his shirt, while the teacher enters the room.
<<set $namesub +=1>>
<<speech>><span style="color:pink"> Submission increased by 1 </span>
</div><</speech>>
[[Continue]]<div style="text-align: center;">
When you regain your composure and approach to touch these beauties, you hear the teacher entering the room. The girl quickly pulls down her shirt and winks to you.
<<speech>><span style="color:red"> Dominance increased by 1 </span><</speech>>
<<set $namedom +=1>>
[[Continue]]
</div>
<div style="text-align: center;">
The teacher goes to his desk, stares at you for a moment, and then speaks to the entire class.
<img src="https://media.tenor.com/HNXWQHYLLMQAAAAC/%E5%BC%B5%E6%95%8F-%E4%B8%8A%E8%AA%B2.gif" style="width: 90%; height: 70%;">
<<audrey>> Good morning, everyone! I'm Dr. Audrey, and I will be your biology teacher from now on. So, first things first, I want to extend a warm welcome to each and every one of you. I want you to know that we are here for you and ready to assist you whenever you need it. If you have any questions or need any help, please don't hesitate to reach out to me. You can call me for anything you need, okay? <</audrey>>
At the end of his speech, she gives you a quick wink. <i>Maybe she saw what happened earlier? </i>
<<set $audreylust += 1>>
<<set $namesub += 1>>
<span style="color:purple"> Audrey lust +1 </span>
<span style="color:pink"> Submission +1 </span>
[[Continue class]]
</div>By: Heretic Studios<<link 'Relationship'>>
<<run Dialog.setup("Relationship");
Dialog.wiki(Story.get("Relationship").processText());
Dialog.open();>>
<</link>>
/*<<link 'Cheats'>>
<<run Dialog.setup("Cheats");
Dialog.wiki(Story.get("Cheats").processText());
Dialog.open();>>
<</link>>*/
<<if $newmessage is 0>>
[[Smartphone|Phone]]
<<elseif $newmessage is 1>>
[[Smartphone 💬|Phone]]
<</if>>
<<link 'Fullscreen Mode'>>
<<fullscreen>>
<</link>>
<div style="text-align: center;"><span style="color:purple"><h3>Lust</h3></span></div>
<<if $mandylust is 0>>[???]
<<else>><span style="color:purple">Mandy: Lust: $mandylust</span>
<</if>>
<<if $audreylust is 0>>[???]
<<else>><span style="color:purple">Audrey Lust: $audreylust </span>
<</if>>
<<if $harrysonlust is 0>>[???]
<<else>><span style="color:purple">Harryson Lust: $harrysonlust </span>
<</if>>
<<if $abellalust is 0>>[???]
<<else>><span style="color:purple">Abella Lust: $abellalust </span>
<</if>><div style="text-align: center;">
You class continue normally for the next hours. When it comes to end, the teacher says
<<audrey>> Thanks everyone for today class! See you tomorrow. <</audrey>>
<div id="passaudrey">\
<<link "Go to hallway">>
<<replace "#passaudrey">> You stand up and make your way to the class door, but as you pass by her desk, she calls out to you.
<<audrey>> Hey $name, you're the student who comes from the USA, right? Can I talk to you? It will be quick, I promise. <</audrey>>
She smirks at you, waiting for an answer, but you know that if you deny a simple request on the very first day, you'll be in trouble.
[[Of course Dr.Audrey]]
<</replace>>
<</link>>
\</div>
</div><div style="text-align: center;">
<i>She's dressed like a schoolgirl, and by the look of her, she appears to be around the same age as me.</i>
You take a seat, and she approaches you.
<img src="https://el.phncdn.com/gif/41132451.gif" style="width: 90%; height: 70%;">
<<audrey>> I saw what you and that slut were doing before I entered the class, you know? <</audrey>>
<div id="fuckedaudrey">\
<<link "I'm so fucked man...">>
<<replace "#fuckedaudrey">> You don't have time to try to defend yourself as she continues.
<<audrey>> And you also know you'll be in trouble if the principal finds out about this... and I happen to be a good friend of hers... <</audrey>>
<i> You know that if the Principal finds out about what just happened, you could be expelled from this university, shattering your dream. </i>
[[Please, I cannot afford to get expelled from here, Mr. Audrey.]]
[[I believe I understand where this is heading.]]
<</replace>>
<</link>>
\</div>
</div><div style="text-align: center;">
She looks ironically at you:
<<audrey>> You're just some random student who happened to get lucky and be accepted here, while I have been a teacher at this institution for about 5 years. Furthermore, I happen to be a friend of the principal. I recognize your type: the person who play dead to manipulate their way to success. I despise individuals like you, but something tells me that you have potential, and I am determined to uncover it, no matter what it takes. <</audrey>>
<<set $namesub += 1>>
<<speech>> Submission increased by 1 <</speech>>
[[You have no choice]]
</div><div style="text-align: center;">
<<set $namedom += 1>>
<<set $audreylust += 2>>
<<speech>> <span style="color:red">Domination increased by 1 </span>
<span style="color:purple"> Audrey Lust increased by 2 </span><</speech>>
She looks at you with an intrigued expression
<<audrey>> I thought you were the "play dead" type, but it seems like I
was mistaken. So, let's get straight to the point, shall we? <</audrey>>
<img src="https://dl.phncdn.com/gif/41132441.gif" style="width: 90%; height: 70%;">
<img src="https://el.phncdn.com/gif/44108631.gif" style="width: 90%; height: 70%;">
She lower your pants and get on her knees, and you already is rock hard
<<audrey>> Already?? I like that <</audrey>>
She starts sucking your dick
<img src="https://dl.phncdn.com/gif/18563281.gif" style="width: 90%; height: 70%;">
</div>
[[Her mounth feels amazing]]<div style="text-align: center;">
She goes deeper
<img src="https://dl.phncdn.com/gif/41132601.gif" style="width: 90%; height: 70%;">
<i> Her mouth feels amazing </i>
<<linkreplace "Continue">> She get up and start rubbing her ass agains your cock.
<img src="https://el.phncdn.com/gif/40375321.gif" style="width: 90%; height: 70%;">
<<audrey>> This is just a tease of what you will get if continue like that...<</audrey>>
[[No wonder why i should stop, then]]
<</linkreplace>>
</div><div style="text-align: center;">
She lower your pants and get on her knees, and you already is rock hard
<img src="https://el.phncdn.com/gif/44108631.gif" style="width: 90%; height: 70%;">
<<audrey>> You see? There is that potential I've talked about <</audrey>>
[[I can't belive this is happening]]
</div><div style="text-align: center;">
She start sucking your dick, and you cant do shit about it
<img src="https://dl.phncdn.com/gif/18563281.gif" style="width: 90%; height: 70%;">
She goes deeper
<img src="https://dl.phncdn.com/gif/41132601.gif" style="width: 90%; height: 70%;">
<<linkreplace "Continue">> She suddenly stops and starts rubbing her ass agains your cock
<img src="https://el.phncdn.com/gif/40375321.gif" style="width: 90%; height: 70%;">
<<audrey>> Do you like it? <</audrey>>
<<name>> yeah... <</name>>
<<audrey>> Sad for you, today YOU will fuck me anyway i want, not the opposite. <</audrey>>
<<set $namesub += 1>>
<<speech>><span style="color:pink"> Submission increased by 1 </span><</speech>>
<<set $aureylust += 1>>
<<speech>><span style="color:purple"> Audrey Lust increased by 1 </span><</speech>>
[[Oh man...]]
<</linkreplace>>
</div><div style="text-align: center;">
She Sit over the desk and calls you
<<audrey>> Come fuck my pussy now <</audrey>>
You go and do as she says.
<img src="https://dl.phncdn.com/gif/18563401.gif" style="width: 90%; height: 70%;">
<<audrey>> Harder! <</audrey>>
<img src="https://el.phncdn.com/gif/41132781.gif" style="width: 90%; height: 70%;">
<<audrey>> oh yes... fuck me faster! <</audrey>>
<<linkreplace "Go hard">> You go as fast as you can.
<img src="https://dl.phncdn.com/gif/41132761.gif" style="width: 90%; height: 70%;">
<<audrey>> YEAHh, just like that!! You like fucking your teacher pussy, don't you? You little pervert.. <</audrey>>
[[Im gonna cum soon]]
<</linkreplace>>
</div><div style="text-align: center;">
<<set $namedom +=1>>
<<set $audreylust += 1>>
<<speech>><span style="color:red"> Domination increased by 1 </span>
<span style="color:purple"> Audrey Lust increased by 1 </span><</speech>>
You put her over the desk and start fucking her pussy
<img src="https://dl.phncdn.com/gif/18563401.gif" style="width: 90%; height: 70%;">
<<audrey>> Fuck my tigh pussy as hard you can, please <</audrey>>
<<linkreplace "As you wish">> You start pounding her harder
<img src="https://dl.phncdn.com/gif/41132781.gif" style="width: 90%; height: 70%;">
<<audrey>> Fuuuuuckkkk, your dick is stretching me out <</audrey>>
[[Keep fucking her]]
<</linkreplace>>
</div><div style="text-align: center;">
<<audrey>> Oh my god, you gonna make me cum if you keep fucking me like this <</audrey>>
<img src="https://dl.phncdn.com/gif/18563371.gif" style="width: 90%; height: 70%;">
<<linkreplace"I'll keep fucking you till you cum your brains out, slut.">>
<<set $namedom +=1>>
<<set $audreylust += 4>>
<<speech>><span style="color:red"> Domination increased by 1 </span>
<span style="color:purple"> Audrey Lust increased by 4 </span><</speech>>
<<audrey>> OMG IM GONNA CUM <</audrey>>
<img src="https://el.phncdn.com/gif/41132671.gif" style="width: 90% height: 70%;">
<<name>> Me too <</name>>
[[Cum on her pussy]]
<</linkreplace>>
</div><div style="text-align: center;">
<<audrey>> PLEASE CUM ALL OVER MY PUSSY <</audrey>>
<img src="https://dl.phncdn.com/gif/41134221.gif" style="width: 90%; height: 70%;">
<<audrey>> Now I will have to walk all day with your cum over my pussy and panties... Loved this <</audrey>>
<<linkreplace "Get dressed">>
Both of you get dressed
<<audrey>> You need to come over my place, you know? I just need to get rid of my husband. I'll let you know when <</audrey>>
<<set $charisma += 1>>
<<speech>><span style="color:yellow"> Charisma increased by 1 </span><</speech>>
<i> This is getting interesting </i>
[[Go to hallway]]
<</linkreplace>>
</div><div style="text-align: center;">
<<name>> Mr. Audrey, im gonna cum! <</name>>
<<audrey>> Oh, already? Alright,just because you as beign a good boy, i will let you cum over my pussy. But don't get used to it, boy <</audrey>>
<img src="https://el.phncdn.com/gif/41132671.gif" style="width: 90%; height: 70%;">
<<audrey>> Come on, cum on your teacher tigh pussy... let me feel your hot cum on me <3 <</audrey>>
<i> All this dirty talk, i cannot hold more! </i>
You cum all over her pussy
<img src="https://dl.phncdn.com/gif/41134221.gif" style="width: 90%; height: 70%;">
<<audrey>> Now you are my puppet. So if you want to continue on this university, you must everything i want you to do, understand? <</audrey>>
You nod in agreement, as if you have any other choice
<<audrey>> Now get dressed and get out of my sight <</audrey>>
<<set $audreylust += 1>>
<<set $namesub += 1>>
<<speech>><span style="color:pink"> Submission increased by 1 </span>
<span style="color:purple"> Audrey Lust increased by 1 </span><</speech>>
[[Do as her says]]
</div><div style="text-align: center;">
<img src="https://i.imgur.com/sIiVFkm.gif" style="width: 90%;
height: 70%;">
<i> Man, this was something.. </i>
[[Hallway]]
</div>
<<AdvancePeriod>><div style="text-align: center;">
You get dressed and leave the classroom as fast as possible.
<i> I need to do something! Or maybe if i do, she can tell the principal... I'm totally screwed </i>
[[Go to Hallway | Hallway ]]
</div>
<<AdvancePeriod>>Double-click this passage to edit it./*
*<<now>>
*
* Displays the current Day of Week, Period of Day and Day Number.
*/
<<widget "now">>
\It is <<print setup.DAYS[$day % 7]>>, <<print setup.PERIODS[$period]>>, Day $day.
<</widget>>
<<widget "nowbed">>
\<<print setup.DAYS[$day % 7]>>, <<print setup.PERIODS[$period]>>.
<</widget>>
/*
* <<AdvancePeriod [number of periods]>>
*
* Advance current Time Period by a set number of periods, if no number
* if pass to widget then current Time Period is advanced by 1 unit.
*
* <<AdvancePeriod>> Advances time period by 1 unit.
* <<AdvancePeriod 1>> Advances time period by 1 unit.
* <<AdvancePeriod 2>> Advances time period by 2 units.
*
* If the current day's time boundary is exceeded then the Day Number
* will also be updated.
*/
<<widget "AdvancePeriod">>
\<<silently>>
<<set _offset to 1>>
<<set _periodsInDay to setup.PERIODS.length>>
<<if $args.length > 0>>
<<set _offset to $args[0]>>
<</if>>
<<set $period += _offset>>
/% Update the Day Number as necessary. %/
<<if $period >= _periodsInDay>>
<<set $day += Math.trunc($period / _periodsInDay)>>
<<set $period to ($period % _periodsInDay)>>
<</if>>
<</silently>>\
<</widget>>
/*
* <<NextMorning>>
*
* Advances the current Time Period to the Morning of the next day.
*/
<<widget "NextMorning">>
\<<silently>>
/% Increament the Day Number by 1 unit. %/
<<set $day += 1>>
/%
Set the current Time Period to the index of the
"Morning" element of setup.PERIODS array.
%/
<<set $period to 1>>
<</silently>>\
<</widget>><div style="text-align: center;">
<img src="https://i.imgur.com/qvJ8Dvn.jpg" style="width: 90%; height: 70%;">
[[Study]]
[[See some Porn]]
[[Train your speech]]
[[Return|Dormitory]]
<<if $patreon1 is 2>>
[[Cheat Menu|Cheat HighTier]]
<<elseif $patreon1 is 1 >>
[[Cheat Menu|Cheat]]
<<else>>
<span style="color: red"> Become a Patreon to unlock Cheat Menu </span>
<</if>>
[[Insert Cheat Code]]
</div><div style="text-align: center;">
<<nobr>>
<<switch random(1, 12)>>
<<case 1>>Why i have to dream with my ex.
<img src="images/gifs/27705.gif" style="width: 90%; height: 70%;">
<<case 2>>Bro...
<img src="images/gifs/6919.gif" style="width: 90%; height: 70%;">
<<case 3>>I wish someone give me this today
<img src="images/gifs/25310.gif" style="width: 90%; height: 70%;">
<<case 4>> I already imagine who will do this
<img src="images/gifs/38614.gif" style="width: 90%; height: 70%;">
<<case 5>> What was that?!
<img src="images/gifs/22462.gif" style="width: 90%; height: 70%;">
<<case 6>>I need someone ride me like this!
<img src="images/gifs/37528.gif" style="width: 90%; height: 70%;">
<<case 7>>I will fuck that teacher like this someday
<img src="images/gifs/11680.gif" style="width: 90%; height: 70%;">
<<case 8>>You fall asleep, and have a "nice" dream.
<img src="images/gifs/21966.gif" style="width: 90%; height: 70%;">
<<case 9>>You fall asleep, and have a "nice" dream.
<img src="images/gifs/3612.gif" style="width: 90%; height: 70%;">
<<case 10>>You fall asleep, and have a "nice" dream.
<img src="images/gifs/35671.gif" style="width: 90%; height: 70%;">
<<case 11>>You fall asleep, and have a "nice" dream.
<img src="images/gifs/4747.gif" style="width: 90%; height: 70%;">
<<case 12>>You fall asleep, and have a "nice" dream.
<img src="images/gifs/32254.gif" style="width: 90%; height: 70%;">
<<default>>
Blah. Something went wrong if this is shown.
<</switch>>
<</nobr>>
</div>
<<NextMorning>>
[[Wake Up|Dormitory]]<div style="text-align: center;">
<<if $period is 0 >> You should go to sleep
[[Sleep till next Morning]]
<<elseif $period is 5>>You should go to sleep
[[Sleep till next Morning]]
<<else>>
<<nobr>>
<<switch random(1, 3)>>
<<case 1>>You have studied for some time.
<img src="https://media.tenor.com/JTLKZlNyuOwAAAAM/study.gif" style="width: 90%; height: 70%;">
<<set $intelligence += 1>>
<span style="color:azure"> Your intelligence increased by 1</span>
<<case 2>>You have studied for some time.
<img src="https://media.tenor.com/nflVTtZ3SXUAAAAC/studying-reading.gif" style="width: 90%; height: 70%;">
<<set $intelligence += 1>>
<span style="color:azure"> Your intelligence increased by 1</span>
<<case 3>>You have studied for some time.
<img src="https://media.tenor.com/vqPBNO2hMbsAAAAC/school-time-to-learn.gif" style="width: 90%; height: 70%;">
<<set $intelligence += 1>>
<span style="color:azure"> Your intelligence increased by 1</span>
<<case 4>>You have studied for some time.
<img src="https://media.tenor.com/JTLKZlNyuOwAAAAM/study.gif" style="width: 90%; height: 70%;">
<<set $intelligence += 2>>
<span style="color:azure"> Your intelligence increased by 2</span>
<<default>>
Blah. Something went wrong if this is shown.
<</switch>>
<</nobr>>
[[Use the Computer]]
<<AdvancePeriod>>
</div>
<</if>>
<div style="text-align: center;">
<<if $period is 0 >> You should go to sleep
[[Sleep till next Morning]]
<<elseif $period is 5>>You should go to sleep
[[Sleep till next Morning]]
<<else>>
<<nobr>>
<<switch random(1, 12)>>
<<case 1>>You see some porn
<img src="images/gifs/27705.gif" style="width: 90%; height: 70%;">
<<case 2>>You see some porn
<img src="images/gifs/6919.gif" style="width: 90%; height: 70%;">
<<case 3>>You see some porn
<img src="images/gifs/25310.gif" style="width: 90%; height: 70%;">
<<case 4>> You see some porn
<img src="images/gifs/38614.gif" style="width: 90%; height: 70%;">
<<case 5>> You see some porn
<img src="images/gifs/22462.gif" style="width: 90%; height: 70%;">
<<case 6>>You see some porn
<img src="images/gifs/37528.gif" style="width: 90%; height: 70%;">
<<case 7>>You see some porn
<img src="images/gifs/11680.gif" style="width: 90%; height: 70%;">
<<case 8>>You see some porn
<img src="images/gifs/21966.gif" style="width: 90%; height: 70%;">
<<case 9>>You see some porn
<img src="images/gifs/3612.gif" style="width: 90%; height: 70%;">
<<case 10>>You see some porn
<img src="images/gifs/35671.gif" style="width: 90%; height: 70%;">
<<case 11>>You see some porn
<img src="images/gifs/4747.gif" style="width: 90%; height: 70%;">
<<case 12>>You see some porn
<img src="images/gifs/32254.gif" style="width: 90%; height: 70%;">
<<case 13>>You see some porn
<img src="https://cdn.porngifs.com/img/29858" style="width: 90%; height: 70%;">
<<case 14>>You see some porn
<img src="https://cdn.porngifs.com/img/22215" style="width: 90%; height: 70%;">
<<case 15>>You see some porn
<img src="https://cdn.porngifs.com/img/30094" style="width: 90%; height: 70%;">
<<case 16>>You see some porn
<img src="https://cdn.porngifs.com/img/28569" style="width: 90%; height: 70%;">
<<case 17>>You see some porn
<img src="https://cdn.porngifs.com/img/5998" style="width: 90%; height: 70%;">
<<case 18>>You see some porn
<img src="https://cdn.porngifs.com/img/16100" style="width: 90%; height: 70%;">
<<case 19>>You see some porn
<img src="https://cdn.porngifs.com/img/37462" style="width: 90%; height: 70%;">
<<case 20>>You see some porn
<img src="https://cdn.porngifs.com/img/3023" style="width: 90%; height: 70%;">
<<case 21>>You see some porn
<img src="https://cdn.porngifs.com/img/37156" style="width: 90%; height: 70%;">
<<case 22>>You see some porn
<img src="https://el.phncdn.com/gif/44085741.gif" style="width: 90%; height: 70%;">
<<default>>
Blah. Something went wrong if this is shown.
<</switch>>
<<AdvancePeriod>>
<</nobr>>
[[Use the Computer]]
<</if>>
</div><div style="text-align: center;">
<<if $period is 0 >> You should go to sleep
[[Sleep till next Morning]]
<<elseif $period is 5>>You should go to sleep
[[Sleep till next Morning]]
<<else>>
<<nobr>>
<<switch random(1, 4)>>
<<case 1>>You talk to yourself in the mirror.
<img src="https://i.imgur.com/jVsrl5M.gif" style="width: 90%; height: 70%;">
<<set $charisma += 2>>
<<speech>><span style="color:yellow"> Your charisma increased by 2</span><</speech>>
<<case 2>>You talk to yourself in the mirror.
<img src="https://i.imgur.com/cunwGkC.gif" style="width: 90%; height: 70%;">
<<set $charisma += 1>>
<<speech>><span style="color:yellow"> Your charisma increased by 1</span><</speech>>
<<case 3>>You talk to yourself in the mirror.
<img src="https://i.imgur.com/njUn4DR.gif" style="width: 90%; height: 70%;">
<<set $charisma += 1>>
<<speech>><span style="color:yellow"> Your charisma increased by 1</span><</speech>>
<<case 4>>You have studied for some time.
<img src="https://i.imgur.com/ccbCOVU.gif" style="width: 90%; height: 70%;">
<<set $charisma += 1>>
<<speech>><span style="color:yellow"> Your charisma increased by 1</span><</speech>>
<<default>>
Blah. Something went wrong if this is shown.
<</switch>>
<</nobr>>
[[Use the Computer]]
<<AdvancePeriod>>
</div>
<</if>><div style="text-align: center;">
<<if (($period === 0 || $period === 5) || ($day === 0 || $day === 6))>>
<h4>The door is locked</h4>
<img src="https://media.tenor.com/yLL_6_-k3MoAAAAC/cinderella-locked-out.gif" style="width: 100%; height: 30%;">
<<elseif $visitedprincipal is 0 and $namedom >=3 >>
When you enter, the Principal is on her chair, waiting for you.
<img src="images/gifs/44085711.gif" style="width: 100%; height: 30%;">
<<principal>> Hello $name, my name is Harlow Harrison, but you can call me Mrs. Harrison. So, How are you doing? I hope you're adapting well at our university on your first day. So, before we discuss what we need to, i would like to ask you:
<b> How was your first class today? Did everything go alright? </b>
She looks with curiosity to you<</principal>>
[[Nothing happened Mrs. Harrison]]
<<set $visitedprincipal to 1>>
<<elseif $visitedprincipal is 0 and $namedom <=3 >>
<h4>You entered the Principal's Office</h4>
When you enter, the Principal is on her chair, waiting for you.
<img src="images/gifs/44085711.gif" style="width: 100%; height: 30%;">
<<principal>> Hello $name, my name is Harlow Harrison, but you can call me Mrs. Harrison. So, How are you doing? I hope you're adapting well at our university on your first day. So, before we discuss what we need to, i would like to ask you:
<b> How was your first class today? Did everything go alright? </b>
She looks with curiosity to you<</principal>>
[[Eh.. N-Nothing happened Mrs. Harrison, why do you ask?]]
<<set $visitedprincipal to 1>>
/*==============DEVELOPMENT======================*/
<<elseif $needtalkp is 1>>
The Principal is again, waiting for you in his desk.
<<principal>> Hello again, $name. Is everything allright? I hope so.
I called you here today just to reassure you that with me, you have complete openness to talk about anything that happens to you here at my university. <</principal>>
She says this as she walks around his table, approaching you
<img src="images/gifs/principal/1.gif" style="width: 100%; height: 30%;">
<<principal>>I admire those who make an effort to achieve their goals, and I believe you could be one of them. So I will do everything within my reach to make your experience here as positive as possible <</principal>>
She says this with a <b>caring tone</b>, as if she really wants you to feel good.
<<principal>> Here, let me show you how bad i want you to get along here<</principal>>
<img src="images/gifs/principal/2.gif" style="width: 100%; height: 30%;">
<div id="principal1">\
<<link "No need to repeat. Your wish is an Order">>
<<replace "#principal1">>
<img src="images/gifs/principal/3.gif" style="width: 100%; height: 30%;">
<<principal>> Sounds like the big guy down here is starting to feel good already Haha. <</principal>>
She smirks at you.
<<principal>> Let me taste you, honey <</principal>>
<img src="images/gifs/principal/4.gif" style="width: 100%; height: 30%;">
You feel her hot mounth around your cock. Her tongue is stroking it inside her mounth.
<<principal>> It is good, isn't? I take really good care of my students, specially of the "Special ones". <</principal>>
She gives a little malicious smile and continue.
<img src="images/gifs/principal/5.gif" style="width: 100%; height: 30%;">
She suddently stops, ending with a lick on the tip, and looks at you.
<<principal>> This is just a tease, $name, a tease of how much I care for my students. Stay here with us, and I'll take personal care of you. And maybe if you get good grades, I will end what we started and maybe I finish you. <</principal>>
She smiles at you and get dressed again, as nothing have happened.
<<principal>>So, Mr.$name, is there anything else I can help you with? If no, I may ask you to leave my office. <</principal>>
<<name>> Thank you... Principal Harrison... <</name>>
You get out of the office, unsure of what just happened.
<<set $abellamessage1 to 2>>
<<set $newmessage to 1>>
<<AdvancePeriod>>
[[Leave|Hallway]]
</div>
<</replace>><</link>>
<<else>>
Seems like the Principal is not here
</div>
<</if>><div style="text-align: center;">
<<name>> Not at all, Mrs. Harrison. It may just take me a while to get used to everything here. It's just all so new.<</name>>
<<principal>> Wonderful! I asked you because some new students before you have had, let's say, a turbulent start here.<</principal>>
After she says this, you can imagine why
<<name>> I cannot imagine why. This is such a good place! Great teachers and, as it seems, a very good principal.<</name>>
You say that while you look at her cleavage
She look at your eyes while bites her pencil
<<principal>> Are you very flirtatious, or is it just my impression?<</principal>>
<div id="justcalling">\
<<link "I'm just calling it as I see it">>
<<replace "#justcalling">>
<<name>> I'm just calling it as I see it, Mr. Harrison. <</name>>
<img src="images/gifs/44121291.gif" style="width: 100%; height: 30%;">
She opened her mouth as if she was going to say something, but you could see that she changed her words and ended up saying something completely different.
<<principal>> Alright, honey. Thanks for the chat. Now, I think you should go and get to know the place where you'll be staying for a while, don't you think? If you need anything, you know where to find me. Bye!<</principal>>
<<AdvancePeriod>>
<<set $namedom += 1>>
<<set $charisma += 2>>
<<set $harrisonlust +=1>>
<<speech>><span style="color:red">Your Dominance increased by 1 </span>
<span style="color:yellow">Your Charisma increased by 2 </span>
<span style="color:purple"><b>Harrison Lust increased by 1</b> <</speech>></span>
[[To Hallway |Hallway]]
<</replace>>
<</link>>
</div><div style="text-align: center;">
<<name>>Eh.. N-Nothing happened Mrs. Harrison, why do you ask?<</name>>
<<principal>> Nothing, its just im worried about my new sl... students. So, How are you felling about this new phase of your life? <</principal>>
She looks deep into your soul while saying this, as if she owns you.
<<set $namesub += 1>>
<span style="color:pink"> Submission increased by 1 </span>
<<name>> I-I still don't know how I feel, but I suppose I need to feel good about getting closer to my dream. <</name>>
<<principal>> Yeah... But what is your true desi... I mean dream<</principal>>
<i> She doesn't take her eyes off me, and she doesn't even blink until I answer. </i>
<<name>> I think my dream is to become a successful doctor, Mr. Harrison <</name>>
She gives a little and "malicious" smile
<<principal>> Sure, sure, be a doc... <i> And mine is to turn you into my sex puppet. </i> Well, thanks for the chat, but now you need to get used to all places on our university. So go on, and if you need me <i> or i need you </i>, you know where find me<</principal>>
<<set $harrisonlust += 3>>
<<speech>><span style="color:purple"> <b>Harrison lust increased by 3</b> </span><</speech>>
<<AdvancePeriod>>
[[To Hallway |Hallway]]
</div><div style="text-align: center;">
You know this can be an opportunity to get some pussy.
<<name>> Sure! It is [...] <</name>>
When you're spelling your number to her, the teacher listens and turns to you two
<<audrey>> <span style="color:pink"> Abella </span>and $name, you two can please shut up? I'm trying to teach here. At least teach the ones who really are interessed. And if you don't, please leave my class! But if you leave, don't forget to go to the Principal's Office <</audrey>>
She says that whith fury in her eyes.
<<abella>> No problem, "Mrs. Noir" <</abella>>
<i> "Am I crazy, or does she say that as if she's challenging the teacher? </i>
<<abella>> Come handsome, let's talk where no one can bother us, shall we? <</abella>>
She takes you by the hand and both of you leave the class
[[Continue|tobathroom]]
<<if $namedom <= 3>>
<<set $namedom += 2>>
<<set $furyaudrey to 1>>
<<set $abellalust +=1>>
<<speech>><span style="color:red"> Your dominance increased by 2 </span>
<span style="color:yellow"> Your charisma increased by 1 </span>
<span style="color:purple"> Abella Lust increased by 1 </span><</speech>>
<<else>>
<<set $namedom +=1>>
<<set $abellalust +=1>>
<<set $charisma +=1>>
<<speech>><span style="color:red"> Your dominance increased by 1 </span>
<span style="color:yellow"> Your charisma increased by 1 </span>
<span style="color:purple"> Abella Lust increased by 1 </span><</speech>>
<</if>>
<<AdvancePeriod>>
</div><div style="text-align: center;">
<<random>> Hi honey! Remember me? <i> she smirks </i> I must ask you, can you give me your number? <</random>>
<<if $namedom >=3>>
[[Give her your number]]
<span style="color: grey">The teacher may not like this</span> - You care too little due to your high dominance.
<<else>>
[[I can't let Mr. Noir blackmail me! Give the number|Give her your number]]
[[The teacher may not like this]]
<</if>>
</div><div style="text-align: center;">
<<name>> S-sorry, I have.. I have a girlfriend <</name>>
The girl smirks at you
<<random>> No worries, I am not the jealous type <</random>>
As she laughs, the teacher look at you two with a piercing gaze.
<<audrey>> $name and <span style="color: pink" Abella </span>, is my lesson too boring for you two? <</audrey>>
You are panicked, knowing what waits for you if continue like that. For your luck, the girl answer the teacher
<<abella>> Of course not Mrs. Noir! It is just $name, he doesn't understanded some technical terms, and i'm helping him <</abella>>
The teacher narrows her eyes, in a clear suspicion
<<audrey>> Of course, of course... If he doesn't understand something about MY lesson, he should direct the question to ME, the TEACHER. Is that clear? <</audrey>>
She was clearly angered with the answer
<<abella>> Sure, Mrs. Noir, sure... <</abella>>
She answer with a "bored" voice.
<<audrey>> And you, $name, is that clear? <</audrey>>
She says like knowing you are panicked inside
<<name>> Y-yes.. Mrs. Noir, sorry about that, it will never happen again <</name>>
<<abella>> <i> What's wrong with this guy? I need to find out </i> <</abella>>
The lesson continues until the bell rings.
<<set $namesub += 2>>
<<speech>><span style="color:pink"> Submission increased by 2 </span><</speech>>
[[Get up and leave]]
<<AdvancePeriod>>
</div><div style="text-align: center;">
Sounds like a <i>dejavú</i>, when you exiting the class, Mrs.Noir calls you again.
<<audrey>> $name, i don't know what you have done, but the Principal needs to talk to you. And last warning: I don't want you talking wi that slut. For noy you escaped my punishment, but don't get used to this <</audrey>>
<<set $needtalkp to 1>>
<<AdvancePeriod>>
[[Go to Hallway|Hallway]]
</div><div style="text-align: center;">
She pulls you by the hand into a cabin in the girls' bathroom
<<abella>> We don't have much time, so let's get down to business. <</abella>>
She's a monster! While you process her words, she's already had your dick on her mouth!
<img src="images\gifs\Abella\afmrz-5brt0.gif" style="width: 90%; height: 70%;">
<<abella>> I just met you, but ever since you entered our class, I've been waiting for this moment, the moment when I finally put your huge dick in my mouth, all the way down my throat <</abella>>
You don't have any time to react, she's just doing what she wants, and you love that!!
<<abella>> Fuck my mouth with this monster, please!! I need it <</abella>>
<div id="abellafuck">\
<<link "No need to repeat. Your wish is an Order">>
<<replace "#abellafuck">> You give a malicious smile at her, while starts to fuck her mouth and throat.
<img src="images\gifs\Abella\25894195.gif" style="width: 90%; height: 70%;">
You keep doing this until you almost done. Then you stop and put her on the wall
<<name>> Your mouth is amazing! Now i want to see this pussy <</name>>
When you go penetrate her, she takes the control and.. well...
<img src="images\gifs\Abella\aa3ri-q4pj4.gif" style="width: 90%; height: 70%;">
You know you are a dominant guy, but this girl... Is another level.
<<abella>> Your dick is so big, i can do this all day... <</abella>>
[[She lays you down|abellalay]]
<</replace>><</link>></div><div style="text-align: center;">
<<abella>> Here, let me give you the ride of your life<</abella>>
<img src="images\gifs\Abella\ad2df-43szc.gif" style="width: 90%; height: 70%;">
<<abella>> What happened to you, handsome? Has the cat eat your tongue? Hahaha <</abella>>
As she says that, she rides faster. But you know she can't get out of this that easy after what she said, so you start thrusting agains her tight pussy.
<img src="images\gifs\Abella\26034345.gif" style="width: 90%; height: 70%;">
<<abella>> Oh my, this is what i needed!! Im cumming!!! <</abella>>
You feel her hot juice running down your dick, and this takes you to your limit.
<<name>> I'm gonna cum soon, where you want it? <</name>>
She doesn't say anything, just get of you and open her mouth
<<abella>> Here! I want your cum all over my face!! <</abella>>
<img src="images\gifs\Abella\27879095.gif" style="width: 90%; height: 70%;">
<<abella>> So yummy... and so hot... I want more of this! <i> She laughs </i> I will call you soon, so you can save my number because I need more of your... big boy here. <i> She laughs again while get dressed and get out of the bathroom </i> <</abella>>
While you get dressed, you start to think
<<name>> <i> I know I like to be dominant and I'm not usually a big fan of dirty talk, but man... this girl is changing my mind... </i> <</name>>
As you get dressed, you leave the bathroom back to hallway.
<<set $abellalust +=5>>
<<speech>><span style="color:purple"> Abella Lust increased by 5</span><</speech>>
[[Hallway]]
<<AdvancePeriod>>
<<set $getabellanumber to 1>>
<<set $fkdabella to 1>>
<<set $needtalkp to 1>>
</div><div style="text-align: center;">
<h1> Starting Cheats! </h1>
<i>IF you want realtionship cheats and more bonuses, consider upgradnig your patreon tier!! It will help me so much!!</i>
<h2> Player Starting Cheats </h2>
[[Increase Dominance by 20]]
[[Increase Submission by 20]]
[[Increase strength by 20]]
[[Increase Intelligence by 20]]
[[Return|Use the Computer]]
<span style="color: pink;"><i><b>Thank you so much for you amazing support <3 </i></b></span>
</div><h1> Full cheats</h1>
<span style="color: pink;"><i><b>Thank you so much for you amazing support <3 </i></b></span>
<h2> Player Full Cheats </h2>
[[Increase Dominance by 20]]
[[Increase Submission by 20]]
[[Increase strength by 20]]
[[Increase Intelligence by 20]]
[[Increase Charisma by 20]]
[[Increase Sneak by 20]]
<h2> Relationship Cheats </h2>
[[Set Mandy lust to 100]]
[[Set Audrey lust to 100]]
[[Set Principal lust to 100]]
[[Set Abella lust to 100]]
[[Return|Use the Computer]]<span style="color: orange;"> Dominance increased by 20! </span>
<<set $namedom += 20>>
<span style="color: pink;"><i><b>Thank you so much for you amazing support <3 </i></b></span>
<<button "Return">>
<<if $patreon1 is 1>>
<<goto "Cheat">>
<<elseif $patreon1 is 2>>
<<goto "Cheat HighTier">>
<</if>>
<</button>><</if>><span style="color: orange;"> Submission increased by 20! </span>
<<set $namesub += 20>>
<span style="color: pink;"><i><b>Thank you so much for you amazing support <3 </i></b></span>
<<button "Return">>
<<if $patreon1 is 1>>
<<goto "Cheat">>
<<elseif $patreon1 is 2>>
<<goto "Cheat HighTier">>
<</if>>
<</button>><span style="color: orange;"> strength increased by 20! </span>
<<set $strength += 20>>
<span style="color: pink;"><i><b>Thank you so much for you amazing support <3 </i></b></span>
<<button "Return">>
<<if $patreon1 is 1>>
<<goto "Cheat">>
<<elseif $patreon1 is 2>>
<<goto "Cheat HighTier">>
<</if>>
<</button>><span style="color: orange;"> Intelligence increased by 20! </span>
<<set $intelligence += 20>>
<span style="color: pink;"><i><b>Thank you so much for you amazing support <3 </i></b></span>
<<button "Return">>
<<if $patreon1 is 1>>
<<goto "Cheat">>
<<elseif $patreon1 is 2>>
<<goto "Cheat HighTier">>
<</if>>
<</button>><span style="color: orange;"> Charisma increased by 20! </span>
<<set $charisma += 20>>
<span style="color: pink;"><i><b>Thank you so much for you amazing support <3 </i></b></span>
<<button "Return">>
<<goto "Cheat HighTier">>
<</button>><span style="color: orange;"> Sneak increased by 20! </span>
<<set $sneak += 20>>
<span style="color: pink;"><i><b>Thank you so much for you amazing support <3 </i></b></span>
<<button "Return">>
<<goto "Cheat HighTier">>
<</button>><span style="color: purple;"> Mandy lust now is 100! </span>
<<set $mandylust to 100>>
<span style="color: pink;"><i><b>Thank you so much for you amazing support <3 </i></b></span>
<<button "Return">>
<<goto "Cheat HighTier">>
<</button>><span style="color: purple;"> Audrey lust now is 100! </span>
<<set $audreylust to 100>>
<span style="color: pink;"><i><b>Thank you so much for you amazing support <3 </i></b></span>
<<button "Return">>
<<goto "Cheat HighTier">>
<</button>><span style="color: purple;"> Principal lust now is 100! </span>
<<set $harrysonlust to 100>>
<span style="color: pink;"><i><b>Thank you so much for you amazing support <3 </i></b></span>
<<button "Return">>
<<goto "Cheat HighTier">>
<</button>><span style="color: purple;"> Abella lust now is 100! </span>
<<set $abellalust to 100>>
<span style="color: pink;"><i><b>Thank you so much for you amazing support <3 </i></b></span>
<<button "Return">>
<<goto "Cheat HighTier">>
<</button>><<set _answer to "PTRST8">>
<<set _answer to "PTRFK6523148">>
What is the cheat code?
<<textbox "_answer" "">>
<<button "Check Code">>
<<if _answer is "PTRFK6523148">>
<<set $patreon1 to 2>>
<<goto "Cheat HighTier">>
<<elseif _answer is "PTRST8">>
/% Sends player to cheats passage. %/
<<set $patreon1 to 1>>
<<goto "Cheat">>
<<else>>
/% Prompts player to say the code is incorrect. %/
<<script>>UI.alert("That wasn't the code.");<</script>>
<</if>>
<</button>>In developmentIn development<<if $abellaroom is 0>>
I cannot go there now
[[Return|Hallway]]
<</if>><div style="text-align: center;">
<img src="images/phone.jpg" style="width: 90%; height: 70%;">
<<if $newmessage is 0>>
You don't have any new message!
<<elseif $newmessage is 1>>
You got a new message!
<</if>>
[[Messages]]
[[Contacts]]
</div><<message>>
<div class="message from">
<span class="sender">Sender Name</span>
Message content from the sender
</div>
<div class="message to">
<span class="sender">Recipient Name</span>
Message content from the recipient
</div>
<</message>>
<div style="text-align: center;"><header><span class="left">Messages</span><h2>Patreons</h2><span class="right">Contact</span></header></div>
<div class="messages-wrapper">
<<timed 1s>>
<<next>><div class="message from">The beginning of the phone messages is on the way.</div>
<<next>><div class="message from">A lot of the game will start here.</div>
<<next>><div class="message to">And there will be some events too.</div>
<<next>><div class="message from">I will try to release the next update as soon as possible.</div>
<<next>><div class="message to">But I would like to have already included the phone system, or at least the start of it.</div>
<<next>><div class="message to">But that's it! I'll keep you guys updated on the Devlogs! Our website will also have a DevLog section too <3.</div>
<<next>><div class="message to">That's all for now! See you soon and thanks for your support <3.</div>
<</timed>>
<div style="text-align: center;">
<<if $abellamessage1 is 2>>
[[Open Abella chat|abellachat]]
<<elseif $abellamessage1 is 1>>
[[Chat Abella|abellachathistory]]
<<else>>
You don't have any message.
<</if>>
</div><div style="text-align: center;">
<<if $getabellanumber is 1>>
[[Abella|abellachathistory]]
<<else>>
You don't have any contacts. Go make new friends!
<</if>>
</div>Double-click this passage to edit it.<div style="text-align: center;"><header><span class="left">[[Messages]]</span><h2>Abella</h2><span class="right">[[Contacts]]</span></header></div>
<div class="messages-wrapper">
<<timed 1s>>
<<next>><div class="message from">Hey handsome, are you free now?</div>
<<next>><div class="message to"><span class="link">[[Hi Abella! For you? Always 😘|Hi Abella! For you? Always 😘]]</span></div>
<</timed>>
<div style="text-align: center;"><header><span class="left">[[Messages]]</span><h2>Abella</h2><span class="right">[[Contacts]]</span></header></div>
<div class="messages-wrapper">
<div class="message from">Hey, handsome. Are you free now?</div>
<div class="message to">Hi, Abella! For you? Always. 😘</div>
<<timed 1s>><<next>><div class="message from"> I liked that. 😈 Can you come to my place?</div>
<<next>><div class="message from"> Like, right now?</div>
<<next>><div class="message from"> Pleaseeeeee. 🥰</div>
<<next>><div class="message to"> What do you want?</div>
<<next>><div class="message from"> Just come here, honey, okay? You will like it here, I promisse...</div>
<<next>><div class="message to"><span class="link">[[I think so]]</span></div>
</div><</timed>>
<<set $abellamessage1 to 1>>
<<set $newmessage to 0>>
<div style="text-align: center;">
<<set $abellaroom to 1>>
As she sends you the location, you rush through the hallway to get there.
<img src="images/corridor.gif" style="width: 90%; height: 70%;">
<i> Something tells you that you will really like her dorm... </i>
[[You reach her place]]
</div><div style="text-align: center;">
You knock the door
<img src="images/knock.gif" style="width: 90%; height: 70%;">
The door is slightly open and no one answers it. So you enter slowly.
<div id="enterdormab">
<<link "Woah...">>
<<replace "#enterdormab">>
<img src="images/gifs/abella/dress.gif" style="width: 90%; height: 70%;">
<i>She's right. I will really like it here.</i>
[[Keep looking]]
<</replace>><</link>>
</div><div style="text-align: center;">
You eyes are fixed on that ass.
<img src="images/gifs/abella/dress1.gif" style="width: 90%; height: 70%;">
<<set $sneak += 1>>
<<speech>>Your Sneak increased by 1<</speech>>
Suddenly, you hear:
<<random>> Do you like what you see? Don't you? Why don't you come over here to enjoy more? <</random>>
You are so focused on that booty that you don't realize this is not Abella.
You got stunned, then you got back to your senses when she pull you inside
<<random>> Hello?! Earth calling! hahah <</random>>
<<name>> Hi... Do we already know each other? <</name>>
<<random>> Names? I don't think so. Buuuut you already "know" my booty and my lingerie, so it's only fair that i get to know something too, dont you think? <</random>>
<img src="images/gifs/abella/39168.gif" style="width: 90%; height: 70%;">
<<random>> And don't you dare deny me. <</random>>
<<name>>I wouldn't dare to deny such a request, don't worry...<</name>>
<<random>>Besides, you wouldn't be able to.<</random>>
[[Continue|abelladormscene]]
</div><div style="text-align: center;">
She put your dick between her legs and start stroking you
<img src="images/gifs/abella/38484.gif" style="width: 90%; height: 70%;">
<<random>> Feels good? <</random>>
<<name>> You don't have idea...<</name>>
<<random>> Just wait to see what I'm capable <</random>>
She winks to you while getting on her knees
<img src="images/gifs/abella/38478.gif" style="width: 90%; height: 70%;">
<<random>> So tasty... <</random>>
<img src="images/gifs/abella/38486.gif" style="width: 90%; height: 70%;">
<i>This is cruel, but is so good man...</i>
<<random>> Don't you dare to cum now, I have more to do with this big boy here <</random>>
She smirks and start blowing you
<img src="images/gifs/abella/bj1.gif" style="width: 90%; height: 70%;">
<div id="randombj">\
<<link "Girl, I cannot handle much more...">>
<<replace "#randombj">>
<<name>> Girl, I cannot handle much more... <</name>>
She lies on the bed and pulls you by the legs.
<<random>> This is so sad... But allright, let me finish you. <</random>>
<img src="images/gifs/abella/38490.gif" style="width: 90%; height: 70%;">
<i> Her hand feels amazing, and this view... </i>
<<random>> If you wouldn't fuck me, at least cum all over my face <</random>>
<img src="images/gifs/abella/38900.gif" style="width: 90%; height: 70%;">
<<random>> Yess... All this hot cum all over me... <i> Love it </i> Here, let me clean you. <</random>>
<<name>> *panting* You drained me so fast, how you can do this? *panting* <</name>>
Both of you laugh
<<random>> I'm just skilled, honey, and you haven't seen half of what I can do. <</random>>
She smirks
<<random>> Well, I'm running late, so I have to go. If you're waiting for Abella, you can stay here. She'll be arriving soon. See you later, babe.<</random>>
<<name>> At least let me know your name? I'm $name.<</name>>
<<random>> Why does everyone need names, names, and more names? There's no need for it. I'm just the one who can suck you dry in less than 5 minutes! <i> she laughs </i> Byeee! <</random>>
[[She leaves the room]]
<</replace>><</link>></div><div style="text-align: center;">
She leaves, and you go sit on the bed, waiting for Abella to arrive.
<<name>> <i> Wtf just happened man?! I think I need to come here more often, lol </i> <</name>>
While you are lost in thoughts, Abella shows up. But she seems a little surprised.
<<abella>> Ohh, hey $name! I didn't expect you to be here before me. By the way, how did you get in? You're not the type of person who breaks into girls' dorms, are you? <i> She laughs </i> <</abella>>
<div id="abellaq1">
<<link "Just if they want">>
<<replace "#abellaq1">>
<<name>> I only break into those who want it. <i> You laugh </i> <</name>>
She bites her lips
<<abella>> Well, good to know <</abella>>
She says this looking inide your eyes. You can feel her lust.
A strange silence follows her words, and you feel the need to say something.
<<name>> Sooo... Why did you called me here? <</name>>
You see her snapping back to her senses.
<<abella>> Oh, sure, why I called you here... Uh... I need your help with... my studies... Yes, my studies. The exam is coming up soon, and I'm not that good on anatomy. <</abella>>
Abella stammers, attempting to articulate her reason for calling you. You can't help but wonder what happened to the confident girl you knew before.
<<if $namedom >=5>>
[[Anatomy? Are you serious?]]
<<elseif $namedom <=5>>
[[Sooo... You need my help to study?]]
<</if>>
<</replace>><</link>>
</div><div style="text-align: center;"><header><span class="left">[[Messages]]</span><h2>Abella</h2><span class="right">[[Contacts]]</span></header></div>
<div class="messages-wrapper">
<div class="message from">Hey, handsome. Are you free now?</div>
<div class="message to">Hi, Abella! For you? Always. 😘</div>
<div class="message from"> I liked that. 😈 Can you come to my place?</div>
<div class="message from"> Like, right now?</div>
<div class="message from"> Pleaseeeeee. 🥰</div>
<div class="message to"> What do you want?</div>
<div class="message from"> Just come here, honey, okay? You will like it here, I promisse...</div>
<div class="message to"><span class="link">I think so</span></div>
</div>
<div style="text-align: center;">
<<name>> The messages you sent me were all about helping you with anatomy? <</name>>
<<abella>> Y-yes... What do you think it could be? <</abella>>
You feel uncertainty in her voice
<i>So this girl is playing with me now? Allright, let's teach her anatomy then.</i>
<<name>> Allright, anatomy eh? So let's get started <</name>>
<<abella>> Oh, really? <</abella>>
She responds, soundigs a little disapointed.
<<name>> you don't want to learn anatomy? Well, then let me teach it to you! <</name>>
You get up and go to her
<<name>> First, your knees. Bend them. <</name>>
<<abella>> Wh-What? <</abella>>
Her expression is shifting between happiness and doubt.
<<name>> Are you deaf? Your knees! Get on your knees <</name>>
<img src="images/gifs/abella/subbj.gif" style="width: 90%;
height: 70%;">
Reluctantly, she obeys your command and gets down on her knees.
<<set $namedom +=1>>
<<speech>><span style="color: red"> Dominance increased by 1 </span><</speech>>
<<abella>> What now da.. $name? <</abella>>
<i> Is she going to say 'daddy'? Oh man... </i>
<<name>> The best way to understand the parts of our body is by seeing them. Don't you think so, Abella? <</name>>
<<abella>> I suppose so..." <</abella>>
<<name>> "So, let's learn about something you might already be familiar with, shall we? <</name>>
<<abella>> I don't think I understand (?) <</abella>>
<<name>> Ohh, you don't understand? Let me explain to you! <</name>>
You unzip your pants
[[Do you understand now?]]
</div><div style="text-align: center;">
You see a quick smile, but she soon changes to a worried expression.
<i> There is! She's roleplaying, I knew it </i>
<<abella>>B-b-but... This is not what I meant to say on that message! <</abella>>
<<name>> I don't care. You're mine now, and you will do everything I say from now on. Do you understand?<</name>>
<<abella>> Yes... <i>daddy</i> <</abella>>
She says this almost whispering, but you managed to hear it.
<<name>> You can call me Daddy if you want <</name>>
She smiles to you
<<name>> So, what are you waiting for? There's nothing more fair than you thanking me for allowing you to address me like this, don't you think? <</name>>
<<abella>> Th-Thank you..? <</abella>>
<<name>> I think I need to show you how to properly thank me. <</name>>
You shove your dick down her throat
<img src="images/gifs/abella/c785c0bdd4.gif" style="width: 90%;
height: 70%;">
<<abella>> Why you did that?? <</abella>>
<<name>> Did you already forget? I will do everything I want to you. And right now, I want to fuck your throat, whore <</name>>
<<abella>> But- <</abella>>
You don't give time to her to talk, you shove your dick into her throat again.
<img src="images/gifs/abella/25894195.gif" style="width: 90%;
height: 70%;">
<<abella>> *gasp* You almost choked me! <</abella>>
<<linkreplace "Don't be so mean">>
<<name>> Both of us know you love be choked. And even if you don't like it, don't forget: You're mine to do as I please. <</name>>
<<abella>> I'm sorry, Daddy... You can fuck my throat as much as you want. <</abella>>
<<name>> Now we're talking! Here, suck it! <</name>>
<img src="images/gifs/abella/23149296.gif" style="width: 90%;
height: 70%;">
<<abella>> Please, fuck me now... <</abella>>
<<name>> Sorry, I cannot hear what you are saying. <</name>>
<<abella>> Fuck me! <</abella>>
She says she's almost begging to you.
<<name>> Oh, you want to be fucked? So beg for it. <</name>>
<<abella>> PLEASE! I want you to pound my pussy as hard as you can! I'm already dripping wet! PLEASE FUCK MY PUSSY NOW! <</abella>>
<<name>> I liked that, but is this the way to talk to your master? <</name>>
<<abella>> Please, Daddy, I need your dick deep inside of me, please! <</abella>>
[[Fuck this slut]]
<</linkreplace>>
</div><div style="text-align: center;">
You start slowly. You're dominant, but not an asshole c:
<img src="images/gifs/abella/28450310.gif" style="width: 90%;
height: 70%;">
<<name>> Do you like this? <</name>>
<<abella>> Yes Da-Daddy... I love your dick! <i> but love more when you go rough </i> <</abella>>
<i> Oh, so she wants it rough? Let's give her what she wants! </i>
<img src="images/gifs/abella/2030641dde.gif" style="width: 90%;
height: 70%;">
<<abella>> OH FUCK!! I CAN FEEL THE WHOLE THING INSIDE OF ME! <</abella>>
<<linkreplace "Continue">>
<img src="images/gifs/abella/1a13471671.gif" style="width: 90%;
height: 70%;">
You force her head against the couch and go even harder.
<<abella>> This is sooooo good Daddy!! I love to be your pet! <</abella>>
<i> All this dirty talk is gonna make me cum... </i>
<img src="images/gifs/abella/28996.gif" style="width: 90%;
height: 70%;">
<<abella>> IM CUMMING, IM CUMMING! <</abella>>
You feel her pussy squeezing your cock, and you cannot hold it any longer.
@@#wherecum;
<<link "Cum on her face">>
<<replace "#wherecum">>\
<img src="images/gifs/abella/856cc4a030.gif" style="width: 90%;
height: 70%;">
You receive a bonus titjob!
<<abella>> I already told you that I love to feel your cum all over my face? <i> She smirks </i> <</abella>>
<<speech>><span style="color:red"> Your dominance increased by 1 </span><</speech>>
[[Get dressed|abellacontinued]]
<<set $namedom += 1>>
<</replace>>
<</link>>
<<link "Pussy creampie">>
<<replace "#wherecum">>\
<img src="images/gifs/abella/27045.gif" style="width: 90%;
height: 70%;">
<<abella>> You filled me, Daddy! <</abella>>
<<speech>><span style="color:red"> Your dominance increased by 1 </span><</speech>>
[[Get dressed|abellacontinued]]
<<set $namedom += 1>>
<</replace>>
<</link>>
<<link "Anal Creampie">>
<<replace "#wherecum">>\
<img src="images/gifs/abella/b5e42208e2.gif" style="width: 90%;
height: 70%;">
<<abella>> Yessssss!! Fill my ass Daddy!! <</abella>>
<<speech>><span style="color:red"> Your dominance increased by 1 </span><</speech>>
[[Get dressed|abellacontinued]]
<<set $namedom += 1>>
<</replace>>
<</link>>
<<link "Cum inside her mouth">>
<<replace "#wherecum">>\
<img src="images/gifs/abella/549a691887.gif" style="width: 90%;
height: 70%;">
<<abella>> Let me taste your cum, Daddy... <</abella>>
<<speech>><span style="color:red"> Your dominance increased by 1 </span><</speech>>
[[Get dressed|abellacontinued]]
<<set $namedom += 1>>
<</replace>>
<</link>>
@@
<</linkreplace>>
</div>[[Hallway]]
In Development<div style="text-align: center;">
<<name>> So, you need my help studying Anatomy? <</name>>
<<abella>> Yeah, kinda. <</abella>>
<<name>> Alright then. When do you want to start, Abella? <</name>>
<<abella>> What do you think about starting now? <i>smirks</i> <</abella>>
@@#stdynow;
/*<<link "Allright">>
<<replace "#stdynow">>
<<name>> Ok, we can do it now. <</name>>
<<abella>> AMAZI-amazing! Here, sit with me. <</abella>>
You sit beside her with a certain distance, but she moves closer to you.
<<abella>> So, shall we begin? <</abella>>
[[Begin study]]
<</replace>>
<</link>>*/
<<link "Can we do it tomorrow?">>
<<replace "#stdynow">>
<<name>> Can we do it tomorrow? I-I don't have time now...<</name>>
<<abella>> NO!- I'm sorry, I really need your help now... Please!!! I can repay you... <</abella>>
She moves closer to you...
<img src="images/gifs/abella/29508767.gif" style="width: 90%;
height: 70%;">
<<name>> I don't think this is right... <</name>>
<<abella>> Shut up! You don't like my boobs? That day in class, it seemed like you did, hahah. <</abella>>
<<abella>> Well, what about this? Do you like it? <</abella>>
<img src="images/gifs/abella/29556522.gif" style="width: 90%;
height: 70%;">
<<abella>> This can be yours if you help me... <</abella>>
[[Abella...]]
<</replace>>
<</link>>
</div>
Double-click this passage to edit it.<div style="text-align: center;">
<<name>> Abella.. I d- <</name>>
She interrupts you
<<abella>> OMG JUST SHUT THE FUCK UP! I JUST NEED TO BE PROPERLY FUCKED! <</abella>>
<<abella>> And you'll be the one who will fuck my brains out! I don't care if you want to, you will just do it. Or I will start screaming <</abella>>
<i> She is almost naked, and if she screams... Well, I will very likely to go to jail </i>
<<name>> Alright... <</name>>
<<abella>> See? It wasn't so difficult. Moreover, I'm sure you will like it 😉 <</abella>>
You remain silent.
<<abella>> So, the cat got your tongue? <i> hahaha </i> Let's see for how long <</abella>>
<img src="images/gifs/abella/18581.gif" style="width: 90%;
height: 70%;">
<<abella>> Well, for a guy who doesn't want to fuck, your cock is already hard, don't you think? <i>Hahaha</i> <</abella>>
<<abella>> So you will not say anything? Sure... <</abella>>
She suddenly deepthroats you.
<img src="images/gifs/abella/5962.gif" style="width: 90%;
height: 70%;">
<<name>> Holy Fuck! <</name>>
<<abella>> *pant* Finally!! I knew you cannot handle my deepthroat. <i>She laughs</i> <</abella>>
<<name>> This was so good <</name>>
<<abella>> Right? So just wait for what is coming <i> smirks </i> <</abella>>
<<speech>><span style="color: purple"> Submission increased by 1 </span><</speech>>
<<set $namesub +=1>>
[[Continue|abellac]]
</div><div style="text-align: center;">
<<abella>>I remember how you looked at my tits that first day... And I have been dreaming about your dick between them since then.. <</abella>>
<img src="images/gifs/abella/1fefc852cf.gif" style="width: 90%;
height: 70%;">
<<name>> This feels amazing Abella... <</name>>
<<abella>> You're not the dirty talk type, are you? <</abella>>
<<name>> N-Not really <</name>>
<<abella>> No worries, we will change that. Haha! <</abella>>
She stops and get on top of you.
<<abella>> Ready for the main event? Fuck my tight pussy? I'll ride you dry. <i> she gives a little smile to you</i> <</abella>>
<img src="images/gifs/abella/2643.gif" style="width: 90%;
height: 70%;">
<<abella>> Holy fuck!! You are huge! <</abella>>
<<name>> Your pussy is so tight... <</name>>
<<abella>>Do you like it? <</abella>>
<<name>> Yess... It feels so good <</name>>
<div id="subfabella">\
<<link "Continue">>
<<replace "#subfabella">>
She stops and change position
<<abella>> Here, take my pussy honey... Fuck me! <</abella>>
<img src="images/gifs/abella/ezgif-2-73f160ff17.gif" style="width: 90%;
height: 70%;">
<<abella>> Ohh fuck!! I'm in love with your cock! <i> she laughs while moan</i><</abella>>
<<name>> <i>Look at that booty man... </i><</name>>
You think out loud, and she hears
<<abella>> So you like it? You can have anytime you want babe <</abella>>
You got a little embarassed, but you don't have time to think about it.
[[Her phone starts ringing]]
<</replace>> <</link>>
</div>
</div><div style="text-align: center;">
Suddenly, her phone starts ringing.
<<abella>> Fuck! Who could it be now? <</abella>>
She reaches for the phone and starts talking as if you weren't here, but you don't stop fucking her.
<<abella>> H-Hi June!! I'm a little busy now... ca-can we talk later? <</abella>>
<img src="images/gifs/abella/6596207e0d.gif" style="width: 90%;
height: 70%;">
<<abella>> This sound? <i>She laughs</i> It-its just the video on pc <</abella>>
You pound her harder
<<abella>>Fuuuuuck.... <i>she says whispering</i> What? I don't say nothing June! What do you want? I'm busyyyy girl!! Oh, JOHN? YESS!! I mean, yes, I fu-talked with him <</abella>>
You slap her ass, to get her attention and works! She mutes the phone and looks at you.
<img src="images/gifs/abella/e3da4baab6.gif" style="width: 90%;
height: 70%;">
<<abella>> OMG DON'T DO THAT!! <i> you gonna make me cum... </i> <</abella>>
She thinks out loud and you hear.
<<name>> It is because I'm almost there... <</name>>
<<abella>> Oh!! Let me fix this <</abella>>
<div id="subfabella">\
<<link "Continue">>
<<replace "#subfabella">>
She unmute the phone and back to talk with June.
<<abella>> Yes, I invited him to help me study. You know how bad are my grades <</abella>>
<img src="images/gifs/abella/ed9b37c140.gif" style="width: 90%;
height: 70%;">
<<abella>> NO JUNE! I'M NOT GOING TO FUCK WITH JOHN![...] No, neither you!! What? No-I'm not jealous! <</abella>>
You don't give a shit about her talk, but you reaching your limit
<<name>> I'm gonna cum! <</name>>
<<abella>> Fuck you June! Bye! <</abella>>
<<abella>> Here, cum inside my mouth. <</abella>>
You cannot handle the way she looks at you
<img src="images/gifs/abella/d0c9235e01.gif" style="width: 90%;
height: 70%;">
<<name>> Fuuuuckk!! This was amazing Abella!! <</name>>
She swallows it all.
<<abella>> *gasp* I know!! I don't have idea that you could do that hahah <</abella>>
[[Neither I]]
<</replace>><</link>></div>
</div>
<<name>> Well, if you need any more help with study, let me know. <</name>>
<<abella>> Of course I will need more of you help! Hahah <</abella>>
IN DEVELOPMENT
[[Get out|Hallway]]