Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
,,,,,,,,<<nobr>>
<<initInv>>
<<set $gameDate to new Date("2019-07-14T07:00Z"); >>
<<set $GameDays to [
"Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"
];>>
<<set $day to 1>>
<<set $period to 1>>
<<set $periodname to "Morning">>
<<set $activate to 0>>
<<set $mc to {
name: "John",
int: 0,
str: 0,
charisma: 0,
friends: 0,
drunk: false,
seXP: 0,
porn: 0,
dom: 0,
sub: 0,
job: null,
money: 1000,
eyes: "blue",
hair: "blond",
}>>
<<set $sis to {
name: "Sasha",
trust: 2,
corr: 0,
sex: 0,
loc: "bathroom",
}>>
<<set $mom to {
name: "Mom",
trust: 2,
corr: 0,
sex: 0,
loc: "kitchen",
}>>
<<set $kate to {
name: "Kate",
trust: 0,
corr: 0,
sex: 0,
loc: "classroom",
pool: 0,
class: 0,
}>>
<<set $hotdog to{
int: 0,
}>>
<<set $lemo to{
int: 0,
}>>
<<set $lucy to {
name: "Lucy",
trust: 0,
corr: 0,
sex: 0,
loc: "classroom",
library: 0,
class: 0,
}>>
<<set $alice to{
trust: 0,
corr: 0,
name: "Alice",
loc: "restrooms",
}>>
<<set $jade to {
name: "Jade",
trust: 0,
corr: 0,
sex: 0,
loc: "classroom",
train: 0,
class: 0,
}>>
<<set $teacher to {
name: "Teacher",
int: 0,
trust: 0,
corr: 0,
sex: 0,
loc: "classroom",
}>>
<<set $quest to {
jadeclass: 0,
jadegym: 0,
jadegiftquest: 0,
lucyclass: 0,
lucylibrary: 0,
lucygiftquest: 0,
kateclass: 0,
katepool: 0,
kategiftquest: 0,
teacheroffice: 0,
sisbathroom: 0,
sisbedroom: 0,
momhouse: 0,
alicebathroom: 0,
basement: 0,
}>>
<<homeworksetup>>
<<set $has to {
study: 0,
breakfast: 0,
work: 0,
wash: 0,
lunch: 0,
dinner: 0,
porn: 0,
dishes: 0,
vacuum: 0,
passTest: 0,
failTest: 0,
metjade: 0,
metlucy: 0,
metkate: 0,
giftJade: 0,
giftSister: 0,
giftMom: 0,
giftLucy: 0,
giftKate: 0,
sisterintro: 0,
pocketmoney: 0,
usedcheat: 0,
bathroomkey: 0,
bathroomkeycopy: 0,
sexapplucy: 0,
sexappkate: 0,
sexapplucy: 0,
lucyid: 0,
kateid: 0,
jadeid: 0,
aliceid: 0,
todaynotes: 0,
jadefamily: 0,
intelligentman: 0,
katecafeteria: 0,
class: 0,
alicedailyblowjob: 0,
aliceaddress: 0,
}>>
<<set $inv to {
katebikini: 0,
jadeleggings: 0,
}>>
<<set $homework to {
has: 0,
subject: 0,
difficulty: 0,
done: 0,
impossible: 0,
}>>
<<set $bdsm to {
activate: 0,
}>>
<</nobr>>''Welcome to the new version of Become Someone, which is the v0.4 I hope you will enjoy the new content!''
''If you want to play on the long videos version or use cheats you must donate on Patreon:''
<a href="https://www.patreon.com/bePatron?u=10423542" data-patreon-widget-type="become-patron-button">[img["ressources/patreon.jpg"]]</a>\
<span class="int stat">''Check the changelog <a style="font: 16px/1 Helmet,Freesans,sans-serif;font-weight:700;text-decoration:none" href="https://volen-games.com">the official website</a>''</span>
<button id="startbutton" class="large green button">[[Let's start|Game start]]</button>
<<widget "now">>
\<<= GameDays[$gameDate.getUTCDay()]>> - <<print "$periodname">><br> Day $day - <<= padZero($gameDate.getUTCHours())>>:<<= padZero($gameDate.getUTCMinutes())>>\
<</widget>>
<<widget "addmins">>
<<set $gameDate.setUTCMinutes($gameDate.getUTCMinutes() + $args[0])>>
<</widget>>
<<widget "addhours">>
<<set $gameDate.setUTCHours($gameDate.getUTCHours() + $args[0])>>
<</widget>>
<<widget "period">>\
<<if isDateBetween($gameDate, '6:00', '12:00')>>\
<<set $periodname = "Morning">>\
<<set $period = 1>>\
<<elseif isDateBetween($gameDate, '12:00', '12:59')>>\
<<set $periodname = "Noon">>\
<<set $period = 2>>\
<<elseif isDateBetween($gameDate, '13:00', '15:59')>>\
<<set $periodname = "Afternoon">>\
<<set $period = 3>>\
<<elseif isDateBetween($gameDate, '16:00', '17:59')>>\
<<set $periodname = "Evening">>\
<<set $period = 4>>\
<<elseif isDateBetween($gameDate, '18:00', '21:59')>>\
<<set $periodname = "Late evening">>\
<<set $period = 5>>\
<<elseif isDateBetween($gameDate, '22:00', '5:59')>>\
<<set $periodname = "Night">>\
<<set $period = 0>>\
<</if>>\
<</widget>>
<<widget "mcint">>
<<set $mc.int = parseInt($mc.int) + 1>> ''You are now more intelligent''\
<</widget>>
<<widget "mcstr">>
<<set $mc.str = parseInt($mc.str) + 1>> ''You are now stronger''\
<</widget>>
<<widget "mcfriend">>
<<set $mc.friend = parseInt($mc.friend) + 1>> ''You have a new friend !''\
<</widget>>
<<widget "mccharisma">>
<<set $mc.charisma = parseInt($mc.charisma) + 1>> ''You're now a bit more charismatic''\
<</widget>>
<<widget "mcsex">>
<<set $mc.seXP = parseInt($mc.seXP) + 1>> ''You're now a bit more sexually experienced''\
<</widget>>
<<widget "mcporn">>
<<set $mc.porn = parseInt($mc.porn) + 1>> ''You're now a bit more addicted to porn''\
<</widget>>
<<widget "mcsub">>
<<set $mc.sub = parseInt($mc.sub) + 1>> ''You're now more submissive''\
<</widget>>
<<widget "mcdom">>
<<set $mc.dom = parseInt($mc.dom) + 1>> ''You're now more dominant''\
<</widget>>
<<widget "sistrust">>
<<set $sis.trust = parseInt($sis.trust) + 1>> ''Your sister trusts you more''\
<</widget>>
<<widget "sistrustminus">>
<<set $sis.trust = parseInt($sis.trust) - 1>> ''Your sister trusts you less''\
<</widget>>
<<widget "siscorr">>
<<set $sis.corr = parseInt($sis.corr) + 1>> ''Your sister is slightly more corrupted''\
<</widget>>
<<widget "momtrust">>
<<set $mom.trust = parseInt($mom.trust) + 1>> ''Your mother trusts you more''\
<</widget>>
<<widget "momtrustminus">>
<<set $mom.trust = parseInt($mom.trust) - 1>> ''Your mother trusts you less''\
<</widget>>
<<widget "momcorr">>
<<set $mom.corr = parseInt($mom.corr) + 1>> ''Your mother is slightly more corrupted''\
<</widget>>
<<widget "katetrust">>
<<set $kate.trust = parseInt($kate.trust) + 1>> ''Kate trusts you more''\
<</widget>>
<<widget "katetrustminus">>
<<set $kate.trust = parseInt($kate.trust) - 1>> ''Kate trusts you less''\
<</widget>>
<<widget "katecorr">>
<<set $kate.corr = parseInt($kate.corr) + 1>> ''Kate is slightly more corrupted''\
<</widget>>
<<widget "jadetrust">>
<<set $jade.trust = parseInt($jade.trust) + 1>> ''Jade trusts you more''\
<</widget>>
<<widget "jadetrustminus">>
<<set $jade.trust = parseInt($jade.trust) - 1>> ''Jade trusts you less''\
<</widget>>
<<widget "jadecorr">>
<<set $jade.corr = parseInt($jade.corr) + 1>> ''Jade is slightly more corrupted''\
<</widget>>
<<widget "lucytrust">>
<<set $lucy.trust = parseInt($lucy.trust) + 1>> ''Lucy trusts you more''\
<</widget>>
<<widget "lucytrustminus">>
<<set $lucy.trust = parseInt($lucy.trust) - 1>> ''Lucy trusts you less''\
<</widget>>
<<widget "homeworksetup">>
<<set $bathroom to {
bath: hashStr("CD41NJE"),
shower: hashStr("MA30JE28"),
toilets: hashStr("45AR8NE"),
}>>
<</widget>>
<<widget "lucycorr">>
<<set $lucy.corr = parseInt($lucy.corr) + 1>> ''Lucy is slightly more corrupted''\
<</widget>>
<<widget "teacherint">>
<<set $teacher.int = parseInt($teacher.int) + 1>> ''Your teacher is a bit more interested in you''\
<</widget>>
<<widget "teachercorr">>
<<set $teacher.corr = parseInt($teacher.corr) + 1>> ''Your teacher is slightly more corrupted''\
<</widget>>
<<widget "teachertrust">>
<<set $teacher.trust = parseInt($teacher.trust) + 1>> ''Your teacher trusts you more''\
<</widget>>
<<widget "dayreset">>
<<set $has.study to 0>>
<<set $has.work to 0>>
<<set $has.wash to 0>>
<<set $has.lunch to 0>>
<<set $has.dinner to 0>>
<<set $has.porn to 0>>
<<set $has.todaynotes to 0>>
<<set $has.class to 0>>
<</widget>>
<<widget "locations">>
<<if $period is 1>>\
<<set $sis.loc to "bathroom">>\
<<set $mom.loc to "kitchen">>\
<<set $jade.loc to "classroom">>\
<<set $kate.loc to "classroom">>\
<<set $lucy.loc to "classroom">>\
<<set $teacher.loc to "classroom">>\
<<elseif $period is 0>>\
<<set $sis.loc to "her bedroom">>\
<<set $mom.loc to "her bedroom">>\
<<set $jade.loc to "her bedroom">>\
<<set $kate.loc to "her bedroom">>\
<<set $lucy.loc to "her bedroom">>\
<<set $teacher.loc to "her bedroom">>\
<<elseif $period is 2>>\
<<set $sis.loc to "high school">>\
<<set $mom.loc to "Mom's work">>\
<<set $jade.loc to "cafeteria">>\
<<set $kate.loc to "cafeteria">>\
<<set $lucy.loc to "cafeteria">>\
<<set $teacher.loc to "teacher office">>\
<<elseif $period is 3>>\
<<set $sis.loc to "high school">>\
<<set $mom.loc to "Mom's work">>\
<<set $jade.loc to "gym">>\
<<set $kate.loc to "pool">>\
<<set $lucy.loc to "library">>\
<<set $teacher.loc to "teacher office">>\
<<elseif $period is 4>>\
<<set $sis.loc to "her bedroom">>\
<<set $mom.loc to "kitchen">>\
<<set $jade.loc to "Jade's home">>\
<<set $kate.loc to "Kate's home">>\
<<set $lucy.loc to "Lucy's home">>\
<<set $teacher.loc to "Teacher's home">>\
<<elseif $period is 5>>\
<<set $sis.loc to "living room">>\
<<set $mom.loc to "her bedroom">>\
<<set $jade.loc to "Jade's home">>\
<<set $kate.loc to "Kate's home">>\
<<set $lucy.loc to "Lucy's home">>\
<<set $teacher.loc to "Teacher's home">>\
<</if>>\
<</widget>>
<<widget "receivehomework">>
<<set $homework.has to 1>>\
<<set $homework.subject to either("Math", "Statistics", "Economics", "French")>>\
<<if $quest.teacheroffice is 1>><<set $homework.difficulty to "Impossible">><<else>><<set $homework.difficulty to either("Easy", "Hard")>><</if>>\
<<set $homework.done to 0>>\
You received a<<if $homework.subject is "Economics">>n<</if>> <<print "$homework.subject">> homework this is a<<if $homework.difficulty isnot "Hard">>n<</if>> <<print "$homework.difficulty">> assignment.
<</widget>><h2 style="color: #848ed8;font-family: 'Raleway',sans-serif;font-size: 30px;font-weight: 800;line-height: 50px;margin: 0 0 24px;text-align: center;text-transform: uppercase;">Intro</h2>
<p style="text-align:justify;">You are a fresh faced young man that is going to start college tomorrow. You live with your mother and your sister. Your parents are divorced but you still have a good relationship with your dad and you will be able to visit him (next update).</p><p>College life is going to be smooth or hard depending on your choices, you will be able to go through different daily choices allowing you to make a routine of your own.</p><p>But first let me know a bit more about you :</p>\
''What's your name ?''
<<textbox "$mc.name" "John">>
''You were born in a:''
* <label><<radiobutton "$familybackground" "rich">>Rich family</label>
* <label><<radiobutton "$familybackground" "poor" checked>>Poor family</label>
''In school, you were a rather:''
* <label><<radiobutton "$mc.int" 3>>Good student</label>
* <label><<radiobutton "$mc.int" 1 checked>>Bad student</label>
''And someone''
* <label><<radiobutton "$mc.charisma" 3>>Popular</label>
* <label><<radiobutton "$mc.charisma" 1 checked>>Invisible</label>
''Do you like sports ?''
* <label><<radiobutton "$mc.str" 4>>Yes</label>
* <label><<radiobutton "$mc.str" 1 checked>>No</label>
''Eye color'' :
* <label><<radiobutton "$mc.eyes" "blue">>blue</label>
* <label><<radiobutton "$mc.eyes" "green" checked>>green</label>
* <label><<radiobutton "$mc.eyes" "brown" checked>>brown</label>
''Hair color :''
* <label><<radiobutton "$mc.hair" "blond">>blond</label>
* <label><<radiobutton "$mc.hair" "brown" checked>>brown</label>
* <label><<radiobutton "$mc.hair" "black" checked>>Black</label>
<button id="backgroundbutton" class="Large button green">[[Let's go!|Little intro][$path to "university"]]</button>
[[Bedroom]]
[[Desk]]
[[Bathroom]]
[[Kitchen]]
[[Street]]
[[Living room|livingroom]]
[[Sister Bedroom]]
[[Mom bedroom|mombedroom]]
<<if $quest.basement > 0>>[[Basement]]<</if>><h2 style="color: #848ed8;font-family: 'Raleway',sans-serif;font-size: 30px;font-weight: 800;line-height: 50px;margin: 0 0 24px;text-align: center;text-transform: uppercase;">tips:</h2>
<h3>Your actual stats:</h3><p><span class="int stat">Intelligence: $mc.int</span>
<span class="str stat">Strength: $mc.str</span>
<span class="char stat">Charisma: $mc.charisma</span>
<span class="porn stat">Porn Addiction: $mc.porn</span>
<span class="sex stat">Sexual Experience: $mc.seXP</span>
<span class="friends stat">Number of friends: $mc.friends (in this case the word friends refers to both friends and sex-friends)</span></p><p>''You will need to upgrade them to unlock content.''</p><p>Each girl you will meet (mother and sister included) will be influenced by 2 main stats: corruption and trust. Raising a girl’s Corruption will allow you to perform certain actions. But, not as many as raising her Trust. (that does not hide pregnancy content you moron).</p><p>As the game progresses you will be able to find a job and even leave college if you choose. ''Be careful, you won’t be able to go back to school once you leave.''</p>
<button id="backgroundbutton" class="large button green">[[Game start|Starting Bedroom]]</button>
<<if isDateBetween($gameDate, '18:00', '01:00')>>
[[Sleep|Dream]]
<<else>>
There is nothing to do in your bedroom for the moment
<</if>>
<<if $days is "Monday" && $has.pocketmoney is 0>><<set $money += 100>><<set $has.pocketmoney to 1>><<elseif $days isnot "Monday">><<set $has.pocketmoney to 0>><</if>>
[[SexApp]]
[[Go out|House]]<<if $has.study is 0>>[[Study]]<<else>>''You already studied today''<</if>>
<<if $homework.has is 1 && $homework.done is 0 && $homework.difficulty isnot "Impossible" && $period is 3>>
[[Do your homework|Homework]]
<<elseif $homework.has is 1 && $homework.done is 0 && $homework.difficulty isnot "Impossible" && $period is 4>>
[[Do your homework|Homework]]
<<else>>
<</if>>
[[Porn|WatchPorn][$has.porn to 1; $mc.porn += 1]]
<<if $has.lucyid is 1 && $has.sendnotes is 0 && $has.class is 1>>
[[Send today's notes to lucy|lucynotes][$notes to 1]]
<<elseif $has.lucyid is 1 && $lucy.notes is 1 && $has.class is 1 && $has.todaynotes is 0>>
[[Send today's notes to lucy|lucynotes][$notes to 2]]
<<else>>
<</if>>
[[Go back|House]]<<if $sis.loc is "bathroom" && $quest.sisbathroom is 0>>
<<print "$sis.name">> is showering, the door is locked
<span style="color:orange">''You need to come back another time and steal the key. Once you have it you can make a copy and enter the bathroom whenever you want. Be sure to corrupt and garner enough trust from your sister first, or she might get angry.''</span>
<<set $quest.sisbathroom += 1>>
<<elseif $sis.loc is "bathroom" && $quest.sisbathroom is 1>>
<<print "$sis.name">> is showering, the door is locked. Come at an other time to steal the bathroom key.
<<elseif $sis.loc isnot "bathroom" && $quest.sisbathroom is 1>>
You enter the bathroom, and get the key, you may now find the strange shop to make a copy of it!
<<set $has.bathroomkey to 1>>
<<set $quest.sisbathroom += 1>>
<<elseif $sis.loc is "bathroom" && $quest.sisbathroom is 2>>
<<print "$sis.name">> is showering, the door is not locked but she might suspect you if you don't use the copy to make her think that she forgot to lock the door.
<<elseif $sis.loc is "bathroom" && $quest.sisbathroom is 3 && $sis.corr >= 10 && $sis.trust >= 10 && $has.bathroomkeycopy is 1>>
[[Enter the bathroom|sisbathroomscene][$scene to 1]]
<<elseif $sis.loc is "bathroom" && $quest.sisbathroom is 3 && $sis.corr < 10 && $sis.trust < 10 && $has.bathroomkeycopy is 1>>
[[Enter the bathroom|sisbathroomscene][$scene to 2]]
<<else>>
There is nothing do to here
<</if>>
[[Go back|House]]
<<if $period is 1 && $has.breakfast is 0>>
[[Have Breakfast|Breakfast][$has.breakfast to 1]]
<<elseif $period is 4 or $period is 5 && $has.dinner is 0 >>
[[Eat with your family|eatingdinner][$has.dinner to 1]]
<</if>>
<<if $period is 4 or $period is 5 && $has.dishes is 0>>
[[Wash the dishes|washingdishes][$has.dishes to 1]]
<</if>>
<<if $has.dishes is 1 && $has.dinner is 1 && $has.breakfast is 1>>
''There is nothing do to here''
<</if>>
<<if $mom.loc is "kitchen" && $quest.basement is 0>>
[[Mom talks to you about the basement|kitchenbasement][$step to 0]]
<</if>>
[[Back|House]][[House]]
[[University]]
[[Park]]
[[Strange shop]]
[[Mall]]
<<if $has.aliceaddress is 1>>[[Alice's home|alicehouse]]<</if>>[[Blowjob]]
<<if $mc.porn >= 6>>[[Softporn]]<</if>>
<<if $mc.porn >= 10>>[[Lesbian]]<</if>>
<<if $mc.porn >= 15>>[[Black]]<</if>>
<<if $mc.porn >= 20>>[[Hardcore]]<</if>>
<<if $mc.porn >= 25>>[[Gangbang]]<</if>>
<<if $mc.porn >= 30>>[[Bukkake]]<</if>><<if $day isnot 1>>
<<set $breakfast = random(100)>>
<<if $breakfast lte 29>>
You walk into the kitchen and pour yourself a cup of coffee. You sit down and your Mother puts a plate of eggs down in front of you. You scarf them down and thank her for the delicious meal.
<<speech "Mom">>Of course sweety, breakfast is the most important meal of the day!<</speech>>
<<momtrust>>
<<addmins 15>>\
[[Time to go to university|University]]
<<elseif $breakfast gte 30 && $breakfast lte 59>>
As you sit down for breakfast you notice that Sasha has fallen back asleep at the table. She has her math homework laid out on the table in front of her, and it isn’t finished. You quickly finish it for her and let her get some extra rest. When it is time to leave you gently wake her up and help her pack her things for the day. She notices the difference in handwriting and realizes what you did.
<<sistrust>>
<<addmins 20>>
[[Time to go to university|University]]
<<elseif $breakfast gte 60 && $breakfast lte 89>>
When you enter the kitchen you realize that you are the first one awake. You decide to make breakfast for everyone before they wake up.
[img["ressources/images/home/breakfast/breakfast.jpg"]]
<<speech "Mom">>Oh <<print "$mc.name">>, that was so thoughtful!<</speech>>
<<speech "Sasha">>Yeah thanks, it looks….. Delicious<</speech>>
<<momcorr>>
<<siscorr>>
<<addmins 30>>\
[[Time to go to university|University]]
<<else>>
You walk into the kitchen and notice that the room is very messy. You sigh and quickly clean all of the dishes, wipe up the counter tops and tables, and clean up what someone had spilled on the floor. Your Mother enters the room just as you are finishing up.
<<speech "Mom">>Oh my goodness this place is spotless! Did you clean up this huge mess all on your own <<print "$mc.name">>?<</speech>>
You nod as you finish washing and drying your hands, now that you have finished your work.
<<momtrust>>
<<if $mom.trust < 10 || $mom.corr < 10>>
''You need to up your mother trust and corruption to access the scene!''
[[Time to go to university|University]]
<<else>>
<<speech "Mom">>You have just been the perfect little man of the house lately. Why don’t I show you some of the benefits of that position.<</speech>>
[[Follow your Mother|breakfastscene][$breakfastscene to 1]]
<<addmins 30>>
<</if>>
<</if>>
<<elseif $day is 1>>
<<if $has.sisterintro is 1>>
You had already started eating when your sister walked in. She heads towards her usual seat, shooting you a quick glance, but as soon as her butt hits the chair she can’t help but let out a small moan of pain.
<<speech "Mom">>Is everything ok sweetie ?<</speech>>
<<speech "Sasha">>Don't you worry mum I just did a little too many squats<</speech>>
You finish your meals quietly
<<else>>
Your sister didn't come to eat with you and mom, you may try to find a way to reconcile with her
<</if>>
<<addmins 10>>
[[Time to go to university|University]]
<</if>><<if $period >= 4 or $period is 0>>
The doors seem to be closed
[[Head home|House]]
<<else>>
[[Classroom|Classroom]]
[[Library|Library]]
[[Toilets|University restrooms]]
[[Pool|University pool]]
[[Gym|University gym]]
[[Cafeteria|Cafeteria]]
[[Teacher office|teacheroffice]]
<</if>>[[Hotdog Truck|hotdogtruck]]
[[Lemonade Truck|lemonadetruck]]
[[Come back home|House]]
[[Street]][[Electronics store|Electronics][$action to 0]]
[[Make up store|Makeup][$action to 0]]
[[Clothing store|Clothes][$action to 0]]
[[Leave the mall|Street][$action to 0]]<<if $mc.money <= 5>>
<<linkreplace "Buy hotdog" t8n>>You don't have enough money<</linkreplace>>
<<else>>
[[Buy hotdog|hotdogscene][$mc.money -= 5]]
<</if>>
[[Go back|Park]]<<if $mc.money <= 5>>
<<linkreplace "Buy lemonade" t8n>>You don't have enough money<</linkreplace>>
<<else>>
[[Buy Lemonade|lemonadescene][$mc.money -= 5]]
<</if>>
[[Go back|Park]][[Mall]] [[Mall]] <<nobr>>
<div id="table-users">
<div class="header">Clothing store Products</div>
<table cellspacing="0">
<tr>
<th>Picture</th>
<th>Name</th>
<th>Price</th>
<th width="230">Hint</th>
<th>Action</th>
</tr>
<tr>
<td><img src="ressources/quest/kate/bikini.png" alt="" /></td>
<td>Black Bikini</td>
<td>50$</td>
<td>''Would be a nice gift for Kate''</td>
<td><<if $inv.katebikini is 0>>[[Buy|Clothes][$action to 1;$element to 1]]<<else>>You already bought it<</if>></td>
</tr>
<tr>
<td><img src="ressources/quest/jade/leggings.png" alt="" /></td>
<td>Leggings</td>
<td>25$</td>
<td>''Would be a nice gift for Jade''</td>
<td><<if $inv.jadeleggings is 0>>[[Buy|Clothes][$action to 1;$element to 2]]<<else>>You already bought it<</if>></td>
</tr>
</table>
</div>
<</nobr>>
<div style="text-align:center;">
<<nobr>><<if $action is 1>>
<<if $element is 1 && $mc.money gte 50>>
<<set $inv.katebikini to 1>>
<<set $mc.money -= 50>>
''You now have the black bikini''
<<elseif $element is 1 && $mc.money lt 50>>
''You don't have enough money sorry''
<<elseif $element is 2 && $mc.money gte 25>>
<<set $inv.jadeleggings to 1>>
<<set $mc.money -= 25>>
''You now have leggings''
<<elseif $element is 2 && $mc.money lt 25>>
''You don't have enough money sorry''
<</if>>
<</if>><</nobr>>
[[Go back|Mall]]
</div>
[[Mall]] <<if $period is 1>>
<<if $has.metjade is 0>>[[Sit next to the shy girl with glasses|sitjade][$has.class to 1;$jade.class to 1]]<<else>>[[Sit next to Jade|sitjade][$has.class to 1;$jade.class to 1]]<</if>>
<<if $has.metkate is 0>>[[Sit next to the slutty girl|sitkate][$has.class to 1;$kate.class to 1]]<<else>>[[Sit next to Kate|sitkate][$has.class to 1;$kate.class to 1]]<</if>>
<<if $has.metlucy is 0>>[[Sit next to the good looking brunette|sitlucy][$has.class to 1;$lucy.class to 1]]<<else>>[[Sit next to Lucy|sitlucy][$has.class to 1;$lucy.class to 1]]<</if>>
[[Listen to the lesson|normalclass][$has.class to 1]]
<<if $homework.has is 0>>
<<receivehomework>>
<<elseif $homework.has is 1 && $homework.done is 1>>
You give your homework to your teacher
<<speech "Teacher">>Well done <<print "$mc.name">><</speech>>
<<teachertrust>>
<<set $homework.has to 0>>
<<set $homework.done to 0>>
<<elseif $homework.has is 1 && $homework.done is 0>>
You try to avoid any eye contact with your teacher as you enter the classroom
<<speech "Teacher">>Do your homework next time <<print "$mc.name">><</speech>>
<<set $homework.has to 0>>
<</if>>
<<impossiblehomework>>
<<elseif $period is 2 or $period is 3>>
There aren't any classes during the afternoon students are free to do other activities such as sports or reading books at the library
<<else>>
There is no one here
<</if>>
[[Go back|University]]
<<if $period is 3 && $has.metlucy is 1>>
<<if $lucy.trust >= 10 && $mc.int >= 10 && $has.receivedlucynudes is 1 && $quest.lucygiftquest is 0>>
[[Sit in front of Lucy|lucygiftquest][$step to 1]]
<<elseif $quest.lucygiftquest is 2>>
[[Sit in front of Lucy|lucygiftquest][$step to 2]]
<<elseif $quest.lucygiftquest is 4>>
[[Sit in front of Lucy|lucygiftquest][$step to 3]]
<<else>>
[[Sit in front of lucy|librarylucy][$lucy.library to 1]]
<</if>>
<</if>>
[[Study|libraryalone]]
[[Go back|University]]<<if $quest.alicebathroom is 1>>
[[You hear the strange noises again|restroomscene2]]
<<elseif $quest.alicebathroom > 1>>
<<if $has.alicedailyblowjob is 0>>[[Enter the stall and get a blowjob from Alice|restroomscene3]]<<else>>You already got a blowjob from Alice today! Come back tomorrow!<</if>>
<<else>>
<<set $randomevent = random(100)>>
<<if $randomevent lte 90>>
''There is no one here''
<<else>>
[[You hear strange noises coming from one of the stalls|restroomscene]]
<</if>>
<</if>>
[[Go back|University]][[Have a swim|poolalone]]
<<if $period is 3 && $has.metkate is 1>>
<<if $quest.katepool is 0>>[[Try to impress Kate|poolkate][$kate.pool to 1]]<<else>>[[Train with Kate|poolkate][$kate.pool to 1]]<</if>>
<</if>>
<<if $quest.kategiftquest is 1 && $inv.katebikini is 1>>
[[Offer the black bikini to Kate|katepoolgiftquest]]
<</if>>
[[Go back|University]][[Train your body|gymalone]]
<<if $period is 3 && $has.metjade is 1>>
<<if $quest.jadegiftquest is 0 && $jade.trust >= 10>>
[[Train with Jade|jadegiftquesttraining][$step to 1]]
<<elseif $quest.jadegiftquest lte 1 && $inv.jadeleggings is 1>>
[[Train with Jade|jadegiftquesttraining][$step to 2]]
<<else>>
[[Ask Jade to train with her|jadetrain][$jade.train to 1]]
<</if>>
<</if>>
[[Go back|University]]
<<set $randomgirltodream = ["kate", "jade", "lucy"]>>
<<set $girldream = $randomgirltodream.random()>>
<<set $sleepinggif = random(5)>>
<<if $girldream == "kate">>
You have a nice dream about Kate
<<if $sleepinggif is 0>>
<video autoplay loop src="ressources/dream/kate0.webm"></video>
<<elseif $sleepinggif is 1>>
<video autoplay loop src="ressources/dream/kate1.webm"></video>
<<elseif $sleepinggif is 2>>
<video src="ressources/dream/kate2.webm" autoplay loop></video>
<<elseif $sleepinggif is 3>>
<video src="ressources/dream/kate3.webm" autoplay loop></video>
<<elseif $sleepinggif is 4>>
<video src="ressources/dream/kate4.webm" autoplay loop></video>
<<else>>
<video src="ressources/dream/kate5.webm" autoplay loop></video>
<</if>>
<<elseif $girldream == "jade">>
<<speech "Jade">>Your muscles are so big Mr <<print "$mc.eyes">> eyes <</speech>>
<<if $sleepinggif is 0>>
<video src="ressources/dream/jade0.webm" autoplay loop></video>
<<elseif $sleepinggif is 1>>
<video src="ressources/dream/jade1.webm" autoplay loop></video>
<<elseif $sleepinggif is 2>>
<video src="ressources/dream/jade2.webm" autoplay loop></video>
<<elseif $sleepinggif is 3>>
<video src="ressources/dream/jade3.webm" autoplay loop></video>
<<elseif $sleepinggif is 4>>
<video src="ressources/dream/jade4.webm" autoplay loop></video>
<<else>>
<video src="ressources/dream/jade5.webm" autoplay loop></video>
<</if>>
<<elseif $girldream== "lucy">>
<<speech "Lucy">>You better study more if you want to be able to do the same thing with me in real life<</speech>>
<<if $sleepinggif is 0>>
<video src="ressources/dream/lucy0.webm" autoplay loop></video>
<<elseif $sleepinggif is 1>>
<video src="ressources/dream/lucy1.webm" autoplay loop></video>
<<elseif $sleepinggif is 2>>
<video src="ressources/dream/lucy2.webm" autoplay loop></video>
<<elseif $sleepinggif is 3>>
<video src="ressources/dream/lucy3.webm" autoplay loop></video>
<<elseif $sleepinggif is 4>>
<video src="ressources/dream/lucy4.webm" autoplay loop></video>
<<else>>
<video src="ressources/dream/lucy5.webm" autoplay loop></video>
<</if>>
<</if>>
<<link "Stop dreaming">><<if $gameDate.getUTCHours() > 7>><<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>><</if>><<set $gameDate.setUTCHours(7)>><<set $gameDate.setUTCMinutes(0)>><<set $day += 1>><<dayreset>><<goto "Bedroom">><</link>><<set $randomscene = random(8)>>
You open your favorite browser in Incognito mode and search some nice blowjob video
<<if $randomscene is 0>>
<video src="ressources/videos/porn/blowjob/0.webm" autoplay loop></video>
<<elseif $randomscene is 1>>
<video src="ressources/videos/porn/blowjob/1.webm" autoplay loop></video>
<<elseif $randomscene is 2>>
<video src="ressources/videos/porn/blowjob/2.webm" autoplay loop></video>
<<elseif $randomscene is 3>>
<video src="ressources/videos/porn/blowjob/3.webm" autoplay loop></video>
<<elseif $randomscene is 4>>
<video src="ressources/videos/porn/blowjob/4.webm" autoplay loop></video>
<<elseif $randomscene is 5>>
<video src="ressources/videos/porn/blowjob/5.webm" autoplay loop></video>
<<elseif $randomscene is 6>>
<video src="ressources/videos/porn/blowjob/6.webm" autoplay loop></video>
<<elseif $randomscene is 7>>
<video src="ressources/videos/porn/blowjob/7.webm" autoplay loop></video>
<<elseif $randomscene is 8>>
<video src="ressources/videos/porn/blowjob/8.webm" autoplay loop></video>
<</if>>
<<mcporn>>
<<addmins 20>>
[[Wipe your dick|Desk]]<<set $randomscene = random(6)>>
<<set $randomsoftspeech = ["You open your favorite browser in Incognito mode, time to watch some soft porn", "You open your favorite browser in Incognito mode, that's how do you do it dude", "You open your favorite browser in Incognito mode, she seems to like it quite a lot !"]>>
<<if $lesbianporn is 0>>You open your favorite browser in Incognito mode, fuck these blowjob videos it’s time to watch some real porn.
<video src="ressources/videos/porn/softporn/0.webm" autoplay loop></video>
<<else>>
<<set $test = $randomsoftspeech.random()>>
<<print "$test">>
<</if>>
<<if $randomscene is 0>>
<video src="ressources/videos/porn/softporn/0.webm" autoplay loop></video>
<<elseif $randomscene is 1>>
<video src="ressources/videos/porn/softporn/1.webm" autoplay loop></video>
<<elseif $randomscene is 2>>
<video src="ressources/videos/porn/softporn/2.webm" autoplay loop></video>
<<elseif $randomscene is 3>>
<video src="ressources/videos/porn/softporn/3.webm" autoplay loop></video>
<<elseif $randomscene is 4>>
<video src="ressources/videos/porn/softporn/4.webm" autoplay loop></video>
<<elseif $randomscene is 5>>
<video src="ressources/videos/porn/softporn/5.webm" autoplay loop></video>
<<elseif $randomscene is 6>>
<video src="ressources/videos/porn/softporn/6.webm" autoplay loop></video>
<<elseif $randomscene is 7>>
<video src="ressources/videos/porn/softporn/7.webm" autoplay loop></video>
<<elseif $randomscene is 8>>
<video src="ressources/videos/porn/softporn/8.webm" autoplay loop></video>
<<elseif $randomscene is 9>>
<video src="ressources/videos/porn/softporn/9.webm" autoplay loop></video>
<<elseif $randomscene is 10>>
<video src="ressources/videos/porn/softporn/10.webm" autoplay loop></video>
<</if>>
[[Go back|Desk]]
<<mcporn>>
<<addmins 20>><<set $randomscene = random(10)>>
<<set $randomlesbianspeech = ["You open your favorite browser in Incognito mode, time to watch some lesbian porn", "You open your favorite browser in Incognito mode, I feel like watching some pussy clash today", "You open your favorite browser in Incognito mode, that’s some nice pussy action!"]>>
<<if $lesbianporn is 0>>You open your favorite browser in Incognito mode, this time you want to discover some new porn, what about lesbian porn
<video src="ressources/videos/porn/lesbian/0.webm" autoplay loop></video>
<<else>>
<<set $test = $randomlesbianspeech.random()>>
<<print "$test">>
<</if>>
<<if $randomscene is 0>>
<video src="ressources/videos/porn/lesbian/0.webm" autoplay loop></video>
<<elseif $randomscene is 1>>
<video src="ressources/videos/porn/lesbian/1.webm" autoplay loop></video>
<<elseif $randomscene is 2>>
<video src="ressources/videos/porn/lesbian/2.webm" autoplay loop></video>
<<elseif $randomscene is 3>>
<video src="ressources/videos/porn/lesbian/3.webm" autoplay loop></video>
<<elseif $randomscene is 4>>
<video src="ressources/videos/porn/lesbian/4.webm" autoplay loop></video>
<<elseif $randomscene is 5>>
<video src="ressources/videos/porn/lesbian/5.webm" autoplay loop></video>
<<elseif $randomscene is 6>>
<video src="ressources/videos/porn/lesbian/6.webm" autoplay loop></video>
<<elseif $randomscene is 7>>
<video src="ressources/videos/porn/lesbian/7.webm" autoplay loop></video>
<<elseif $randomscene is 8>>
<video src="ressources/videos/porn/lesbian/8.webm" autoplay loop></video>
<<elseif $randomscene is 9>>
<video src="ressources/videos/porn/lesbian/9.webm" autoplay loop></video>
<<elseif $randomscene is 10>>
<video src="ressources/videos/porn/lesbian/10.webm" autoplay loop></video>
<</if>>
[[Go back|Desk]]
<<mcporn>>
<<addmins 20>><<set $randomscene = random(10)>>
<<set $randomblackspeech = ["You open your favorite browser in Incognito mode, time to watch some black porn", "You open your favorite browser in incognito mode, why do white bitches prefer black cocks?", "You open your favorite browser in Incognito mode, that's my boy!"]>>
<<if $lesbianporn is 0>>You open your favorite browser in Incognito mode, this time you want to discover some new porn, maybe going a bit darker wouldn't be that unpleasant
<video src="ressources/videos/porn/black/0.webm" autoplay loop></video>
<<else>>
<<set $test = $randomblackspeech.random()>>
<<print "$test">>
<</if>>
<<if $randomscene is 0>>
<video src="ressources/videos/porn/black/0.webm" autoplay loop></video>
<<elseif $randomscene is 1>>
<video src="ressources/videos/porn/black/1.webm" autoplay loop></video>
<<elseif $randomscene is 2>>
<video src="ressources/videos/porn/black/2.webm" autoplay loop></video>
<<elseif $randomscene is 3>>
<video src="ressources/videos/porn/black/3.webm" autoplay loop></video>
<<elseif $randomscene is 4>>
<video src="ressources/videos/porn/black/4.webm" autoplay loop></video>
<<elseif $randomscene is 5>>
<video src="ressources/videos/porn/black/5.webm" autoplay loop></video>
<<elseif $randomscene is 6>>
<video src="ressources/videos/porn/black/6.webm" autoplay loop></video>
<<elseif $randomscene is 7>>
<video src="ressources/videos/porn/black/7.webm" autoplay loop></video>
<<elseif $randomscene is 8>>
<video src="ressources/videos/porn/black/8.webm" autoplay loop></video>
<<elseif $randomscene is 9>>
<video src="ressources/videos/porn/black/9.webm" autoplay loop></video>
<<elseif $randomscene is 10>>
<video src="ressources/videos/porn/black/10.webm" autoplay loop></video>
<</if>>
[[Go back|Desk]]
<<mcporn>>
<<addmins 20>><<set $randomscene = random(11)>>
<<set $randomhardcorespeech = ["You open your favorite browser in incognito mode, smash that pussy!", "You open your favorite browser in Incognito mode, this little pussy is getting destroyed", "You open your favorite browser in Incognito mode, get pounded!"]>>
<<if $lesbianporn is 0>>You open your favorite browser in Incognito mode, time to go hardcore
<video src="ressources/videos/porn/hardcore/0.webm" autoplay loop></video>
<<else>>
<<set $test = $randomhardcorespeech.random()>>
<<print "$test">>
<</if>>
<<if $randomscene is 0>>
<video src="ressources/videos/porn/hardcore/0.webm" autoplay loop></video>
<<elseif $randomscene is 1>>
<video src="ressources/videos/porn/hardcore/1.webm" autoplay loop></video>
<<elseif $randomscene is 2>>
<video src="ressources/videos/porn/hardcore/2.webm" autoplay loop></video>
<<elseif $randomscene is 3>>
<video src="ressources/videos/porn/hardcore/3.webm" autoplay loop></video>
<<elseif $randomscene is 4>>
<video src="ressources/videos/porn/hardcore/4.webm" autoplay loop></video>
<<elseif $randomscene is 5>>
<video src="ressources/videos/porn/hardcore/5.webm" autoplay loop></video>
<<elseif $randomscene is 6>>
<video src="ressources/videos/porn/hardcore/6.webm" autoplay loop></video>
<<elseif $randomscene is 7>>
<video src="ressources/videos/porn/hardcore/7.webm" autoplay loop></video>
<<elseif $randomscene is 8>>
<video src="ressources/videos/porn/hardcore/8.webm" autoplay loop></video>
<<elseif $randomscene is 9>>
<video src="ressources/videos/porn/hardcore/9.webm" autoplay loop></video>
<<elseif $randomscene is 10>>
<video src="ressources/videos/porn/hardcore/10.webm" autoplay loop></video>
<<else>>
<video src="ressources/porn/hardcore/11.webm" autoplay loop></video>
<</if>>
[[Go back|Desk]]
<<mcporn>>
<<addmins 20>><<set $randomscene = random(10)>>
<<set $randomgangbangpseech = ["You open your favorite browser in Incognito mode, that's my boys!", "You open your favorite browser in Incognito mode, look like someone is going to be gangbanged", "You open your favorite browser in Incognito mode, I didn't know you could fit 2 in a hole!?"]>>
<<if $lesbianporn is 0>>You open your favorite browser in Incognito mode, hardcore isn't enough for me, what if there was more than one man?
<video src="ressources/videos/porn/gangbang/0.webm" autoplay loop></video>
<<else>>
<<set $test = $randomgangbangpseech.random()>>
<<print "$test">>
<</if>>
<<if $randomscene is 0>>
<video src="ressources/videos/porn/gangbang/0.webm" autoplay loop></video>
<<elseif $randomscene is 1>>
<video src="ressources/videos/porn/gangbang/1.webm" autoplay loop></video>
<<elseif $randomscene is 2>>
<video src="ressources/videos/porn/gangbang/2.webm" autoplay loop></video>
<<elseif $randomscene is 3>>
<video src="ressources/videos/porn/gangbang/3.webm" autoplay loop></video>
<<elseif $randomscene is 4>>
<video src="ressources/videos/porn/gangbang/4.webm" autoplay loop></video>
<<elseif $randomscene is 5>>
<video src="ressources/videos/porn/gangbang/5.webm" autoplay loop></video>
<<elseif $randomscene is 6>>
<video src="ressources/videos/porn/gangbang/6.webm" autoplay loop></video>
<<elseif $randomscene is 7>>
<video src="ressources/videos/porn/gangbang/7.webm" autoplay loop></video>
<<elseif $randomscene is 8>>
<video src="ressources/videos/porn/gangbang/8.webm" autoplay loop></video>
<<elseif $randomscene is 9>>
<video src="ressources/videos/porn/gangbang/9.webm" autoplay loop></video>
<<elseif $randomscene is 10>>
<video src="ressources/videos/porn/gangbang/10.webm" autoplay loop></video>
<</if>>
[[Go back|Desk]]
<<mcporn>>
<<addmins 20>><<set $randomscene = random(6)>>
You open your favorite browser in Incognito mode, after all of this fucking, it’s time to watch some bitches getting jerked on
<<if $randomscene is 0>>
<video src="ressources/videos/porn/bukkake/0.webm" autoplay loop></video>
<<elseif $randomscene is 1>>
<video src="ressources/videos/porn/bukkake/1.webm" autoplay loop></video>
<<elseif $randomscene is 2>>
<video src="ressources/videos/porn/bukkake/2.webm" autoplay loop></video>
<<elseif $randomscene is 3>>
<video src="ressources/videos/porn/bukkake/3.webm" autoplay loop></video>
<<elseif $randomscene is 4>>
<video src="ressources/videos/porn/bukkake/4.webm" autoplay loop></video>
<<elseif $randomscene is 5>>
<video src="ressources/videos/porn/bukkake/5.webm" autoplay loop></video>
<<elseif $randomscene is 6>>
<video src="ressources/videos/porn/bukkake/6.webm" autoplay loop></video>
<</if>>
[[Go back|Desk]]
<<mcporn>>
<<addmins 20>><<set $sisevent to random(100)>>
<<if $sisevent lte 79>>
<<if $sis.loc is "her bedroom" && $sis.corr >= 10 && $sis.trust >= 10>>
<<if $mc.dom > $mc.sub>>
[[Time to fuck this bitch|sisbedroomscene][$scene to 1]]
<<else>>
[[Gently ask your sister to have sex|sisbedroomscene][$scene to 2]]
<</if>>
[[Ask your sister to sleep with her|sleepingsis]]
<<elseif $sis.loc is "her bedroom" && ($period is 5 || $period is 0)>>
[[Ask your sister to sleep with her|sleepingsis]]
<<elseif $sis.loc is "her bedroom" && $period is 4>>
[[Help your sister with her homework|sisterhomework]]
<<else>>
''Your sister seems to not be here''
<</if>>
<<elseif $sisevent gte 80 && $sis.loc is "her bedroom">>
<<if $sis.corr >= 15 && $sis.trust >= 15>>
You hear your Sister masturbating once again and decide that its time to escalate things. You swing open her door and before she can even react you are on top of her kissing her as she continues to masturbate.
[[Make her suck your cock|sispornscene][$sispornscene to 5]]
[[Skip straight to fucking|sispornscene][$sispornscene to 6]]
<<elseif $sis.corr >= 5 && $sis.trust >= 1>>
You hear moaning coming from Sasha’s bedroom. Her door is unlocked so you open it up to see what she is doing.
<video src="ressources/scenes/home/sis/masturbating/masturbating.mp4" autoplay loop></video>
Your Sister is watching porn in her room and masturbating. You hide behind the door and watch her fuck herself with a dildo.
[[Finish|sispornscene][$sispornscene to 1]]
[[Enter the room|sispornscene][$sispornscene to 2]]
<<else>>
You hear moaning coming from your Sister’s bedroom. You try to peak inside to see what is going on but the door is locked. You decide to just give your Sister some privacy.
<</if>>
<<else>>
''Your sister seems to not be here''
<</if>>
[[Leave|House]]<<speech "Sasha">>Bro?? ... <<print "$mc.name">> wake up you're going to be late for your first day!<</speech>>
You grumble a bit trying to emerge from your dreams
<<speech "Sasha">>Come on!<</speech>>
She gives you a hard spanking to get you out from bed
<video src="ressources/videos/sisterspanking.webm" autoplay loop></video>
[[Teach her a lesson]]
[[Ask mom for help]]<div id="now"><<now>></div>\
<div id="helpss">
<p class="title stats2">Stats:</p><hr><strong>Intelligence:</strong> $mc.int
<strong>Strength:</strong> $mc.str
<strong>Porn addiction:</strong> $mc.porn
<strong>Dominant:</strong> $mc.dom
<strong>Submissive:</strong> $mc.sub
<strong>Money:</strong> $mc.money
<p class="title girlsloc">Girl's location:</p><hr><strong>Jade:</strong> $jade.loc
<strong>Lucy:</strong> $lucy.loc
<strong>Kate:</strong> $kate.loc
<strong>Mom:</strong> $mom.loc
<strong>Sister:</strong> $sis.loc
<strong>Teacher:</strong> $teacher.loc
<p class="title fasttravel">Fast travel:</p><hr>\
[[Street]]
[[SexApp]]
[[University]]
[[House]]\
</div>\
<<period>>\
<<locations>>\
<a href="https://www.patreon.com/bePatron?u=10423542" data-patreon-widget-type="become-patron-button">[img["ressources/patreon.jpg"]]</a>\
<nav id="story-menu">\
[[Progress]]
[[Cheat]]
[[Credits]]
<<link "Save">><<script>>UI.saves()<</script>><</link>>
<<link "Restart">><<script>>UI.restart()<</script>><</link>>
</nav>You hop out of bed and bend your Sister over your knees to give her a good spanking
<video src="ressources/videos/spanksister.webm" autoplay loop></video>
<<speech "Sasha">>Hey what are you doi- HAH ! .. hey stop i- HAH !<</speech>>
You stop after a few, her buttocks are red but she has a tiny smile on her face
She gets up and as she was going to leave she turns back to you
<<speech "Sasha">>I'll let it pass for today but next time I won't let you win so easily<</speech>>
<<siscorr>>
<<mcdom>>
<<set $has.sisterintro += 1>>
[[Time for breakfast|Kitchen]]Your mom arrives in your room out of breath
<<speech "Mom">>Sasha why do you feel obliged to bully your brother like this?<</speech>>
<<speech "Sasha">>I'm not bullying him! I tried to help him wake up so he won't be late for school.<</speech>>
You tell your mom about the spanking, exaggerating the situation a bit.
<<speech "Mom">>You need to behave better if you don't want to get punished, Sasha!<</speech>>
Your sister looks at you in the eyes
<<speech "Sasha">>You're going to pay for this you little bitch<</speech>>
<<speech "Mom">>Sasha!!! Go to your room and think about your attitude.<</speech>>
Sasha leaves the room not without a last murderous look
<<mcsub>>
<<sistrustminus>>
<<momtrust>>
[[Time for breakfast|Kitchen]]<video src="ressources/scenes/park/hotdog/serve.mp4" autoplay loop></video>
A nice waitress gives you your hotdog
<<if $hotdog.int >= 5 && $hotdog.int < 10>>
[[Ask her to give you a blowjob|hotdogscene2][$hotdogscene to 0]]
<<linkreplace "Give a tip">>She smiles and winks at you.
<<set $mc.money -= 2>>
<<set $hotdog.int += 1>> <strong>She is a bit more interested in you</strong><</linkreplace>>
<<elseif $hotdog.int >= 10>>
[[Fuck her|hotdogscene2][$hotdogscene to 1;$scene to 0]]
[[Ask her to give you a blowjob|hotdogscene2][$hotdogscene to 0]]
<<linkreplace "Give a tip">>She smiles and winks at you.
<<set $mc.money -= 2>>
<<set $hotdog.int += 1>> <strong>She is a bit more interested in you</strong><</linkreplace>>
<<else>>
<<linkreplace "Give a tip">>She smiles and winks at you.
<<set $mc.money -= 2>>
<<set $hotdog.int += 1>> <strong>She is a bit more interested in you</strong><</linkreplace>>
<</if>>
<<addmins 10>>
[[Go back|Park]]<video src="ressources/scenes/park/lemonade/serve.mp4" autoplay loop></video>
A nice waitress gives you your lemonade
<<if $lemo.int >= 5 && $lemo.int < 10>>
[[Ask her to give you a blowjob|lemonadescene2][$lemoscene to 0]]
<<linkreplace "Give a tip">>She smiles and winks at you.
<<set $mc.money -= 2>>
<<set $lemo.int += 1>> <strong>She is a bit more interested in you</strong><</linkreplace>>
<<elseif $lemo.int >= 10>>
[[Fuck her|lemonadescene2][$lemoscene to 1;$scene to 0]]
[[Ask her to give you a blowjob|lemonadescene2][$lemoscene to 0]]
<<linkreplace "Give a tip">>She smiles and winks at you.
<<set $mc.money -= 2>>
<<set $lemo.int += 1>> <strong>She is a bit more interested in you</strong><</linkreplace>>
<<else>>
<<linkreplace "Give a tip">>She smiles and winks at you.
<<set $mc.money -= 2>>
<<set $lemo.int += 1>> <strong>She is a bit more interested in you</strong><</linkreplace>>
<</if>>
<<addmins 10>>
[[Go back|Park]]<<set $random = random(3)>>
<<if $hotdogscene is 0>>
<<if $random is 0>>
<video src="ressources/scenes/park/hotdog/blowjob0.mp4" autoplay loop></video>
<<elseif $random is 1>>
<video src="ressources/scenes/park/hotdog/blowjob1.mp4" autoplay loop></video>
<<else>>
<video src="ressources/scenes/park/hotdog/blowjob2.mp4" autoplay loop></video>
<</if>>
<<else>>
<<if $scene is 0>>
<<if $random is 0>>
<video src="ressources/scenes/park/hotdog/doggy0.mp4" autoplay loop></video>
<<elseif $random is 1>>
<video src="ressources/scenes/park/hotdog/doggy1.mp4" autoplay loop></video>
<<elseif $random is 2>>
<video src="ressources/scenes/park/hotdog/doggy2.mp4" autoplay loop></video>
<<else>>
<video src="ressources/scenes/park/hotdog/doggy3.mp4" autoplay loop></video>
<</if>>
<<elseif $scene is 1>>
<<if $random is 1>>
<video src="ressources/scenes/park/hotdog/reversecowgirl0.mp4" autoplay loop></video>
<<else>>
<video src="ressources/scenes/park/hotdog/reversecowgirl1.mp4" autoplay loop></video>
<</if>>
<<elseif $scene is 2>>
<video src="ressources/scenes/park/hotdog/facial.mp4" autoplay loop></video>
<</if>>
[[Doggy|hotdogscene2][$scene to 0]]
[[Reverse cowgirl|hotdogscene2][$scene to 1]]
[[Facial|hotdogscene2][$scene to 2]]
<</if>>
<<addmins 10>>
[[Go back|Park]]<<set $random = random(2)>>
<<if $lemoscene is 0>>
<<if $random is 0>>
<video src="ressources/scenes/park/lemonade/blowjob0.mp4" autoplay loop></video>
<<elseif $random is 1>>
<video src="ressources/scenes/park/lemonade/blowjob1.mp4" autoplay loop></video>
<<elseif $random is 2>>
<video src="ressources/scenes/park/lemonade/blowjob2.mp4" autoplay loop></video>
<</if>>
<<else>>
<<if $scene is 0>>
<<if $random is 0>>
<video src="ressources/scenes/park/lemonade/doggy0.mp4" autoplay loop></video>
<<elseif $random is 1>>
<video src="ressources/scenes/park/lemonade/doggy1.mp4" autoplay loop></video>
<<elseif $random is 2>>
<video src="ressources/scenes/park/lemonade/doggy2.mp4" autoplay loop></video>
<</if>>
<<elseif $scene is 1>>
<video src="ressources/scenes/park/lemonade/reversecowgirl.mp4" autoplay loop></video>
<<elseif $scene is 2>>
<video src="ressources/scenes/park/lemonade/facial.mp4" autoplay loop></video>
<</if>>
[[Doggy|lemonadescene2][$scene to 0]]
[[Reversecowgirl|lemonadescene2][$scene to 1]]
[[Facial|lemonadescene2][$scene to 2]]
<</if>>
<<addmins 10>>
[[Go back|Park]]<<if $period is 1 or $period is 4 or $period is 5>>
There is no one here
<<else>>
There is light inside
[[Knock on the door|insideteacheroffice]]
<</if>>
[[Go back|University]]<<if $quest.teacheroffice is 0 && $teacher.int >= 5>>
You hear a strict “Enter” coming from inside so you open the door. Your teacher is sitting behind her desk. She immediately smiles when she recognizes you…
<<speech "Teacher">>Oh! it's you <<print "$mc.name">>. Please have a seat. What can I do for you today?<</speech>>
[[Ask for some private lessons|teacherofficescene]]
<<elseif $quest.teacheroffice is 1 && $homework.impossible is 1 && $teacher.int >= 10>>
[[Ask her help for the homework|teacherofficescene]]
<<elseif $quest.teacheroffice >= 2>>
You already reached the end of content with this character you'll have to wait till the next update to see more
<<else>>
<<set $randomoffice = random(90)>>
<<if $randomoffice lte 29>>
<<speech "Teacher">>I don't have time for you right now could you leave my office and close the door behind you $mc.name please ?<</speech>>
<<elseif $randomoffice gte 30 && $randomoffice lte 59>>
<<speech "Teacher">>You need to attend classes more often and complete your assignments! I will give you more attention when you deserve it!<</speech>>
<<elseif $randomoffice gte 60 && $randomoffice lte 89>>
<<speech "Teacher">>Come back When you really need my help! I don't have time for you right now anyway!<</speech>>
<</if>>
''Hint: Do your homeworks and attend classes to progress with your teacher''
<<addmins 10>>
<</if>>
[[Leave|University]]<<if $quest.teacheroffice is 0>>
You sit on the chair in front of your teacher, you unpack your things and start <<print either("doing some math exercices", "studying your economics synthesis", "preparing your next lesson")>>
At some point you <<print either("Do not understand something <<set _bloc to 1>>", "Block on a formula <<set _bloc to 2>>")>>, you look up to your teacher. She is focused on her own work, but after a few seconds of admiring her body
[img["ressources/teacheroffice/0.jpg"]]
She notices you
<<speech "Teacher">>What's wrong <<print "$mc.name">>?<</speech>>
You stand up from your chair and take the sheets you were working on with you. You stand next to her while she looks at what you point out to her... she smells nice... even though you are not touching, you can feel her warmth
<<if _bloc is 1>><<speech "Teacher">>It's simpler than you think, you must do this... and that... so you got this... and that's how it works<</speech>><<else>><<speech "Teacher">>So the GDP can be calculated using Y (Revenue) = C (consumption) + I (investment) + G (Government expenses) when there are no external factors. Here is an example:<</speech>><</if>>
<<if _bloc is 2>>FORMULA RESOLUTION<</if>>
You thank her for the explanation. As she hands you back your sheets your hands touch, she almost caress yours. Your eyes meet
<<if $mc.dom > $mc.sub>>
You give her a nice smile
She seems to be embarassed she maybe thought that you were more submissive
<<speech "Teacher">>Mmh... if you don't need me anymore you can leave<</speech>>
<<mcint>>
<<teacherint>>
<<addhours 1>>
<<set $quest.teacheroffice += 1>>
<</if>>
[[Leave the room|University]]
<<if $mc.dom > $mc.sub>>
[[Not without a last provocation|teacherofficesceneevent][$teacherofficeevent to 1]]
<</if>>
<<elseif $quest.teacheroffice is 1>>
You take a chair and sit next to her as she takes a look at the homework she gave you.
As she focuses on solving it, you take the opportunity to look at her breasts
[img["ressources/teacheroffice/3.jpg"]]
After a few minutes and tries she admits defeat
<<speech "Teacher">>Ok... I think that I made a mistake when I wrote the question which made it impossible to solve. How can I make it up to you?<</speech>>
<<if $mc.dom > $mc.sub>>
[[Unzip your pants and make her suck your cock|teacherofficesex][$teacherofficescene to 1]]
<<else>>
Lewd thoughts begin to run through your mind, which quickly make you get a hard on
<<speech "Teacher">>I see... let me take care of you<</speech>>
[[She gets your cock out of your pants and starts sucking on it|teacherofficesex][$teacherofficescene to 1]]
<</if>>
<</if>><<if $has.metjade is 0>>
You sit next to a nice brunette wearing glasses, she is quite cute despite the fact that she looks like a nerd.
She seems focused on something.
<<linkreplace "Try to see what she is working on" t8n>><<speech "Jade">>Do you mind ?<</speech>>
<<set $has.metjade to 1>>
She notices that you look a bit surprised from her reaction
<<speech "Jade">>Sorry I just don't like when people disturb me when I'm working, nice to meet you I'm <strong><span style="color:#e56cf0">Jade</span></strong><</speech>>
You shake hands
<<linkreplace "Suddenly" t8n>><<speech "Teacher">>Jade! <<print $mc.name>>! Could you please focus on the lesson like your classmates?<</speech>>
You both nod as an answer
[[End of the lesson|jadefirstend]]
<</linkreplace>>
<</linkreplace>>
<<elseif $has.metjade is 1 && $quest.jadeclass is 1 && $jade.corr >= 5 && $jade.trust >= 5>>
Jade seems to be focused on something again
[[Try to not disturb her|jadesitscene][$sitscene to 1]]
<<elseif $has.metjade is 1 && $quest.jadeclass is 2 && $jade.corr >= 10 && $jade.trust >= 10>>
She seems to be waiting quietly for something lost in her thoughts
[[Ask her what she is waiting for|jadesitscene][$sitscene to 2]]
<<elseif $has.metjade is 1 && $quest.jadeclass is 3 && $jade.corr >= 15 && $jade.trust >= 15>>
As you were walking to the seat next to her she gives you a big smile she was clearly waiting for you
[[Kiss her on the cheek|jadesitscene][$sitscene to 3]]
<<elseif $has.metjade is 1 && $quest.jadeclass is 4>>
[[She starts to look for your cock|jadesitscene][$sitscene to 4]]
<<elseif $has.metjade is 1 && $quest.jadeclass >= 4 && $teacher.int >= 20 && $teacher.trust >= 15 && $jade.corr >= 20 && $jade.trust >= 20>>
As soon as the lesson begins, your Teacher and Jade seem to both be focused on you
[[Fuck them at the end of the lesson|teachandjadescene]]
<<linkreplace "Not today">><<set $gameDate.setUTCHours(12)>><<set $gameDate.setUTCMinutes(0)>> <<mcint>>
[[Go back|University]]
<</linkreplace>>
<<else>>
You both listened to the lesson and nothing happened
''Hint: Train with her at the gym and message her during the evening to unlock more''
<<set $gameDate.setUTCHours(12)>><<set $gameDate.setUTCMinutes(0)>>
<<mcint>>
<</if>>
<<if $has.metjade is 1 && $quest.jadeclass >= 4 && $jade.int >= 15 && $jade.corr >= 15>>
[[Fuck Jade after the lesson|jadeclassscene]]
<</if>>
[[University hall|University]]<<if $has.metkate is 0>>
You take a seat next to the girl who is almost always late for class. She is at least wearing the university uniform, even though is seems that her skirt is shorter than the rest of the girls’.
She doesn’t seem to notice you sitting down next to her, as she is absorbed into sending messages and pictures with her phone.
The teacher enters the classroom and begins the lesson, as you were listening she taps your arm.
<<speech "???">>Hey why did you sit next to me!? don't expect me to sleep with me that easily!<</speech>>
<<if $mc.dom > $mc.sub>>
You know how little bitches like her work, you take her hand and put it on your cock.
<video src="ressources/videos/class/kate/rubbing.webm" autoplay loop></video>
<<speech "???">>Hey! You could have asked me my name at least before starting this sort of little game... I'm Kate nice to meet you and your big cock<</speech>>
She continues to rub your cock during the lesson but as you were going to cum she suddenly stops
<<speech "Kate">>You don't want to mess your pants, do you? So that's it for today<</speech>>
The bell rings signaling the end of the course. Kate immediately gets up, you stand up to let her pass
<<speech "Kate">>Wow thank you Mr Big cock the gentleman! See ya next time!<</speech>>
She leaves the classroom so fast that she forgot to take the homework sheet with her.
<<mcdom>>
<<else>>
You splutter excuses but she puts a finger on your mouth
<<speech "Kate">>Stop looking for an excuse, I was kidding. Actually I'm kinda of a slut and I don't care what you think of it. Have you got a big cock<</speech>>
You blush from the question and start thinking about the question asking yourself if you were a slut what would you consider a "big cock". It seems that she does not want to wait for your answer. She gets her hand and start rubbing you until you pop a boner.
<video src="ressources/videos/class/kate/rubbing.webm" autoplay loop></video>
<<speech "Kate">>Mmmh... I think that we got a pretty big boy under there! You act like a shy little girl but you could destroy my pussy with this big cock... let's see how much time you can resist<</speech>>
She starts rubbing faster... and faster until you are ready to cum... but then she stops just in time
<<speech "Kate">>You don't want to mess your pants, do you? So that's it for today<</speech>>
The bell rings signaling the end of the course. Kate immediately gets up, you stand up to let her pass
<<speech "Kate">>Wow thank you Mr Big cock the gentleman! See ya next time!<</speech>>
She leaves the class so fast that she even forget to take the sheet with homework instructions
<<mcsub>>
<</if>>
<<set $has.metkate to 1>>\
<<set $quest.kateclass += 1>>\
<<mcint>>
[[Leave the classroom|University]]
<<elseif $has.metkate is 1 && $quest.kateclass is 1 && $kate.corr >= 10 && $kate.trust >= 5>>
Kate’s chair is empty, but you decide to sit there anyway. Your teacher begins the lesson.
<<linkreplace "After a few minutes">>Suddenly the classroom door opens. Kate walks in, mumbling some excuses and rushes for her chair. You stand up as fast as you can to let her pass. She gives you a big smile.
<<speech "Kate">>Hey Mr Big cock it's you again<</speech>>
<<speech "Teacher">>Kate! Could you please watch your langage and be quiet especially when you are late!?<</speech>>
<<speech "Kate">>Sorry!<</speech>>
After sitting she turns back to you
<<speech "Kate">>You’ve been really helpful, making sure I always have the homework. I think someone has earned a little reward. Meet me in the restrooms after class.<</speech>>
The lesson goes by nothing happened, she leaves the class without even looking at you
[[Join her in the restrooms|katerestroomscene][$restroomscene to 1]]
<</linkreplace>>
<<elseif $has.metkate is 1 && $quest.kateclass is 2 && $kate.corr >= 15 && $kate.trust >= 10>>
Kate is sitting at her desk like the first time you met each other. She looks up as you enter the class, waves at you and shouts
<<speech "Kate">>Hey mister big cock come sit next to me!<</speech>>
You reach the chair next to her.
<<speech "Kate">>So I thought that after giving you a little reward you might stop helping me... but you just keep on sending me the homework again and again… I think it's time for the big reward! Join me in the restrooms like the other time<</speech>>
<<linkreplace "End of the lesson">> She packs her stuff and takes your hand [[Follow her|katerestroomscene][$restroomscene to 2]]<</linkreplace>>
<<elseif $quest.kateclass gte 3>>
You reached the end of the content Kate Class
Kate didn’t show up to class today. You listened to the lesson.
<<mcint>>
<<teacherint>>
[[Go back|University]]
<<else>>
Kate didn't show up during today class. You listened to the lesson
<span style="orange">''Hint: Get her SexApp Id at the pool and raise her corruption and trust stats to progress on this quest''</span>
<<mcint>>
<<teacherint>>
[[Go back|University]]
<</if>>
<<set $gameDate.setUTCHours(12)>><<set $gameDate.setUTCMinutes(0)>>
<<if $has.metlucy is 0>>
You approach the chair next to the girl but as you were going to sit you notice that there is a bag on it. You ask her if she could move it... She does not answer so you tap on her shoulder. She jumps on her chair from surprise.
<<speech "???">>What do you want for fuck sake ?<</speech>>
You point at the bag on the seat
<<speech "???">>Oh… sorry. No one ever sits next to me so I always put my bag there, since it’s easier to grab my stuff from. It’s just a reflex at this point. Nice to meet you, I'm Lucy!<</speech>>
She gives you a handshake... her hands are soft and tiny compared to yours. You think that she is quite cute when she smiles. She takes the bag off the chair.
<<speech "Lucy">>Here you are, oh one last thing, I do not attend classes to have conversations so when the lesson start I would like you to not speak too much. Is that ok with you?<</speech>>
You nod
<<speech "Lucy">>Perfect I hope that you will respect this rule<</speech>>
The Teacher enters the classroom and the lesson begins.
Lucy is writing almost everything the teacher is saying on her computer, you feel impressed.
At the end of the lesson, she takes a look at your notes to see how much you have written.
<<speech "Lucy">>Mmmh... 4 pages... wait! 4! How did you manage to write that much I only have 3... Have you done some sort of typing training?<</speech>>
You flex your finger to make her laugh
[img["ressources/images/school/finger.jpg"]]
She laughs
<<speech "Lucy">>Instead of making jokes could you please share what you wrote during the class with me? Here is my SexApp Id, send it to me later<</speech>>
<<set $has.lucyid to 1>>''You now have Lucy’s SexApp Id. You'll be able to talk to her using SexApp from now on.''
She leaves her chair
<<speech "Lucy">>See you mister fast fingers<</speech>>
<<mcint>>
<<lucytrust>>
<<set $has.sendnotes to 0>>
<<set $has.metlucy to 1>>
[[Leave the room|University]]
<<elseif $has.metlucy is 1 && $has.sendnotes is 1 && $lucy.corr >= 5 && $lucy.trust >= 5>>
You are a bit early so there is nobody except you in the class. You start unpacking your things, turn on your computer and open google docs to take notes.
<<linkreplace "Lucy arrives">>She enters the class and notices you sitting next to her place. She joins you
<<speech "Lucy">> Thank you for the notes it was useful. Do you mind sending me what you write in class everyday? It would help me quite a lot as I'm not able to write as fast as you.<</speech>>
<<set $lucy.notes to 1>>
You promise, she gives you a naughty smiles
<<speech "Lucy">>Be sure that I will reward you according to the quality of your notes<</speech>>
<<if $mc.dom > $mc.sub>>
<<linkreplace "Ask for a little demonstration">>She seems to be surprised by your request <<speech "Lucy">>Now? But the others students are going to arrive soon<</speech>>
She seems a bit hesitant
<<speech "Lucy">>We can't do that here for sure... but... I think that there is a way... follow me<</speech>>
[[Follow her|lucyclassscene]]
<</linkreplace>>
<<else>>
You blush from your lewds thoughts
<<speech "Lucy">>Look at that cute little blush. I feel like I’m talking to a shy little boy. Let’s see what the big boy thinks…<</speech>>
[[She starts touching your crotch|lucyclassscene]]
<</if>>
<</linkreplace>>
<<elseif $has.metlucy is 1 && $quest.lucyclass is 1 && $lucy.corr >= 10 && $lucy.trust >= 10>>
You enter the class, Lucy notices you and she moves her bag to let you sit. You exchange pleasantries.
<<speech "Lucy">>I feel guilty asking you that much while you don't get much in return...<</speech>>
<<if $mc.dom > $mc.sub>>
[[Tell her that there is a way to balance the scales|lucyclassscene2]]
<<else>>
Lewd thoughts flood your mind, you think of the time she sucked your cock... you get a boner.
<<speech "Lucy">>At least your big boy has the guts to tell me how he wants to be rewarded! Follow me<</speech>>
[[Follow her|lucyclassscene2]]
<</if>>
<<elseif $has.metlucy is 1>>
You sit next to her, nothing special happened
<span style="color:orange">''Hint: Visit her at the library, talk to her with SexApp and don't forget to send her your notes to gain trust and corruption to unlock new events''</span>
[[Go back|Classroom]]
<</if>>
<<set $gameDate.setUTCHours(12)>><<set $gameDate.setUTCMinutes(0)>><<if $period is 2>>
[[Eat alone|cafeteriabis]]
<<if $has.metjade is 1>>[[Eat with Jade|jadecafeteria]]<</if>>
<<if $has.metkate is 1 && $quest.kategiftquest is 0 && $kate.trust >= 10 && $kate.corr >= 5>>[[Have lunch with Kate|katecafeteriagiftquest][$step to 0]]<<elseif $has.metkate is 1 >>[[Eat with Kate|katecafeteria]]<</if>>
<<if $has.metlucy is 1>>[[Eat with Lucy|lucycafeteria]]<</if>>
<<else>>
''The cafeteria is empty''
<</if>>
[[Go back|University]]<<if $quest.lucylibrary is 0>>
You decide to sit in front of Lucy. She looks up at you.
<<speech "Lucy">>I knew you were a serious student!<</speech>>
You nod
<<speech "Lucy">>Do you know that studying makes me horny as fuck?<</speech>>
She laughs from your expression betraying your surprise
<<speech "Lucy">>Come here more often from now on and you might see what I'm talking about<</speech>>
<<lucycorr>>
<<lucytrust>>
<<set $quest.lucylibrary += 1>>
<<elseif $quest.lucylibrary is 1 && $lucy.corr >= 5 && $lucy.trust >= 5>>
Lucy is not there you decide to sit in-front of the chair she sits on usually. After a few minutes she arrives. She notices you and instead of walking toward her seat, she approaches you and whispers in your ear.
<<speech "Lucy">>I think that someone came to see how horny I am today. Actually I'm in the mood to suck a cock right now so follow me<</speech>>
[[Follow her|lucyrestroomscene][$scene to 1]]
<<lucycorr>>
<<lucytrust>>
<<set $quest.lucylibrary += 1>>
<<elseif $quest.lucylibrary is 2 && $lucy.corr >= 10 && $lucy.trust >= 10>>
Lucy is sitting as usual on her chair. You decide to sit next to her this time.
<<speech "Lucy">>Great, you’re here! I need some help with this Math problem.<</speech>>
As you work on the problem, she starts rubbing your cock.
<<speech "Lucy">>Come on <<print "$mc.name">> finish it before I make you cum and I will give you a nice reward<</speech>>
Because you want the reward so much you use all your brain cells, feeling the math quintessence…
<video src="ressources/videos/study/0.webm" autoplay loop></video>
<<linkreplace "Solve it">>You finally find the answer
<<speech "Lucy">>Nice job <<print "$mc.name">>, you deserve a little reward, follow me<</speech>>
[[Follow her|lucyrestroomscene][$scene to 2]]
<<lucycorr>>
<<lucytrust>>
<</linkreplace>>
<<set $quest.lucylibrary += 1>>
<<else>>
<<set $randomsituation to random(2)>>
<<if $randomsituation is 0>>
You sit in front of Lucy, she does not look up from her computer but a smile appears on her face. She slowly starts to play footsie under the table. She then starts to rub your crotch with her feet.
<video src="ressources/videos/library/2.webm" autoplay loop></video>
She stops right before you cum
<<speech "Lucy">>Wouldn't be nice to mess your pants<</speech>>
She winks and leaves
<<elseif $randomsituation is 1>>
You decide to sit next to Lucy this time. She gives you a quick glance and seems to focus again on her computer but as you start working too you feel her hand getting on your crotch. She opens your pants and start rubbing your dick.
<video src="ressources/videos/library/1.webm" autoplay loop></video>
She stops right before you cum
<<speech "Lucy">>Wouldn't be nice to mess your pants<</speech>>
She winks and leaves\
<<else>>
You sit in front of Lucy, she seems so focused on her work that she doesn’t even notice you. You start working, expecting her to notice you at some point. After an hour you decide to leave.
<video src="ressources/videos/library/0.webm" autoplay loop></video>
<</if>>\
<<mcint>>
<span style="color:orange">''If you wish to unlock scenes you need to up Lucy's corruption and trust by helping her or completing quests and texting with her during the evening. You also need int for this quest''</span>
<</if>>\
<<if $quest.lucylibrary >= 3>>''You have reached the end of the content for Library Lucy''<</if>>
<<addhours 2>>\
[[Go back|University]]<<if $quest.katepool is 0>>
<<if $mc.str >= 5>>
You do a nice dive into the pool
<video src="ressources/videos/nicedive.webm" autoplay loop></video>
You take a lap and get out of the pool in a cool way.
<video src="ressources/videos/gettingout.webm" autoplay loop></video>
As you look up you notice that Kate was there waiting for you
<<speech "Kate">>Nice show mister big cock! Hope to see you more often here! Also here is my SexApp id!<</speech>>
She leaves you giving you a nice look at her ass
<video src="ressources/videos/walkingout.webm" autoplay loop></video>
<span style="color:##19bde6">''Thoughts: I should come here more often to train with her that might be worth it''</span>
<<else>>
You build up some momentum as you start running to do a cool dive but nearly fall in the process. You make it into the pool but not in the way you expected.
<video src="ressources/videos/poolfail.webm" autoplay loop></video>
You feel someone grabbing you from behind. You reach the edge of the pool.
<<speech "Kate">>Nice try Mr Big cock but I think that you might need a bit more training before trying to do some pro moves!<</speech>>
She mumbles while touching your crotch
<<speech "Kate">>Come more often to train and you might get my attention. Also here is my SexApp id<</speech>>
<</if>>
<<set $has.kateid to 1>> ''You can now talk to Kate on SexApp''
<<katetrust>>
<<katecorr>>
<<set $quest.katepool += 1>>
<<elseif $quest.katepool is 1 && $kate.corr >= 5 && $kate.trust >= 5 && $mc.str >= 5>>
You trained as usual with Kate, but as you were going to the locker room she stops you
<<speech "Kate">>I think it's time to give you a little reward for your efforts. Follow me<</speech>>
[[Follow her|katepoolscene][$scene to 1]]
<<elseif $quest.katepool is 2 && $kate.corr >= 10 && $kate.trust >= 10 && $mc.str >= 10>>
You finish your lap but as your head pops out of the water you notice that Kate is still swimming. She finally reaches you.
<<speech "Kate">>You are a real monster now <<print "$mc.name">>, I will never be able to beat you from now on!<</speech>>
You smile from pride
<<speech "Kate">>But don’t get too cocky or else you will lose everything. But right now I think you deserve to be rewarded for beating me<</speech>>
[[Fuck her|katepoolscene][$scene to 2]]
<<else>>
You trained with Kate. You're getting better at swimming!
<<mcstr>>
<span style="color:orange">''If you wish to unlock scenes you need to up Kate's corruption and trust by helping her or completing quests and texting with her during the evening. You also need strength for this quest''</span>
<</if>>
<<if $quest.katepool >= 3>>''You have reached the end of the content for Pool Kate''<</if>>
<<addhours 2>>
[[Go back|University]]<<if $quest.jadegym is 0>>
Jade is there doing some curls
[img["ressources/images/jade/gym/17.jpg"]]
She notices you
[img["ressources/images/jade/gym/16.jpg"]]
<<if $mc.str < 5>>
<<speech "Jade">>Hey mister <<print "$mc.eyes">>. First time I’ve seen you in here. I expect that I will see you here more often from now on! Hope we can train together! Also here is my SexApp Id text me!<</speech>>
<<set $has.jadeid to 1>> ''You can now talk to Jade on SexApp''
<<else>>
<<speech "Jade">>Hey mister <<print "$mc.eyes">>. That's some big muscles we have there. Would you mind being my coach ?<</speech>>
You accept the offer
<<speech "Jade">>Here is my SexApp Id, text me! I just finished training today, see you next time!<</speech>>
<<set $has.jadeid to 1>> ''You can now talk to Jade on SexApp''
<</if>>
<<speech "Jade">>I just finished training today, see you next time!<</speech>>
She leaves giving you the opportunity to have a nice look at her ass, She turns back at some point giving you a nice smile
[img["ressources/images/jade/gym/13.jpg"]]
<<set $quest.jadegym += 1>>
<<elseif $quest.jadegym is 1 && $jade.corr >= 5 && $jade.trust >= 5 && $mc.str >= 10>>
While you were doing your usual ab exercises, she suddenly grabs your cock.
<video src="ressources/videos/gym/grabcock.mp4" autoplay loop></video>
<<speech "Jade">>I knew you had a hard on! To be honest... All of these exercises have really gotten me in the mood to fool around too. No one ever comes by this part of the gym so let’s mess around right here.<</speech>>
[[Accept|jadegymscene][$scene to 1]]
<<elseif $quest.jadegym is 2 && $jade.corr >= 10 && $jade.trust >= 10 && $mc.str >= 15>>
As you were doing some exercise, she calls you over asking for your help with something.
[[Go for her|jadegymscene][$scene to 2]]
<<else>>
<<set $randomtraining to random(2)>>
<<if $randomtraining is 0>>
For today’s training, you decide to do some bench presses with dumbbells.
<video src="ressources/videos/gym/0.mp4" autoplay loop></video>
<<elseif $randomtraining is 1>>
For today’s training, you decide to do some lat pull downs.
<video src="ressources/videos/gym/1.mp4" autoplay loop></video>
<<else>>
For today’s training, you decide to work on your abs by doing some crunches
<</if>>
<video src="ressources/videos/gym/2.mp4" autoplay loop></video>
<<mcstr>>
<span style="color:orange">''If you wish to unlock scenes you need to up Jade's corruption and trust by helping her or completing quests and texting with her during the evening. You also need str for this quest''</span>
<</if>>
<<if $quest.jadegym >= 3>>''You have reached the end of the content for Gym Jade''<</if>>
<<addhours 2>>
[[Go back|University]]<<if $scene is 1>>
You get your pants down, she notices it and start sucking your cock
<video src="ressources/scenes/university/meganrain/restroom/blowjob.mp4" autoplay loop></video>
<<linkreplace "But then">>Someone enters the restroom, and knocks on the door to your stall.
<<speech "???">>Could you please hurry up I need to pee<</speech>>
You get your cock back in your pants, flush the toilet and get out.
Kate is there waiting
<<speech "Kate">>Hey, Mr. Big Cock! Why were you taking so long inside there? Don’t tell me you were doing nasty things with the girl in the other stall.<</speech>>
You blush
<<speech "Kate">>Come on! Don't be embarrassed, next time it might be me in the other stall. Now gtfo I need to take a dump.<</speech>>
[[Leave the toilets|University]]
<<mcsex>><<set $quest.alicebathroom += 1>>
<</linkreplace>>
<<else>>
You enter the second stall. You notice a hole cut into the connecting wall. You get closer to the hole and watch the show. A nice brunette teen is there masturbating
<video src="ressources/scenes/university/meganrain/restroom/masturbating.mp4" autoplay loop></video>
[[Put your cock in the hole|restroomscene][$scene to 1]]
<</if>>After the lesson Jade turns to you, you look each other in the eyes for a few seconds.
<<speech "Jade">>Do you mind getting your ass up mister <<print $mc.eyes>> eyes? in case you didn't notice you're at the end of the row.<</speech>>
You get up and let her pass, as you watch her leave she turns back and waves at you.
<<speech "Jade">>See you mister <<print $mc.eyes>> eyes<</speech>>
<<jadetrust>>
<<mcint>>
<<set $gameDate.setUTCHours(12)>><<set $gameDate.setUTCMinutes(0)>>
<<set $quest.jadeclass += 1>>
[[Time to leave|University]]<<if $sitscene is 1>>
<<if $quest.jadeclass is 0>>
After a few seconds she finally notices you
<<speech "Jade">>Oh mister <<print "$mc.eyes">> eyes you decided to sit next to me again!! Thanks for not disturbing me this time<</speech>>
As she finihsed her sentence the Teacher enters the room
<<speech "Teacher">>Let’s begin today’s course about...<</speech>>
During the lesson Jade seems to get closer and closer as time goes by. You finally are so close that your legs touch each others. You feel her warmth and she doesn’t seem to mind it. She continues to listen to the lesson as if nothing changed.
<<linkreplace "End of the lesson" t8n>>You pack your things and get off your seat, you were going to reach the exit door but then you feel a hand on your shoulder, you turn back and Jade is there with a red face
<<speech "Jade">>Mister <<print $mc.eyes>> eyes you forgot your pen!<</speech>>
You take the pen and thank her
<<speech "Jade">>Sitting next to you isn't bad it helps me to focus on the lesson... try to do it more often... please<</speech>>
She bumps into your shoulder as she tries to get out of the classroom. Her face is red as a tomato. You hear a quit sorry coming from her as she leaves.
[[Go back|University]]
<<jadecorr>><<set $jade.corr += 1>>
<<jadetrust>><<set $jade.trust += 1>>
<<set $quest.jadeclass += 1>>
<</linkreplace>>
<<else>>
As you sit she turns to you
<<speech "Jade">>Sorry about last time, I was in a hurry.<</speech>>
You ask her what was the rush for
<<speech "Jade">>LADY THINGS! You wouldn't understand!<</speech>>
<<speech "Teacher">>Jade! could you please be a bit less noisy? <</speech>>
<<speech "Jade">>Yes Mrs sorry<</speech>>
During the lesson she gets closer to you again this time you sometimes feel a little rub from her leg that is giving you a boner
<<linkreplace "Time to try something">>You slowly place your hand on her thigh, rubbing it softly
She moans a bit and mumbles,
<<speech "Jade">>Mister <<print $mc.eyes>> eyes I don't think it's the right place to do this<</speech>>
Not listening to her you decide to slide you hand closer to her crotch, her moaning intensifies but as you were getting close to the right spot she grabs your arm and ask you to stop
<<speech "Jade">> It's not that I don't like it but I don't think it's the right time to do this<</speech>>
But her face gives away her true feelings
<<jadecorr>><<set $jade.corr += 2>>
<<linkreplace "End of the lesson">>You need to pee, so you quickly pack your things and go for the restrooms, as you were peeing you hear the door opening
<<speech "Jade">>You can't do that when we're in class! What if someone noticed!?<</speech>>
[[Apologize|jadesitscene2][$reaction to 0]]
[[Confront her|jadesitscene2][$reaction to 1]]<</linkreplace>><</linkreplace>>
<</if>>
<<elseif $sitscene is 2>>
She jumps from the surprise but she begins to smile as soon as she recognizes you
<<speech "Jade">>I was just waiting for you<</speech>>
You sit and both of you start your usual game...
Your legs touch each others but as you were starting to move your hand she grabs your cock
She unzips your pants, pulls it out from under the table and starts rubbing it
<video src="ressources/videos/class/jade/1.webm" autoplay loop></video>
<<linkreplace "Finish" t8n>>You finish while she was still stroking it
<video src="ressources/videos/class/jade/0.webm" autoplay loop></video>
Thank god no one seems to have noticed
<<mcsex>>
<<jadetrust>><<set $jade.trust +=2>>
<<jadecorr>><<set $jade.corr += 3>>
<<set $quest.jadeclass += 1>>
[[Leave the class|University]]
<</linkreplace>>
<<elseif $sitscene is 3>>
She seems a bit surprised, she blushes from your kiss
<<if $mc.dom > $mc.sub>> <<linkreplace "Give her a real kiss now">>You take her head with your hands and give her a nice french kiss... your tongues wrapping on each other... your mind going blank and your desire growing.
<<linkreplace "But...">><<speech "Teacher">> $mc.name ! Could you please calm down and let her breath a bit please, so I could start the lesson.<</speech>><<linkreplace "Stop kissing">>You stop kissing give look each other in the eyes for a second before starting to listen to the course. <<mcint>>
<<mcdom>>
<<jadecorr>>
<<set $gameDate.setUTCHours(12)>><<set $gameDate.setUTCMinutes(0)>>
<<set $quest.jadeclass += 1>>
[[Pack your things and leave the class|University]]<</linkreplace>><</linkreplace>>
<</linkreplace>>
<<else>><<speech "Jade">>That was nice, but don't forget that I'm the one in charge in this relationship.<</speech>>
She grabs your head giving you a surprisingly pleasant kiss... your tongues wrapping around each others... your mind going blank and your desire growing.
<<linkreplace "But...">>
<<speech "Teacher">>Jade! Could you please calm down and let him breath a bit please, so I could start the lesson.<</speech>>
<<linkreplace "Stop kissing">>You stop kissing and look each other in the eyes for a moment before starting to listen to the lesson.
<<mcint>>
<<mcsub>>
<<jadecorr>>
<<set $quest.jadeclass += 1>>
<<set $gameDate.setUTCHours(12)>><<set $gameDate.setUTCMinutes(0)>>
[[Pack your things and leave the class|University]]<</linkreplace>>
<</linkreplace>>
<</if>>
<<else>>
She takes your cock out of your pants and starts rubbing it while the lesson continues
<video src="ressources/videos/class/jade/1.webm" autoplay loop></video>
<<linkreplace "Cum">><video src="ressources/videos/class/jade/0.webm" autoplay loop></video><</linkreplace>>
She licks up the cum from her hand and gives you a tissue so you can clean your cock, before you put it back into your pants.
It seems that your teacher noticed something
<<teacherint>>
<<mcsex>>
<<jadecorr>>
<<mcint>>
<<set $quest.jadeclass += 1>>
[[Pack your things and leave|University]]
<</if>>
<<set $gameDate.setUTCHours(12)>><<set $gameDate.setUTCMinutes(0)>><<if $reaction is 0>>
Despite knowing that she liked it you decide to apologize to avoid any trouble
<<jadetrust>><<set $jade.trust += 2>>
<<mcsub>>
<<speech "Jade">>Thank you for understanding. You know... It’s not that I don’t like you but I prefer to do this sort of things in private, not in class.<</speech>>
<span style="color:##19bde6">''Thoughts: I should corrupt her a bit more and gain her trust before trying this sort of thing again''</span>
<<elseif $reaction is 1>>
You finish peeing but instead of putting your dick away, you decide to use it. You push her to her knees and force her to suck your cock
As a submissive girl she does not resist
<video src="ressources/videos/class/jade/2.webm" autoplay loop></video>
<<jadecorr>><<set $jade.corr += 3>>
<<mcdom>><<set $mc.dom += 2>>
<<mcsex>>
<<if $jade.corr gte 10>>
<<linkreplace "finish on her face">><video src="ressources/videos/class/jade/3.webm" autoplay loop></video><</linkreplace>>
<</if>>
<</if>>
<<set $quest.jadeclass += 1>>
<<set $gameDate.setUTCHours(12)>><<set $gameDate.setUTCMinutes(0)>>
[[Leave the room|University]]<<if $has.jadefamily is 1>><<set $jadecafeteria = random(30, 100)>><<else>><<set $jadecafeteria = random(100)>><</if>>
<<if $jadecafeteria lte 29 && $has.jadefamily is 1>>
You sit in front of Jade who was eating alone
<<speech "Jade">>Hey! what's up Mr <<print "$mc.eyes">> eyes?<</speech>>
You make small talk, she then starts talking about her family problems
<<speech "Jade">>My dad is always working, so I don't see him often. I also don't get along with my mom very well. So sometimes I wish I didn't have to go home...<</speech>>
She seems to be sad so you try to make her laugh, it works.
<<speech "Jade">>Haha, that's nice of you to try to make me smile. What about your family? Tell me about them<</speech>>
You tell her about your family story. You don't know your mom and your dad died a few years ago in a car accident leaving you alone with your step mother and step sister. Eventually, you got passed the pain since you get along quite well with both of them.
<<speech "Jade">>What a sad story, thank god you ended up with some nice people who care about you. Might be interesting to join the fun!<</speech>>
You can't hide your surprise
<<speech "Jade">>Haha! At least you didn't say no!<</speech>>
She gets up
<<speech "Jade">>I don't want to be late for my workout, see you!<</speech>>
<<jadetrust>>
<<set $gameDate.setUTCHours(13)>><<set $gameDate.setUTCMinutes(0)>>
<<set $has.jadefamily to 1>>
[[Leave the cafeteria|University]]
[[Go train at the gym too|University gym]]
<<elseif $jadecafeteria gte 30 && $jadecafeteria lte 59>>
You eat with Jade and talk about each others families and daily life troubles.
She is getting more and more trustful towards you.
<<jadetrust>>
<<set $gameDate.setUTCHours(13)>><<set $gameDate.setUTCMinutes(0)>>
[[Finish eating and leave|University]]
<<elseif $jadecafeteria gte 60 && $jadecafeteria lte 89>>
While eating with Jade she starts talking about what makes a guy attractive. You feel like she is looking a lot to your body as a reference and refers to some of your characteristics
<<speech "Jade">>I kinda like a guy who has <<print "$mc.eyes">> eyes and <<print "$mc.hair">> hair and is <<if $mc.dom > $mc.sub>>Dominant<<else>>Submissive<</if>>.<</speech>>
When she sees your suprised face she smiles. She gets up and says with a sly smile.
<<speech "Jade">>See you later Mr I'm the perfect guy to date<</speech>>
She then leaves the room, leaving you shell shocked in your chair.
<<set $gameDate.setUTCHours(13)>><<set $gameDate.setUTCMinutes(0)>>
<<jadecorr>>
[[Leave the cafeteria|University]]
<<else>>
You ate with Jade nothing much happened you feel like she is in a bad mood today
''A scene will be added later''
<<set $gameDate.setUTCHours(13)>><<set $gameDate.setUTCMinutes(0)>>
[[Eat your meal and leave her alone|University]]
<</if>><<if $has.katecafeteria is 1>><<set $katecafeteria = random(30, 100)>><<else>><<set $katecafeteria = random(100)>><</if>>
<<if $katecafeteria lte 29>>
The rebellious girl is sitting alone, on one of the most remote tables in the room. She looks like she wants to be alone, but you decide to sit next to her anyway. She is eating some junk food and does not seem happy that someone is bothering her while she eats. But when she recognizes you she cools off.
<<speech "Kate">>Hmmm, it's you Mr Big cock, what's up?<</speech>>
You exchange pleasantries and talk for a bit while you both eat. When she is finished she puts her feet up on the table like she owns the place. She notices you staring at her.
<<speech "Kate">>Yeah I put my feet up, you got a problem with that?<</speech>>
She sees your surprised face and changes her attitude
<<speech "Kate">>Mmm... sorry, just that I'm fucking pissed of from everyone telling me what I must do and how I should act etc... for fuck sake if I want to attend class naked or sit on the window border there shouldn't be anyone to tell me I can't<</speech>>
She laughs at your expression
<<speech "Kate">>Are you getting excited at the thought of seeing me crossing the hall naked? You little perv! But I like the idea! You know a lot of people think that I'm a slut but I don't do a lot of guys just those which I find special and you're quite something on your own, but don’t think you can get me for nothing. You gotta prove that you care about me!<</speech>>
The bell rings, she leaves her chair
<<speech "Kate">>Time for me to go swimming, that was a nice conv! See you later Mr Big cock!<</speech>>
<<set $has.katecafeteria to 1>>
<<katetrust>>
<<katecorr>>
<<set $gameDate.setUTCHours(13)>><<set $gameDate.setUTCMinutes(0)>>
[[Leave|University]]
<<elseif $katecafeteria gte 30 && $katecafeteria lte 59>>
<<if $mc.str > 5>>
You had a nice talk about how sports are good for your bodies and how it’s beneficial to your mental health. She seems to enjoy talking with you a lot and you feel like she is starting to trust you more.
<<else>>
You listened to her talking about how sports are good for your bodies and how it's beneficial for your mental health.
<<speech "Kate">>Thanks for listening to me, most of the time people don't care about what I'm sayin. You're such a nice guy Mr big cock<</speech>>
<</if>>
The bell rings
<<speech "Kate">>And don't forget to join me at the pool sometimes to swim!<</speech>>
She leaves the cafeteria
<<katetrust>>
<<set $gameDate.setUTCHours(13)>><<set $gameDate.setUTCMinutes(0)>>
[[Leave|University]]
<<elseif $katecafeteria gte 60 && $katecafeteria lte 89>>
She spoke about women’s position in society. She doesn’t seem like an extreme feminist who refuses to listen to the opinions of others just so she can complain about females being treated as inferior to men. No, she seems to be well read and that she is someone who is simply looking for a sort of balance. You get the feeling that she just wants to be free from the standards of society.
<<speech "Kate">>I want equal rights, but I also wouldn’t mind being treated like a little slut by the guy I like. What do you think?<</speech>>
She gives you a wink
<<katecorr>>
The bell rings
<<speech "Kate">>Ah no more time to play with you! See ya!<</speech>>
She leaves like she has something urgent to do while you know she is just going for a swim
<<set $gameDate.setUTCHours(13)>><<set $gameDate.setUTCMinutes(0)>>
[[Leave|University]]
[[Join her|University pool]]
<<else>>
You ate with Kate nothing much happened you feel like she is in a bad mood today
''A scene will be added later''
<<set $gameDate.setUTCHours(13)>><<set $gameDate.setUTCMinutes(0)>>
[[Eat your meal and leave her alone|University]]
<</if>><<if $has.intelligentman is 1>><<set $lucycafeteria = random(30, 100)>><<else>><<set $lucycafeteria = random(100)>><</if>>
<<if $lucycafeteria lte 29>>
You go towards Lucy's table, she notices you coming
<<speech "Lucy">>Hey <<print "$mc.name">>! What's up?<</speech>>
You exchange pleasantries, then start talking about varying topics while you eat.
<<speech "Lucy">>I think that the most attractive trait a man can have is intelligence. There is nothing as exciting as being with someone that can teach you things and with whom you can talk about most subject. And obviously he will never embarass you in public because he doesn't know something!<</speech>>
<<if $mc.int < 5>>
You start to wonder if you are intelligent enough for her. Your mind drifts and you don’t even notice her looking at you.
<<else>>
<<if $mc.sub > $mc.dom>>
She is looking at you with some naughty eyes, you can't hold her gaze
<<else>>
She is looking at you with some naughty eyes, you hold her gaze
<</if>>
<</if>>
After a few seconds she smiles
<<speech "Lucy">>I think that you're somehow someone above the others in term of intellect, too bad you're not coming more to the library to study with me, we could have some fun together!<</speech>>
You promise to join her more often, you both finish your lunches
<<speech "Lucy">>See you later then!<</speech>>
[[Leave|University]]
<<lucycorr>>
<<lucytrust>>
<<set $gameDate.setUTCHours(13)>><<set $gameDate.setUTCMinutes(0)>>
<<set $has.intelligentman to 1>>
<<elseif $lucycafeteria gte 30 && $lucycafeteria lte 59>>
You ate your lunch with Lucy nothing much happened. You mostly talked about Science subjects.
It seems that her eyes are glowing when she listen to you
<<lucycorr>>
<<set $gameDate.setUTCHours(13)>><<set $gameDate.setUTCMinutes(0)>>
[[Finish your meal and leave|University]]
<<elseif $lucycafeteria gte 60 && $lucycafeteria lte 89>>
You helped her during your lunchtime with a difficult <<print either("Maths", "Economics")>> problem.
<<speech "Lucy">>Thanks for the help! Will pay you back one day I promise!<</speech>>
<<lucytrust>>
<<set $gameDate.setUTCHours(13)>><<set $gameDate.setUTCMinutes(0)>>
[[The bell rings so you both pack your things and leave|University]]
<<else>>
You ate with Lucy nothing much happened you feel like she is in a bad mood today
''A scene will be added later''
<<set $gameDate.setUTCHours(13)>><<set $gameDate.setUTCMinutes(0)>>
[[Eat your meal and leave her alone|University]]
<</if>><<if $activate is 0>>
[[Use Light cheat|Light cheat][$activate to 1]]
<<elseif $activate is 1>>\
[[Dominant path|Light cheat][$activate to 2]]
[[Submissive path|Light cheat][$activate to 3]]
<<elseif $activate is 2>>
<<set $kate.corr += 5>>\
<<set $kate.trust += 5>>\
<<set $lucy.corr += 5>>\
<<set $lucy.trust += 5>>\
<<set $jade.corr += 5>>\
<<set $jade.trust += 5>>\
<<set $mom.corr += 5>>\
<<set $mom.trust += 5>>\
<<set $sis.corr += 5>>\
<<set $sis.trust += 5>>\
<<set $teacher.int += 5>>\
<<set $teacher.trust += 5>>\
<<set $mc.int += 5>>\
<<set $mc.str += 5>>\
<<set $mc.seXP += 5>>\
<<set $mc.porn += 5>>\
<<set $mc.money += 5000>>\
<<set $mc.dom += 5>>
''Light cheat used, have fun!''
<<set $has.usedcheat to 1>>
<<elseif $activate is 3>>
<<set $kate.corr += 5>>\
<<set $kate.trust += 5>>\
<<set $lucy.corr += 5>>\
<<set $lucy.trust += 5>>\
<<set $jade.corr += 5>>\
<<set $jade.trust += 5>>\
<<set $mom.corr += 5>>\
<<set $mom.trust += 5>>\
<<set $sis.corr += 5>>\
<<set $sis.trust += 5>>\
<<set $teacher.int += 5>>\
<<set $teacher.trust += 5>>\
<<set $mc.int += 5>>\
<<set $mc.str += 5>>\
<<set $mc.seXP += 5>>\
<<set $mc.porn += 5>>\
<<set $mc.money += 5000>>\
<<set $mc.sub += 5>>
''Light cheat used, have fun!''
<<set $has.usedcheat to 1>>
<<else>>
''You already used cheats''
<</if>>
[[Go back to your house|House]]<h3>You'll have to wait the next update!</h3>
______________
You listened to the lesson, nothing happened
<<set $gameDate.setUTCHours(12)>><<set $gameDate.setUTCMinutes(0)>>
<<mcint>>
[[Go back|University]]<<if $homework.difficulty is "Easy">>
Your <<print "$homework.subject">> homework took you a bit of time but was quite easy to make.
<<if $has.metkate is 1 && $has.kateid is 1>>
<<linkreplace "Send the homework to Kate">>You send over SexApp the homework to Kate, You receive a thanks from her a few minute after
<<set _thanks to random(5)>>
[img["ressources/homework/kate/" + _thanks + ".jpg"]]
<</linkreplace>>
<</if>>
[[Go back|Desk]]
<<else>>
It took you a lot of time to finish your homework. But after a few hours you are finally done. You hope that you will get an easier assignment next time.
[[Go back|Desk]]
<<mcint>>
<<if $has.metkate is 1 && $has.kateid is 1>>
<<linkreplace "Send the homework to Kate">>You send the homework over to Kate through SexApp, You receive a thanks from her a few minute after
<<set _thanks to random(5)>>
[img["ressources/homework/kate/" + _thanks + ".jpg"]]
<<katetrust>>
<<katecorr>>
<</linkreplace>>
<</if>>
[[Go back|Desk]]
<</if>>
<<set $homework.done to 1>>
<<addhours 1>><<if $restroomscene is 1>>
<<if $mc.dom > $mc.sub>>
Kate is waiting for you standing against the wall looking at something on her phone. You go towards her, grab her and start fondling her chest as you continually kiss her neck driving her mad. You get her shirt off enough to get her tits out. Then you attack her skirt to go to her panties, you squat to pull down her panties and have a plain view of this nice pussy.
You push her to her knee and pull your cock out of your pants.
<<speech "Kate">>As big as always<</speech>>
She then starts to suck it.
<video src="ressources/scenes/university/kate/restrooms/blowjob0.mp4" autoplay loop controls></video>
<<linkreplace "Throatfuck">>
<video src="ressources/scenes/university/kate/restrooms/deepthroat0.mp4" autoplay loop controls></video>
<<linkreplace "Deepthroat">>
<video src="ressources/scenes/university/kate/restrooms/deepthroat1.mp4" autoplay loop controls></video>
<<linkreplace "Facial">>You finally cum on her face
<video src="ressources/scenes/university/kate/restrooms/facial.mp4" autoplay loop controls></video>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<<mcdom>>
<<else>>
As you enter the restrooms she puts her hands on your head and kisses you romantically. She opens your pants and starts rubbing your cock.
<<speech "Kate">>As big as always<</speech>>
Your own desire growing you fondle her breasts and start getting her shirt off. Slowly but surely your hands are getting closer to her pussy. You get on your knees and remove her panties you get a plain view of her nice pussy.
She pushes you back a bit and starts sucking your cock
<video src="ressources/scenes/university/kate/restrooms/blowjob0.mp4" autoplay loop></video>
<<linkreplace "Deepthroat">>
<video src="ressources/scenes/university/kate/restrooms/deepthroat0.mp4" autoplay loop controls></video>
<<linkreplace "Facial">>You finally cum on her face
<video src="ressources/scenes/university/kate/restrooms/facial.mp4" autoplay loop controls></video>
<</linkreplace>>
<</linkreplace>>
<<mcsub>>
<</if>>
<<else>>
<<if $mc.dom > $mc.sub>>
You enter the restroom, knowing that this time she is not only going to suck your cock but you're going to fuck her like the little slut she is. She is already ready to fuck, her tits are out of her shirt and her panties are off.
[[Fuck her|katerestroomscene2]]
<<else>>
You enter the restroom, she is there waiting for you, her nipples out and her panties removed. She walks towards you like a cat in heat. She makes you lay on the cold floor, the coldness excites you even more. She squats just upon your dick ready to be penetrated
[[Fuck her|katerestroomscene2]]
<</if>>
<</if>>
<<mcsex>>
<<set $quest.kateclass += 1>>
[[Finish|University]]<<if $katerestroomscene2 is 1>>
<<set _random to random(2)>>
<<if _random is 0>>
<video src="ressources/scenes/university/kate/restrooms/doggy0.mp4" width="1200" height="600" autoplay loop></video>
<<elseif _random is 1>>
<video src="ressources/scenes/university/kate/restrooms/doggy1.mp4" width="1200" height="600" autoplay loop></video>
<<else>>
<video src="ressources/scenes/university/kate/restrooms/doggy2.mp4" width="1200" height="600" autoplay loop></video>
<</if>>
<<elseif $katerestroomscene2 is 2>>
<video src="ressources/scenes/university/kate/restrooms/cowgirl1.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $katerestroomscene2 is 3>>
<video src="ressources/scenes/university/kate/restrooms/missionary.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $katerestroomscene2 is 4>>
<video src="ressources/scenes/university/kate/restrooms/reversecowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $katerestroomscene2 is 5>>
<video src="ressources/scenes/university/kate/restrooms/titsjob.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $katerestroomscene2 is 6>>
<video src="ressources/scenes/university/kate/restrooms/69.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $katerestroomscene2 is 7>>
<video src="ressources/scenes/university/kate/restrooms/blowjob1.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $katerestroomscene2 is 8>>
<video src="ressources/scenes/university/kate/restrooms/facial.mp4" width="1200" height="600" autoplay loop></video>
<<else>>
<video src="ressources/scenes/university/kate/restrooms/cowgirl1.mp4" width="1200" height="600" autoplay loop></video>
<<mcsex>>
<</if>>
[[Doggy|katerestroomscene2][$katerestroomscene2 to 1]]
[[Cowgirl|katerestroomscene2][$katerestroomscene2 to 2]]
[[Missionary|katerestroomscene2][$katerestroomscene2 to 3]]
[[Reverse cowgirl|katerestroomscene2][$katerestroomscene2 to 4]]
[[Titsjob|katerestroomscene2][$katerestroomscene2 to 5]]
[[69|katerestroomscene2][$katerestroomscene2 to 6]]
[[69|katerestroomscene2][$katerestroomscene2 to 7]]
[[Facial|katerestroomscene2][$katerestroomscene2 to 8]]
[[Go back|University]]<<if $activate is 0>>
[[Use Medium cheat|Medium cheat][$activate to 1]]
[[Use Light cheat|Light cheat][$activate to 1]]
<<elseif $activate is 1>>\
[[Dominant path|Medium cheat][$activate to 2]]
[[Submissive path|Medium cheat][$activate to 3]]
<<elseif $activate is 2>>
<<set $kate.corr += 10>>\
<<set $kate.trust += 10>>\
<<set $lucy.corr += 10>>\
<<set $lucy.trust += 10>>\
<<set $jade.corr += 10>>\
<<set $jade.trust += 10>>\
<<set $mom.corr += 10>>\
<<set $mom.trust += 10>>\
<<set $sis.corr += 10>>\
<<set $sis.trust += 10>>\
<<set $teacher.int += 10>>\
<<set $teacher.trust += 10>>\
<<set $mc.int += 10>>\
<<set $mc.str += 10>>\
<<set $mc.seXP += 10>>\
<<set $mc.porn += 10>>\
<<set $mc.money += 10000>>\
<<set $mc.dom += 10>>
''Medium cheat used, have fun!''
<<set $has.usedcheat to 1>>
<<elseif $activate is 3>>
<<set $kate.corr += 10>>\
<<set $kate.trust += 10>>\
<<set $lucy.corr += 10>>\
<<set $lucy.trust += 10>>\
<<set $jade.corr += 10>>\
<<set $jade.trust += 10>>\
<<set $mom.corr += 10>>\
<<set $mom.trust += 10>>\
<<set $sis.corr += 10>>\
<<set $sis.trust += 10>>\
<<set $teacher.int += 10>>\
<<set $teacher.trust += 10>>\
<<set $mc.int += 10>>\
<<set $mc.str += 10>>\
<<set $mc.seXP += 10>>\
<<set $mc.porn += 10>>\
<<set $mc.money += 10000>>\
<<set $mc.sub += 10>>
''Medium cheat used, have fun!''
<<set $has.usedcheat to 1>>
<<else>>
''You already used cheats''
<</if>>
[[Go back to your house|House]]<<if $activate is 0>>
[[Use Hard cheat|Hard cheat][$activate to 1]]
[[Use Medium cheat|Medium cheat][$activate to 1]]
[[Use Light cheat|Light cheat][$activate to 1]]
<<elseif $activate is 1>>\
[[Dominant path|Hard cheat][$activate to 2]]
[[Submissive path|Hard cheat][$activate to 3]]
<<elseif $activate is 2>>
<<set $kate.corr += 15>>\
<<set $kate.trust += 15>>\
<<set $lucy.corr += 15>>\
<<set $lucy.trust += 15>>\
<<set $jade.corr += 15>>\
<<set $jade.trust += 15>>\
<<set $mom.corr += 15>>\
<<set $mom.trust += 15>>\
<<set $sis.corr += 15>>\
<<set $sis.trust += 15>>\
<<set $teacher.int += 15>>\
<<set $teacher.trust += 15>>\
<<set $mc.int += 15>>\
<<set $mc.str += 15>>\
<<set $mc.seXP += 15>>\
<<set $mc.porn += 15>>\
<<set $mc.money += 10000>>\
<<set $mc.dom += 15>>
''Hard cheat used, have fun!''
<<set $has.usedcheat to 1>>
<<elseif $activate is 3>>
<<set $kate.corr += 15>>\
<<set $kate.trust += 15>>\
<<set $lucy.corr += 15>>\
<<set $lucy.trust += 15>>\
<<set $jade.corr += 15>>\
<<set $jade.trust += 15>>\
<<set $mom.corr += 15>>\
<<set $mom.trust += 15>>\
<<set $sis.corr += 15>>\
<<set $sis.trust += 15>>\
<<set $teacher.int += 15>>\
<<set $teacher.trust += 15>>\
<<set $mc.int += 15>>\
<<set $mc.str += 15>>\
<<set $mc.seXP += 15>>\
<<set $mc.porn += 15>>\
<<set $mc.money += 10000>>\
<<set $mc.sub += 15>>
''Hard cheat used, have fun!''
<<set $has.usedcheat to 1>>
<<else>>
''You already used cheats''
<</if>>
[[Go back to your house|House]]<<if $notes is 1>>
Lucy replies with a nice picture of… her boobs!
<<set _thanks to random(2)>>
[img["ressources/homework/lucy/" + _thanks + ".jpg"]]
<<lucytrust>>
<<lucycorr>>
<<set $has.sendnotes to 1>>
<<else>>
<<set _picture to either(1, 2, 3)>>
<<if _picture is 1>>
Lucy replies with a nice picture of… her boobs!
<<set _thanks to random(2)>>
[img["ressources/homework/lucy/" + _thanks + ".jpg"]]
<<elseif _picture is 2>>
Lucy replies with a nice picture of… her ass!
<<set _thanks to random(3, 5)>>
[img["ressources/homework/lucy/" + _thanks + ".jpg"]]
<<elseif _picture is 3>>
Lucy replies with a nice picture of… her body!
<<set _thanks to random(6, 8)>>
[img["ressources/homework/lucy/" + _thanks + ".jpg"]]
<</if>>
<<lucytrust>>
<<lucycorr>>
<<set $has.todaynotes to 1>>
<</if>>
<<return>>
<<addmins 10>><<if $mc.dom > $mc.sub>>
You leave the classroom, turn right, then take a left. You walk up to a door in the teacher’s hallway that has no name written on it.
<<speech "Lucy">>This office hasn’t been assigned to anyone yet this year. We won't be bothered here. We only have 10 minutes before the lesson starts so let's do this quickly!<</speech>>
You sit on the only chair in the room while she gets on her knees
She then starts sucking your cock
<video src="ressources/scenes/university/lucy/class/blowjob0.mp4" autoplay loop></video>
<<linkreplace "Jerk off">><video src="ressources/scenes/university/lucy/class/facial.mp4" autoplay loop></video>
<<lucycorr>><<set $lucy.corr += 1>>
<<mcsex>>
<<mcdom>>
[[Go back to class|classafterlucyscene]]
<</linkreplace>>
<<else>>
You quit the class, turn right, then left getting in front of a door inside teacher's hallway which has no name written on it
<<speech "Lucy">>This is a desk which has not been attributed this year. We won't be bothered here. We only have 10 minutes before the lesson start so let's do this quickly!<</speech>>
She gets a chair for you and takes seat on an other
<<speech "Lucy">>Let me take care of your big boy, my cute little boy<</speech>>
she then starts sucking your cock
<video src="ressources/scenes/university/lucy/class/blowjob0.mp4" autoplay loop></video>
<<linkreplace "Jerk off">><video src="ressources/scenes/university/lucy/class/facial.mp4" autoplay loop></video>
<<lucycorr>><<set $lucy.corr += 1>>
<<mcsex>>
<<mcsub>>
[[Go back to class|classafterlucyscene]]
<</linkreplace>>
<</if>>
<<set $quest.lucyclass += 1>>
You came back to the class right before the lesson starts, everyone noticing that something is strange
<<speech "Teacher">>Lucy... <<print "$mc.name">>... is everything okay<</speech>>
You both nod, blushing even more as you rush to your seats.
Nothing more happened during the lesson
<<teacherint>>
<<mcint>>
[[Leave the class|University]]<<if $lucyclassscene is 1>>
<video src="ressources/scenes/university/lucy/dorm/blowjob.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $lucyclassscene is 2>>
<video src="ressources/scenes/university/lucy/dorm/finger.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $lucyclassscene is 3>>
<video src="ressources/scenes/university/lucy/dorm/cowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $lucyclassscene is 4>>
<video src="ressources/scenes/university/lucy/dorm/reversecowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $lucyclassscene is 5>>
<video src="ressources/scenes/university/lucy/dorm/jerkoff.mp4" width="1200" height="600" autoplay loop></video>
<<else>>
She leads you to her dorm, this is quite narrow but it looks comfortable and not too ugly. As you were going to compliment her on the look of the place she takes your hand and leads you to her room.
She makes you sit on the bed and starts sucking your dick
<video src="ressources/scenes/university/lucy/dorm/blowjob.mp4" width="1200" height="600" autoplay loop></video>
<<mcsex>>
<</if>>
[[Blowjob|lucyclassscene2][$lucyclassscene to 1]]
[[Finger|lucyclassscene2][$lucyclassscene to 2]]
[[Cowgirl|lucyclassscene2][$lucyclassscene to 3]]
[[Reverse Cowgirl|lucyclassscene2][$lucyclassscene to 4]]
[[Jerk off|lucyclassscene2][$lucyclassscene to 5]]
[[Go back|University]]
<<if $scene is 1>>
<<if $lucyrestroomscene is 1>>
<video src="ressources/scenes/university/lucy/library/facial.mp4" width="1200" height="600" autoplay loop></video>
<<mcsex>>
[[Leave|University]]
<<else>>
You enter the library toilets reserved for the teachers. She gets on her knees and start sucking your cock
<video src="ressources/scenes/university/lucy/library/blowjob1.mp4" width="1200" height="600" autoplay loop></video>
[[Facial|lucyrestroomscene][$lucyrestroomscene to 1]]
<</if>>
<<else>>
<<if $lucyrestroomscene is 1>>
<video src="ressources/scenes/university/lucy/library/blowjob1.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $lucyrestroomscene is 2>>
<video src="ressources/scenes/university/lucy/library/fingerpussy.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $lucyrestroomscene is 3>>
<video src="ressources/scenes/university/lucy/library/reversecowgirl0.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $lucyrestroomscene is 4>>
<video src="ressources/scenes/university/lucy/library/reversecowgirl1.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $lucyrestroomscene is 5>>
<video src="ressources/scenes/university/lucy/library/facial.mp4" width="1200" height="600" autoplay loop></video>
<<else>>
Like the first time she gets on her knees and starts sucking your cock
<video src="ressources/scenes/university/lucy/library/blowjob0.mp4" width="1200" height="600" autoplay loop></video>
<<mcsex>>
<</if>>
[[Blowjob|lucyrestroomscene][$lucyrestroomscene to 1]]
[[Finger her|lucyrestroomscene][$lucyrestroomscene to 2]]
[[Reverse cowgirl|lucyrestroomscene][$lucyrestroomscene to 3]]
[[Reverse cowgirl 2|lucyrestroomscene][$lucyrestroomscene to 4]]
[[Facial|lucyrestroomscene][$lucyrestroomscene to 5]]
[[Stop fucking her and get back|University]]
<</if>><<if $scene is 1>>
She leads you off towards a sorority house. Surprisingly, she seems to have a key.
<<speech "Kate">>This is were I live, the other students are always away during the afternoon so we can fuck here<</speech>>
She starts sucking your cock
<video src="ressources/scenes/university/kate/pool/blowjob.mp4" width="1200" height="600" autoplay loop></video>
<<linkreplace "cum">>
<video src="ressources/scenes/university/kate/pool/facial.mp4" width="1200" height="600" autoplay loop></video>
<<mcsex>>
<</linkreplace>>
<<else>>
<<if $katepoolscene is 1>>
<video src="ressources/scenes/university/kate/pool//blowjob.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $katepoolscene is 2>>
<video src="ressources/scenes/university/kate/pool//69.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $katepoolscene is 3>>
<video src="ressources/scenes/university/kate/pool//missionary.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $katepoolscene is 4>>
<video src="ressources/scenes/university/kate/pool//reversecowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $katepoolscene is 5>>
<<speech "Kate">>That was nice Mr big cock<</speech>>
<video src="ressources/scenes/university/kate/pool/facial.mp4" width="1200" height="600" autoplay loop></video>
<<else>>
<<speech "Kate">>I want to try something new, lay on the ground!<</speech>>
You obey and she gets on you
<<speech "Kate">>Lick my pussy while I suck your cock<</speech>>
<video src="ressources/scenes/university/kate/pool//69.mp4" width="1200" height="600" autoplay loop></video>
<<mcsex>>
<</if>>
[[Blowjob|katepoolscene][$katepoolscene to 1]]
[[69|katepoolscene][$katepoolscene to 2]]
[[Missionary|katepoolscene][$katepoolscene to 3]]
[[Reverse cowgirl|katepoolscene][$katepoolscene to 4]]
[[Facial|katepoolscene][$katepoolscene to 5]]
<</if>>
[[Stop fucking her and get back|University]]<<if $scene is 1>>
She starts giving you a nice blowjob
<video src="ressources/scenes/university/jade/gym/blowjob1.mp4" width="1200" height="600" autoplay loop></video>
<<linkreplace "Cum">>
<video src="ressources/scenes/university/jade/gym/facial.mp4" width="1200" height="600" autoplay loop></video>
<<mcsex>>
<<set $quest.jadegym += 1>>
<</linkreplace>>
<<else>>
<<if $jadegymscene is 1>>
<video src="ressources/scenes/university/jade/gym/blowjob1.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $jadegymscene is 2>>
<video src="ressources/scenes/university/jade/gym/cowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $jadegymscene is 3>>
<video src="ressources/scenes/university/jade/gym/doggy.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $jadegymscene is 4>>
<video src="ressources/scenes/university/jade/gym/facial.mp4" width="1200" height="600" autoplay loop></video>
<<else>>
But then as you reach her she gets on her knees gets your cock off your pants and starts sucking it
<video src="ressources/scenes/university/jade/gym/blowjob0.mp4" width="1200" height="600" autoplay loop></video>
<<mcsex>>
<</if>>
[[Blowjob|jadegymscene][$jadegymscene to 1]]
[[Cowgirl|jadegymscene][$jadegymscene to 2]]
[[Doggy|jadegymscene][$jadegymscene to 3]]
[[Facial|jadegymscene][$jadegymscene to 4]]
<</if>>
[[Stop fucking her|University]]<<if isDateBetween($gameDate, '8:00', '18:00')>>
<<if $quest.lucygiftquest is 1>>
[[Search for Lucy’s book|strangeshoplucygiftquest][$step to 1]]
<<elseif $quest.lucygiftquest is 3>>
[[Trade for the book|strangeshoplucygiftquest][$step to 2]]
<</if>>
<<if $quest.sisbathroom is 2 && $has.bathroomkey is 1>>
[[Ask for a copy of the bathroom key|strangeshopbathroomkey]]
<</if>>
<<if $quest.basement is 2>>[[Buy Dungeon Supplies|buydungeonsupplies]] <</if>>
<</if>>
[[Leave|Street]]<<if $scene is 1>>
You quietly unlock the door and enter the bathroom, she seems a bit surprised at first but then she invites you in.
<<speech "Sasha">>Since you’re here, come and help me wash my back.<</speech>>
<video src="ressources/scenes/home/sis/bathroom/wash.mp4" width="1200" height="600" autoplay loop></video> ''video in the first hotfix''
[[Fuck her|sisbathroomscene][$scene to 3]]
<<elseif $scene is 2>>
You quietly unlock the door and enter the bathroom, she immediately yells at you.
<<speech "Sasha">>Get the fuck out you goddamned pervert!<</speech>>
<<sistrustminus>>
[[Leave the bathroom|House]]
<<if $mc.dom > $mc.sub && $sis.corr >= 10>>[[Fuck her against her will|sisbathroomscene][$scene to 4]]<</if>>
<<elseif $scene is 3>>
<<if $bathroomscene is 1>>
<video src="ressources/scenes/home/sis/bathroom/blowjob.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 2>>
<video src="ressources/scenes/home/sis/bathroom/doggy.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 3>>
<video src="ressources/scenes/home/sis/bathroom/missionary.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 4>>
<video src="ressources/scenes/home/sis/bathroom/cowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 5>>
<video src="ressources/scenes/home/sis/bathroom/reversecowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 6>>
<video src="ressources/scenes/home/sis/bathroom/facial.mp4" width="1200" height="600" autoplay loop></video>
<<else>>
You stop washing her and make her face you. She gets on her knees and starts to suck your cock
<video src="ressources/scenes/home/sis/bathroom/blowjob.mp4" width="1200" height="600" autoplay loop></video>
<<mcsex>>
<<siscorr>>
<</if>>
[[Blowjob|sisbathroomscene][$bathroomscene to 1]]
[[Doggy|sisbathroomscene][$bathroomscene to 2]]
[[Missionary|sisbathroomscene][$bathroomscene to 3]]
[[Cowgirl|sisbathroomscene][$bathroomscene to 4]]
[[Reverse cowgirl|sisbathroomscene][$bathroomscene to 5]]
[[Facial|sisbathroomscene][$bathroomscene to 6]]
[[Leave the bathroom|House]]
<<else>>
<<if $bathroomscene is 1>>
<video src="ressources/scenes/home/sis/bathroom/blowjob.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 2>>
<video src="ressources/scenes/home/sis/bathroom/doggy.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 3>>
<video src="ressources/scenes/home/sis/bathroom/missionary.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 4>>
<video src="ressources/scenes/home/sis/bathroom/cowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 5>>
<video src="ressources/scenes/home/sis/bathroom/reversecowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 6>>
<video src="ressources/scenes/home/sis/bathroom/facial.mp4" width="1200" height="600" autoplay loop></video>
<<else>>
You make her gets on her knees and tell her to suck your cock. As the submissive bitch you made her become she obeys
<video src="ressources/scenes/home/sis/bathroom/blowjob.mp4" width="1200" height="600" autoplay loop></video>
<<mcsex>>
<<mcdom>>
<<siscorr>>
<</if>>
[[Blowjob|sisbathroomscene][$bathroomscene to 1]]
[[Doggy|sisbathroomscene][$bathroomscene to 2]]
[[Missionary|sisbathroomscene][$bathroomscene to 3]]
[[Cowgirl|sisbathroomscene][$bathroomscene to 4]]
[[Reverse cowgirl|sisbathroomscene][$bathroomscene to 5]]
[[Facial|sisbathroomscene][$bathroomscene to 6]]
[[Leave the bathroom|House]]
<</if>><div id="cheatdiv">
<<if $has.usedcheat is 0>>
<<textbox "_testcode" "cheat code here">>
<<linkreplace "Active cheats">>
<<set _val = hashStr(_testcode)>>
<<if _val == $bathroom.bath>>
''Light cheat unlocked''
[[Light cheat]]
<<elseif _val == $bathroom.shower>>
''Medium cheat unlocked''
[[Medium cheat]]
<<elseif _val == $bathroom.toilets>>
''Hard cheat unlocked''
[[Hard cheat]]
<<else>>
Sorry the code you entered is not valid
<</if>>
<</linkreplace>>
<<else>>
''You already used cheats!''
<</if>>
<h2>To get the code you must donate</h2>
''On <span class="porn stat">Patreon:</span>''
<a href="https://www.patreon.com/bePatron?u=10423542" data-patreon-widget-type="become-patron-button">[img["ressources/patreon.jpg"]]</a>
<span class="porn stat">''patreon.com/bePatron?u=10423542''</span>
''Or on <span class="sex stat">Subscribestar:</span>''
<a href="https://subscribestar.adult/becomesomeone">[img["ressources/subscribestar.png"]]</a>
<span class="sex stat">''subscribestar.adult/becomesomeone''</span>
<<return>>
</div>You helped <<print "$sis.name">> with her homeworks
<<sistrust>>
<<addhours 1>>
[[Leave the room|House]]<<set $sleepingwithsis = random(100)>>
<<if $sleepingwithsis lte 44>>
You go into your Sister’s bedroom and see that she is getting ready for bed. You ask if you can sleep with her tonight.
<<speech "Sasha">>Sure, <<print "$mc.name">>! Come on in!<</speech>>
She lifts her covers for you and you slide into bed. You wrap your arm around her and quickly fall asleep.
[[You fall asleep|morningsisterbedroom]]
<<elseif $sleepingwithsis gte 45 && $sleepingwithsis lte 90>>
It is time for bed so you go into Sasha’s room to try and sleep with her tonight. But, when you open your door you notice that she is still changing.
[img["ressources/images/home/sleepingsis/changing.jpg"]]
<<if $sis.trust >= 5>>
Sister: “If you wanted to see me naked all you have to do is ask.”
She teases you as she gets dressed into her pajamas and slides into her bed. You join her soon after and fall asleep beside her.
<<else>>
<<speech "Sasha">>I know you’re a perv but you could at least knock before coming in<</speech>>
You apologize and turn away while she gets dressed.
<<speech "Sasha">>You can turn around now. I guess you came in here to sleep with me tonight? Well, come on<</speech>>
You turn back around and join her in bed. She maintains some distance from you on the bed, but you still both fall asleep quickly beside one another.
<</if>>
<<siscorr>>
[[You fall asleep|morningsisterbedroom]]
<<else>>
You walk into Sasha’s bedroom to see if you can go to bed with her tonight. But when you enter she doesn’t appear to be getting ready to sleep.
<<speech "Sasha">>I’m not tired at all! Wanna have some fun before bed?<</speech>>
<<if $sis.trust < 10>>
You agree and ask what she had in mind. She pulls out a gaming controller.
<<speech "Sasha">>Let’s play something!<</speech>>
You spend an hour playing a game with your Sister. You both eventually get tired and head to bed together.
<<sistrust>>
[[You fall asleep|morningsisterbedroom]]
<<else>>
You ask her what kind of fun she wanted to have and she grabs your crotch and starts rubbing your cock over your pants.
<<speech "Sasha">>I think you know exactly what I wanna do for fun<</speech>>
[[Get your cock sucked|sashasleepingscene][$sashasleepingscene to 0]]
<</if>>
<</if>><video src="ressources/scenes/university/lucy/library/fingerpussy.mp4" width="1200" height="600" autoplay loop></video><<if $mom.loc is "her bedroom" && $mom.trust >= 10 && $mom.corr >= 10>>
[[Time to have some fun with mom|mombedscene]]
[[Sleep with your mother|sleepingwithmom]]
<<elseif $mom.loc is "her bedroom" && $mom.trust >= 5>>
[[Sleep with your mother|sleepingwithmom]]
<<elseif $mom.loc is "her bedroom" && $mom.trust < 5>>
''Your mother doesn't trust you enough to let you sleep with her''
<<else>>
There is nothing to do here for the moment
<</if>>
[[Leave|House]]<<if $sis.corr >= 10>><<set $dinnerevent = random(100)>><<else>><<set $dinnerevent = random(89)>><</if>>
<<if $dinnerevent lte 29>>
You have dinner with your Mother and Sister. Sasha begins to talk about her day at school.
<<speech "Sasha">>We had a tough test today at school.<</speech>>
[[Listen intently|eatingdinnerevent][$choice to 1]]
[[Ignore your Sister|eatingdinnerevent][$choice to 2]]
<<elseif $dinnerevent gte 30 && $dinnerevent lte 59>>
You eat dinner with your family. Soon your Mother begins to talk to you and Sasha about her day.
<<speech "Mom">>You would not believe what happened at the market today!<</speech>>
[[Listen intently|eatingdinnerevent][$choice to 3]]
[[Ignore your Mother|eatingdinnerevent][$choice to 4]]
<<elseif $dinnerevent gte 60 && $dinnerevent lte 89>>
You sit down to eat dinner and notice your Sister is wearing very skimpy clothes. You can’t help but stare. When she notices you staring, she shifts in her chair to give you a better look.
<<siscorr>>
<<addmins 20>>
[[Leave|House]]
<<elseif $dinnerevent gte 90>>
You sit down to eat with your Mother and Sister. Once you are all finished, your Mother stands up, clears the table, and begins to soak the dishes. Sasha then suddenly slides out of her seat and under the table.
<<speech "Sasha">>Wanna have a little fun?<</speech>>
Your Sister pulls your shorts down and pulls out your hardening cock.
<video src="ressources/scenes/home/sis/dinner/pullingout.mp4" autoplay loop></video>
<<speech "Sasha">>Be quiet so mom won’t notice<</speech>>
She begins to stroke and lick your cock.
<video src="ressources/scenes/home/sis/dinner/blowjob0.mp4" autoplay loop></video>
Your Sister’s hands and tongue feel so good you can’t help but groan in pleasure.
<<if $mom.trust >= 10 && $mom.corr >= 10>>
[[Suddenly|dinnerscene][$dinnerscene to 1]]
<<else>>
[[Sasha begins to suck your cock|dinnerscene][$dinnerscene to 2]]
<</if>>\
<</if>>\<<set $washingdishes = random(100)>>
<<if $washingdishes lte 29>>
You noticed that the sink is overflowing with dirty dishes. You take a few moments out of your day to wash them up.
<<addmins 30>>
[[Whipe your hands and leave|House]]
<<elseif $washingdishes gte 30 && $washingdishes lte 59>>
You are washing some dishes when your Mother walks by and sees you.
<<speech "Mom">>Thanks for the help <<print "$mc.name">><</speech>>
She is very appreciative of your help.
<<momtrust>>
[[Whipe your hands and leave|House]]
<<elseif $washingdishes gte 60 && $washingdishes lte 89>>
You help your Mother wash the dirty dishes. As you wash a bowl it slips from your hands landing in the dish water, splashing you both with a lot of water.
<<speech "Mom">>Oh no! My dress is soaked!<</speech>>
Her dress becomes almost see through as the water soaks through the fabric.
[[Stare|washingdishesevent][$washingevent to 1]]
[[Focus on the dishes|washingdishesevent][$washingevent to 2]]
<<else>>
While you are washing the dishes you Mother enters the kitchen.
<<speech "Mom">>Honey the garbage disposal was acting up again this morning. Can you take a look at it for me?<</speech>>
You agree and spend some time trying to see what is wrong with the disposal. You solve the issue rather quickly as it was just jammed and needed to be manually turned. You flip on the switch to show your Mother that it is working correctly now.
<<speech "Mom">>Thank you so much sweety you are so helpful!<</speech>>
<<momtrust>>
<<if $mom.trust >= 15>>
Your Mother suddenly climbs up on the counter and spreads her legs, revealing that she isn’t wearing any panties as her pussy is put on display for you.
[[Get your cock sucked|washingdishesscene][$washingscene to 1]]
<<else>>
''Hint: you should up your mother trust to unlock the scene''
<<addhours 1>>
[[Leave the room|House]]
<</if>>
<</if>><<if $period is 5 && $sis.loc is "living room">>
[[Watch something with your sister|watchtvsis][$watching to 0]]
<</if>>
<<if $period is 4 or $period is 5>>
<<if $has.vacuum is 0>>
[[Clean the living room|cleaninglivingroom][$has.vacuum to 1]]
<<else>>\
<</if>>\
<</if>>\
<<if $period isnot 4 or $period isnot 5>>
''There is nothing to do here for the moment''
<</if>>
[[Leave|House]]<<if $watching is 0>>
[[Something funny|watchtvsis][$watch to "funny";$watching to 1]]
[[A romantic film|watchtvsis][$watch to "romance";$watching to 1]]
[[Some Porn|watchtvsis][$watch to "porn";$watching to 1]]
<<else>>
<<set _random = random(2)>>
<<if $watch is "funny">>
You have watched a funny show
<<if _random is 0>>
<video src="ressources/videos/tv/funny/0.webm" autoplay loop></video>
<<elseif _random is 1>>
<video src="ressources/videos/tv/funny/1.webm" autoplay loop></video>
<<else>>
<video src="ressources/videos/tv/funny/2.webm" autoplay loop></video>
<</if>>
<<addmins 30>>
<<elseif $watch is "romance">>
You have watched a long and annoying romantic film
<<if _random is 0>>
<video src="ressources/videos/tv/romance/0.webm" autoplay loop></video>
<<elseif _random is 1>>
<video src="ressources/videos/tv/romance/1.webm" autoplay loop></video>
<<else>>
<video src="ressources/videos/tv/romance/2.webm" autoplay loop></video>
<</if>>
<<addhours 1>>
<<addmins 30>>
<<sistrust>>
<<else>>
You have watched some porn together, your sister seemed rather focused.
<<if _random is 0>>
<video src="ressources/videos/tv/porn/0.webm" autoplay loop></video>
<<elseif _random is 1>>
<video src="ressources/videos/tv/porn/1.webm" autoplay loop></video>
<<else>>
<video src="ressources/videos/tv/porn/2.webm" autoplay loop></video>
<</if>>
<<addmins 30>>
<<siscorr>>
<<mcporn>>
<</if>>
<</if>>
[[Leave|House]]<<set $cleaningevent = random(100)>>
<<if $cleaningevent lte 29>>
Someone spilled their drink on the Living room carpet. You spend some time soaking and scrubbing it so it doesn't leave a stain.
<<addmins 30>>
<<elseif $cleaningevent gte 30 && $cleaningevent lte 59>>
You walk into the Living room and clean it up a bit. Your Mother saw you cleaning and appreciates the help
<<momtrust>>
<<addmins 30>>
<<elseif $cleaningevent gte 60 && $cleaningevent lte 89>>
You begin to clean up the Living room when Sasha enters and begins looking for something.
<<speech "Sasha">>Have you seen my text book <<print "$mc.name">>?<</speech>>
You help her look around the room while you clean, finding the text book underneath the couch.
<<speech "Sasha">>Thanks for the help!<</speech>>
<<sistrust>>
<<addmins 30>>
<<else>>
You enter the Living room and see that Sasha is reading a book. As she is laying on the couch her skirt hikes up, making her panties visible.
<video src="ressources/scenes/home/sis/cleaning/pantiesvisible.mp4" autoplay loop></video>
<<speech "Sasha">>Didn't you come in here to clean?<</speech>>
You nod to her, realizing that she must have noticed you staring. You begin to clean and quickly tidy up the whole room. You take a seat beside her on the couch and can’t help but look up her skirt again.
<video src="ressources/scenes/home/sis/cleaning/panties.mp4" autoplay loop></video>
[[Stare|cleaningscene][$scene to 1]]
[[Pull down panties|cleaningscene][$scene to 2]]
<</if>>
[[Leave|House]]<<set $sleepmom = random(100)>>
<<if $sleepmom lte 29>>
You enter your Mother’s bedroom and see that she is sleeping. You back out of the room and close the door slowly so she doesn’t wake up.
<<speech "Mom">>Honey is that you? Come lay with me! It’s so much easier to sleep with you here.<</speech>>
You do as your Mother says and get into bed with her. You wrap your arm around her waist and cuddle with her as you both fall sound asleep.
[[Next morning|sleepingwithmomevent][$sleepevent to 4]]
<<elseif $sleepmom gte 30 && $sleepmom lte 59>>
You walk into your Mother’s bedroom. She is in bed but doesn’t appear to be asleep.
[[Say goodnight|sleepingwithmomevent][$sleepevent to 1]]
[[Enter the room|sleepingwithmomevent][$sleepevent to 2]]
<<elseif $sleepmom gte 60 && $sleepmom lte 89>>
You enter your Mother’s bedroom. She is clearly fast asleep. You climb into her bed quietly and fall asleep next to her.
[[Next morning|sleepingwithmomevent][$sleepevent to 4]]
<<else>>
You walk into your Mother’s bedroom without knocking.
[img["ressources/images/home/sleepingwithmom/0024.jpg"]]
<<if $mom.corr >= 10 && $mom.trust >= 10>>
<<speech "Mom">>Sweety! Don’t sneak up on me like that. If you wanted a look, you could have just asked!<</speech>>
[img["ressources/images/home/sleepingwithmom/0034.jpg"]]
Your Mother’s huge tits get you hard within seconds. You Mother notices your growing bulge and bites her lip.
<<speech "Mom">>Why don’t I help you with that<</speech>>
Your Mother gets on her knees and begins to suck your cock like a master.
<video src="ressources/scenes/home/mom/sleeping/blowjob.mp4" autoplay loop></video>
[[Get a titsjob|sleepingwithmomscene][$sleepmomscene to 1]]
<<else>>
<<speech "Mom">><<print "$mc.name">>! I’m changing! Get out!<</speech>>
You rush out of the room, embarrassed.
<<momcorr>>
''Hint: You need to upgrade your mother corruption and trust stats to unlock the scene''
[[Apologize|sleepingwithmomevent][$sleepevent to 3]]
<</if>>
<</if>>
<<if $scene is 1>>
<<if $bedscene is 1>>
<video src="ressources/scenes/home/sis/bedroom/blowjob1.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 2>>
<video src="ressources/scenes/home/sis/bedroom/missionary.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 3>>
<video src="ressources/scenes/home/sis/bedroom/doggy.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 4>>
<video src="ressources/scenes/home/sis/bedroom/cowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 5>>
<video src="ressources/scenes/home/sis/bedroom/reversecowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 6>>
<video src="ressources/scenes/home/sis/bedroom/creampie.mp4" width="1200" height="600" autoplay loop></video>
<<else>>
You enter her room, she is laying on her bed staring at her phone.
<<speech "Sasha">>What's up?<</speech>>
She notices your boner
<<speech "Sasha">>Ho... I see... someone wants some care!<</speech>>
She comes closer, gets on her knees and starts to give you a nice blowjob
<video src="ressources/scenes/home/sis/bedroom/blowjob0.mp4" width="1200" height="600" autoplay loop></video>
<</if>>
[[Blowjob|sisbedroomscene][$bedscene to 1]]
[[Missionary|sisbedroomscene][$bedscene to 2]]
[[Doggy|sisbedroomscene][$bedscene to 3]]
[[Cowgirl|sisbedroomscene][$bedscene to 4]]
[[Reverse cowgirl|sisbedroomscene][$bedscene to 5]]
[[Creampie|sisbedroomscene][$bedscene to 6]]
<<else>>
<<if $bedscene is 1>>
<video src="ressources/scenes/home/sis/bedroom/blowjob0.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 2>>
<video src="ressources/scenes/home/sis/bedroom/missionary.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 3>>
<video src="ressources/scenes/home/sis/bedroom/doggy.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 4>>
<video src="ressources/scenes/home/sis/bedroom/cowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 5>>
<video src="ressources/scenes/home/sis/bedroom/reversecowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 6>>
<video src="ressources/scenes/home/sis/bedroom/creampie.mp4" width="1200" height="600" autoplay loop></video>
<<else>>
You enter her room, she is laying on her bed watching her phones
<<speech "Sasha">>What do you want?<</speech>>
You go towards her, grab her out of her bed, push her to her knees and start deep throating this little bitch.
<video src="ressources/scenes/home/sis/bedroom/blowjob1.mp4" width="1200" height="600" autoplay loop></video>
<</if>>
[[Blowjob|sisbedroomscene][$bedscene to 1]]
[[Missionary|sisbedroomscene][$bedscene to 2]]
[[Doggy|sisbedroomscene][$bedscene to 3]]
[[Cowgirl|sisbedroomscene][$bedscene to 4]]
[[Reverse cowgirl|sisbedroomscene][$bedscene to 5]]
[[Creampie|sisbedroomscene][$bedscene to 6]]
<</if>>
<<addmins 10>>
[[Leave|House]]<<if $bedscene is 1>>
<video src="ressources/scenes/home/mom/bedroom/blowjob.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 2>>
<video src="ressources/scenes/home/mom/bedroom/cowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 3>>
<video src="ressources/scenes/home/mom/bedroom/doggy.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 4>>
<video src="ressources/scenes/home/mom/bedroom/sidefuck.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 5>>
<video src="ressources/scenes/home/mom/bedroom/missionary.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 6>>
<video src="ressources/scenes/home/mom/bedroom/facial.mp4" width="1200" height="600" autoplay loop></video>
<<else>>
You enter her room, it seems that she is not there. You feel someone pushing you from behind
<<speech "Mom">>Looking for someone sweetie?<</speech>>
She gets you on her bed
<<speech "Mom">>I think that you deserve a little reward for all your recent efforts<</speech>>
She gets her clothes off, you stare at her
<<speech "Mom">>What are you waiting for!? Go on! Undress too!<</speech>>
You obey, she pushes you on the bed and climbs on you, you start licking her pussy while she sucks your dick
<video src="ressources/scenes/home/mom/bedroom/69.mp4" width="1200" height="600" autoplay loop></video>
<</if>>
[[Blowjob|mombedscene][$bedscene to 1]]
[[Cowgirl|mombedscene][$bedscene to 2]]
[[Doggy|mombedscene][$bedscene to 3]]
[[Side fuck|mombedscene][$bedscene to 4]]
[[Missionary|mombedscene][$bedscene to 5]]
[[Facial|mombedscene][$bedscene to 6]]
<<addmins 10>>
[[Leave|House]][img["ressources/profilpictures/home/sis.jpg"]]<span style="font-size:1.17em;font-weight:bold;margin-left: 15px; display: initial">Sister</span>
<hr>
Sister Corruption: <<print "$sis.corr">>
Sister Trust: <<print "$sis.trust">>
Sister Bedrooom Quest: <<print "$quest.sisbedroom">>
Sister Bathroom Quest: <<print "$quest.sisbathroom">>
[img["ressources/profilpictures/home/mom.jpg"]]<span style="font-size:1.17em;font-weight:bold;margin-left: 15px; display: initial">Mom</span>
<hr>
Mother Corruption: <<print "$mom.corr">>
Mother Trust: <<print "$mom.trust">>
[img["ressources/profilpictures/university/jade.png"]]<span style="font-size:1.17em;font-weight:bold;margin-left: 15px; display: initial">Jade</span>
<hr>
Jade Corruption: <<print "$jade.corr">>
Jade Trust: <<print "$jade.trust">>
Jade Class Quest: <<print "$quest.jadeclass">>
Jade Gym Quest: <<print "$quest.jadegym">>
[img["ressources/profilpictures/university/kate.png"]]<span style="font-size:1.17em;font-weight:bold;margin-left: 15px; display: initial">Kate</span>
<hr>
Kate Corruption: <<print "$kate.corr">>
Kate Trust: <<print "$kate.trust">>
Kate Class Quest: <<print "$quest.kateclass">>
Kate Pool Quest: <<print "$quest.katepool">>
[img["ressources/profilpictures/university/lucy.png"]]<span style="font-size:1.17em;font-weight:bold;margin-left: 15px; display: initial">Lucy</span>
<hr>
Lucy Corruption: <<print "$lucy.corr">>
Lucy Trust: <<print "$lucy.trust">>
Lucy Class Quest: <<print "$quest.lucyclass">>
Lucy Library Quest: <<print "$quest.lucylibrary">>
[img["ressources/profilpictures/university/teacher.png"]]<span style="font-size:1.17em;font-weight:bold;margin-left: 15px; display: initial">Teacher</span>
<hr>
Teacher Interest: <<print "$teacher.int">>
Teacher Trust: <<print "$teacher.trust">>
Teacher Office Quest: <<print "$quest.teacheroffice">>
<<return>><<if $has.lucyid>>[[Talk with Lucy|lucysexapp]]<</if>>
<<if $has.jadeid>>[[Talk with Jade|jadesexapp]]<</if>>
<<if $has.kateid>>[[Talk with Kate|katesexapp]]<</if>>
<<if $has.aliceid>>[[Talk with Alice|alicesexapp]]<</if>>
<<if $has.lucyid is 0 && $has.jadeid is 0 && $has.kateid is 0 && $has.aliceid is 0>>You don't have any SexApp id for the moment, you must talk to girls to get their id<</if>><h1>Thanks to Hiev for all his help</h1>
<h1>Patreon's best donors:</h1>
<ol>
<li>KibaXinuzuka </li>
<li>Rivaavols</li>
<li>Al_En</li>
<li>Cyber sleuth</li>
<li>Jonas Izzat</li>
<li>ken121</li>
<li>MuleTK - Greg bowman - Matthew - John Smith - Flo B - FrozenBear45 - 88 Zero - radcliffe - Owen dunn -
진혁 노 - abdi - blackjack 161</li>
</ol>
<hr>
Videos and Images displayed in this game are used without removing the watermark that are on them.
By playing this game you must have an account with a valid membership on these sites:
<a src="https://www.brazzers.com/home" style="font-size:14px;">Brazzers</a>
<a src="https://bangbros.com/" style="font-size:14px;">Bangbros</a>
<a src="https://www.littlecaprice-dreams.com/" style="font-size:14px;">Little caprice dreams</a>
<a src="https://pornhub.com/" style="font-size:14px;">Pornhub</a>
<a src="https://www.teamskeet.com/t1/" style="font-size:14px;">Team Skeet</a>
<a src="https://digitalplayground.com/home" style="font-size:14px;">Digital Playground</a>
<a src="https://mofos.com" style="font-size:14px;">Mofos</a>
<a src="https://wicked.com/" style="font-size:14px;">Wicked</a>
<a src="https://www.fakehub.com" style="font-size:14px;">Fake hub</a>
<a src="https://www.realitykings.com" style="font-size:14px;">Reality King</a>
<a src="https://babes.com" style="font-size:14px;">Babes</a>
Some images come from
<a src="https://sex.com" style="font-size:14px;">Sex</a>
<a src="https://giphy.com/explore/bank" style="font-size:14px;">Giphy</a>
Most Backgrounds come from:
<a src="https://unsplash.com" style="font-size:14px;">Unsplash</a>
Notes:
In this story the step-mom and step-sis are referred as Sis and Mom but that's only Main character point of view which is story fictional. All scenes come from Legal Porn sites and do not represent real incest scenes!
<<return>><<if _scene is 1>>
<video src="ressources/scenes/university/jade/class/blowjob1.mp4" width="1200" height="600" autoplay loop></video>
<<elseif _scene is 2>>
<video src="ressources/scenes/university/jade/class/doggy0.mp4" width="1200" height="600" autoplay loop></video>
<<elseif _scene is 3>>
<video src="ressources/scenes/university/jade/class/cowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif _scene is 4>>
<video src="ressources/scenes/university/jade/class/missionary.mp4" width="1200" height="600" autoplay loop></video>
<<elseif _scene is 5>>
<video src="ressources/scenes/university/jade/class/sidefuck.mp4" width="1200" height="600" autoplay loop></video>
<<elseif _scene is 6>>
<video src="ressources/scenes/university/jade/class/standfuck.mp4" width="1200" height="600" autoplay loop></video>
<<elseif _scene is 7>>
<video src="ressources/scenes/university/jade/class/69.mp4" width="1200" height="600" autoplay loop></video>
<<elseif _scene is 8>>
<video src="ressources/scenes/university/jade/class/facial.mp4" width="1200" height="600" autoplay loop></video>
<<else>>
You mumble to Jade to stay after the lesson
After everyone leaves the classroom, you stand next to her, gets your cock out of your pants. She knows what to do
<video src="ressources/scenes/university/jade/class/blowjob0.mp4" width="1200" height="600" autoplay loop></video>
<<mcsex>>
<<jadecorr>>
<<jadetrust>>
<</if>>
[[Blowjob|jadeclassscene][_scene to 1]]
[[Doggy|jadeclassscene][_scene to 2]]
[[Cowgirl|jadeclassscene][_scene to 3]]
[[Missionary|jadeclassscene][_scene to 4]]
[[Side fuck|jadeclassscene][_scene to 5]]
[[Stand fuck|jadeclassscene][_scene to 6]]
[[69|jadeclassscene][_scene to 7]]
[[Facial|jadeclassscene][_scene to 8]]
[[Leave|University]]You listen carefully to the lesson. You notice that the teacher is giving you some glances.
<<mcint>>
<<teacherint>>
<<set $gameDate.setUTCHours(12)>><<set $gameDate.setUTCMinutes(0)>>
[[Leave|University]] <<if $washingevent is 1>>
You can’t help but stare at her massive breasts as the underwear beneath her dress starts to become visible.
<<if $mom.trust >= 10>>
She notices you staring and smiles seductively. She pulls her dress up over her body, fully revealing the lingerie and leaving her half naked.
[img["ressources/images/home/washingdishes/0041.jpg"]]
<<speech "Mom">>I guess I should go put this in the washing machine so it doesn’t get ruined. You can finish up here right sweety?<</speech>>
You nod your head, watching her tits bounce in her bra as she leaves the room. You finish up the dishes rather quickly afterwards.
<<else>>
She sees you staring and covers herself up with her arms. She walks out of the room, embarrassed.
<<momcorr>>
<</if>>
[[Finish up the dishes and leave the kitchen|House]]
<<elseif $washingevent is 2>>
You avert your eyes and focus on getting the dished cleaned up.
<<speech "Mom">>Shoot, I should go wash this.<</speech>>
She jogs out of the room quickly, and you finish up washing the dishes.
<<momtrust>>
[[Dry your hands and leave the room|House]]
<</if>>
<<addmins 30>>
<<if $washingscene is 1>>
Your Mother lays on the counter and pulls your cock out. She licks it all over and takes it into her mouth, sucking it.
<video src="ressources/scenes/home/mom/washingdishes/blowjob.mp4" autoplay loop></video>
[[Fuck her pussy|washingdishesscene][$washingscene to 2]]
<<elseif $washingscene is 2>>
You stand her up and put one of her legs on the counter to open up her pussy for you. You slide your dick in and begin fucking her.
<video src="ressources/scenes/home/mom/washingdishes/legsup.mp4" autoplay loop></video>
[[Fuck her tits|washingdishesscene][$washingscene to 3]]
<<elseif $washingscene is 3>>
You pull your cock out of your Mother’s pussy and put her on her knees. She wraps her huge tits around your cock and strokes you with them.
<video src="ressources/scenes/home/mom/washingdishes/titsjob.mp4" autoplay loop></video>
[[Make her ride you|washingdishesscene][$washingscene to 4]]
<<elseif $washingscene is 4>>
You lie down on the counter yourself and pull your Mother on top of you. You slide your cock into her pussy and thrust up into her. You fuck her with a nice view of her ass.
<video src="ressources/scenes/home/mom/washingdishes/cowgirl.mp4" autoplay loop></video>
[[Cum|washingdishesscene][$washingscene to 5]]
<<elseif $washingscene is 5>>
You finally reach your peak and start to cum. You stand up and jerk your cock until you cum all over her.
<video src="ressources/scenes/home/mom/washingdishes/facial.mp4" autoplay loop></video>
She licks your cock and her tits clean until all of the cum is gone.
<<speech "Mom">>Oh Sweety that was amazing! We need to do that more often.<</speech>>
She gives your cock one last kiss before she gets up and heads out of the kitchen. You get dressed and leave as well.
<<mcsex>>
<<addhours 1>>
[[Leave|House]]
<</if>>
<<if $sashasleepingscene is 0>>
Sasha pulls your cock out and bends over to suck on it. Bobbing her head very quickly as she takes it past her lips.
<video src="ressources/scenes/home/sis/sleeping/blowjob.mp4" autoplay loop></video>
[[Have her ride you|sashasleepingscene][$sashasleepingscene to 1]]
<<addmins 10>>
<<elseif $sashasleepingscene is 1>>
You pull your Sister on top of you and she slides your cock into her pussy and begins to bounce on it while she faces you. Her tits are bouncing in front of you and you can’t help but kiss them sensually as she rides your cock.
<video src="ressources/scenes/home/sis/sleeping/cowgirl.mp4" autoplay loop></video>
[[Missionary|sashasleepingscene][$sashasleepingscene to 2]]
<<addmins 10>>
<<elseif $sashasleepingscene is 2>>
You pull out and place Sasha on her back and slide your cock back inside of her pussy and start thrusting.
<video src="ressources/scenes/home/sis/sleeping/missionary.mp4" autoplay loop></video>
[[Doggy style|sashasleepingscene][$sashasleepingscene to 3]]
<<addmins 10>>
<<elseif $sashasleepingscene is 3>>
You roll Sasha onto her stomach and start fucking her pussy from behind hard and fast. Her moans serve to drive you to fuck her harder.
<video src="ressources/scenes/home/sis/sleeping/doggy.mp4" autoplay loop></video>
[[Cum|sashasleepingscene][$sashasleepingscene to 4]]
<<addmins 10>>
<<elseif $sashasleepingscene is 4>>
You pull out as you start to cum, shooting your load all over her face as your groan loudly in pleasure.
<video src="ressources/scenes/home/sis/sleeping/facial.mp4" autoplay loop></video>
<<speech "Sasha">>Fuck… me. I think I’m definitely ready to sleep now<</speech>>
You both laugh together and you cuddle and fall asleep in each others arms.
<<mcsex>>
<<addmins 10>>
[[You fall asleep|morningsisterbedroom]]
<</if>><<if $sleepevent is 1>>
You wish your Mother a pleasant night’s rest.
<<momtrust>>
<<addmins 10>>
[[Leave the room|House]]
<<elseif $sleepevent is 2>>
You walk into the room and hop up onto the bed next to your Mother.
<<speech "Mom">>Oh hey Sweety! Can’t sleep huh?<</speech>>
<<if $mom.trust > $mom.corr>>
<<speech "Mom">>Well that’s okay, just snuggle up with Momma<</speech>>
You wrap your arm around your Mother and pull her in close. Her round ass against your groin makes your cock hard in an instant.
<<momcorr>>
[[Next morning|sleepingwithmomevent][$sleepevent to 4]]
<<elseif $mom.trust <= $mom.corr>>
<<speech "Mom">>You can sleep in here if you want. I know my bed is more comfy<</speech>>
You lay on the bed next to your Mother, and quickly fall asleep.
<<momtrust>>
[[Next morning|sleepingwithmomevent][$sleepevent to 4]]
<</if>>\
<<elseif $sleepevent is 3>>
After a few minutes you knock on your Mother’s door.
<<speech "Mom">>Come in<</speech>>
When you enter she is now dressed and clearly angry. You apologize and promise to knock before entering from now on.
<<speech "Mom">>Oh sweety I can’t stay mad at you. Come here and sleep with me tonight<</speech>>
You do as she says and climb into bed with her. You cuddle for a little while before eventually falling asleep.
[[Next morning|sleepingwithmomevent][$sleepevent to 4]]
<<else>>
<<print either("You wake up next morning, your mother is still sleeping, you decide to quietly leave the room", "You wake up next morning your mother has already left the room")>>
<<if $gameDate.getUTCHours() > 7>><<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>><</if>><<set $gameDate.setUTCHours(7)>><<set $gameDate.setUTCMinutes(0)>><<set $day += 1>><<dayreset>>
[[Leave the room|House]]
<</if>>\<<if $sleepmomscene is 1>>
Your Mother slides your cock between her tits and rubs your with them
<video src="ressources/scenes/home/mom/sleeping/titsjob.mp4" autoplay loop></video>
[[Cum|sleepingwithmomscene][$sleepmomscene to 2]]
<<elseif $sleepmomscene is 2>>
It is too much to take and you cum all over her tits.
<video src="ressources/scenes/home/mom/sleeping/facial.webm" autoplay loop></video>
She licks the cum up from her tits while you get dressed. She grabs you and pulls you into bed. You fall asleep in each others arms
<<mcsex>>
<<momcorr>>
<<momtrust>>
[[Next morning|sleepingwithmomscene][$sleepmomscene to 3]]
<<else>>
You wake up alone in your mom's bed, seems she has already left the room
<<if $gameDate.getUTCHours() > 7>><<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>><</if>><<set $gameDate.setUTCHours(7)>><<set $gameDate.setUTCMinutes(0)>><<set $day += 1>><<dayreset>>
[[Leave the room|House]]
<</if>><<if $sispornscene is 1>>
You continue to watch until your Sister cums. Once she is done she gets under her covers and goes to bed. You leave her room.
<<addmins 30>>
<<elseif $sispornscene is 2>>
<<if $sis.trust < 10 && $sis.corr < 5>>
Watching your Sister masturbate has gotten you hard, so you go into her room to replace her hands.
<<speech "Sasha">><<print "$mc.name">>! What the fuck are you doing! Get out!<</speech>>
She yells at you and throws a pillow at you until you leave the room. ''You need to build your relationship with her before trying something like that again.''
<<addmins 10>>
<<else>>
You decide that Sasha has been watching enough porn and that it is time to have her experience the real thing. You walk into her room and quickly approach her.
<<speech "Sasha">><<print "$mc.name">>? What are you doing in here?<</speech>>
Your Sister never stops masturbating as you enter. You pull out your hardening cock to show her exactly why you came in her room.
<<speech "Sasha">>Well It’s about time!<</speech>>
[[Fuck her mouth|sispornscene][$sispornscene to 3]]
<<addmins 10>>
<</if>>
<<elseif $sispornscene is 3>>
Sasha grabs your cock and wraps her lips around it, sucking on your cock just as the actress in the porn she was watching did.
<video src="ressources/scenes/home/sis/masturbating/blowjob.mp4" autoplay loop></video>
[[Cum|sispornscene][$sispornscene to 4]]
<<addmins 10>>
<<elseif $sispornscene is 4>>
You Sister sucks your cock like a master and makes you cum very quickly.
<video src="ressources/scenes/home/sis/masturbating/facial.mp4" autoplay loop></video>
She licks up all of the cum before you get dressed and leave.
<<speech "Sasha">>Don’t be a stranger<</speech>>
<<addmins 10>>
<<elseif $sispornscene is 5>>
You push Sasha down to her knees and pull your cock out, shoving it right into her mouth.
<<speech "Sasha">>I’ve been looking forward to this all day!<</speech>>
<video src="ressources/scenes/home/sis/masturbating/blowjob.mp4" autoplay loop></video>
[[Fuck her|sispornscene][$sispornscene to 6]]
<<addmins 10>>
<<elseif $sispornscene is 6>>
You push your Sister down onto her back and slide your cock into her pussy.
<<speech "Sasha">>Fuck, yes!<</speech>>
<video src="ressources/scenes/home/sis/masturbating/missionary.mp4" autoplay loop></video>
You fuck her hard watching her tits bounce with each thrust of your cock.
[[Flip her over|sispornscene][$sispornscene to 7]]
<<addmins 10>>
<<elseif $sispornscene is 7>>
You flip your Sister over to fuck her doggy style.
<<speech "Sasha">>Yes! fuck my pussy <<print "$mc.name">>!<</speech>>
You do as she asks and fuck her from behind until she cums.
[[Cum on her|sispornscene][$sispornscene to 8]]
<<addmins 10>>
<<elseif $sispornscene is 8>>
You pull out and groan as you unload you jizz all over her lower back and ass.
<video src="ressources/scenes/home/sis/masturbating/facial.mp4" autoplay loop></video>
You wipe your cock off on her back before getting dressed and leaving the room.
<<speech "Sasha">>I need to watch porn more often.<</speech>>
<<addmins 10>>
<<mcsex>>
<<siscorr>>
<</if>>
[[Leave|House]]<<if $choice is 1>>
You listen closely to what Sasha has to say, hanging on her every word.
<<speech "Sasha">>I think my science teacher has something against my class. He always makes our tests so hard! I’m not even sure I passed this one!<</speech>>
Sasha rambles on and on for nearly an hour. She notices and appreciates your attention.
<<sistrust>>
<<elseif $choice is 2>>
You space out, not listening to a word your Sister says and instead choosing to stare at your moms tits while you eat.
[img["ressources/images/home/dinner/mombreast.jpg"]]
Your Mother notices you staring.
<<momcorr>>
<<elseif $choice is 3>>
You pay close attention to your Mother as she speaks to you.
<<speech "Mom">>It was the craziest thing. Some guy just cut right in front of me in line! The nerve of some people. Anyway, how was your day sweety?<</speech>>
You tell your Mother about your day until you both finish eating.
<<momtrust>>
<<elseif $choice is 4>>
You space out, not bothering to listen to what your Mother is saying. You eat your food quickly and head to your room once you finish.
<</if>>
<<addmins 40>>\
[[Leave|Kitchen]]
<<if $dinnerscene is 1>>
<<speech "Mom">>What was that sweety?<</speech>>
Your mom turns around and faces you. Sasha hits you in your leg for alerting Mom.
<<speech "Mom">>Oh did your Sister go to bed already? Lucky us<</speech>>
You Mother smiles as she walks up closer to you. You slide closer to the table in your chair to try and hide Sasha below.
<<speech "Mom">>Why don’t we head to bed ourselves?<</speech>>
Your Mother grabs your hands and places them on her chest.
<<speech "Mom">>We can have a little fun before we go to sleep<</speech>>
You Mother gives you a seductive look as she pulls he tits out of her top.
<video src="ressources/videos/dinner/chestout.webm" autoplay loop></video>
Your Mother happily jogs out of the room and heads to her bedroom.
[[Sasha begins to suck your cock|dinnerscene][$dinnerscene to 2]]
<<elseif $dinnerscene is 2>>\
<video src="ressources/scenes/home/sis/dinner/blowjob.mp4" autopplay loop></video>
You groan loudly as you cum hard on her face.
<video src="ressources/videos/dinner/sisfacial.webm" autoplay loop></video>
She licks her hand clean of your cum.
<<addmins 20>>
<<if $mc.dom > $mc.low>><<speech "Sasha">>We should do this again sometime….soon<</speech>>
<<else>>
<<speech "Sasha">>Be quieter next time… idiot<</speech>>
[[Leave the kitchen|House]]
<</if>>
<<if $mom.trust >= 10 && $mom.corr >= 10>>
[[Go to your Mother's bedroom|mombedroomdinnerscene][$dinnerscene to 3]]
[[Go to your bedroom|Bedroom]]
<</if>>
<</if>>
<<if $dinnerscene is 3>>
You quickly leave the kitchen and head down the hall to your Mother’s room. When you open the door, she is naked on her bed waiting for you.
<<speech "Mom">>Took you long enough! Now come give Momma some loving!<</speech>>
You're still riled up even after your sister made you cum, so you rush towards the bed, put her on her back and start going for her... asshole!
<video src="ressources/scenes/home/mom/dinner/missionary.mp4" autoplay loop></video>
<<speech "Mom">>Give me more!<</speech>>
[[Go for a doggy|mombedroomdinnerscene][$dinnerscene to 4]]
<<elseif $dinnerscene is 4>>
<video src="ressources/scenes/home/mom/dinner/doggy.mp4" autoplay loop></video>
[[Cum|mombedroomdinnerscene][$dinnerscene to 5]]
<<elseif $dinnerscene is 5>>
<video src="ressources/scenes/home/mom/dinner/facial.mp4" autoplay loop></video>
[[player falls asleep in his Mother’s bed|mombedroomdinnerscene][$dinnerscene to 6]]
<<else>>
You wake up first and decide to leave the room quietly
<<if $gameDate.getUTCHours() > 7>><<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>><</if>><<set $gameDate.setUTCHours(7)>><<set $gameDate.setUTCMinutes(0)>><<set $day += 1>><<dayreset>>
[[Leave the room|House]]
<</if>>
<<if $scene is 1>>
You stare at your Sister's panties for as long as her patience allows
<<siscorr>>
She finaly leaves the room
<<addhours 1>>
[[Leave the room too|House]]
<<elseif $scene is 2>>
You grab your Sister’s panties by the waistband and pull them down and off her legs, revealing her tight pussy.
<video src="ressources/scenes/home/sis/cleaning/pullingoffpanties.mp4" autoplay loop></video>
<<if $sis.trust >= 10>>
[[Go further|cleaningscene][$scene to 3]]
<<else>>
<<speech "Sister">>What the hell are you doing?<</speech>>
Sasha screams and yells at you until you leave the room. Raise your Trust with her to try again later.
<<addmins 30>>
[[Leave the room|House]]
<</if>>
<<elseif $scene is 3>>
You pull your own pants off and climb over top of her. You slide your cock into her pussy slowly.
<<speech "Sasha">> *GASP* .... Oh my god.<</speech>>
You begin to thrust, fucking her from behind.
<video src="ressources/scenes/home/sis/cleaning/doggy.mp4" autoplay loop></video>
<<if $mc.dom > $mc.sub>>
[[Grab her arms|cleaningscene][$scene to 4]]
<<else>>
[[Grab her|cleaningscene][$scene to 5]]
<</if>>
<<addmins 10>>
<<elseif $scene is 4>>
You grab your Sister’s arms and hold them behind her back, pinning her against the couch while you fuck her hard.
<video src="ressources/scenes/home/sis/cleaning/handsbehindback.mp4" autoplay loop></video>
[[Grab her|cleaningscene][$scene to 5]]
<<addmins 10>>
<<elseif $scene is 5>>
You then grab her and sit her on your cock while your thrust up into her pussy.
<video src="ressources/scenes/home/sis/cleaning/reversecowgirl.mp4" autoplay loop></video>
[[Blowjob|cleaningscene][$scene to 6]]
<<addmins 10>>
<<elseif $scene is 6>>
It doesn’t take long before you start to cum. You pull your cock out of her pussy and she sucks you off until you cum on her face.
<video src="ressources/scenes/home/sis/cleaning/blowjob.mp4" autoplay loop></video>
[[Cum|cleaningscene][$scene to 7]]
<<addmins 10>>
<<else>>
<video src="ressources/scenes/home/sis/cleaning/facial.mp4" autoplay loop></video>
[[Leave the room|House]]
<<mcsex>>
<<siscorr>>
<<addmins 10>>
<</if>><<if $breakfastscene is 1>>
You Mother leads you down the hall to her bedroom. She locks the door behind her.
<<speech "Mom">>What are you waiting for? Get undressed.<</speech>>
(She undresses and hops up on her bed. You pull your cock out as she commanded and she quickly starts to suck it.
<video src="ressources/scenes/home/mom/breakfast/blowjob.mp4" autoplay loop></video>
[[Slide your cock in|breakfastscene][$breakfastscene to 3]]
<<elseif $breakfastscene is 3>>
You line up your cock with your Mother’s pussy and slowly slide it in. You grab her legs and raise them up by your shoulders as your thrust into her.
<video src="ressources/scenes/home/mom/breakfast/missionary.mp4" autoplay loop></video>
[[Get underneath her|breakfastscene][$breakfastscene to 4]]
<<elseif $breakfastscene is 4>>
You lie on the bed and pull your Mother on top of you and start to thrust upwards into her pussy. You stare at her amazing ass as it bounces on your cock.
<video src="ressources/scenes/home/mom/breakfast/reversecowgirl.mp4" autoplay loop></video>
[[Cum|breakfastscene][$breakfastscene to 5]]
<<elseif $breakfastscene is 5>>
You pull your cock out of her as you are just about to cum. She gets down on her knees and opens her mouth wide as you cum all over her face and tongue.
<video src="ressources/scenes/home/mom/breakfast/facial.mp4" autoplay loop></video>
<<speech "Mom">>Wow! That was a big load!<</speech>>
She licks your cock clean then scoops the cum on her face into her mouth.
<<speech "Mom">>I hope you keep helping me around the house. I’d love to do this again sometime.<</speech>>
Your Mother gets up, grabs a towel and heads toward the bathroom.
<<momcorr>>
<<momtrust>>
<<mcsex>>
<<addmins 30>>
[[You get dressed and head out of her room as well|House]]
<</if>><<set $studyspeech to random(2)>>
<<if $studyspeech is 0>>
You did <<print random(1, 4)>> pages of math exercices you feel like you gained a few new brain cells
<video src="ressources/videos/study/0.webm" autoplay loop></video>
<<mcint>>
<<addhours 1>>
<<set $has.study to 1>>
<<elseif $studyspeech is 1>>
You worked on your <<print either("history", "geography", "law", "biology", "chemistry", "physics", "economics")>> synthesis, only <<print random(100, 200)>> pages left to sum up
<video src="ressources/videos/study/1.webm" autoplay loop></video>
<<mcint>>
<<addhours 1>>
<<set $has.study to 1>>
<<elseif $studyspeech is 2>>
After a few hours of work you finally master a chapter of <<print either("microeconomics", "macroeconomics", "management", "sociology", "statistics")>> that was a hard one !
<video src="ressources/videos/study/2.webm" autoplay loop></video>
<<mcint>>
<<addhours 2>>
<<set $has.study to 1>>
<</if>>
<<return>>
<<widget "mcint">>
<<set $mc.int = parseInt($mc.int) + 1>> ''You are now more intelligent''\
<</widget>>
<<widget "mcstr">>
<<set $mc.str = parseInt($mc.str) + 1>> ''You are now stronger''\
<</widget>>
<<widget "mcfriend">>
<<set $mc.friend = parseInt($mc.friend) + 1>> ''You have a new friend !''\
<</widget>>
<<widget "mccharisma">>
<<set $mc.charisma = parseInt($mc.charisma) + 1>> ''You're now a bit more charismatic''\
<</widget>>
<<widget "mcsex">>
<<set $mc.seXP = parseInt($mc.seXP) + 1>> ''You're now a bit more sexually experienced''\
<</widget>>
<<widget "mcporn">>
<<set $mc.porn = parseInt($mc.porn) + 1>> ''You're now a bit more addicted to porn''\
<</widget>>
<<widget "mcsub">>
<<set $mc.sub = parseInt($mc.sub) + 1>> ''You're now more submissive''\
<</widget>>
<<widget "mcdom">>
<<set $mc.dom = parseInt($mc.dom) + 1>> ''You're now more dominant''\
<</widget>>
<<widget "sistrust">>
<<set $sis.trust = parseInt($sis.trust) + 1>> ''Your sister trusts you more''\
<</widget>>
<<widget "sistrustminus">>
<<set $sis.trust = parseInt($sis.trust) - 1>> ''Your sister trusts you less''\
<</widget>>
<<widget "siscorr">>
<<set $sis.corr = parseInt($sis.corr) + 1>> ''Your sister is slightly more corrupted''\
<</widget>>
<<widget "momtrust">>
<<set $mom.trust = parseInt($mom.trust) + 1>> ''Your mother trusts you more''\
<</widget>>
<<widget "momtrustminus">>
<<set $mom.trust = parseInt($mom.trust) - 1>> ''Your mother trusts you less''\
<</widget>>
<<widget "momcorr">>
<<set $mom.corr = parseInt($mom.corr) + 1>> ''Your mother is slightly more corrupted''\
<</widget>>
<<widget "katetrust">>
<<set $kate.trust = parseInt($kate.trust) + 1>> ''Kate trusts you more''\
<</widget>>
<<widget "katetrustminus">>
<<set $kate.trust = parseInt($kate.trust) - 1>> ''Kate trusts you less''\
<</widget>>
<<widget "katecorr">>
<<set $kate.corr = parseInt($kate.corr) + 1>> ''Kate is slightly more corrupted''\
<</widget>>
<<widget "jadetrust">>
<<set $jade.trust = parseInt($jade.trust) + 1>> ''Jade trusts you more''\
<</widget>>
<<widget "jadetrustminus">>
<<set $jade.trust = parseInt($jade.trust) - 1>> ''Jade trusts you less''\
<</widget>>
<<widget "jadecorr">>
<<set $jade.corr = parseInt($jade.corr) + 1>> ''Jade is slightly more corrupted''\
<</widget>>
<<widget "lucytrust">>
<<set $lucy.trust = parseInt($lucy.trust) + 1>> ''Lucy trusts you more''\
<</widget>>
<<widget "lucytrustminus">>
<<set $lucy.trust = parseInt($lucy.trust) - 1>> ''Lucy trusts you less''\
<</widget>>
<<widget "lucycorr">>
<<set $lucy.corr = parseInt($lucy.corr) + 1>> ''Lucy is slightly more corrupted''\
<</widget>>
<<widget "alicetrust">>
<<set $alice.trust = parseInt($alice.trust) + 1>> ''Alice trusts you more''\
<</widget>>
<<widget "alicetrustminus">>
<<set $alice.trust = parseInt($alice.trust) - 1>> ''Alice trusts you less''\
<</widget>>
<<widget "alicecorr">>
<<set $alice.corr = parseInt($alice.corr) + 1>> ''Alice is slightly more corrupted''\
<</widget>>
<<widget "teacherint">>
<<set $teacher.int = parseInt($teacher.int) + 1>> ''Your teacher is a bit more interested in you''\
<</widget>>
<<widget "teachercorr">>
<<set $teacher.corr = parseInt($teacher.corr) + 1>> ''Your teacher is slightly more corrupted''\
<</widget>>
<<widget "teachertrust">>
<<set $teacher.trust = parseInt($teacher.trust) + 1>> ''Your teacher trusts you more''\
<</widget>><<widget "now">>
\<<print $GameDays[$gameDate.getUTCDay()]>> - <<print "$periodname">><br> Day $day - <<= padZero($gameDate.getUTCHours())>>:<<= padZero($gameDate.getUTCMinutes())>>\
<</widget>>
<<widget "addmins">>\
<<set $gameDate.setUTCMinutes($gameDate.getUTCMinutes() + $args[0])>>\
<</widget>>
<<widget "addhours">>\
<<set $gameDate.setUTCHours($gameDate.getUTCHours() + $args[0])>>\
<</widget>>
<<widget "period">>\
<<if isDateBetween($gameDate, '6:00', '11:59')>>\
<<set $periodname = "Morning">>\
<<set $period = 1>>\
<<elseif isDateBetween($gameDate, '12:00', '12:59')>>\
<<set $periodname = "Noon">>\
<<set $period = 2>>\
<<elseif isDateBetween($gameDate, '13:00', '15:59')>>\
<<set $periodname = "Afternoon">>\
<<set $period = 3>>\
<<elseif isDateBetween($gameDate, '16:00', '17:59')>>\
<<set $periodname = "Evening">>\
<<set $period = 4>>\
<<elseif isDateBetween($gameDate, '18:00', '21:59')>>\
<<set $periodname = "Late evening">>\
<<set $period = 5>>\
<<elseif isDateBetween($gameDate, '22:00', '5:59')>>\
<<set $periodname = "Night">>\
<<set $period = 0>>\
<</if>>\
<</widget>>
<<widget "dayreset">>
<<set $has.study to 0>>\
<<set $has.work to 0>>\
<<set $has.wash to 0>>\
<<set $has.lunch to 0>>\
<<set $has.dinner to 0>>\
<<set $has.porn to 0>>\
<<set $has.todaynotes to 0>>\
<<set $has.class to 0>>\
<<set $has.breakfast to 0>>\
<<set $has.dishes to 0>>\
<<set $has.vacuum to 0>>\
<<set $has.alicedailyblowjob to 0>>\
<<set $jade.class to 0>>\
<<set $kate.class to 0>>\
<<set $lucy.class to 0>>\
<<set $jade.train to 0>>\
<<set $kate.pool to 0>>\
<<set $lucy.library to 0>>\
<</widget>>
<<widget "locations">>
<<if $period is 1>>\
<<set $sis.loc to "bathroom">>\
<<set $mom.loc to "kitchen">>\
<<set $jade.loc to "classroom">>\
<<set $kate.loc to "classroom">>\
<<set $lucy.loc to "classroom">>\
<<set $teacher.loc to "classroom">>\
<<elseif $period is 0>>\
<<set $sis.loc to "her bedroom">>\
<<set $mom.loc to "her bedroom">>\
<<set $jade.loc to "her bedroom">>\
<<set $kate.loc to "her bedroom">>\
<<set $lucy.loc to "her bedroom">>\
<<set $teacher.loc to "her bedroom">>\
<<elseif $period is 2>>\
<<set $sis.loc to "high school">>\
<<set $mom.loc to "Mom's work">>\
<<set $jade.loc to "cafeteria">>\
<<set $kate.loc to "cafeteria">>\
<<set $lucy.loc to "cafeteria">>\
<<set $teacher.loc to "teacher office">>\
<<elseif $period is 3>>\
<<set $sis.loc to "high school">>\
<<set $mom.loc to "Mom's work">>\
<<set $jade.loc to "gym">>\
<<set $kate.loc to "pool">>\
<<set $lucy.loc to "library">>\
<<set $teacher.loc to "teacher office">>\
<<elseif $period is 4>>\
<<set $sis.loc to "her bedroom">>\
<<set $mom.loc to "kitchen">>\
<<set $jade.loc to "Jade's home">>\
<<set $kate.loc to "Kate's home">>\
<<set $lucy.loc to "Lucy's home">>\
<<set $teacher.loc to "Teacher's home">>\
<<elseif $period is 5>>\
<<set $sis.loc to "living room">>\
<<set $mom.loc to "her bedroom">>\
<<set $jade.loc to "Jade's home">>\
<<set $kate.loc to "Kate's home">>\
<<set $lucy.loc to "Lucy's home">>\
<<set $teacher.loc to "Teacher's home">>\
<</if>>\
<</widget>><<widget "receivehomework">>
<<set $homework.has to 1>>
<<set $homework.subject to either("Math", "Statistics", "Economics", "French")>>\
<<set $homework.difficulty to either("Easy", "Hard")>>
<<set $homework.done to 0>>\
You received a<<if $homework.subject is "Economics">>n<</if>> <<print "$homework.subject">> homework this is a<<if $homework.difficulty isnot "Hard">>n<</if>> <<print "$homework.difficulty">> assignment.
<</widget>>
<<widget "impossiblehomework">>
<<if $quest.teacheroffice is 1>>
You received an additional assignement which seems rather difficult, you may need your teacher's help
<<set $homework.impossible to 1>>
<</if>>
<</widget>>
You passed out from exhaustion
You wake up in your bedroom without any memory about how you get here
<<if $gameDate.getUTCHours() > 7>>
<<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>>
<</if>>
<<set $gameDate.setUTCHours(7)>>
<<set $gameDate.setUTCMinutes(0)>>
<<set $day += 1>>
[[House]]
<<print either("She has already left her room when you wake up", "You get up before she does")>>
<<if $gameDate.getUTCHours() > 7>><<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>><</if>><<set $gameDate.setUTCHours(7)>><<set $gameDate.setUTCMinutes(0)>><<set $day += 1>><<dayreset>>
[[Leave the room|House]]You compliment her chest
[img["ressources/teacheroffice/1.jpg"]]
<<speech "Teacher">>You are a little rascal... *She smiles* but I like you. Have a nice view<</speech>>
[img["ressources/teacheroffice/2.jpg"]]
<<mcdom>>
<<teacherint>><<set $teacher.int += 2>>
<<teachertrust>>
[[You leave the room unable to gets your eyes off her chest|University]]
<<if $teacherofficescene is 1>>
<video src="ressources/teacheroffice/0.webm" autoplay loop></video>
<<if $mc.dom > $mc.sub>>[[Make her suck harder|teacherofficesex][$teacherofficescene to 2]]<<else>>[[She goes harder|teacherofficesex][$teacherofficescene to 2]]<</if>>
<<addmins 10>>
<<elseif $teacherofficescene is 2>>
<video src="ressources/teacheroffice/1.webm" autoplay loop></video>
But after a few minutes...
<<linkreplace "Someone knock on the door">>She gets up and scream <<speech "Teacher">>Wait a minute I'm already taking care of someone<</speech>> You put your cock back in your pants
<<speech "Teacher">>Let's continue this later, ok ?<</speech>>
You nod
<<if $mc.dom > $mc.sub>><<mcdom>><<else>><<mcsub>><</if>>
<<teacherint>>
<<teachertrust>>
<<addmins 20>>
<<set $quest.teacheroffice += 1>>
[[Leave the room|University]]
<</linkreplace>>
<</if>>You have eaten your lunch alone
<<set $gameDate.setUTCHours(13)>><<set $gameDate.setUTCMinutes(0)>>
[[Leave the cafeteria|University]]<<if $step is 1>>
While in the library you notice that Lucy is looking at something on her phone. As you pass by you see that it is a store listing for a book. You sit down across from her and ask her about it.
<<speech "Lucy">>Hey <<print "$mc.name">>! I found out someone is selling a first edition of my favorite book. But it is way out of my price range<</speech>>
You ask her for more information about the book. The somber look on her face making you feel sorry for her.
<<speech "Lucy">>It’s Jane Eyre by Charlotte Bronte. I have been looking for a first edition for years. But this one costs over five thousand dollars!<</speech>>
You tell her that you feel sorry that she won’t be able to get it. You wonder if the Strange Shop might have a copy for cheaper. In the meantime you study with Lucy, her eyes giving her phone a longing look every few seconds the whole time.
<<addhours 2>>
<<lucytrust>>
<<set $quest.lucygiftquest += 1>>
[[Leave the library|University]]
<<elseif $step is 2>>
As you study with Lucy in the library the topic of your SexApp conversations and the nude pictures she has sent you is raised. Her cheeks get flushed as the two of you talk.
<<speech "Lucy">>Yeah, you are the first person I have ever sent nudes to, <<print "$mc.name">>. I hope you feel special<</speech>>
She giggles playfully as she sees your surprised face. You realize that the nudes you have of her on your phone would be valuable to the right person, and Lucy just told you that they were certainly unique.
<<speech "Lucy">>Make sure you message me tonight. I might just send you some more<</speech>>
The two of you chat while you continue to study. Once you are done you head home for the day.
<<addhours 2>>
<<lucytrust>>
<<lucycorr>>
<<set $quest.lucygiftquest += 1>>
[[Leave the library|University]]
<<elseif $step is 3>>
You join Lucy in the library and tell you have a surprise for her.
<<speech "Lucy">>A surprise? For me?<</speech>>
You hand her her gift. She pulls the wrapping paper off and squeals with glee as she realizes that you got her the first edition Jane Eyre that she has been searching for.
<<speech "Lucy">>Oh my god how did you get this? This must have cost you so much money!<</speech>>
You tell her not to worry about it, and that you are happy to just to make her smile.
<<speech "Lucy">>This is so great! I’m gonna be smiling for weeks! And I’m gonna make sure you smile for weeks too<</speech>>
<<lucytrust>>
<<lucycorr>>
<<set $quest.lucygiftquest += 1>>
<<addmins 30>>
[[Leave the library|University]]
<</if>><<if $step is 1>>
You look around the Strange Shop for a while. There are plenty of books around but none of them seem to be the copy of Jane Eyre that you are looking for. After a bit of searching you decide to ask the shop keep for some help.
<<speech "???">>Such rarities are hard to come by, and are rarely cheap<</speech>>
You ask her if she can get the book, and what it would cost you. She strokes her chin with her fingers, deep in thought.
<<speech "???">>I can retrieve a copy of the book you seek. But I will require something equally rare in return. Money will not suffice<</speech>>
You ask her what you could possibly offer her, not knowing of anything rare that you own.
<<speech "???">>Something unique. And Item one could only come to me to obtain<</speech>>
You leave the shop, not sure what you could give the shop keeper that be unique and valuable enough to trade. Maybe you’ll get an idea next time you talk to Lucy.
<<addmins 30>>
<<set $quest.lucygiftquest += 1>>
[[Leave|Street]]
<<elseif $step is 2>>
You return to the Strange shop and tell the shop keeper that you have something you think is unique and valuable enough to trade for the book.
<<speech "???">>Oh? Show me boy, do not waste my time<</speech>>
You pull out your phone and show her the pictures that Lucy has sent you over SexApp. The Shop Keeper looks at you Skeptically.
<<speech "???">>Pornography is not hard to come by, boy<</speech>>
You explain how these are the only nudes of this girl. You also explain how Lucy is a very chased after girl in your university. Many people wish they had these pictures. The Shop Keeper sighs.
<<speech "???">>I will accept this trade. But next time I ask you for something unique and valuable, I expect something more in the realm of relics and antiques<</speech>>
You tell her you understand as you send her the pictures. She disappears into the back room and a few moments later returns with the book.
[img["ressources/quest/lucy/book.jpg"]]
You thank her and take the book, heading out of the store to bring it home and wrap it up.
<<addmins 30>>
<<set $quest.lucygiftquest += 1>>
[[House]]
<</if>><<if $mc.money >= 30>>
After a few minutes the shop keep comes out from the back room with the copy and the original key.
<<set $has.bathroomkeycopy to 1>>
<<set $quest.sisbathroom += 1>>
<<set $mc.money -= 30>>
<<else>>
You don't have enough money you need 30$ to buy the copy come back when you have it
<</if>>
[[Leave the shop|Street]]
<<return>>You studied for few hours
<<mcint>>
<<addhours 2>>
[[Leave|University]]That was a nice swimming session
<<mcstr>>
<<addhours 2>>
[[Leave|University]]You've built some new muscles
<<mcstr>>
<<addhours 2>>
[[Leave|University]]<<if $step is 0>>
As you enter the kitchen, your Mother stops you to talk.
<<speech "Mom">>Hey <<print "$mc.name">>, I need you to clean up the basement. It is a complete mess!<</speech>>
You tell her that you will take care of it.
<<speech "Mom">>Thanks sweety! We really need to think up some way to use the space. Otherwise it will just gather up dust again<</speech>>
[[Ask her if you can use the space|kitchenbasement][$step to 1]] <span style="color:orange;">(Enables BDSM content)</span>
[[Tell her that you are sure she will think of something|kitchenbasement][$step to 2]]
<<elseif $step is 1>>
You ask your Mother if you can take the room for yourself. You leave out that your idea is a sex dungeon, not seeing it as important information just yet.
<<speech "Mom">>Sure! If you have a good idea and promise to keep it clean, it’s all yours<</speech>>
You thank her before heading out of the kitchen.
<span style="color:orange;">You now have access to the bdsm content</span>
<<set $bdsm.activate to 1>>\
<<set $quest.basement += 1>>\
<<else>>
<<speech "Mom">>Maybe I’ll put a couch and TV down there for a movie room<</speech>>
You agree that that would be a great idea.
<<speech "Mom">>Great! Just let me know when it’s all clean sweety!<</speech>>
<span style="color:orange;">You choose to not activate the bdsm content you can go to the cheat menu to activate it if you change your mind</span>
<</if>>
<<addmins 10>>
[[Leave|Kitchen]]You walk downstairs into the basement.
<<if $quest.basement lte 1>>\
<<addclass "body" "basement">>\
<<elseif $quest.basement gt 1 && $quest.basement lte 3 >>\
<<addclass "body" "basementclean">>\
<<elseif $quest.basement gte 4>>\
<<addclass "body" "dungeon">>\
<</if>>\
<<if $quest.basement is 1>>
[[Spend a few hours cleaning|basementsetup][$step to 0]]
[[Hold of until later|House]]
<<elseif $quest.basement is 3>>
[[Remodel Basement|basementsetup][$step to 1]]
<<elseif $quest.basement gt 3>>
''You'll need to wait the next update to do something here''
<<else>>
''There is nothing to do here for the moment''
<</if>>
[[Leave|House]] <<if $mc.money >= 400>>
You approach the counter and speak to the owner of the shop. Their face is shrouded under a hood, but when they speak you are able to tell that they are clearly female.
<<speech "???">>What can I provide you with?<</speech>>
You tell her you are looking for some bondage supplies. You explain your vision of a sex dungeon to them. The stocks to hold your plaything still while you punish them, The straps to safely tie them to the bed, the cat’o’nine tails to whip them to your heart’s content. Your descriptions quickly get out of hand as you babble on excitedly.
<<speech "???">>I can provide these for you. The price is four hundred dollars<</speech>>
You happily pay her what she asks, and she disappears into the back room. Moments later she returns with a box over flowing with all the toys you asked for and even some more that you don’t recognize.
<<speech "???">>The larger items will be delivered soon<</speech>>
You give the shop owner your address for the delivery and head out with your toys, excited to get started on the remodel.
<<set $mc.money -= 400>>
<<set $quest.basement += 1>>
<<else>>
<<speech "???">>You need 400$ to buy these, come back when you have enough!<</speech>>
<</if>>
[[Leave|Street]]<<if $quest.basement lte 1>>\
<<addclass "body" "basement">>\
<<elseif $quest.basement gt 1 && $quest.basement lte 3 >>\
<<addclass "body" "basementclean">>\
<<elseif $quest.basement gte 4>>\
<<addclass "body" "dungeon">>\
<</if>>\
<<if $step is 0>>
You grab a mop, bucket, duster, and other cleaning supplies and get to work. It take you four hours to clean, but when you are done the room is sparkling it is so clean. You call your Mother down to show her that the job is done.
<<speech "Mom">>My goodness this place looks amazing! You did such a nice job! Here’s a little something to thank you for the help<</speech>>
She hands you some money before heading back up stairs. You follow her up soon after.
<<set $mc.money += 50>>
<<addhours 4>>
<<else>>
You get to work remodeling the basement into a sex dungeon. You put up new walls, add a caged bed, a set of stocks, and hanging racks for a litany of toys. It takes a long time but your hard work pays off.
You stand and marvel at your accomplishment. Now you just need to convince someone to join you down here for some real fun.
<</if>>
<<set $quest.basement += 1>>
[[Leave|House]]
<<widget "homeworksetup">>
<<set $bathroom to {
bath: hashStr("20ER12"),
shower: hashStr("30SA42JE"),
toilets: hashStr("JDK29ZJ29"),
}>>
<</widget>><<if $step is 0>>
You get some lunch and see Kate eating alone in the cafeteria. You walk over and take a seat next to her.
<<speech "Kate">>Hey there Mr. Big Cock! Joining me for lunch?<</speech>>
You nod to her and take a bite of your food. The two of you talk and joke around with each other while you both enjoy your meals. Eventually the conversation leads to her birthday.
<<speech "Kate">>Yeah my birthday was a couple days ago. But being away from home leads to not being able to celebrate it with my family<</speech>>
You ask if she planned anything
<<speech "Kate">>Oh I don’t plan on having a party or anything this year. Being away from home doesn’t really get me in the mood to party<</speech>>
Kate looks a little bummed about not celebrating her birthday this year. Maybe you should visit the Mall and see if they have anything she would like.
<<set $gameDate.setUTCHours(13)>><<set $gameDate.setUTCMinutes(0)>>
<<set $quest.kategiftquest += 1>>
[[Finish Eating|University]]
<</if>>
While at the pool you see Kate. You walk over to her and hand her the gift, wishing her a happy birthday.
<<speech "Kate">>For me? Oh you shouldn’t have!<</speech>>
She excitedly tears open the box and pulls out the bikini.
<<speech "Kate">>A new bikini! I love it, thank you so much! I’m gonna go try it on I’ll be right back<</speech>>
She runs off towards the locker rooms with the bikini in hand.
Kate returns
Kate stands before you wearing her new bikini. It is a bit small on her, but looks fantastic.
[img["ressources/quest/kate/kateface.jpg"]]
She turns to show you her back
[img["ressources/quest/kate/kateback.jpg"]]
<<speech "Kate">> “Look at me! This bikini is amazing!<</speech>>
You can’t help but agree, and your hardening cock makes that very obvious to Kate.
<<speech "Kate">>Looks like Mr. Big Cock likes it too. I think its time to show you how much I appreciate your gift<</speech>>
But then some other students come out of the restrooms to swim
<<speech "Kate">>Fuck them, we can't do it while they are here... ok listen, I promise that I will return the favour but for this time let's just swim<</speech>>
You agree even if you are a bit disapointed
\
<<katecorr>><<set $kate.corr += 3>>\
<<katetrust>><<set $kate.trust += 3>>\
<<set $quest.kategiftquest += 1>>\
<<addhours 4>>\
[[Swim and leave|University]]<<if isDateBetween($gameDate, '17:00', '23:00')>>
<<if $lucy.library is 1 && $jade.class is 1>>
[[Have a small talk with lucy|randomsexapplucy]]
<<elseif $lucy.library is 1>>
[[Talk about today's swimming session with lucy|librarysexapplucy]]
<<elseif $lucy.class is 1>>
[[Talk about today's class with lucy|classsexapplucy]]
<<else>>
[[Exchange a few messages with lucy|nothingsexapplucy]]
<</if>>
<<else>>
''Lucy is offline''
<</if>>
<<return>><<if isDateBetween($gameDate, '17:00', '23:00')>>
<<if $jade.train is 1 && $jade.class is 1>>
[[Have a small talk with Jade|randomsexappjade]]
<<elseif $jade.train is 1>>
[[Talk about today training with Jade|trainsexappjade]]
<<elseif $jade.class is 1>>
[[Talk about today's class with Jade|classsexappjade]]
<<else>>
[[Exchange a few messages with Jade|nothingsexappjade]]
<</if>>
<<else>>
''Jade is offline''
<</if>>
<<return>><<if isDateBetween($gameDate, '17:00', '23:00')>>
<<if $kate.pool is 1 && $kate.class is 1>>
[[Have a small talk with Kate|randomsexappkate]]
<<elseif $kate.pool is 1>>
[[Talk about today's swimming session with Kate|poolsexappkate]]
<<elseif $kate.class is 1>>
[[Talk about today's class with Kate|classsexappkate]]
<<else>>
[[Exchange a few messages with Kate|nothingsexappkate]]
<</if>>
<<else>>
''Kate is offline''
<</if>>
<<return>><<if isDateBetween($gameDate, '17:00', '22:00')>>
<<if $quest.alicebathroom is 2>>
[[Message Alice about what happened in the restrooms|alicebathroomsexapp]]
<<else>>
''Alice is offline''
<</if>>
<</if>><<if $scene is 1>>
You push open her stall door and stand in front of her. She doesn’t stop masturbating on your account.
<<speech "???">>What the fuck are you doing?<</speech>>
You tell her that you want more than just a blowjob this time as you pull your cock free from your pants. It quickly grows hard as you look at her masturbating in front of you.
<<speech "???">>You’re a bit of a cocky prick, huh?<</speech>>
She slaps her pussy a few times, giving you a seductive smile as she does.
<<speech "???">>What are you waiting for?<</speech>>
[[Fuck the slut|restroomscene2][$scene to 2]]
<<elseif $scene is 2>>
You grab her and push her up against the wall. You slide your cock into her pussy from behind. You grab her arm for some leverage as you begin to thrust into her, quickly building into a steady pace. You hold her by the neck and lean in to kiss her before grabbing her hair like reigns to begin to really start thrusting into her tight pussy.
<video src="ressources/scenes/university/meganrain/restroom2/doggy.mp4" autoplay loop></video>
[[Have her ride you|restroomscene2][$scene to 3]]
<<elseif $scene is 3>>
You go into the stall and sit on the toilet. You pull her close and she spreads her legs so that one is on each side of you as she lowers her pussy onto your cock. She begins to bounce quickly and powerfully. You slap her round slutty ass while she rides you.
<video src="ressources/scenes/university/meganrain/restroom2/cowgirl.mp4" autoplay loop></video>
[[Make her bounce on your cock|restroomscene2][$scene to 4]]
<<elseif $scene is 4>>
You stand her up and turn her around. You make her fully undress, then you pull her hips closer to you. You aim your cock at her pussy as she lowers herself down onto it. She lowers herself further and then begins to bounce on and ride your cock. Her moans echoing out through the entire bathroom.
<video src="ressources/scenes/university/meganrain/restroom2/reversecowgirl.mp4" autoplay loop></video>
[[Put her back against the wall|restroomscene2][$scene to 5]]
<<elseif $scene is 5>>
You pull you cock out of her pussy and spin her around. You push her against the wall of the stall and lift one of her legs up and hold it against you as you slide your cock back into her pussy. You fuck her fast, grabbing her tits with your hand as your thrust.
<video src="ressources/scenes/university/meganrain/restroom2/missionary.mp4" autoplay loop></video>
[[Cum on her face|restroomscene2][$scene to 6]]
<<elseif $scene is 6>>
You pull out and push her down to her knees as you start to cum. You groan in pleasure as rope after rope of cum shoots out and onto her face and into her open smiling mouth.
<video src="ressources/scenes/university/meganrain/restroom2/facial.mp4" autoplay loop></video>
<<speech "Alice">>That was fucking amazing. My name’s Alice by the way. Here’s my SexApp ID. Hit me up sometime. I wanna do this again<</speech>>
''You got Alice’s SexApp ID'' <<set $has.aliceid to 1>>
<<set $alice.trust += 5>> ''Alice trust you more''
You tell her that she will hear from you soon. You then get dressed and leave the bathroom.
<<addmins 30>>\
<<set $quest.alicebathroom += 1>>\
[[Leave|University]]
<<else>>
As you enter the stall you hear the same sounds you heard before. You look through the hole and see that the girl from before has returned and is masturbating furiously in the stall besides you once again.
<video src="ressources/scenes/university/meganrain/restroom/masturbating.mp4" autoplay loop></video>
<</if>>You enter the stall and get a blowjob from Alice
<<set $random = random(120)>>
<<if $random lte 29>>
<video src="ressources/scenes/university/meganrain/restroom2/blowjob0.mp4" autoplay loop></video>
<<elseif $random gte 30 && $random lte 59>>
<video src="ressources/scenes/university/meganrain/restroom2/blowjob1.mp4" autoplay loop></video>
<<elseif $random gte 60 && $random lte 89 >>
<video src="ressources/scenes/university/meganrain/restroom2/blowjob2.mp4" autoplay loop></video>
<<else>>
<video src="ressources/scenes/university/meganrain/restroom2/blowjob3.mp4" autoplay loop></video>
<</if>>
<<set $has.alicedailyblowjob to 1>>\
<<addmins 30>>\
[[Leave|University]]You open up your phone and decide to message Alice. You tell her that fucking her was fun and you can’t wait to do it again soon.
<<speech "Alice">>Why wait, here’s my address ;)<</speech>>
She sends a nude selfie of herself back with her message.
[img["ressources/sexapp/alice/nude.jpg"]]
You put your phone away. You should visit her home in the evening sometime soon.<<set $quest.alicebathroom += 1>>
<<set $has.aliceaddress to 1>>''Gained Alice’s address''
<<alicetrust>><<set $alice.trust += 4>>
<<alicecorr>><<set $alice.corr += 4>>
[[Say bye|House]]Double-click this passage to edit it.<<if isDateBetween($gameDate, '17:00', '22:00')>>
[[Knock on the door|insidealicehouse]]
<<elseif $gameDate.getUTCHours() > 22>>
It's too late all the lights are off
<<elseif $gameDate.getUTCHours() < 17>>
Alice is still at school come back later
<<else>>
There is nothing to do here
<</if>>
[[Go back|Street]]<<if $quest.alicebathroom is 3>>
You arrive at the address Alice gave you over SexApp and knock on the door. Within moments she arrives at the door to greet you.
<<speech "Alice">>Took you long enough. Hurry up and get in here, I want another taste of that cock<</speech>>
She leads you into her house and into the kitchen. She hops up on the kitchen counter. She pulls out her tits and spreads her legs for you, revealing the rip in her leggings giving you full access to her pussy. You lean in and kiss her, groping her tits with one hand while you pull out your cock with the other.
[[Fuck her in the kitchen|alicehomescene]]
<<else>>
You go back to Alice’s house to get some more pussy. She is naked and ready to fuck within seconds of you walking through her front door.
<<set $random = random(100)>>
<<if $random lte 29>>
You pull Alice off of the counter, turn her around and slide you cock back into her pussy from behind. You bend her over the table as you begin to thrust, slamming your cock into her hard. The room fills with the sounds of your bodies slapping together. You reach around and grab her long brown hair, wrapping a lock of it around her throat as you fuck her.
<video src="ressources/scenes/alice/home/doggy.mp4" autoplay loop></video>
<<elseif $random gte 30 && $random lte 69>>
You grab your hard cock and shove it right inside of her wet pussy. You reach up and gently choke her while you thrust hard and fast. You release her throat and slap her tit, getting rough with her as you continue to fuck Alice.
<video src="ressources/scenes/alice/home/missionary.mp4" autoplay loop></video>
<<else>>
You hop onto the counter and lie down on your back. She climbs up slowly after you and sucks on your cock briefly before positioning her pussy above your cock. You slide it in as she lowers herself down. You thrust up into her and she bounces on it quickly.
<video src="ressources/scenes/alice/home/reversecowgirl.mp4" autoplay loop></video>
<</if>>
You spend the whole evening fucking her over and over again. You fall asleep in each others arms.
[[Next Morning|alicebedroommorning]]
<</if>>
<<if $scene is 1>>
You pull Alice off of the counter, turn her around and slide you cock back into her pussy from behind. You bend her over the table as you begin to thrust, slamming your cock into her hard. The room fills with the sounds of your bodies slapping together. You reach around and grab her long brown hair, wrapping a lock of it around her throat as you fuck her.
<video src="ressources/scenes/alice/home/doggy.mp4" autoplay loop></video>
[[Give her a taste|alicehomescene][$scene to 2]]
<<elseif $scene is 2>>
You push her down to her knees and shove your cock into her mouth. You grab hold of her head and hair as you roughly pull it down onto your cock and fuck her throat. She gags loudly and often as you rough her throat up with your cock.
<video src="ressources/scenes/alice/home/blowjob.mp4" autoplay loop></video>
[[Fuck her tits|alicehomescene][$scene to 3]]
<<elseif $scene is 3>>
You tell her to press her tits together so you can fuck them. She does so and so you slide your cock beneath her shirt and between her tits. You start to thrust fast as your slam your groin into her tits. You hold onto her face and make her look you in the eyes while your hard cock slides between her fuck pillows.
<video src="ressources/scenes/alice/home/titsjob.mp4" autoplay loop></video>
[[Get on the counter|alicehomescene][$scene to 4]]
<<elseif $scene is 4>>
You hop onto the counter and lie down on your back. She climbs up slowly after you and sucks on your cock briefly before positioning her pussy above your cock. You slide it in as she lowers herself down. You thrust up into her and she bounces on it quickly.
<video src="ressources/scenes/alice/home/reversecowgirl.mp4" autoplay loop></video>
[[Cum on her face|alicehomescene][$scene to 5]]
<<elseif $scene is 5>>
You pull her to the ground as you get close to cumming. A few extra strokes of your cock is all you need to erupt. You aim your cock at her face as your load starts to shoot out. Every burst of jizz splashing against her face as you cover her.
<video src="ressources/scenes/alice/home/facial.mp4" autoplay loop></video>
<<speech "Alice">>Holy fuck you are amazing. You can come by and fuck me like then whenever you want<</speech>>
You let her know that you will be back soon as you get dressed and get ready to head home. You give her one more slap on her ass before leaving, just for the fun of it.
<<set $quest.alicebathroom += 1>>
<<mcsex>>
[[Leave|Street]]
<<else>>
You grab your hard cock and shove it right inside of her wet pussy. You reach up and gently choke her while you thrust hard and fast. You release her throat and slap her tit, getting rough with her as you continue to fuck Alice.
<video src="ressources/scenes/alice/home/missionary.mp4" autoplay loop></video>
[[Flip her over|alicehomescene][$scene to 1]]
<</if>>You wake up as the sun hits your eyes through the window. There is a note and an energy bar on the bed next to you.
<span style="color:orange;"Alice’s note: 'Hey stud. Last night was great. Sorry I couldn’t make you breakfast but I had to go to work. Come by again soon!”</span>
You get up and get dressed, leaving to begin your day.
<<if $gameDate.getUTCHours() > 7>><<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>><</if>><<set $gameDate.setUTCHours(7)>><<set $gameDate.setUTCMinutes(0)>><<set $day += 1>><<dayreset>>
[[Leave|Street]]<<if $step is 1>>
<<if $scene is 1>>
You and Jade do some squats together. She playfully flashes you in between sets.
[img["ressources/quest/jade/flash.jpg"]]
During one of her squats she went particularly low and a low ripping sound filled the gym.
[[Find out where the sound came from|jadegiftquesttraining][$scene to 2]]
<<elseif $scene is 2>>
[img["ressources/quest/jade/ripped.jpg"]]
You find the source of the ripping noise rather quickly when you notice that you can see Jade’s bare ass and pussy through a large hole ripped into her leggings.
<<speech "Jade">>Oh fuck! I just got these!<</speech>>
She jumps to try and cover herself, clearly sad that they ripped.
[[Demand she continues to train in them|jadegiftquesttraining][$scene to 3]]
[[Offer to buy her a new pair of leggings|jadegiftquesttraining][$scene to 4]]
<<elseif $scene is 3>>
You get close to her and move her hands away from the hole in her leggings.
<<speech "Jade">>What are you doing?<</speech>>
You make it clear to her that you want her to keep working out in this outfit and only this outfit from now on.
<<if $jade.corr >= 15 && $mc.dom > $mc.sub>>
Jade smiles back at you and gets back to her workout. She squats down low again, giving you a great view of her exposed ass and pussy through the hole of the yoga pants.
[img["ressources/quest/jade/ripped.jpg"]]
The two of you finish your workout soon after. She stops just before going into the locker room to get changed.
<<speech "Jade">>That was a lot of fun. But if I’m gonna be showing off like that when I work out from now on, you better promise that you’ll be here to see it more often<</speech>>
The two of you go your separate ways. You get changed and head home for the day.
<<else>>
Jade scowls at you and pushed you away from her.
Jade: “Excuse me? I’m not just some toy that will do whatever you want!”
Jade stomps away fuming.
<<jadetrustminus>><<set $jade.trust -= 4>>
<</if>>
<<addhours 2>>
[[Leave|University]]
<<elseif $scene is 4>>
You tell Jade that you can buy her some new leggings. One that won’t rip on her when she trains.
<<speech "Jade">>Really? You would do that for me? Wow Mr. <<print "$mc.eyes">> eyes, aren’t you sweet?<</speech>>
Jade gives you a kiss on the cheek before quickly walking back to the changing room. You follow her lead and get changed yourself before heading home.
<<jadetrust>>
<<set $quest.jadegiftquest += 1>>
<<addhours 2>>
[[Leave|University]]
<<else>>
You head into the gym and look for Jade to train with her today. When you find her you see that she is wearing some new leggings that look fantastic on her.
[img["ressources/quest/jade/pose.jpg"]]
<<speech "Jade">>Hey Mr. <<print "$mc.eyes">> eyes! Do you like my new yoga pants?<</speech>>
You nod at her. The growing erection in your pants making it easy to see that you greatly enjoy how she looks in her new outfit.
<<speech "Jade">>Maybe we should get started before you start drooling<</speech>>
[[Start training|jadegiftquesttraining][$scene to 1]]
<</if>>
<<else>>
You walk into the gym with Jade’s gift. You quickly find her working out on the elliptical and get her attention.
<<speech "Jade">>Hey there Mr. <<print "$mc.eyes">> eyes! What is that in your hand?<</speech>>
You open the gift to show her the leggings you bought her.
<<speech "Jade">>Oh my goodness they are perfect! How can I ever thank you?<</speech>>
<<jadetrust>>
You smile back and place your hand on her ass, giving her a hint of how you would like to be thanked.
<<speech "Jade">>Oh I see. Too bad for you I'm on my period maybe next time<</speech>>
<<jadecorr>>
You're a bit disapointed but this is only a matter of time before you fuck her
You train with her and leave
<<addhours 2>>
<<set $jadegiftquest += 3>>
[[Leave|University]]
<</if>><<set $random = random(100)>>
<<if $random lte 49>>
<<goto "trainsexappjade">>
<<elseif $random gte 50>>
<<goto "classsexappjade">>
<</if>><<if $jade.trust lt 5>>
You spend some time on SexApp, messaging Jade. You talk about the workout you did together today.
<<speech "Jade">>Good job today! You are definitely getting stronger!<</speech>>
<<elseif $jade.trust gte 10 && $mc.str gte 10>>
You hop on your phone and message Jade. You tell her that she was looking sexy in the gym today.
<<speech "Jade">>You were looking pretty sexy yourself, Mr. <<print "$mc.eyes">> Eyes. If you aren’t careful I won’t be able to resist you next time<</speech>>
<<elseif $jade.trust gte 5>>
You decide to message Jade and tell her you had fun with her in the gym.
<<speech "Jade">>It was so much fun. I love watching you workout. You muscles are getting so big!<</speech>>
<</if>>
<<addmins 20>>
[[Leave|House]]<<if $jade.trust lt 5>>
You message Jade on SexApp. The conversation eventually turns to class, and you discuss how you sat together today.
<<speech "Jade">>Thanks for not talking during class. I hate when people try to talk to me when I’m listening to the lesson. It’s so annoying<</speech>>
<<elseif $jade.trust gte 5 && $jade.trust lt 10>>
You and Jade message each other about today’s History class.
<<speech "Jade">>I love learning about the ancient Greeks and the Olympics. Those guys must have been so strong back then! Their statues are hot!<</speech>>
<<elseif $jade.trust gte 10 && $mc.dom gte $mc.sub>>
You decide to message Jade. You tease her, saying that you think she should suck you off more often.
<<speech "Jade">>Maybe I should. You know I can’t say no to you Mr. <<print "$mc.eyes">> eyes<</speech>>
<<elseif $jade.trust gte 10 && $mc.dom lt $mc.sub>>
You and Jade message each other back and forth. You discuss today’s class for a bit, until Jade decides to start teasing you.
<<speech "Jade">> “I bet you miss my mouth around your cock don’t you Mr. <<print "$mc.eyes">> eyes? If you’re good I might let you feel it again soon.<</speech>>
<</if>>
<<addmins 20>>
[[Leave|House]]<<set $random = random(100)>>
<<if $jade.trust lt 5>>
You message Jade on SexApp. The two of you talk about random topics for over an hour. You find her very easy to talk to.
<<jadetrust>>
<<elseif $jade.trust gte 5 && $jade.trust lt 10>>
<<if $random lte 49>>
You and Jade message back and forth on SexApp. The discussion turns sexual rather quickly.
<<speech "Jade">>I think cow girl is my favorite position. I love the feeling of bouncing on a cock<</speech>>
<<jadecorr>>
<<else>>
You and Jade have a rather serious discussion over SexApp.
<<speech "Jade">>My Mom can be so unreasonable sometimes. Thanks for listening to me vent<</speech>>
<<jadetrust>>
<</if>>
<<else>>
<<if $random lte 49>>
You message Jade over SexApp and decide to surprise her with a dick pic. She replies with a nude of her own.
<<set $nude = random(4)>>
[img["ressources/sexapp/jade/" + $nude + ".jpg"]]
<<jadecorr>>
<<else>>
You lie on your bed and open up SexApp. You decide to shoot Jade a message. The two of you talk for a while. She seems a bit flustered, like she wants to say something, but is nervous about it.
<<speech "Jade">>Ya know, I really like you Mr. <<print "$mc.eyes">> Eyes. We should spend more time together<</speech>>
You tell her you agree, and you promise to sit next to her more often in class.
<<jadetrust>>
<</if>>
<</if>>
<<addmins 20>>
[[Leave|House]]<<set $random = random(100)>>
<<if $random lte 49>>
<<goto "poolsexappkate">>
<<elseif $random gte 50>>
<<goto "classsexappkate">>
<</if>><<if $kate.trust lt 5>>
You open up SexApp on your phone and decide to message Kate. The two of you talk about how you swam together today.
<<speech "Kate">>Nice try with that dive. Too bad it ended up more like a belly flop<</speech>>
<<elseif $kate.trust gte 5 && $kate.trust lt 10>>
You and Kate message each other back and forth for a while. You tell her that you had a fun time with her in the pool today.
<<speech "Kate">>I had fun too! And you are becoming a much better swimmer Mr. Big Cock. Maybe you deserve a reward for your hard work<</speech>>
<<elseif $kate.trust gte 10>>
You message Kate on SexApp. You tease her a bit and tell her how much fun you had at the pool with her.
<<speech "Kate">>I bet you had fun. Hell, I did too. Your cock tastes great!<</speech>>
<</if>>
<<addmins 20>>
[[Leave|House]]<<if $kate.trust lt 5>>
You and Kate message each other. You talk about today’s class. Kate seems rather uninterested in the topic.
<<speech "Kate">>Yeah I wasn’t listening to the teacher all that much. Not with you next to me Mr. Big Cock<</speech>>
<<elseif $kate.trust gte 5 && $kate.trust lt 10>>
You message Kate on SexApp for a bit. She seems to be into the conversation, or at least interested in talking to you.
<<speech "Kate">>You should sit near me more often. Class is a lot more fun when you do<</speech>>
<<elseif $kate.trust gte 10>>
You spend some time talking to Kate over SexApp. You mention class today, but she doesn’t really seem interested in talking about that.
<<speech "Kate">>Fuck class! Hell half the reason I even go is because I get to see you Mr. Big Cock<</speech>>
<</if>>
<<addmins 20>>
[[Leave|House]]<<set $random = random(100)>>
<<if $kate.trust lt 5>>
You hop on SexApp and see that Kate is on. You send her a message and the two of you spend some time talking. And getting to know each other.
<<elseif $kate.trust gte 5 && $kate.trust lt 10>>
<<if $random lte 49>>
You waste some time on SexApp. You talk to Kate for a while and before long the conversation turns to sex.
<<speech "Kate">>I love sucking cock. The bigger the better. It feels so nice down my throat<</speech>>
<<katecorr>>
<<else>>
You and Kate spend some time talking over SexApp. The discussion is more tame and serious that most you have with her.
<<speech "Kate">>I wish the teacher would get off my back. I do my best. It’s not my fault she is so boring<</speech>>
<</if>>
<<elseif $kate.trust gte 10>>
<<if $random lte 49>>
Kate messages you on SexApp and says she wants to talk to you about something.
<<speech "Kate">>Hey Mr. Big Cock, I just wanted to let you know I think you’re great. Please spend more time with me soon!<</speech>>
<<katetrust>>
<<else>>
You mess around on SexApp and send some dirty texts to Kate. She ups the ante and sends you a nude. Much to your surprise and enjoyment.
<<set $nude = random(4)>>
[img["ressources/sexapp/kate/" + $nude + ".jpg"]]
<<katecorr>>
<</if>>
<</if>>
<<addmins 20>>
[[Leave|House]]<<set $random = random(100)>>
<<if $random lte 49>>
<<goto "librarysexapplucy">>
<<elseif $random gte 50>>
<<goto "classsexapplucy">>
<</if>>
<<if $lucy.trust lt 5>>
You decide to spend some time messaging Lucy over SexApp. The two of you discuss your study session from earlier today.
<<speech "Lucy">>Don’t you just love the library. It’s so serene. It’s the perfect place to just relax with a book<</speech>>
<<elseif $lucy.trust gte 5 && $lucy.trust lt 10>>
You and Lucy discuss studying together today over SexApp. You tell her how helpful it is to study with her.
<<speech "Lucy">>Awe, Thanks! With how helpful your notes have been I’m always happy to help you study<</speech>>
<<elseif $lucy.trust gte 10>>
You and Lucy talk for a bit on SexApp. You mention how much fun studying was with her today.
<<speech "Lucy">>Well study hard and keep coming to the library. We can have all sorts of fun together<</speech>>
<</if>>
<<addmins 20>>
[[Leave|House]]<<if $lucy.trust lt 5>>
You open up SexApp on your phone. After sending her a copy of your notes, you decide to spend a little time messaging Lucy. The two of you discuss today’s class.
<<speech "Lucy">>Wow! I wish I could take notes as fast as you<</speech>>
<<elseif $lucy.trust gte 5 && $lucy.trust lt 10>>
You send of copy of your notes to Lucy over SexApp. The two of you talk for a bit afterwards.
<<speech "Lucy">>Thanks again. I just love your notes. They help so much!<</speech>>
<<elseif $lucy.trust gte 10>>
You Message Lucy on SexApp and send her your notes. She seems excited to be talking to you.
<<speech "Lucy">>Every time you sit next to me my notes suffer. Not that I mind. Yours are still great, plus I like seeing you<</speech>>
<</if>>
<<addmins 20>>
[[Leave|House]]<<set $random = random(100)>>
<<if $lucy.trust lt 5>>
You pull out your phone as you hop into bed and start to message Lucy. The two of you spend some time talking and getting to know each other.
<<elseif $lucy.trust gte 5 && $lucy.trust lt 10>>
<<if $random lte 49>>
You take some time out of your day to message Lucy over SexApp. The conversation turns sexual pretty quickly.
<<speech "Lucy">>Hey now, <<print "$mc.name">> don’t go teasing me then not delivering<</speech>>
<<lucycorr>>
<<else>>
You and Lucy message back and forth over SexApp for a little bit. She seems a bit distracted so you ask her what’s wrong.
<<speech "Lucy">>Oh I’m just worried that our teacher might give us a pop quiz soon. I’m studying extra hard right now<</speech>>
<<lucytrust>>
<</if>>
<<elseif $lucy.trust gte 10>>
<<if $random lte 49>>
You feel extra horny tonight, so you open up SexApp to see who is on. You and Lucy chat for a bit, and the conversation turns sexy almost right away.
<<set $nude = random(3)>>
[img["ressources/sexapp/lucy/" + $nude + ".jpg"]]
<<speech "Lucy">>Enjoy!<</speech>>
<<lucycorr>>
<<else>>
As you and Lucy message one another, her responses start to become erratic. She seems like she really wants to get something off her chest, so you ask her what’s wrong.
<<speech "Lucy">>Nothing’s wrong! Everything is great in fact. I just really like talking with you. We should do it more often<</speech>>
<<lucytrust>>
<</if>>
<</if>>
<<addmins 20>>
[[Leave|House]]