JavaScript must be enabled to play.
Browser lacks capabilities required to play.
Upgrade or switch to another browser.
Loading…
<<nobr>> <<set /* This must be set to whatever the initial game date/time should be. */ $gameDate to new Date("2039-02-03T08:00Z"); /* Must use time. */ >> <<set $infotext to [""]>> <<set $muted to 0>> <<set $maxdayscalc to 14>> <<set $maximumdays to 14>> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $mentalretain to 40>> <<set $showhints to 1>> <<set $natashalove to 0>> <<set $mspearllove to 0>> <<set $susanlove to 0>> <<set $roselove to 0>> <<set $katrinalove to 0>> <<set $carollove to 0>> <<set $xianglove to 0>> <<set $janelove to 0>> <<set $olivialove to 0>> <<set $laylalove to 0>> <<set $daniellelove to 0>> <<set $melanielove to 0>> <<set $msbloomlove to 0>> <<set $ffincome to 32>> <<set $money to 20>> <<set $subachievementmoney to -20>> <<set $strength = 5>> <<set $stamina = 5>> <<set $culture= 5>> <<set $charisma= 5>> <<set $intelligence= 5>> <<set $confidence= 10>> <<set $popularity= 0>> <<set $maxenergy= 30>> <<set $energy= 30>> <<set $lust= 0>> <<set $stress= 0>> <<set $sexexp= 0>> <<set $sexcontrol= 0>> <<set $coding= 0>> <<set $virginity to 1>> <<set $carolreward to 0>> <<set $carolkissed to 0>> <<set $carolfucked to 0>> <<set $natashakissed to 0>> <<set $natashafucked to 0>> <<set $susankissed to 0>> <<set $susanfucked to 0>> <<set $susananaled to 0>> <<set $melaniekissed to 0>> <<set $melaniefucked to 0>> <<set $katrinakissed to 0>> <<set $katrinafucked to 0>> <<set $enddays to 0>> <<set $natashajealous to 0>> <<set $rosetits to 0>> <<set $carnatfirst to 0>> <<set $stalkedmelanie to 0>> <<set $infirmary to 0>> <<set $roseprogress to 0 >> <<set $metjane to 0>> <<set $metmspearl to 0>> <<set $metmspearlpool to 0>> <<if $lessonduration is undefined>> <<set $lessonduration to 180>><</if>> <</nobr>><center>This game is a work in progress and is still in development. It's my very first game and I'm working on it every day, I'm also learning how to code, I hope that you can appreciate it anyway. The game wants to be sandbox and immersive, <span style="color: #8B0000;">it's not a visual novel and you might expect some grind.</span> The concept behind the game is to make the grind entertaining and make the players "earn" the rewards! The better you play the "time managing" part, the less grind you should need. Girls ands women in the game need different approaches to progress with, some of them even offer multiple routes depending on your choices! While possibly fun, going for all achievements will definitively be a grindy and difficult experience, don't try it if you're not prepared for that! My goal is to continue improving and expanding the game constantly over the months/years and make it even bigger. I need and will appreciate any kind of support, Patreon or Subscriberstar if you can, advice, comments and suggestion if you cant : ) <b><<link "----> CURRENT CONTENT AND PATCH NOTES <----" "progress">><</link>></b> <span style="color: #6f1c1c font-size: 20px;"> By clicking the "Confirm" button or the "example" link below, you declare that you are of the legal age of your country (18/21) and are allowed and willing to be exposed to explicit pornographic content. <b>WARNING : SCENES HAVE AUDIO </b><br> (you can mute them from the left menu) <b> TOO DARK? --> SETTINGS(left menu) <--- FONT TOO SMALL?</b><br> Disclaimer: This has to be taken as a lighthearted story, it might contain a few elements that people might find disturbing or inappropriate. Please remember to not take this seriously and to not confuse this with real life, if at any point you feel uncomfortable, stop playing the game. Any character existing in this game is over 18 years old even when age is not specified. <<link "I want an example of a sex scene before playing (Recommended - no spoilers)" "preview">><</link>> <<button "Confirm - Create a character" "creation">><<if $name is "">><<set $name = "John">><</if>><<if $surname is "">><<set $surname = "Surno">><</if>><</button>><!--[[creation]]--> </span> </center>\
<<nobr>> <img src="images/discord.png" width="20" height="20"> <a href="https://discord.gg/tWTH8pTMFc" target="_blank">Discord</a> <img src="images/discord.png" width="20" height="20"> <br> <img src="images/patreon.png" width="20" height="20"> <a href="https://patreon.com/SecondChance43" target="_blank">Patreon</a> <img src="images/patreon.png" width="20" height="20"> <br> <img src="images/subscribestar.png" width="20" height="20"> <a href="https://www.subscribestar.com/just-one-more-chance" target="_blank">Subscribestar</a> <img src="images/subscribestar.png" width="20" height="20"><br> <<if $muted is 0>><img src="images/mute.png" width="20" height="20"><<link "Mute all videos">><<set $muted to 1>><<updatebar>><</link>><img src="images/mute.png" width="20" height="20"><<else>><img src="images/unmute.png" width="20" height="20"><<link "Unmute videos">><<set $muted to 0>><<updatebar>><</link>><img src="images/unmute.png" width="20" height="20"><</if>> /*----------- what day---------------*/ <<set $currentday to $gameDate.getDate()-2 >> <<if GameMonths[$gameDate.getMonth()] is "Oct">><<set $currentday to $currentday+=30>> <</if>> <<if GameMonths[$gameDate.getMonth()] is "Nov">><<set $currentday to $currentday+=61>> <</if>> <<if GameMonths[$gameDate.getMonth()] is "Dec">><<set $currentday to $currentday+=91>> <</if>> <<if GameMonths[$gameDate.getMonth()] is "Jan">><<set $currentday to $currentday+=122>> <</if>> <<if GameMonths[$gameDate.getMonth()] is "Feb">><<set $currentday to $currentday+=153>> <</if>> <<if GameMonths[$gameDate.getMonth()] is "Mar">><<set $currentday to $currentday+=182>> <</if>> <<if GameMonths[$gameDate.getMonth()] is "Apr">><<set $currentday to $currentday+=213>> <</if>> <<if GameMonths[$gameDate.getMonth()] is "May">><<set $currentday to $currentday+=243>> <</if>> <<if GameMonths[$gameDate.getMonth()] is "Jun">><<set $currentday to $currentday+=274>> <</if>> <<if GameMonths[$gameDate.getMonth()] is "Jul">><<set $currentday to $currentday+=304>> <</if>> <<if GameMonths[$gameDate.getMonth()] is "Aug">><<set $currentday to $currentday+=335>><</if>> <<set $daytext to ["Simulation's day: $currentday"]>> <<set $mobdaytext to ["Day: $currentday"]>> <<if $timeformat is undefined>><<set $timeformat to 24>><</if>> <<if $gameDate.getFullYear() is 2039>><<set $daytext to [""]>> <</if>> /*-----------what hour---------------*/ <<set $currenthour to $gameDate.getHours()>> <<set $currentweekday to GameDays[$gameDate.getDay()]>> <<if $maxlust is undefined>><<set $maxlust to 100>><</if>> <<if $maxstress is undefined>><<set $maxstress to 100>><</if>> <</nobr>> <<if $showmenu is 1>>Your name is $name $surname <<date>> - <<if $timeformat eq 24>> <<time24h>> <<else>> <<time12h>><</if>> $daytext / $maximumdays Energy: $energy / $maxenergy <<if $stress gte $maxstress>><span style="color: #8B0000;">Stress: $stress / $maxstress</span><<else>>Stress: $stress / $maxstress<</if>> <<if $lust gte $maxlust>><span style="color: #8B0000;">Lust: $lust / $maxlust</span><<else>>Lust: $lust / $maxlust<</if>> Money: $money $ <<else>> Please read and check the links before creating a character and starting the game <</if>><<nobr>> <<if $exp gte 1>>Experience: $exp<</if>> <<if $clickedderp2 is 1>><br><<if passage() is "Room">><<link "CHEAT " "Debugroom">><</link>><</if>><</if>> <<if $clickedderp2 is 1>> <<link " QCSC">> <<script>> Dialog.setup("Quick Change Sex Control"); Dialog.wiki(Story.get("QCSC").processText()); Dialog.open(); <</script>> <</link>> <</if>> <<if $energy gte $maxenergy>> <<set $energy to $maxenergy>> <</if>> /*---------passing out------------*/ <<if $energy lte 0 and $currentday lte $maximumdays and ndef $passouttrigger>> <<set $passouttrigger to 1>><<goto "Passout">><</if>> <<if $energy lte 0 and $currentday lte $maximumdays>><<unset $passouttrigger>><</if>> /*---------lust stress cap------------*/ <<if $stress lte -1>> <<set $stress to 0>> <</if>> <<if $lust lte -1>> <<set $lust to 0>> <</if>> /*---------endofdays------------*/ <<set $maximumdays to $maxdayscalc*$clickedderp>> <<if $duemilaventi eq 1>> <<if $currentday > $maximumdays and $enddays is 0>> <<set $enddays to 1>> <<goto "Endofdays">> <</if>><</if>> /*---------capstats------------*/ <<if $sexexp gte 100.01>> <<set $sexexp to 100>> <</if>> <<if $sexcontrol gte 100.01>> <<set $sexcontrol to 100>> <</if>> <<if $sexexp gte 100.01>> <<set $sexexp to 100>> <</if>> <<if $confidence gte 100.01>> <<set $confidence to 100>> <</if>> <<if $culture gte 100.01>> <<set $culture to 100>> <</if>> <<if $charisma gte 100.01>> <<set $charisma to 100>> <</if>> <<if $intelligence gte 100.01>> <<set $intelligence to 100>> <</if>> <<if $stamina gte 100.01>> <<set $stamina to 100>> <</if>> <<if $strength gte 100.01>> <<set $strength to 100>> <</if>> <<if $popularity gte 100.01>> <<set $popularity to 100>> <</if>> <<if $coding gte 100.01>> <<set $coding to 100>> <</if>> /*---------capgirls------------*/ <<if $susanlove gt 150>> <<set $susanlove to 150>> <</if>> <<if $roselove gt 150>> <<set $roselove to 150>> <</if>> <<if $carollove gt 150>> <<set $carollove to 150>> <</if>> <<if $natashalove gt 150>> <<set $natashalove to 150>> <</if>> <<if $melanielove gt 150>> <<set $melanielove to 150>> <</if>> <<if $katrinalove gt 150>> <<set $katrinalove to 150>> <</if>> <<if $janelove gt 150>> <<set $janelove to 150>> <</if>> <<if $mspearllove gt 150>> <<set $mspearllove to 150>> <</if>> <<if $olivialove gt 150>> <<set $olivialove to 150>> <</if>> <<if $laylalove gt 150>> <<set $laylalove to 150>> <</if>> <<if $daniellelove gt 150>> <<set $daniellelove to 150>> <</if>> <<if $xianglove gt 150>> <<set $xianglove to 150>> <</if>> <</nobr>>
<<nobr>><<if $mobiletopmenu is 1>>| <<if $timeformat eq 24>><<time24h>><<else>><<time12h>><</if>> | // $mobdaytext/$maximumdays | En: $energy/$maxenergy | Strs: $stress/$maxstress | Lust: $lust/$maxlust | $money $ |<br><</if>><</nobr>><<nobr>>$infotext <<set $infotext to [""]>> <<set $charstats = true>> <<set $girlsstats = true>> <<set $enddays to 0>> <<set $physattr to ((($strength+$stamina)/2).toFixed(2))>> <<set $hints = true>><</nobr>><div class="siximages"> [img[setup.ImagePath+'cafeteria.png'][Cafeteria]][img[setup.ImagePath+'hallways.png'][Hallways]][img[setup.ImagePath+'actroom.png'][Room]][img[setup.ImagePath+'classrooms.png'][Classrooms]][img[setup.ImagePath+'poolgym.png'][Poolgym]] [img[images/outside.png][Outside]]<<updatebar>></div><<nobr>> <<include "calc">> This is your room, where you can sleep<<if $timeformat eq 24>> (between 22:00 and 6:00)<<else>> (between 10:00PM and 6:00AM)<</if>> or use your laptop to do a few other things.<br> <br> <<set $faceimg = "images/mc/face" + $faceselect + ".png">> /* ------Natasha EVENT TRIGGER-----*/ <<set $natashamoneytrigger to 3+$natashafirstbribeday>> <<if $currenthour gte 10 and $currenthour lte 21>> <<if $natashaprogress eq 2 and $natashamoneytrigger lte $currentday>> <<link "You hear someone knocking at your door" "natashawantsmore">><!--[[natashawantsmore]]--><</link>><br> <</if>> <</if>> <<button "Open your laptop" "Laptop">> <</button>> <<button "Relax 1 hour" "Room">> <<addhours 1>> <<set $energy +=2>> <<set $stress -=1>> <<set $infotext to ["You relaxed a bit and regenerated 2 energy and lost 1 stress. 1 hour has passed"]>> <<updatebar>> <</button>> <<button "Wait 5 mins" "Room">> <<addmins 5>> <<set $infotext to ["You waited 5 minutes!"]>> <<updatebar>><</button>> <<button "Wait until <<print $currenthour + 1>>:00" "Room">> <<run $gameDate.setMinutes(0)>> <<run $gameDate.setHours($currenthour + 1)>> <<set $infotext to ["You waited until the beginning of the next hour!"]>> <<updatebar>> <</button>> <<if $currenthour gte 22 or $currenthour lte 5>> <<button "Sleep" "Sleep">><!--[[Sleep]]--> <</button>> <</if>> <br><br> <<if $carolnumber is true>> <<if $carolreward is 0>> <<if $currenthour gte 8 and $currenthour lte 22>> <<button "Meet with Carol" "carolmeet">><!--[[carolmeet]]--> <</button>> <<else>><<button"<s>Carol is sleeping</s>">><</button>> <</if>> <<else>><<button"<s>Carol already helped</s>">><</button>> <</if>> <</if>> <<set _imageSource to "images/mc/face" + $faceselect + ".png">> <<set $physattr to ((($strength+$stamina)/2).toFixed(2))>> /*-------------Katrina-------------*/ <<set $offsetwoundday to $woundday+3>> <<if $woundstage is undefined>><<set $woundstage to 0>><</if>> <<if $currentday gte $offsetwoundday>> <<if $woundstage lte 2>> <<if $currenthour gte 13 and $currenthour lte 18 and $infirmary eq 1>> <br> <<link"Go to the infirmary to change your medication" "Infirmary">><!--[[Infirmary]]--> <<addmins 4>><<set $woundday to $currentday>><<set $woundstage +=1>><</link>> <</if>><</if>><</if>> <<if $katrinatrip eq 1 and $currenthour gte 10 and $currenthour lte 12>> <<set $phone to 1>> <<script>> Dialog.setup("Your phone is ringing"); Dialog.wiki(Story.get("Phone").processText()); Dialog.open(); <</script>> <</if>> <<if $newversion is 53>><<else>><<set $newversion to 53>><<set $clickedderp2 to 0>><<updatebar>><</if>> /*------------gamebreaking variables fix---------------------*/ <<if ndef $extrastartmoney>><<set $extrastartmoney to 0>><</if>> <<if ndef $subachievementmoney>><<set $subachievementmoney to 0>><</if>> <<if $money gte 0 and $money lte 9999999>><<else>><<set $money to 0>><</if>> <<if $exp gte 0 and $exp lte 9999999>><<else>><<set $exp to 0>><</if>> <<if $ffworkincome gte 0 and $ffworkincome lte 9999999>><<else>><<set $ffworkincome to 32>><</if>> <<if $confidence gte -20 and $confidence lte 99999>><<else>><<set $confidence to 5>><</if>> <<if $culture gte -20 and $culture lte 99999>><<else>><<set $culture to 5>><</if>> <<if $intelligence gte -20 and $intelligence lte 99999>><<else>><<set $intelligence to 5>><</if>> <<if $strength gte -20 and $strength lte 99999>><<else>><<set $strength to 1>><</if>> <<if $sexcontrol gte -20 and $sexcontrol lte 99999>><<else>><<set $sexcontrol to 1>><</if>> <<if $sexexp gte -20 and $sexexp lte 99999>><<else>><<set $sexexp to 1>><</if>> <<if $charisma gte -20 and $charisma lte 99999>><<else>><<set $charisma to 1>><</if>> <<if $stamina gte -20 and $stamina lte 99999>><<else>><<set $stamina to 1>><</if>> <<if $popularity gte -20 and $popularity lte 99999>><<else>><<set $popularity to 1>><</if>> <<if $coding gte -20 and $coding lte 99999>><<else>><<set $coding to 1>><</if>> <br> <<if $lessonduration eq -60>><<set $lessonduration to 120>><</if>> <<if $lessonduration eq -40>><<set $lessonduration to 140>><</if>> <<if $lessonduration lte -20>><<set $lessonduration to 160>><</if>> <<set $hintavailable to 0>> <<if $stalkedmelanie eq 0>><<set $hintavailable to 1>><<if $showhints eq 1>><br>You <b>wonder</b> if you can find more information about Melanie on Instatok, using your laptop.<</if>><</if>> <<if $natashaprogress eq 0>><<set $hintavailable to 1>><<if $showhints eq 1>><br>You <b>wonder</b> if you should visit Natasha's room from the hallways.<</if>><</if>> <<if $roseprogress eq 0 and $currenthour gte 17 and $currenthour lte 21>><<set $hintavailable to 1>> <<if $showhints eq 1>><br>Being dinner time, you <b>wonder</b> if there might be someone to meet in the cafeteria. <</if>><</if>> <<if $metjane eq 0 and $currenthour gte 7 and $currenthour lte 12>><<set $hintavailable to 1>><<if $showhints eq 1>><br>You <b>wonder</b> if there's someone you can meet in the library in the morning.<</if>><</if>> <<if $metmspearl eq 0 and $currenthour gte 10 and $currenthour lte 12 and !["Sat", "Sun"].includes($currentweekday)>><<set $hintavailable to 1>><<if $showhints eq 1>><br>You <b>wonder</b> if you can meet someone by taking a math class now.<</if>><</if>> <<if $metmspearl eq 1 and $metmspearlpool eq 0 and $currenthour gte 16 and $currenthour lte 18 and !["Sat", "Sun"].includes($currentweekday)>><<set $hintavailable to 1>><<if $showhints eq 1>><br>You <b>wonder</b> if there's someone you can meet in the pool right now.<</if>><</if>> <<if ndef $metlayla and $currenthour gte 17 and $currenthour lte 20>><<set $hintavailable to 1>><<if $showhints eq 1>><br>You <b>wonder</b> if there's someone you can meet in the gym right now.<</if>><</if>> <<if ndef $metlaylabreakfast and $metlayla gte 1 and $currenthour gte 7 and $currenthour lte 0>> <<set $hintavailable to 1>><<if $showhints eq 1>><br>You <b>wonder</b> if there's someone you can meet in the cafeteria right now.<</if>><</if>> <<if $carolnumber is true and ndef $metdanielle and $currenthour gte 11 and $currenthour lte 14 >> <<set $hintavailable to 1>><<if $showhints eq 1>><br>You <b>wonder</b> if there's someone you can meet in the cafeteria right now.<</if>><</if>> <<if $hintavailable eq 1 and $showhints is 0 or $hintavailable eq 1 and $showhints is undefined>><br><<link "Show hints" "Room">><<set $showhints to 1>><</link>><</if>> <<if $hintavailable eq 1 and $showhints is 1 or $hintavailable eq 1 and $showhints is undefined>><br><<link "Hide hints" "Room">><<set $showhints to 0>><</link>><</if>> <<if $clickedderp2 eq 1>> <br> <br> <<link "Enter Debug menu" "Debugroom">><</link>> <</if>> <<include "achievcheck">> <<script>> if (document.location.href.toLowerCase().includes("jomc.discretehosting.xyz/ksdjfuh")) { State.variables.derpsies = 4; } else { State.variables.derpsies = 7;} <</script>> <<if $derpsies eq 4>> <br><br> <<button "City studio house" "citystudio">> <</button>> <<else>> <br><br> <<button "City studio house" "citystudioprev">> <</button>> <</if>> /*-----Difficulty----*/ /*<<if $difficulty is 3>> <<set $sexcogrowth to 0.3>> <<set $confgrowth to 0.4>> <<set $sexexpgrowth to 0.5>> <<set $chagrowth to 0.5>> <<set $intgrowth to 0.6>> <<set $codgrowth to 0.6>> <<set $culgrowth to 0.6>> <<set $stagrowth to 0.6>> <<set $strgrowth to 0.6>> <<else>> */ <<set $sexcogrowth to 0.45>> <<set $confgrowth to 0.6>> <<set $sexexpgrowth to 0.7>> <<set $chagrowth to 0.7>> <<set $intgrowth to 0.75>> <<set $codgrowth to 0.7>> <<set $culgrowth to 0.75>> <<set $stagrowth to 0.75>> <<set $strgrowth to 0.75>> <</nobr>>
/* creating characters and associating them with Images (goes in StoryInit) */ <<set _imageSource to "images/mc/face" + $faceselect + ".png">> <<character 'you' _imageSource>> <<character 'riley' 'images/riley/face.png'>> <<character 'natasha' 'images/natasha/face.png'>> <<character 'carol' 'images/carol/face.png'>> <<character 'melanie' 'images/melanie/face.png'>> <<character 'tyler' 'images/melanie/tyler.png'>> <<character 'susan' 'images/susan/face.png'>> <<character 'susan2' 'Susan' 'images/susan/face2.png'>> <<character 'rose' 'images/rose/face.png'>> <<character 'katrina' 'images/katrina/face.png'>> <<character 'jane' 'images/jane/face.png'>> <<character 'MsPearl' 'images/mspearl/face.png'>> <<character 'mspearl' 'images/mspearl/face.png'>> <<character 'olivia' 'images/olivia/face.png'>> <<character 'layla' 'images/layla/face.png'>> <<character 'danielle' 'images/danielle/face.png'>> <<character 'xiang' 'images/xiang/face.png'>> <<character 'zoe' 'images/zoe/face.png'>> <<character 'msbloom' 'Ms. Bloom' 'images/msbloom/face.png'>> <<character 'placeholder1' _imageSource>> <<character 'placeholder2' _imageSource>> <<character 'placeholder3' _imageSource>> <<character 'placeholder4' _imageSource>> <<character 'placeholder5' _imageSource>> <<character 'placeholder6' _imageSource>> <<character 'placeholder7' _imageSource>> <<character 'placeholder8' _imageSource>> <<character 'placeholder9' _imageSource>> <<character 'placeholder10' _imageSource>> h1 { font-size: 10px; } <<if $money is undefined>><<set $money = 20>><</if>> <<set $gameDate to new Date("2023-01-01T08:00"); >> <<widget "updatebar">><<silently>> <<replace "#story-banner">><<include "StoryBanner">><</replace>> <<replace "#story-caption">><<include "StoryCaption">><</replace>> <</silently>><</widget>> <<set window.GameDays to [ "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" ]; window.GameMonths to [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ]; >> <<include "statswidgets">> ---------------------CLOCK ENGINE-------------------- ---------------------CLOCK ENGINE-------------------- ---------------------CLOCK ENGINE-------------------- */ /* Date & Time Advancement Widget Definitions */ /* Adds the specified number of minutes. */ <<widget "addmins">>\ <<run $gameDate.setMinutes($gameDate.getMinutes() + $args[0])>>\ <</widget>> /* Adds the specified number of hours. */ <<widget "addhours">>\ <<run $gameDate.setHours($gameDate.getHours() + $args[0])>>\ <</widget>> /* Adds the specified number of days. */ <<widget "adddays">>\ <<run $gameDate.setHours($gameDate.getHours() + $args[0] * 24)>>\ <</widget>> /* Date & Time Printing Widget Definitions */ /* Prints the current date ("{weekday} {month} {day}, {year}"). */ <<widget "date">>\ <<print String.format("{0} {1} {2}, {3}", GameDays[$gameDate.getDay()], GameMonths[$gameDate.getMonth()], $gameDate.getDate(), $gameDate.getFullYear() )>>\ <</widget>> /* Prints the current time (12H). */ <<widget "time12h">>\ <<if $gameDate.getHours() eq 0>>\ 12\ <<elseif $gameDate.getHours() gt 12>>\ <<print $gameDate.getHours() - 12>>\ <<else>>\ <<print $gameDate.getHours()>>\ <</if>>:\ <<if $gameDate.getMinutes() lt 10>>0<</if>><<print $gameDate.getMinutes()>> \ <<if $gameDate.getHours() gte 12>>PM<<else>>AM<</if>>\ <</widget>> /* Prints the current time (24H). */ <<widget "time24h">>\ <<if $gameDate.getHours() lt 10>>0<</if>><<print $gameDate.getHours()>>:\ <<if $gameDate.getMinutes() lt 10>>0<</if>><<print $gameDate.getMinutes()>>\ <</widget>> /* Prints the current date and time (12H). */ <<widget "datetime">><<date>> <<time12h>><</widget>> <<widget "changeNpc">> <<replace ".npc_content">> <<include _args[0]>> <</replace>> <</widget>>
<<nobr>> <<if $difficulty eq 1>><script>var startingbonuses = 6;</script><</if>> <<if $difficulty eq 2>><script>var startingbonuses = 3;</script><</if>> <<if $difficulty eq 3>><script>var startingbonuses = 1;</script><</if>> <<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>> <</nobr>>The year is 2039. Sci-fi adventure?... No, not really. Sure, there has been some technological progress, but not nearly as much as we could have hoped 20 years ago. Nothing that really changed your life. You are 34 years old. Your life sucks, it always kinda sucked, but never so much. You still live with your parents. You are extremely fat. A few years ago you tried to participate in "my 720lbs life" , a tv show that is a sequel to a very popular similar tv show of the past, and became very popular in 2033, but you were missing 30lbs to be admitted. You tried to gain them, but only managed to end up in the hospital. You eat and play games on your phone all day, you used to play on a console, but you are often too lazy to even get up from the bed. And... yep, you are still a virgin. You never really leave your house anymore, so it will be hard to change that. If only you could go back in time, you would change everything. that's what you told yourself for the last 15 years. <<set $showmenu to 1>> <<link "But one day...." "Intro2">><</link>> <!--[[Intro2]]--> <center><<link "I already know the game, skip the intro" "Intro4">> <<set $showmenu to 1>> <<if $difficulty eq 1>><script>var startingbonuses = 6;</script><</if>> <<if $difficulty eq 2>><script>var startingbonuses = 3;</script><</if>> <<if $difficulty eq 3>><script>var startingbonuses = 1;</script><</if>> <<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>> <</link>></center><!--[[Intro4]]-->
You are wasting time on your phone as always, when you receive an odd message. <<say 'Message'>>Regarding your old application to "my 720lbs life" , we have a proposal that might interest you, please contact us to the following number:<</say>> followed by a local phone number. This kinda look like a spam message, but you made your application several years ago, how can they know this? You have seen several scams attempt in your life, but they never included a local phone number. You conclude something doesn't add up, so you decide to try and give them a call. A polite and well mannered woman answers, they invite you for an appointment, they don't want to divulge too much information over the phone, but they make the bold statement that it's something that will change your life forever. <<link "Well, what's there for me to lose at this point of my life? Fuck it! Let's go" "Intro3">><</link>><!--[[Intro3]]--> <<link "Nah, this sounds risky, I better get back at playing on my phone." "Introend">><</link>><!--[[Introend]]-->
The next day, you go to the appointment. The place looks like a research lab. [img[setup.ImagePath+'researchlab.png']] After a brief introduction, they hand you a stack of papers, insisting you sign a series of non-disclosure agreements before divulging the proposal details. That's odd, but you don't see the harm in that, and you are really curious at this point, so you do it. They are nice and talk to you for a long time. To sum it up, it's a proposal aimed at desperate human beings, and it's barely legal. It's kind of long-term weight loss program, but with an extra feature. The concept is to hook you up to a machine that provides you with very limited nutrition, while your brain is tied to an incredibly realistic simulation, they use the word "Matrix" as an example for the concept, it's an old movie, but luckily enough, you have seen it, and you get the reference. You are pretty skeptical about the whole thing being even possible, but you're also kind of curious and intrigued. For the simulation, you will have to choose a moment in your life that you want to go back to, And you will resume living from that moment. About the moment, you have no doubts. 2023! The year that you tried going to college, the year that everything started going to shit. The biggest wasted opportunity of your life, You only stayed there a couple of months before quitting. That school was full of cute girls, including your friend Natasha. You counted on her to help you socialize and hook up with the other girls. She did just the opposite, she just saw you as a fat loser, and she didn't want to get associated with you, so she just shunned and occasionally bullied you. That felt like shit, you eventually got so depressed that you started overeating even more, to the point that you eventually had to go back home to live with your parents because you were unable to function, but the trauma never went away, and made you spiral down to what you actually are today. 2023 is the point of life that you always dreamed to go back to, you always wanted a second chance, and well, if it's only a simulation, a game, after all, you will be sure to do things better, and to make that bitch pay. They explain to you that the simulation will last only a couple of weeks on the first run, but that if you collect enough data for the AI, they will be able to improve it. The prospect of an evolving simulation picks at your gamer mind, leaving you to wonder about the endless possibilities that lay ahead. <<link "You sign even more papers, and agree to the proposal right away" "Intro4">><</link>> <<link "Is it risky? I want to know EXACTLY how it works before I accept!" "Introexp">><</link>><!--[[Introexp]]--> <<link "You have second thoughts, phone games are much better now than they were in 2023." "Introend">><</link>><!--[[Introend]]-->
You unlocked the "Gaming commitment" Achievement. <s>Sadly, achievements aren't really in the game yet.</s> Actually, we do have achievements now! So.... there you go, you earned an ancient and super secret achievement!<<nobr>> <<if $gamingcommitmentachievement is 0 or $gamingcommitmentachievement is undefined >> <<set $gamingcommitmentachievement to 1>> <<sta 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</nobr>> You live 4 more questionable years of life, you enjoy lots food and all the best videogames. You gloriously die from a stroke at the age of 38 R.I.P $name $surname 2005 - 2043 You might want to <<link "try again" "Intro2">><</link>>
<<nobr>> <<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>> <<set $showmenu to 1>><<updatebar>> <<if $difficulty eq 1>><script>var startingbonuses = 6;</script><</if>> <<if $difficulty eq 2>><script>var startingbonuses = 3;</script><</if>> <<if $difficulty eq 3>><script>var startingbonuses = 1;</script><</if>> <</nobr>>They proceed to scan your brain for several hours and, after they are done, they ask you to come back in a week. Even with very advanced technology, recreating a whole town is no simple task. They will use an incredibly sophisticated A.I. to generate the world you will live in, Using a combination of your memories and historical archives, security footage, photos, videos and every kind of available data. They also inform you that only that town will be generated, and you won't be able to leave it, but you will also somehow never really feel the need or want to. When you finally come back, a week later, they bring you in a secluded and sterile room, where they anesthetize you and link to a bunch of wires. Your mind enters the simulation, and you cannot believe how good it looks. It doesn't look or feel like a simulation at all. You are back in 2023, in your college room, and everything is exactly as you remember it to be. You only have a faint memory of being in a simulation for a few minutes, then you already feel like your past life has only been a faint and barely recollectable nightmare. The simulation is still very unripe and can only offer little bonuses in altering your reality for now. You can select <<if $difficulty lt 3>>up to<</if>> <<if $difficulty eq 1>>six<<elseif $difficulty eq 2>>three<<else>>one<</if>> starting bonus<<if $difficulty lt 3>>es<</if>>. You can also continue selecting <<if $difficulty lt 3>>less or zero<<else>>none<</if>>. <<nobr>> <label><input type="checkbox" id="cb1" value="cb1" class="chkGroup"> Pre-loaded jokes (+8 charisma)</label><br> <label><input type="checkbox" id="cb2" value="cb2" class="chkGroup"> Basic-facts package (+8 culture)</label><br> <label><input type="checkbox" id="cb3" value="cb3" class="chkGroup"> Neuronal realignment (+8 intelligence)</label><br> <label><input type="checkbox" id="cb4" value="cb4" class="chkGroup"> All purpose configuration (+4cha +4int +4cult +2coding)</label><br> <label><input type="checkbox" id="cb5" value="cb5" class="chkGroup"> Self-esteem injection (+8 confidence)</label><br> <label><input type="checkbox" id="cb6" value="cb6" class="chkGroup"> Bully-wannabe package (+5 confidence +5 strength)</label><br> <label><input type="checkbox" id="cb7" value="cb7" class="chkGroup"> Unearned gains (+8 strength)</label><br> <label><input type="checkbox" id="cb8" value="cb8" class="chkGroup"> Discard a little fat (+8 stamina)</label><br> <label><input type="checkbox" id="cb9" value="cb9" class="chkGroup"> Slightly improved body (+5 strength +5 stamina)</label><br> <label><input type="checkbox" id="cb10" value="cb10" class="chkGroup"> Money, not a lot though (+60$ to start with)</label><br> <label><input type="checkbox" id="cb11" value="cb11" class="chkGroup"> Code in some hard-coded coding (+14 coding)</label><br> <label><input type="checkbox" id="cb12" value="cb12" class="chkGroup"> Advanced porn studies (+10 sex control +5 sex experience)</label><br> <<script>> $(document).one(':passagerender', function (ev) { function selectiveCheck (event) { var ii, checkedChecks = document.querySelectorAll(".chkGroup:checked"); $("#result").empty(); for (ii = 0; ii < checkedChecks.length; ii++) { if (checkedChecks.length < max + 1) { $("#result").wiki($(checkedChecks[ii]).attr("value") + " "); } else if (event.target != checkedChecks[ii]) { $("#result").wiki($(checkedChecks[ii]).attr("value") + " "); } } if (checkedChecks.length >= max + 1) return false; } var checks = $(ev.content).find(".chkGroup"); var max = startingbonuses ; for (var ii = 0; ii < checks.length; ii++) { checks[ii].onclick = selectiveCheck; } }); <</script>> <</nobr>> <center><<button "Confirm" "Intro5">> <<set $bonusone = $("#cb1").prop("checked")>> <<set $bonustwo = $("#cb2").prop("checked")>> <<set $bonusthree = $("#cb3").prop("checked")>> <<set $bonusfour = $("#cb4").prop("checked")>> <<set $bonusfive = $("#cb5").prop("checked")>> <<set $bonussix = $("#cb6").prop("checked")>> <<set $bonusseven = $("#cb7").prop("checked")>> <<set $bonuseight = $("#cb8").prop("checked")>> <<set $bonusnine = $("#cb9").prop("checked")>> <<set $bonusten = $("#cb10").prop("checked")>> <<set $bonuseleven = $("#cb11").prop("checked")>> <<set $bonustwelve = $("#cb12").prop("checked")>> <<if $bonusone is true>><<set $charisma +=8>><</if>> <<if $bonustwo is true>><<set $culture +=8>><</if>> <<if $bonusthree is true>><<set $intelligence +=8>><</if>> <<if $bonusfour is true>><<set $culture +=4>><<set $intelligence +=4>><<set $charisma +=4>><<set $coding +=2>><</if>> <<if $bonusfive is true>><<set $confidence +=8>><</if>> <<if $bonussix is true>><<set $confidence +=5>><<set $strength +=5>><</if>> <<if $bonusseven is true>><<set $strength +=8>><</if>> <<if $bonuseight is true>><<set $stamina +=8>><</if>> <<if $bonusnine is true>><<set $stamina +=5>><<set $strength +=5>><</if>> <<if $bonusten is true>><<set $money +=60>><</if>> <<if $bonuseleven is true>><<set $coding +=14>><</if>> <<if $bonustwelve is true>><<set $sexcontrol +=10>><<set $sexexp +=5>><</if>> <<set $maxenergy to Number ((25+$stamina).toFixed(0))>> <<set $energy to $maxenergy>> <</button>></center>
Your curiosity prompts you to ask more questions about the process, and they go explaining specific details, even if with a bit of reluctance. Once you're immersed in this new reality, the present will fade from your consciousness. You'll be connected to a system that ensures your body receives the essential nutrients while keeping your muscles active through electrical stimulation. Strangely, you won't feel any of these physical sensations because the machine that you are attached will filter out all the signals from the real world, replacing them with the ones from the simulation. The simulated experience will be astonishingly realistic, erasing the lines between what's genuine and what's not. You will also slowly forget that the present reality even exists. Every action, every interaction, will contribute to the artificial intelligence's learning. The more diverse your activities and the more people you interact with, the more the simulation will improve. After the initial two weeks, they will evaluate your progress. Depending on your experiences, they'll refine the simulation, introducing more options and extending the duration of the experience. Incredibly, this opportunity comes at no financial cost to you. You'll essentially be a test subject in this innovative experiment, required only to sign a series of release forms. <<link "Back" "Intro3">><</link>><!--[[Intro3]]-->
SugarCube.State.active.variables <<set document.documentElement.scrollTop = 0>> <span title="Hover text"></span> /* <<conf "3.2">><<conf "3.2">><<conf "-3.2">><<conf "3.2">> <<sexcon "4">><<sexcon "-4">><<sexcon "4">> <<sexexp "0.7">><<sexexp "-0.7">><<sexexp "0.7">> <<int "2">><<int "-2">><<int "2">> <<cha "4.34">><<cha "-4.34">><<cha "4.34">> <<cod "8">><<cod "-8">><<cod "8">> <<cul "1.08">><<cul "-1.08">><<cul "1.08">> <<stress "3">><<stress "3">><<stress "3">> <<lust "34">><<lust "-34">><<lust "34">> <<ene "8">><<ene "-8">><<ene "8">> <<suslove "3">><<suslove "-3">><<suslove "3">> <<roslove "1">><<roslove "-1">><<roslove "1">> <<carlove "1.5">><<carlove "-1.5">><<carlove "1.5">> <<roslove "4">><<roslove "-4">><<roslove "4">> <<natlove "77">><<natlove "-77">><<natlove "77">> <<mellove "1.5">><<mellove "-1.5">><<mellove "1.5">> <<msplove "8.1">><<msplove "-8.1">><<msplove "8.1">> <<janlove "0.3">><<janlove "-0.3">><<janlove "0.3">> */ <div id= "divone"> <<link "derp">> <<replace "#divone">> content and stuff for derp<</replace>> <<trigger 'show2'>> <</link>> <<link "herp">> <<replace "#divone">> content and stuff for herp <</replace>> <<trigger 'show2'>> <</link>> </div> <<on 'show2' span hidden>> contains some stuff that should be always shown but stay hidden until I click either the herp or derp link <</on>>
You have slept 7 hours and regenerated all your energy. <<nobr>> <<if $lust gte $maxlust>> You are way too horny, and you haven't done anything about it before going to sleep,<br>You wake up with stained underwear.<br> <b>Your sex control <span style="color: #8B0000;">decreased</span> by 1</b><br> <<set $sexcontrol -=1>> <</if>> <<include "dailyresets">> <<set $maxenergy to Number ((25+$stamina).toFixed(0))>> <<if $bettermattress eq 1>><<set $maxenergy +=15>><</if>> <<if $carol100ach eq 3>><<set $maxenergy +=5>><</if>> <<if $katrinafootjobach eq 3>><<set $maxenergy +=3>><</if>> <<if $extraenergy eq 1>><<set $maxenergy +=10>><</if>> <<addhours 7>> <<set $energy to $maxenergy>> <<if $stress gte $maxstress>> You have built too much stress in the past few days.<br> This causes you sleep poorly and to start your day unmotivated,<br> <b>You start your day with just 50% of your total energy.<br></b> <<set $energy to Number (($maxenergy*0.5).toFixed(0))>> <</if>> /*----------day 2 text---------*/ <<if $currentday gte 1>> <<if $day2text is undefined>> <<set $day2text to 1>> The first day of your adventure is over, it didn't go so bad, Susan seem like a nice girl, you don't have any previous memory of her, maybe the simulation completely took over by now?<br> Thinking about it, though, you have the strange memory of having this popular girl proposing you the school tour, but you just didn't feel like seeing anybody that day, so you just told her that it wasn't necessary.<br> <</if>> <</if>><br> /*--------------------------------*/ /*---------susan--------*/ <<if $susantransform is 1>> <<set $susantransform to 2>> <</if>> /*------------------------*/ <<if $dailyvincome gte 1 and $derpsies eq 4>> In the last day, your videos made you gain a total of $dailyvincome<<unset $a>>$<br> <<set $money +=$dailyvincome>> <</if>> <<button "Wake Up" "Room">><!--[[Room]]--><</button>> <</nobr>>
<<nobr>><<include "calc">> <<set$gameDate to new Date("2023-09-03T14:00"); >> <<set $duemilaventi to 1>> <<set $susantransform to 0>> <<set $susanfirstfucked to 0>> <<set $natashaprogress to 0>> <<set $creationbonus to 0>> <<set $rosefirsttalk to 0>> <<set $maximumdays to ($maxdayscalc * $clickedderp)>> <</nobr>>You have $maximumdays days to live in this reality, spend them well, the more things you achieve, the better the next simulation will be! <<link "To your room!" "day1">><!--[[day1]]--><</link>>
<<nobr>><<if $mobiletopmenu is 1>>| <<if $timeformat eq 24>><<time24h>><<else>><<time12h>><</if>> | // $mobdaytext/$maximumdays | En: $energy/$maxenergy | Strs: $stress/$maxstress | Lust: $lust/$maxlust | $money $ |<br><</if>><</nobr>>$infotext <<set $infotext to [""]>> <div class="siximages">[img[setup.ImagePath+'cafeteria.png'][Cafeteria]][img[setup.ImagePath+'acthallways.png'][Hallways]][img[setup.ImagePath+'room.png'][Room]][img[setup.ImagePath+'classrooms.png'][Classrooms]][img[setup.ImagePath+'poolgym.png'][Poolgym]] [img[setup.ImagePath+'outside.png'][Outside]]</div> <<if $natashajealous is undefined>> <<set $natashajealous to 0>><</if>> <<if $hallwaysstory is undefined>> You look around and you get an odd feeling, this place carries a lot of bad memories with it, they are a bit hazy right now, but you can certainly feel the discomfort getting back to you. There are a bunch of doors close to yours that belong to other guys, Girl rooms are on the upper floor, the stairs are near the end of the hallways, pretty close to where your room is. You remember that your friend's room, Natasha, is also close to the stairs, just in the upper floor. You could try and visit her if you want, but you certainly feel like it's a bad idea.<br> Not too far from there, there's also Susan's room, you know that cause she showed you herself.<br> <<set $hallwaysstory to 1>> <</if>><<nobr>> <<if $currenthour gte 7 and $currenthour lte 22>> <<button "Library" "Library">><!--[[Library]]--> <<addmins 3>> <</button>> <<else>><<button"<s>Library is closed</s>">><</button>> <</if>> <<if $dailynatasha is undefined>> <<set $dailynatasha to 0>><</if>> <<if $dailynatasha is 0>> <<if $currenthour gte 8 and $currenthour lte 22 and $natashajealous eq 0 or $currenthour gte 8 and $currenthour lte 20 and $natashajealous eq 1>> <<button "Natasha's Room" "natasharoom">><!--[[natasharoom]]--> <<addmins 3>><</button>> <</if>> <<if $currenthour gte 21 and $currenthour lte 23 and $natashajealous eq 1>> <<button "Natasha's Room" "carnatroom">><!--[[carnatroom]]--> <<addmins 7>><</button>> <</if>> <<if $currenthour eq 23 and $natashajealous eq 0 or $currenthour eq 24 or $currenthour lte 7>> <<button"<s>Natasha is sleeping</s>">><</button>> <</if>> <<else>><<button"<s>Natasha already visited</s>">><</button>> <</if>> <<if $dailysusan is 0>> <<if $currenthour gte 7 and $currenthour lte 22>> <<button "Susan's Room" "susanroom">><!--[[susanroom]]--> <<addmins 3>> <</button>> <<else>><<button"<s>Susan is sleeping</s>">><</button>> <</if>> <<else>><<button"<s>Susan already visited</s>">><</button>> <</if>> <<if $stalkedmelanie is 1>> <<if $dailymelanie is 0>> <<if $currenthour gte 8 and $currenthour lte 22>> <<button "Melanie's Room" "melanieroom">><!--[[melanieroom]]--> <<addmins 3>> <</button>> <<else>><<button"<s>Melanie is sleeping</s>">><</button>> <</if>> <<else>><<button"<s>Melanie already visited</s>">><</button>> <</if>> <</if>> <<if $danwatch is 1>> <<if $currenthour gte 14 and $currenthour lte 20 and $dailydanielle is 0>> <<button "Danielle's Room" "danielleroom">> <</button>> <<else>> <<button "<s>Danielle's Room</s>">><</button>> <</if>> <</if>> <<if $metxiang gte 1 and $currentday gte 13 and $currenthour gte 6 and ndef $metzoe>> <<goto "zoemeet">> <</if>> <<if $metzoe gte 1>> <<if $dailyzoe isnot 1>> <<if $currenthour gte 8 and $currenthour lte 18 and !["Wed", "Sun"].includes($currentweekday)>> <<button "Approach Zoe" "zoemeet">><</button>> <<else>> <<button "<s>Zoe is not here</s>">><</button>> <</if>> <<else>> <<button "<s>Zoe already visited</s>">><</button>> <</if>> <</if>> <</nobr>>
<<nobr>><<if $mobiletopmenu is 1>>| <<if $timeformat eq 24>><<time24h>><<else>><<time12h>><</if>> | // $mobdaytext/$maximumdays | En: $energy/$maxenergy | Strs: $stress/$maxstress | Lust: $lust/$maxlust | $money $ |<br><</if>><</nobr>><<nobr>> <<if $atedinner is undefined>><<set $atedinner to 0>><</if>> <<if $firstcafeteria is undefined>><<set $firstcafeteria to 0>><</if>> <<if $firstcafeteria lte 2>> <<set $firstcafeteria +=1>> <<set $infotext to ["(This message will only be shown a couple times).<br>This is the cafeteria, here you will be able to eat and trigger some events.<br> All meals are ''free'' because you are paying for them with a dedicated card that is being paid by your parents. <br>Please note that you are not required to manually eat every day, and if you don't, it will just be assumed that you quickly ate something in the spare time."]>> <</if>> <</nobr>>$infotext<<set $infotext to [""]>> <div class="siximages">[img[setup.ImagePath+'actcafeteria.png'][Cafeteria]][img[setup.ImagePath+'hallways.png'][Hallways]][img[setup.ImagePath+'room.png'][Room]][img[setup.ImagePath+'classrooms.png'][Classrooms]][img[setup.ImagePath+'poolgym.png'][Poolgym]] [img[setup.ImagePath+'outside.png'][Outside]]</div><<nobr>> <br> <<set $currentmeal to ["closed"]>> <<if $currenthour gte 7 and $currenthour lte 10>> <<set $currentmeal to "breakfast">> <</if>> <<if $currenthour gte 11 and $currenthour lte 14>> <<set $currentmeal to "lunch">> <</if>> <<if $currenthour gte 17 and $currenthour lte 21>> <<set $currentmeal to "dinner">> <</if>> <<if ["breakfast", "lunch", "dinner"].includes($currentmeal)>> In the cafeteria $currentmeal is currently being served.<br> <<else>> The cafeteria is $currentmeal at this hour.<br> <</if>> <<if $currentmeal eq ["dinner"]>> There is a cute, middle aged blonde woman serving dinner at the counter.<br> <<if $atedinner eq 0>> <<link "Pick something to eat for dinner" "roseeat">><<set $atedinner to 1>><</link>><!--[[roseeat]]--> <br> <<if ndef $metxiang>> Not too distant from her, there is a dark haired asian girl standing alone, seemingly doing nothing.<br> <</if>> <<else>>You already had dinner today<br> <</if>> [img[setup.ImagePath+'rose/waiter1.png']]<br> <</if>> <<if $currentmeal eq ["breakfast"]>> <<if ndef $atebreakfast>> <<if $metlayla gte 1>> You see Layla sitting alone in a table, eating breakfast.<br> <<if $laylamanipulated isnot 1>> <<link "Grab breakfast and sit at her table" "laylabreakfast">><<set $atebreakfast to 1>><</link>> <<else>> After what she said to you in her room, you think it's best that you don't bother her during breakfast anymore<br> <</if>> <</if>><</if>><</if>> <<if $currentmeal eq ["lunch"] and $metxiang gte 0 and $dailyxiang isnot 1 and $atelunch isnot 1>> <br> <<link "You see Xiang sitting alone with her phone in hand" "xiangcafeteria">><<set $atelunch to 1>><</link>> <br> <</if>> <<if $currentmeal eq ["lunch"] and $carolnumber is true and $atelunch isnot 1>> <<if $metdanielle isnot 1>> <<link "You see Carol eating on a table with another girl" "daniellelunch">><<set $atelunch to 1>><</link>> <</if>> <<if $currentmeal eq ["lunch"] and $metdanielle is 1 and $atelunch isnot 1>> <<link "You see Carol and Danielle about to eat lunch together" "daniellelunch">><<set $atelunch to 1>><</link>> <</if>><</if>> <</nobr>>
<<nobr>><<if $mobiletopmenu is 1>>| <<if $timeformat eq 24>><<time24h>><<else>><<time12h>><</if>> | // $mobdaytext/$maximumdays | En: $energy/$maxenergy | Strs: $stress/$maxstress | Lust: $lust/$maxlust | $money $ |<br><</if>><</nobr>><<nobr>>$infotext<br><</nobr>><<nobr>><<if $infotextdouble is undefined>> <<set $infotextdouble to [""]>><</if>> <</nobr>><div class="siximages">[img[setup.ImagePath+'cafeteria.png'][Cafeteria]][img[setup.ImagePath+'hallways.png'][Hallways]][img[setup.ImagePath+'room.png'][Room]][img[setup.ImagePath+'actclassrooms.png'][Classrooms]][img[setup.ImagePath+'poolgym.png'][Poolgym]] [img[setup.ImagePath+'outside.png'][Outside]]</div> <<nobr>> <<include "calc">> <<if ndef $cultureclassfocus>><<set $cultureclassfocus to 0>><</if>> <<if ndef $lessonduration or $lessonduration lte 60>><<set $lessonduration to 180>><</if>> <<if $whichlesson eq 1>> You have attended a culture lesson.<br> $lessonduration minutes have passed.<br> <<if $doublelesson eq 1>> Thanks to your preparation and study in the library, this lesson will provide double gains.<br> <<cul "6">> <<int "2">> <<set $doublelesson to 0>> <<else>> <<cul "3">> <<int "1">> <</if>> <<ene "10">> <<stress "6">><br> <<set $cultureclassfocus +=1>> <b>Your Culture class focus has increased by 1 (<<print "$cultureclassfocus">>)</b> <br> <b>There is no content for positive focus yet (WIP)<br></b> <<if $dailymsbloom isnot 1>> You can <<link "check out" "msbloomclass">><<set $msbloomscene to 1>><<set $dailymsbloom to 1>><<addmins 10>><</link>> your culture professor while exiting the class.<br> <br><</if>> <<updatebar>> <</if>> <<if $whichlesson eq 2>> You have attended a math lesson.<br> $lessonduration minutes have passed.<br> <<if $doublelesson eq 1>> Thanks to your preparation and study in the library, this lesson will provide double gains.<br> <<cul "2">> <<int "6">> <<set $doublelesson to 0>> <<else>> <<cul "1">> <<int "3">> <</if>> <<ene "10">> <<stress "6">> <<updatebar>> <<if $currenthour gte 13>> <br>This is the last lesson for the day, and the class empties...<<link "check out your professor" "mspearlclass">><<addmins 10>><</link>><br> <</if>> <</if>> <<if $whichlesson eq 3>> You have attended a culture lesson and spent most time trying to talk to girls and paying very little attention.<br> $lessonduration minutes have passed.<br> <<cha "2">> <<if $melaniefuckachievement is 3>> You gain additional charisma thanks to your achievements.<br> <<cha "2">> <</if>> <<conf "1.5">> <<ene "5">> <<stress "-2">> <<set $cultureclassfocus -=1>> <b>Your Culture class focus has decreased by 1 (<<print "$cultureclassfocus">>)</b><br> <<if $cultureclassfocus lt -2>> Ms. Blooms seems a bit upset as you pass next to her on your way out.<br> <</if>> <<if $cultureclassfocus lt -4 and $dailymsbloom isnot 1>> When you are right next to her, she stops you.<br><br> <<msbloom>>Please wait here a minute, I need to talk to you<</msbloom>> You could ignore her and walk past her, but you're not sure it's a great idea.<br> <<if $msbloomlisten eq 1>> In fact, you already ignored her last time, and this only seems to have made her more annoyed.<br> <<msblove "-2">> <</if>> <<set $msbloomlisten to 1>> <<link "Stop and listen to her" "msbloomclass">><<set $msbloomscene to 10>><<set $dailymsbloom to 1>><<addmins 10>><</link>><br> <<link "Ignore her and walk past her" "Classrooms">><</link>><br> <</if>> <<elseif $cultureclassfocus lt -2 and $whichlesson eq 3>> But she doesn't stop you or does anything but looking at you with a hint of annoyance.<br> <</if>> <<set $whichlesson to 0>> $infotext <<set $infotext to [""]>> <<if $currenthour gte 8 and $currenthour lte 12 and !["Sat", "Sun"].includes($currentweekday)>> /*--------------------IF OPEN-------------------*/ <<link "Attend a general culture lesson, and listen carefully (10 energy)" "Classrooms">> <<if $energy gte 10>> <<set $energy to $energy-=10>> <<addmins $lessonduration>> <<set $whichlesson to 1>> <<else>> <<set $infotext to ["You are too tired, you need at least 10 energy to attend a lesson<br>"]>> <</if>> <</link>> <br> <<link "Attend a mathematics lesson, and listen carefully (10 energy)" "Classrooms">> <<if $energy gte 10>> <<set $energy to $energy-=10>> <<addmins $lessonduration>> <<set $whichlesson to 2>> <<else>> <<set $infotext to ["You are too tired, you need at least 10 energy to attend a lesson<br>"]>> <</if>> <</link>> <br> <<link "Join a culture lesson and try to socialize with other people (5 energy)" "Classrooms">> <<if $energy gte 5>> <<set $whichlesson to 3>> <<set $energy to $energy-=5>> <<addmins $lessonduration>> <<else>> <<set $infotext to ["You are too tired, you need at least 5 energy to do this<br>"]>> <</if>> <</link>> /*--------------------IF CLOSED-------------------*/ <<else>> <br> Lessons are held every day from Monday to Friday from 8:00 to 12:00, come back in this timeframe! <</if>> <</nobr>>
<<nobr>><<if $mobiletopmenu is 1>>| <<if $timeformat eq 24>><<time24h>><<else>><<time12h>><</if>> | // $mobdaytext/$maximumdays | En: $energy/$maxenergy | Strs: $stress/$maxstress | Lust: $lust/$maxlust | $money $ |<br><</if>><</nobr>> <div class="siximages"> [img[setup.ImagePath+'cafeteria.png'][Cafeteria]][img[setup.ImagePath+'hallways.png'][Hallways]][img[setup.ImagePath+'room.png'][Room]][img[setup.ImagePath+'classrooms.png'][Classrooms]][img[setup.ImagePath+'actpoolgym.png'][Poolgym]] [img[setup.ImagePath+'outside.png'][Outside]]</div> <<nobr>> <<if $metmspearlpool is undefined>><<set $metmspearlpool to 0>><</if>> <<if ndef $laylagain>><<set $laylagain to 1>><</if>> <<include "calc">> <<set $workoutenergy to 15>> <<set $swimenergy to 12>> <<if $advancedgym gte 1>><<set $workoutenergy -=3>><</if>> <<if $laylauseach gte 1>><<set $workoutenergy -=1>><</if>> <<if $laylaanalach gte 1>><<set $workoutenergy -=2>><</if>> <<if $advancedswim gte 1>><<set $swimenergy -=2>><</if>> <<if $whichactivity eq 0>> The gym and the pool are close to each other in the east section of your school, here you can swim or work out, both activities require 2 hours and will drain a lot of energy.<br> <</if>> $infotext <<if $whichactivity eq 1>> You work out for 2 hours, focusing on muscles.<br> <<str $strgainworkhome>> <<sta $stagainworkhome>> <<stress "2">> <</if>> <<if $whichactivity eq 2>> You swim for 2 hours, you can feel the fatigue building up.<br> <<str $strgainworkhome>> <<sta $stagainworkhome>> <<stress "2">> <</if>> <<set $whichactivity to 0>> <<set $infotext to [""]>> <<if ndef $metlayla and $currenthour gte 17 and $currenthour lte 20>> <br><<link "You see an attractive girl working out" "laylagym">><<set $dailylayla to 1>><</link>> <</if>> <<if $dailylayla eq 0>> <<if $metlayla eq 1 and $currenthour gte 17 and $currenthour lte 20>> <br><<link "You see Layla working out" "laylagym">><<set $dailylayla to 1>><</link>> <</if>><</if>> <<if $dailymspearl eq 0>> <<if $metmspearl eq 1 and $currenthour gte 16 and $currenthour lte 18>> <<if $metmspearlpool eq 0 and !["Sat", "Sun"].includes($currentweekday)>> <br><<link "Is that Ms. Pearl in the pool?!" "mspearlpool">><<set $dailymspearl to 1>><</link>> <</if>><</if>> <<if $metmspearlpool eq 1 and $currenthour gte 16 and $currenthour lte 18 or $metmspearlpool eq 1 and $currenthour gte 16 and $currenthour lte 20 and $mspearlnudeach eq 3>> <<if !["Sat", "Sun"].includes($currentweekday)>> <br><<link "You can see Ms. Pearl swimming in the pool" "mspearlpool">><<set $dailymspearl to 1>><</link>> <</if>><</if>><</if>> <</nobr>> <<button "Work out" "Poolgym">> <<if $energy gte $workoutenergy>> <<set $strgainworkhome to Number (($workstrgain*$laylagain).toFixed(2))>> <<set $stagainworkhome to Number (($workstagain).toFixed(2))>> <<set $whichactivity to 1>> <<set $energy to $energy-= $workoutenergy>> <<addhours 2>> <<else>> <<set $infotext to ["You are too tired, you need at least $workoutenergy energy to work out"]>> <<set $whichactivity to -1>> <</if>> <</button>> <<button "Swim" "Poolgym">> <<set $strgainworkhome to Number (($swimstrgain).toFixed(2))>> <<set $stagainworkhome to Number (($swimstagain).toFixed(2))>> <<if $energy gte $swimenergy>> <<set $whichactivity to 2>> <<set $energy to $energy-=$swimenergy>> <<addhours 2>> <<else>> <<set $infotext to ["You are too tired, you need at least $swimenergy energy to swim"]>> <<set $whichactivity to -1>> <</if>> <</button>><<nobr>> <<if $strength gte 60>> <<if $medstrachievement is 0 or $medstrachievement is undefined >> <<set $medstrachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>><</if>> <<if $stamina gte 60>> <<if $medstaachievement is 0 or $medstaachievement is undefined >> <<set $medstaachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>><</if>> <<if $strength gte 90>> <<if $highstrachievement is 0 or $highstrachievement is undefined >> <<set $highstrachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>><</if>> <<if $stamina gte 90>> <<if $highstaachievement is 0 or $highstaachievement is undefined >> <<set $highstaachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>><</if>> <</nobr>>
This is the dev-debug room, you are not supposed to be here unless you are cheating , those hardcoded cheats are used for testing and are probably going to mess up the game if used mindlessly, NEVER go into negative dates, try to not bring values over 100, and make a backup save before trying out stuff. <<if $cheats is undefined>><<set $cheats to 0>><</if>> <<if $cheats eq 0>><<link "Show cheats" "Debugroom">><<set $cheats to 1>><</link>><</if>><<if $cheats eq 1>> <<link "Hide cheats" "Debugroom">><<set $cheats to 0>><</link>> <<button "Wait 1 day" "Debugroom">> <<adddays 1>> <<updatebar>> <</button>> <<button "Wait 7 days" "Debugroom">> <<adddays 7>> <<updatebar>> <</button>> <<button "Wait 30 days" "Debugroom">> <<adddays 30>> <<updatebar>> <</button>> <<button "go back 3 hours" "Debugroom">> <<addhours -3>> <<updatebar>> <</button>><<button "go back 1 day" "Debugroom">> <<adddays -1>> <<updatebar>> <</button>> <<button "go back 10 days" "Debugroom">> <<adddays -10>> <<updatebar>> <</button>> <<button "add 100 money" "Debugroom">><<set $money+=100>><<updatebar>><</button>><<button "add 2000 money" "Debugroom">><<set $money+=2000>><<updatebar>> <</button>> <<button "burn 20 money" "Debugroom">> <<set $money-=20>> <<updatebar>> <</button>> <<button "add 30 energy" "Debugroom">> <<set $energy+=30>> <<updatebar>> <</button>> <<button "burn 3 energy" "Debugroom">> <<set $energy-=3>> <<updatebar>> <</button>> <<button "burn 20 energy" "Debugroom">> <<set $energy-=20>> <<updatebar>> <</button>> <<button "add 10 lust" "Debugroom">> <<set $lust+=10>> <<updatebar>> <</button>><<button "remove 10 lust" "Debugroom">> <<set $lust-=10>> $lust <<updatebar>> <</button>> <<button "add 10 stress" "Debugroom">> <<set $stress+=10>> <<updatebar>> <</button>><<button "remove 10 stress" "Debugroom">> <<set $stress-=10>> $lust <<updatebar>> <</button>> <<button "add 3 int" "Debugroom">> <<set $intelligence+=3>> <<updatebar>><</button>><<button "add 30 int" "Debugroom">> <<set $intelligence+=30>> <<updatebar>><</button>><<button "remove 3 int" "Debugroom">> <<set $intelligence-=3>> <<updatebar>> <</button>> $intelligence <<button "add 3 cult" "Debugroom">> <<set $culture+=3>> <<updatebar>> <</button>><<button "remove 3 cult" "Debugroom">> <<set $culture-=3>> <<updatebar>> <</button>> $culture <<button "add 3 confidence" "Debugroom">> <<set $confidence+=3>> <<updatebar>> <</button>><<button "remove 3 confidence" "Debugroom">> <<set $confidence-=3>><</button>> $confidence <<button "add 3 charisma" "Debugroom">> <<set $charisma+=3>> <<updatebar>> <</button>><<button "remove 3 charisma" "Debugroom">> <<set $charisma-=3>><</button>> $charisma <<button "add 5 stamina" "Debugroom">> <<set $stamina+=5>> <<updatebar>> <</button>> <<button "remove 5 stamina" "Debugroom">> <<set $stamina-=5>><</button>>$stamina <<button "add 5 strength" "Debugroom">> <<set $strength+=5>> <<updatebar>> <</button>><<button "remove 5 strength" "Debugroom">> <<set $strength-=5>><</button>> $strength <<button "add 3 sexcontrol" "Debugroom">> <<set $sexcontrol+=3>> <<updatebar>> <</button>><<button "remove 3 sexcontrol" "Debugroom">> <<set $sexcontrol-=3>> <<updatebar>> <</button>> $sexcontrol <<button "add 3 sexexp" "Debugroom">> <<set $sexexp+=3>> <<updatebar>> <</button>><<button "remove 3 sexexp" "Debugroom">> <<set $sexexp-=3>> <<updatebar>> <</button>> $sexexp <<button "add 3 popularity" "Debugroom">> <<set $popularity+=3>> <<updatebar>> <</button>><<button "remove 3 popularity" "Debugroom">> <<set $popularity-=3>> <<updatebar>> <</button>> $popularity <<button "add 3 coding" "Debugroom">> <<set $coding+=3>> <<updatebar>> <</button>><<button "remove 3 coding" "Debugroom">> <<set $coding-=3>> <<updatebar>> <</button>> $coding <<button "add 100 exp" "Debugroom">> <<set $exp+=100>> <<updatebar>> <</button>><<button "remove 100 exp" "Debugroom">> <<set $exp-=100>> <<updatebar>> <</button>> $exp <<linkreplace "Max all the above stats to 100 (not recommended)">>Done.<<set $virginity to 1>><<set $sexcontrol to 100>><<set $sexexp to 100>><<set $charisma to 100>><<set $strength to 100>><<set $coding to 100>><<set $intelligence to 100>><<set $stamina to 100>><<set $confidence to 100>><<set $culture to 100>><<set $popularity to 100>><<set $coding to 100>><<updatebar>><</linkreplace>> <<nobr>> <<linkreplace"Reset most daily interactions">> Done. <<include "dailyresets">> <</linkreplace>> <</nobr>> <<linkreplace "become a virgin">>Done.<<set $virginity to 1>><</linkreplace>> <</if>> <<button "back to room" "Room">><!--[[Room]]--><</button>> <<nobr>> <<linkreplace "Show me the source material list">> (Usually just open the first result - if something is missing or you are having trouble finding one, contact me on discord!)<br> <<linkreplace "Susan">> <a href="https://www.google.com/search?q=Petite+Pornstar+Katie+Kush+Deepthroats+And+Rides+Fat+Dick+POV" target="_blank">Susan "look sexy" scene</a><br> <a href="https://www.google.com/search?q=katie+kush+teen+hooky+for+some+nooky" target="_blank">Susan first kiss and blowjob before change</a><br> <a href="https://www.google.com/search?q=katie+kush+teenslovecream" target="_blank">Susan first fuck scene</a><br> <a href="https://www.google.com/search?q=katie+kush+anally+flexible" target="_blank">Susan Anal scene</a><br> <a href="https://www.google.com/search?q=Katie+Kush+Agrees+To+Help+Her+Professor" target="_blank">Susan scene in library</a><br> <a href="https://www.google.com/search?q=katie+kush+seducing+her+friends+gamer+bro" target="_blank">Susan Post library sex</a><br> <a href="https://www.google.com/search?q=andi+rose+katie+kush+stepcousin+andi" target="_blank">Susan + Carol Threesome</a><br> <</linkreplace>><br> <<linkreplace "Rose">> <a href="https://www.google.com/search?q=kayley+gunner+property+sex" target="_blank">Rose - most of the first scenes</a><br> <a href="https://www.google.com/search?client=opera&q=Kayley+Gunner+-+Thankful+For+You+S14%3AE8+720p" target="_blank">Rose - first kiss scene</a><br> <a href="https://www.google.com/search?client=opera&q=Kayley+Gunner+plays+Dr.+Boob+Job" target="_blank">Rose - blowjob scene and cum on tits</a><br> <a href="https://www.google.com/search?client=opera&q=Blonde+Secretary+MILF+-+Kayley+Gunner " target="_blank">Rose - cum in mouth and other bits</a><br> <a href="https://www.google.com/search?q=kayley+shared+wife+great+experience" target="_blank">Rose - Titfuck and second fuck scene sex + cumshot </a><br> <a href="https://www.google.com/search?q=frat+attack+2+katie+kush+kayley+gunner" target="_blank">Rose + Susan threesome</a><br> <</linkreplace>><br> <<linkreplace "Carol">> <a href="https://www.google.com/search?q=Myfamilypies+Andi+Rose+Step+Daughter+Wants+Sex" target="_blank">Carol - Most of the early scenes + some fuck scenes </a><br> <a href="https://www.google.com/search?q=Andi+Rose+-+gaping+rimming+anal+player+17+2023" target="_blank">Carol - Anal scene</a><br> <a href="https://www.google.com/search?q=andi+rose+ps " target="_blank">Carol - Some sex scenes from fuck again and face cumshot</a><br> <a href="https://www.google.com/search?q=Andi+Rose+-+Anal+ExCoGi" target="_blank">Carol - blowjob until cum in mouth and more</a><br> <a href="https://www.google.com/search?q=Andi+Rose+-+madi+collins+white+blue" target="_blank">Carol + Natasha Threesome</a><br> <a href="https://www.google.com/search?q=andi+rose+katie+kush+stepcousin+andi" target="_blank">Susan + Carol Threesome</a><br> <</linkreplace>><br> <a href="https://www.google.com/search?&q=maya+woulfe+andi+rose+twat" target="_blank">Danielle + Carol Threesome</a><br> <<linkreplace "Natasha">> <a href="https://www.google.com/search?q=Madi+collins+do+my+boobies+fit+this+bra+stepbro" target="_blank"> Natasha First scenes </a><br> <a href="https://www.google.com/search?q=Madi+Collins+can't+fuck+the+guests" target="_blank"> Natasha Masturbation scenes</a><br> <a href="https://www.google.com/search?q=madi+collins+flashes+her+pretty+pink+pussy" target="_blank"> Natasha have fun sex scene </a><br> <a href="https://www.google.com/search?q=Stepsis+Madi+Collins+fat+Hot+Load+to+make+me+feel+better" target="_blank"> Natasha cum over her scene</a><br> <a href="https://www.google.com/search?q=madi-collins-anal-fucking-eporner" target="_blank"> Natasha anal scene</a><br> <a href="https://www.google.com/search?q=madi+colling+home+wrecker" target="_blank"> Natasha Jealousy scene</a><br> <a href="https://www.google.com/search?q=Andi+Rose+-+madi+collins+white+blue" target="_blank">Carol + Natasha Threesome</a><br> <a href="https://www.google.com/search?q=madi+collins+august+skye" target="_blank"> Natasha and ms pearl threesome</a><br> <</linkreplace>><br> <<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="https://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> <a href="https://www.google.com/search?q=dickforlily+Neighbor+tightly+pressed" target="_blank">Katrina - Apartment pussy lick - fuck - footjob</a><br> <a href="https://www.google.com/search?q=dickforlily+divorced+step+sister++fucked++ass" target="_blank">Katrina - Anal scene</a><br> <a href="https://www.google.com/search?q=dickforlily+car+trip" target="_blank">Katrina - Road fuck scene</a><br> <a href="https://www.google.com/search?q=dickforlily+pool+sex" target="_blank">Katrina - Pool fuck scene</a><br> <</linkreplace >><br> <<linkreplace "Jane">> <a href="https://www.google.com/search?q=study+my+squirt+anna+claire+clouds"> Jane - library </a><br> <a href="https://www.google.com/search?q=Super+Hot+Blonde+Pornstar+POV+-+Anna+Claire+Clouds"> Jane - her house </a><br> <a href="https://www.google.com/search?q=Anna+Claire+Clouds+Anal+Savages+9"> Jane - Anal scene </a><br> <a href="https://www.google.com/search?q=vanessa+sky+anna+claire+clouds"> Jane - caught by Olivia </a><br> <a href="https://www.google.com/search?q=violet+starr+anna+claire+clouds"> Jane - Amber Threesome </a><br> <a href="https://www.google.com/search?q=august+skye+anna+claire+clouds"> Jane - Ms. pearl Threesome </a><br> <a href="https://www.google.com/search?q=anna+claire+lexi+luna+cute+home"> Jane - Zoe Threesome </a><br> <</linkreplace>><br> <<linkreplace "Ms. Pearl">> <a href="https://www.google.com/search?q=Poolside+TNA+august+skye" target="_blank">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skye+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <a href="https://www.google.com/search?q=august+skye+directors+fun" target="_blank">Ms. Pearl - Home scene</a><br> <a href="https://www.google.com/search?q=madi+collins+august+skye" target="_blank">Ms. Pearl - class scene and threesome</a><br> <a href="https://www.google.com/search?q=august+skye+anna+claire+clouds"> Jane - Ms. pearl Threesome </a><br> <</linkreplace>><br> <<linkreplace "Olivia">> <a href="https://www.google.com/search?q=vanessa+sky+touching+step+son" target="_blank">Olivia - Blowjob</a><br> <a href="https://www.google.com/search?q=vanessa+sky+property+sex" target="_blank">Olivia Masturbate and fuck</a><br> <a href="https://www.google.com/search?q=vanessa+sky+anal+legal+9994" target="_blank">Olivia fuck and anal scene</a><br> <a href="https://www.google.com/search?q=violet+starr+vanessa+sky+zac+wild"> Olivia - Amber Threesome </a><br> <</linkreplace>><br> <<linkreplace "Layla">> <a href="https://www.google.com/search?q=angel+youngs+fuck+sister+friend" target="_blank">Layla Handjob</a><br> <a href="https://www.google.com/search?q=Angel+Youngs+Personal+Trainer+Fantasizes" target="_blank">Layla Gym pics, training and sex</a><br> <a href="https://www.google.com/search ?q=august+skye+angel+youngs" target="_blank">Layla + Ms. Pearl threesome</a><br> <</linkreplace>><br> <<linkreplace "Danielle">> <a href="https://www.google.com/search?q=Schoolgirl+Squirts+Maya+Woulfe" target="_blank">Danielle - her room - all scenes</a><br> <a href="https://www.google.com/search?&q=maya+woulfe+andi+rose+twat" target="_blank">Danielle + Carol Threesome</a><br> <</linkreplace>><br> <<linkreplace "Xiang">> <a href="https://www.google.com/search?&q=lulu+chu+asian+professor" target="_blank">Xiang - groping , pictures and class sex</a><br> <a href="https://www.google.com/search?&q=qSgYtA7eEmV" target="_blank">Xiang - stripping</a><br> <<linkreplace "Zoe">> <a href="https://www.google.com/search?q=anna+claire+lexi+luna+cute+home"> Jane - Zoe Threesome </a><br> <</linkreplace>> <br> <<linkreplace "Ms. Bloom">> <a href="https://www.google.com/search?q=melissa+stratton+office">Ms. Bloom - her office blowjob </a><br> <</linkreplace>> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</linkreplace>> <<linkreplace"color test">> <<say "You" $faceimg>>This is a pretty long line of text to test readability<</say>> <<susan>>This is a pretty long line of text to test readability<</susan>> <<susan2>>This is a pretty long line of text to test readability<</susan2>> <<carol>>This is a pretty long line of text to test readability<</carol>> <<rose>>This is a pretty long line of text to test readability<</rose>> <<natasha>>This is a pretty long line of text to test readability<</natasha>> <<melanie>>This is a pretty long line of text to test readability<</melanie>> <<katrina>>This is a pretty long line of text to test readability<</katrina>> <<tyler>>This is a pretty long line of text to test readability<</tyler>> <<jane>>This is a pretty long line of text to test readability<</jane>> <<MsPearl>>This is a pretty long line of text to test readability<</MsPearl>> <<olivia>>This is a pretty long line of text to test readability<</olivia>> <<layla>>This is a pretty long line of text to test readability<</layla>> <<danielle>>This is a pretty long line of text to test readability<</danielle>> <<xiang>>This is a pretty long line of text to test readability<</xiang>> <<msbloom>>This is a pretty long line of text to test readability<</msbloom>> <<placeholder1>>This is a pretty long line of text to test readability<</placeholder1>> <<placeholder2>>This is a pretty long line of text to test readability<</placeholder2>> <<placeholder3>>This is a pretty long line of text to test readability<</placeholder3>> <<placeholder5>>This is a pretty long line of text to test readability<</placeholder5>> <<placeholder6>>This is a pretty long line of text to test readability<</placeholder6>> <<placeholder7>>This is a pretty long line of text to test readability<</placeholder7>> <<placeholder8>>This is a pretty long line of text to test readability<</placeholder8>> <<placeholder9>>This is a pretty long line of text to test readability<</placeholder9>> <<placeholder10>>This is a pretty long line of text to test readability<</placeholder10>> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>>
You are out of energy. you almost pass out but somehow make it to get to your bed in your room and collapse on it.. You sleep <<if $rosevirginachievement is 3>>8<<else>>10<</if>> hours straight and regenerate all your energy. <<nobr>> <<if $lust gte $maxlust>> You are way too horny, and you haven't done anything about it before going to sleep,<br>You wake up with stained underwear.<br> <b>Your sex control <span style="color: #8B0000;">decreased</span> by 1</b><br> <<set $sexcontrol -=1>> <</if>> <<include "dailyresets">> <<set $maxenergy to Number ((25+$stamina).toFixed(0))>> <<if $bettermattress eq 1>><<set $maxenergy +=15>><</if>> <<if $carol100ach eq 3>><<set $maxenergy +=5>><</if>> <<if $katrinafootjobach eq 3>><<set $maxenergy +=3>><</if>> <<if $extraenergy eq 1>><<set $maxenergy +=10>><</if>> <<set $energy to $maxenergy>><<unset $passouttrigger>> <<if $stress gte $maxstress>> You have built too much stress in the past few days.<br> This causes you sleep poorly and to start your day unmotivated,<br> <b>You start your day with just 50% of your total energy.<br></b> <<set $energy to Number (($maxenergy*0.5).toFixed(0))>> <</if>> <<if $dailyvincome gte 1 and $derpsies eq 4>> In the last day, your videos made you gain a total of $dailyvincome<<unset $a>>$<br> <<set $money +=$dailyvincome>> <</if>> <<set $currenthour to $gameDate.getHours()>> <<if $currenthour lte 19 and $currenthour gte 6>> <<button "What time is it?" "Fixschedule">><</button>> <<else>> <<button "Wake Up" "Room">><<if $rosevirginachievement is 3>><<addhours 8>><<else>><<addhours 10>><</if>><!--[[Room]]--><</button>> <</if>> /*----------day 2 text---------*/ <<if $currentday eq 2>> <<if $day2text is undefined>> <<set $day2text to 1>> The first day of your adventure is over, it didn't go so bad, Susan seem like a nice girl, you don't have any previous memory of her, maybe the simulation completely took over by now?<br> Thinking about it, though, you have the strange memory of having this popular girl offering you the school tour, but you just didn't feel like seeing anybody that day, so you just told her that it wasn't necessary.<br> <</if>> <</if>><br> /*--------------------------------*/ /*---------susan--------*/ <<if $susantransform is 1>> <<set $susantransform to 2>> <</if>> /*------------------------*/ <</nobr>>
<<nobr>> <<if $natashalove is undefined>> <<set $natashalove to 0>> <</if>> <<if $natashaattraction is undefined>> <<set $natashaattraction to 0>> <</if>> <<if $carollove is undefined>> <<set $carollove to 0>> <</if>> <<if $natashajealous is undefined>> <<set $natashajealous to 0>> <</if>> <<include "calc">> <<if $natashajealous is 0 and $carolfucked gte 1>> <<goto "natashajealous">><</if>> <<if $natashaprogress is 101>> [img[setup.ImagePath+'natasha/doorstand1.png']]<br><br> <<natasha>>What the fuck are you doing here? last time you treated me like shit, fuck off<</natasha>><br> <<linkreplace "No, you fuck off">><br> <<if $dailynatasha is 0>> <<natasha>>Why did you even waste your time to come this way? Get the fuck out of here<</natasha>><br> <<conf "2">> <<natlove "-3">> <<stress "2">> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <<set $dailynatasha to 1>> <</if>> <</linkreplace>> <br> <<linkreplace "I came here to apologize">><br> <<if $dailynatasha is 0>> <<natasha>>Really? and you think that's enough?<</natasha>><br> <<say "You" $faceimg>>What if I buy you lunch?<</say>><br> <<if $natashaattraction lte 59.99>> <b>(Attraction check failed)</b><br><br> <<natasha>>Nah, that's not enough anymore, I also want 30$ now<</natasha>><br> <<if $money gte 30>> <<linkreplace "Give her 30$">><br> <<if $dailynatasha eq 0>> You aren't sure that this was the best course of action, but you set things right with her, at the cost of your reputation, you hope nobody hears about this<br> <b> Your popularity decreased by 2<br> You lost 30$ <br> You can now buy lunch for Natasha in her room<br> </b> <<set $popularity -=2>> <<set $natashaprogress to 3>> <<natlove "4">> <<conf "-4">> <<set $dailynatasha to 1>> <<set $money -=30>> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> <</linkreplace>> Or you can select the option above<br> You can also do nothing and <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <<else>> You realize you don't have 30$... you can <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> or you can tell her: <<linkreplace "To go fuck herself">><br> <<if $dailynatasha is 0>> <<say "You" $faceimg>>No, you can go fuck yourself<</say>><br> <<natasha>>Why did you even waste your time to come this way? Get the fuck out of here<</natasha>><br> <<conf "2">> <<natlove "-3">> <<stress "2">> <<set $dailynatasha to 1>> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> <</linkreplace>> <</if>> <</if>> <<if $natashaattraction gte 60>> <b>(Attraction check passed)</b><br> <<natasha>>That's better, I'll forgive you in that case<</natasha>><br> <<say "You" $faceimg>>I forgot my wallet though, can I go to fetch it?<</say>><br> <<natasha>>Ok, I'll wait here<</natasha>><br> <<set $natashaprogress to 3>> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> <</if>> <</linkreplace>> <</if>> <<if $natashaprogress is 1 or $natashaprogress is 2 >> [img[setup.ImagePath+'natasha/doorstand1.png']]<br> <<natasha>>We aren't interested, thank you *slams the door*<</natasha>><br> <<addmins 5>> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <</if>><</nobr>><<nobr>> <<if $intelligence gte 12 and $money gte 10 and $natashaprogress is 1>> <br> <<linkreplace "(12int - 10$) Come up with a way to bribe Natasha to leave">> <<say "You" $faceimg>>Wait! I just wanted to buy you something to eat<</say>><br> <<natasha>>Are you insane? I can't be seen in public with someone like you<</natasha>><br> <<say "You" $faceimg>>t's really just a gift, you can go alone, I'll just give you the money<</say>><br> <<natasha>>Hm... ok I guess? But do I have to go now?<</natasha>><br> <<say "You" $faceimg>>Yeah, that's the deal<</say>><br> <<natasha>>This doesn't make sense, but sure, thanks... You are weirder than I remember<</natasha>><br> <<natlove "1">> You <span style="color: #8B0000;">spent</span> 10$<br> <<set $money-=10>> <<updatebar>> <<set $natashaprogress to 2>> <<set $natashafirstbribeday to $currentday>><br> She grabs the money and goes towards the Cafeteria<br> You knock on the door again<br><br> <<carol>>Ohh, I get it now, you wanted to talk with me?<</carol>><br> <<say "You" $faceimg>>You seemed nicer than her the last time...<</say>><br> <<carol>>I see, look, don't get any strange ideas, you are sweet and everything, but I feel like it's just not a good thing for me to be seen around with you either<</carol>><br> <<say "You" $faceimg>>I understand, but I really just wanted to help you with homeworks, I recall that you needed some help with science?<</say>><br> <<carol>>Maybe... I mean, do you expect something in return?<</carol>><br> <<say "You" $faceimg>>No, no... I just your phone number, I don't want to give Natasha money every time I want to talk with you.<</say>><br> <<carol>>That makes sense, we have a deal, but don't call me, just keep it to texting please<</carol>><br> <<carlove "1">> <b>You now have Carol's phone number</b> <<set $carolnumber = true>> <<set $dailynatasha to 1>> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <</linkreplace>> <</if>> <<if $intelligence < 12 and $natashaprogress is 1>><br> (You want to find a way to talk to Carol alone, if only you were more intelligent, maybe you could think of something.) <</if>> <<if $intelligence gte 12 and $natashaprogress is 1 and $money < 10>> <br>You have an idea that you could use to distract Natasha and talk to Carol alone, but you'd need at least 10$ to do that.<br> <</if>> <<if $natashaprogress is 0 or $natashaprogress is undefined>> You walk up the stairs, get close to the door, and hesitate for a bit, you lost most of your memories about Natasha, so you have odd, mixed feelings about knocking, you both know that there's nothing wrong visiting her and that it's a terrible idea.<br> The first sensation takes over for a while, and you find yourself knocking.<br> Twenty seconds later, she opens the door.<br> [img[setup.ImagePath+'natasha/doorstand1.png']]<br><br> <<natasha>>Oh... it's you. What the hell are you doing here?<</natasha>><br> <<say "You" $faceimg>>I... <</say>><br> <<carol>>Who is it??<</carol>><br> <<natasha>>Don't worry, it's nobody, really<</natasha>><br> <<carol>>What? how can it be nobody?<</carol>><br> <<natasha>>(Silently) Just go away!<</natasha>><br> <<carol>>Ohh, it's your friend, hey $name!<</carol>><br> <<natasha>>(Silently) Fuck...<</natasha>><br> <<natasha>>He's not my friend! Come on... what do you want? <</natasha>><br> <<say "You" $faceimg>> Ehm,.. nothing really, I just wanted to say hi (Fuck, this was a shit idea)<</say>><br> <<carol>>Ahahahah, he's sweet though, is he like, good at science?<</carol>><br> <<natasha>>Please don't come here again *slams the door* <</natasha>><br> <br>That hurt a little. This was a shit idea, she's really a bitch.<br> <<stress "10">> <<set $natashaprogress to 1>> <<set $dailynatasha to 1>> <<addmins 8>> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <</if>> /*------------buylunch------------ */ <<if $natashaprogress eq 3 and $natashaattraction gte 200>> Natasha sees you, and she instantly starts biting her upper lip.<br> <<natasha>>Oh nice, I'm glad that you came to visit me again, come here<</natasha>><br> <<natlove "1">> <<set $dailynatasha to 1>> <<updatebar>> <<link "She grabs your hand and pulls you inside the room" "natashareward">><</link>> <</if>> <<if $natashaprogress is 3 and $natashaattraction lte 199.99>> [img[setup.ImagePath+'natasha/doorstand2.png']]<br> You walk in Natasha's room, you're surprised that she quickly lets you in, as soon as you enter, she rapidly closes the door behind you. <<natasha>>Hey, found your wallet yet? Will you buy me something to eat?<</natasha>><br> <<linkreplace "Sure, let's head to the cafeteria then">><br> <<say "You" $faceimg>>Sure, let's head to the cafeteria<</say>><br> <<natasha>>Come on, you should know by now that it's not how this works...<</natasha>><br> <<linkreplace "It's either that or nothing">><br> <<if $dailynatasha is 0>> <<natasha>>Why did you even waste your time to come here? I won't be caught dead having lunch with you, asshole<</natasha>><br> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <<natlove "-1">> <<conf "1">> <<set $dailynatasha to 1>> <</if>> <</linkreplace>> <</linkreplace>><br> <<linkreplace "So, how does this work? Do I just give you 10$ and leave?">><br> <<say "You" $faceimg>>So, how does this work? Do I just give 10$ and I leave?<</say>><br> <<natasha>>That would be perfect, yes<</natasha>><br> <br> <<if $dailynatasha is 0 and $money gte 10>> <<linkreplace "Sure, here you go, I care for you and I want you to be happy">><br> <<if $dailynatasha is 0 and $money gte 10>> <<say "You" $faceimg>>Sure, here you go, I care for you and I want you to be happy<</say>><br> <<natasha>>Thanks a lot $name, come back anytime!<</natasha>><br> <<natlove "3">> <<conf "-1">> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <<set $dailynatasha to 1>> <<set $money-=10>> <<updatebar>> <</if>> <</linkreplace>> <<else>> You don't have 10$...<br> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> <<if $dailynatasha is 0 and $money gte 10>> <br><<linkreplace "Here, take them, but I want something in return">><br> <<if $dailynatasha is 0 and $money gte 10>> <<say "You" $faceimg>>Here, take them, but I want something in return<</say>><br> <<natlove "1">> <<set $dailynatasha to 1>> <<set $money-=10>> <<updatebar>><br> <<link "She hesitates and stares at you for a while, then slowly grabs the money from your hands" "natashareward">> <</link>> <</if>> <</linkreplace>> <<else>> You don't have 10$...<br> <</if>> <</linkreplace>> <</if>> <</nobr>>
<<if $showmenu is 1>><<link "Character Stats">> <<script>> Dialog.setup("Character Stats"); Dialog.wiki(Story.get("Character Stats").processText()); Dialog.open(); <</script>> <</link>><</if>> <<if $showmenu is 1>><<link "Girls Stats">> <<script>> Dialog.setup("Girls Stats"); Dialog.wiki(Story.get("Girls Stats").processText()); Dialog.open(); <</script>> <</link>><</if>> <<if $showmenu is 1>><<link "Achievements">> <<script>> Dialog.setup("Achievements"); Dialog.wiki(Story.get("Achievements").processText()); Dialog.open(); <</script>> <</link>><</if>> <<if $showmenu is 1>><<link "Extras & Cheats">> <<script>> Dialog.setup("Extras & Cheats"); Dialog.wiki(Story.get("Cheats").processText()); Dialog.open(); <</script>> <</link>><</if>> <<link "Latest version">> <<script>> Dialog.setup("Latest version"); Dialog.wiki(Story.get("Lastupdate").processText()); Dialog.open(); <</script>> <</link>> <<if passage() is "xxxDebugroom">>[[creation]] <</if>>
<<nobr>> <<if $flavortext is undefined>><<set $flavortext to 1>><</if>> <<if $popularity is undefined>> <<set $popularity to 0>><</if>> <<if $coding is undefined>> <<set $coding to 0>><</if>> <<if $confidence is undefined>> <<set $confidence to 10>><</if>> <<if $virginity is undefined>> <<set $virginity to 1>><</if>> /*strength*/ <<if $strength lte 12.99>> <<set $strtext to ["You look very weak and soft, your muscles are nonexistent."]>><</if>> <<if $strength gte 13>> <<set $strtext to ["You look kinda weak, you have little muscles, but there are signs of improvement."]>><</if>> <<if $strength gte 25>> <<set $strtext to ["Your muscles look average, nothing impressive or defined."]>><</if>> <<if $strength gte 40>> <<set $strtext to ["You look pretty muscular, like someone who definitely hits the gym."]>><</if>> <<if $strength gte 60>> <<set $strtext to ["Your muscles are impressive, you look strong and menacing."]>><</if>> <<if $strength gte 80>> <<set $strtext to ["You are definitely ripped, big and defined, most guys will be scared of your look and probably envy you."]>><</if>> <<if $strength gte 95>> <<set $strtext to ["You look like a professional bodybuilder, nobody sane of mind would try to mess with you physically."]>><</if>> /*stamina*/ <<if $stamina lte 12.99>> <<set $statext to ["You are very fat, obesity definitely doesn't look good."]>><</if>> <<if $stamina gte 13>> <<set $statext to ["You are still fat, but at least you managed to lose some weight."]>><</if>> <<if $stamina gte 25>> <<set $statext to ["You are slightly overweight, there's room for improvement, but it's not terrible."]>><</if>> <<if $stamina gte 40>> <<set $statext to ["You look absolutely average, you are not overweight anymore."]>><</if>> <<if $stamina gte 60>> <<set $statext to ["Your physique is starting to look very good, you look like someone who runs regularly."]>><</if>> <<if $stamina gte 80>> <<set $statext to ["You look incredibly fit, all your muscles are defined and there's not a trace of fat in your body."]>><</if>> <<if $stamina gte 95>> <<set $statext to ["You look like someone from the olympics, your body is amazing and everyone at the school is envious."]>><</if>> /*Charisma*/ <<if $charisma lte 12.99>> <<set $chatext to ["You are very bad at talking, your jokes are terrible, you better keep your mouth closed."]>><</if>> <<if $charisma gte 13>> <<set $chatext to ["You can barely sustain a normal conversation, you really should avoid flirting or making jokes."]>><</if>> <<if $charisma gte 25>> <<set $chatext to ["Charisma isn't your strong suit, but you can say the right thing sometimes."]>><</if>> <<if $charisma gte 40>> <<set $chatext to ["You can crack a good joke, and maybe even attempt flirting, you come across as average."]>><</if>> <<if $charisma gte 60>> <<set $chatext to ["You are genuinely funny, you can make a girl laugh and flirting comes naturally to you."]>><</if>> <<if $charisma gte 80>> <<set $chatext to ["Popular or not, everyone enjoys your presence, you have the best jokes and you flirting could arouse any girl."]>><</if>> <<if $charisma gte 95>> <<set $chatext to ["You are the god of jokes and wits, your flirting can make panties drop, assuming the girl has a sense of humor."]>><</if>> /*Culture*/ <<if $culture gte 95>><<set $cultext to ["Your knowledge is unmatched. You know almost everything and are a beacon of excellence in the school."]>> <<elseif $culture gte 80>><<set $cultext to ["You have a strong grasp of most topics, you are among the most cultured students in the school."]>> <<elseif $culture gte 60>><<set $cultext to ["Your cultural knowledge is pretty wide, you know a lot of stuff."]>> <<elseif $culture gte 40>><<set $cultext to ["Your culture is above average, there is still a lot of stuff you can learn."]>> <<elseif $culture gte 25>><<set $cultext to ["You're not a genius, but you're not clueless either. You're average."]>> <<elseif $culture gte 13>><<set $cultext to ["Your culture is still not good, but you're getting there. At least you're learning something."]>> <<elseif $culture < 13>><<set $cultext to ["You know almost nothing, you are as ignorant as they come."]>><</if>> <<if $intelligence gte 95>><<set $inttext to ["You're a genius. No one can match your intelligence in the school."]>> <<elseif $intelligence gte 80>><<set $inttext to ["You possess a keen intellect, placing you among the brightest students in the school."]>> <<elseif $intelligence gte 60>><<set $inttext to ["Your intelligence is above average, allowing you to grasp complex concepts with ease."]>> <<elseif $intelligence gte 40>><<set $inttext to ["You're moderately intelligent, but there's still room for improvement."]>> <<elseif $intelligence gte 25>><<set $inttext to ["You're neither exceptionally bright nor dim, just average like most other students."]>> <<elseif $intelligence gte 13>><<set $inttext to ["Your intelligence is still lacking, but you're starting to understand some basic concepts."]>> <<elseif $intelligence < 13>><<set $inttext to ["Your intelligence is poor, leaving you struggling to comprehend even simple ideas."]>><</if>> <<if $coding gte 95>><<set $codetext to ["Your coding skills are unparalleled. You're a programming prodigy."]>> <<elseif $coding gte 80>><<set $codetext to ["You possess advanced coding skills, making you a standout even among adults."]>> <<elseif $coding gte 60>><<set $codetext to ["Your coding abilities are solid, allowing you to tackle complex tasks with ease."]>> <<elseif $coding gte 60>><<set $codetext to ["You're decent at coding. You handle most tasks just fine."]>> <<elseif $coding gte 25>><<set $codetext to ["Your coding skills are already better than most other students, but there's room for growth."]>> <<elseif $coding gte 13>><<set $codetext to ["Your coding skills need a lot of work, but you're starting to grasp some basic concepts."]>> <<elseif $coding < 13>><<set $codetext to ["You're pretty terrible, you have no idea what you're doing most of the time."]>><</if>> <<if $confidence gte 95>><<set $conftext to ["You're incredibly confident, always dominating every situation."]>> <<elseif $confidence gte 80>><<set $conftext to ["You're really sure of yourself, often taking the lead in most situations."]>> <<elseif $confidence gte 60>><<set $conftext to ["You're pretty confident, handling most social challenges with ease."]>> <<elseif $confidence gte 40>><<set $conftext to ["You're somewhat confident, but you could be more assertive."]>> <<elseif $confidence gte 25>><<set $conftext to ["Your confidence is barely okay, you're neither dominant nor completely submissive."]>> <<elseif $confidence gte 13>><<set $conftext to ["You lack confidence, often doubting yourself and hesitating."]>> <<elseif $confidence < 13>><<set $conftext to ["You're pretty pathetic. You'll be seen as a loser in most situations."]>><</if>> <<if $popularity gte 95>><<set $poptext to ["You're incredibly popular and highly respected, admired by everyone in the school."]>> <<elseif $popularity gte 80>><<set $poptext to ["You're quite popular and respected, known by most students and admired for your achievements."]>> <<elseif $popularity gte 60>><<set $poptext to ["You're popular and respected among girls, with many recognizing your presence."]>> <<elseif $popularity gte 40>><<set $poptext to ["You're moderately known and respected, with some students acknowledging your presence."]>> <<elseif $popularity gte 25>><<set $poptext to ["You're somewhat known and respected, but you blend into the background for the most part."]>> <<elseif $popularity gte 13>><<set $poptext to ["You're definitely not known or respected, often overlooked by girls."]>> <<elseif $popularity < 13>><<set $poptext to ["You're literally nobody, hardly noticed and completely disregarded by your peers."]>><</if>> /*physattrcalc */ <<set $physattr to ((($strength+$stamina)/2).toFixed(2))>> <</nobr>> Your name is $name $surname You have a total of $money $ You have $energy energy over a maximum of $maxenergy<br><<nobr>> /*----------flavor text----this shows the link----------*/ <<if $flavortext is 1>><<link "(Hide flavor text)">><<set $flavortext to 0>><<script>> Dialog.setup("Character Stats"); Dialog.wiki(Story.get("Character Stats").processText()); Dialog.open(); <</script>><</link>><<else>><<link "(Show flavor text)">><<set $flavortext to 1>><<script>> Dialog.setup("Character Stats"); Dialog.wiki(Story.get("Character Stats").processText()); Dialog.open(); <</script>><</link>><</if>> <br> <br> Your Physical attractiveness (str+sta average) is $physattr<br> <<set $strength to Number ($strength.toFixed(2))>> Your Strength score is $strength<<if $flavortext is 1>> - $strtext<</if>><br> <<set $stamina to Number ($stamina.toFixed(2))>> Your Stamina score is $stamina<<if $flavortext is 1>> - $statext<</if>><br> <<set $charisma to Number ($charisma.toFixed(2))>> Your Charisma score is $charisma<<if $flavortext is 1>> - $chatext<</if>><br> <<set $culture to Number ($culture.toFixed(2))>> Your Culture score is $culture<<if $flavortext is 1>> - $cultext<</if>><br> <<set $intelligence to Number ($intelligence.toFixed(2))>> Your Intelligence score is $intelligence<<if $flavortext is 1>> - $inttext<</if>><br> Your Popularity score is $popularity<<if $flavortext is 1>> - $poptext<</if>><br> <<set $confidence to Number ($confidence.toFixed(2))>><br> Your Confidence score is $confidence<<if $flavortext is 1>> - $conftext<</if>><br> <<set $sexexp to Number ($sexexp.toFixed(2))>> Your Sexual Experience score is $sexexp<br> <<set $sexcontrol to Number ($sexcontrol.toFixed(2))>> Your Sexual Control score is $sexcontrol<br> <<set $coding to Number ($coding.toFixed(2))>> Your Coding skill is $coding<br> <</nobr>> <<nobr>> <<set $diffkissed to 0>> <<set $difffucked to 0>> <<set $totalkissed to 0>> <<set $totalfucked to 0>> <<include "sexactivitycalc">> <<if $virginity eq "yes">><<set $virginity to 1>><</if>> <<if $virginity is 1>><br>You are still a virgin. <br><</if>> <<if $virginity !== 1>>You lost your virginity to $virginity<br><</if>> You kissed a total of $diffkissed different girls. - You kissed a girl $totalkissed times.<br> You fucked a total of $difffucked different pussies. - You fucked a pussy $totalfucked times.<br> You fucked a total of $diffanaled different asses. - You fucked an ass $totalanaled times.<br> <<if $totalgainfromshifts gt 0>>You have earned a total of $totalgainfromshifts $ working in a fast food. You earn a bonus <<print (($totalgainfromshifts/400).toFixed(2))>>$/hr because of that.<br><</if>> <<if $codingtotalgains gt 0>>You have earned a total of $codingtotalgains<<unset $a>>$ by coding.<br><</if>> This round of simulation will last a total of <<print $maxdayscalc*$clickedderp>> days. (light cheats are <<if $clickedderp eq 2>>on<<else>>off<</if>>)<br> <</nobr>>
<<nobr>><div class="container"> <div class="npc_names"> <<link "Natasha">> <<changeNpc "Natasha">> <</link>> <<link "Susan">> <<changeNpc "Susan">> <</link>> <<if $natashaprogress gte 1>> <<link "Carol">> <<changeNpc "Carol">> <</link>> <</if>> <<if $roseprogress gte 1>> <<link "Rose">> <<changeNpc "Rose">> <</link>> <</if>> <<link "Melanie">> <<changeNpc "Melanie">> <</link>> <<if $infirmary gte 1>> <<link "Katrina">> <<changeNpc "Katrina">> <</link>> <</if>> <<if $metjane gte 1>> <<link "Jane">> <<changeNpc "Jane">> <</link>> <</if>> <<if $metmspearl eq 1>> <<link "Ms. Pearl">> <<changeNpc "MsPearl">> <</link>> <</if>> <<if $janeapa gte 2>> <<link "Olivia">> <<changeNpc "Olivia">> <</link>> <</if>> <<if $metlayla gte 1>> <<link "Layla">> <<changeNpc "Layla">> <</link>> <</if>> <<if $metdanielle gte 1>> <<link "Danielle">> <<changeNpc "Danielle">> <</link>> <</if>> <<if $metxiang gte 1>> <<link "Xiang">> <<changeNpc "Xiang">> <</link>> <</if>> <<if $metmsbloom gte 1>> <<link "Ms. Bloom">> <<changeNpc "MsBloom">> <</link>> <</if>> </div> <div class="npc_content"> </div> </div> <</nobr>>
<<nobr>> <<set $carolattraction to (($carollove*2+$culture*0.7+$charisma*0.5+$intelligence*0.5+$popularity*0.4+$physattr*0.4).toFixed(0))>> <div id="first"> <<if $carolattraction lte 159.99 or $carollove lte 49>> <<carol>> Thanks a lot $name ! Are you sure you don't want anything in return?<</carol>> <</if>> <<if $carolattraction gte 160 and $carollove gte 50>> <<carol>> Thank you<<if $carolattraction gte 260>> my love<<else>> sweetie<</if>>, how can I repay you? Let me show you my appreciation<</carol>> <br> <</if>> Carol's attraction for you is $carolattraction<br> <<link "Oh, I don't want anything in return" "carolscene">><br><br> <<set $carolscene to 1>> <</link>><br> <<link "Can I have some money?" "carolscene">><br><br> <<set $carolscene to 0>> <</link>><br> <<link "Can you show me your tits?" "carolscene">><br> <<set $carolscene to 2>> <</link>><br> <<link "Can I get a kiss? I mean, a real one" "carolscene">><br> <<set $carolscene to 3>> <</link>><br> <<link "Can I see your pussy?<<if $carolattraction gte 190 and $carolfucked eq 0 >> (+new)<</if>>" "carolscene">><br> <<set $carolscene to 4>> <</link>><br> <<if $carolattraction gte 100>> <<link "I want you to touch my dick" "carolscene">><br> <<set $carolscene to 5>> <</link>><br> <</if>> <<if $carolattraction gte 100>> <<link "I want you to suck my dick" "carolscene">><br> <<set $carolscene to 6>> <</link>><br> <</if>> <<if $carolfucked gte 1>> <<linkreplace "Can we fuck again?">><br> <<if $carolattraction lte 219.99>> <<if $caroltricked eq 1 and $carolattraction lte 175>> <<carol>>Oh shut up, you say again like that was intentional? Don't even try it <</carol>><br> <<carlove "-1">> <<else>> <<carol>>Oh god, we shouldn't have done that, it was a mistake, sorry, please choose anything else<</carol>><br><</if>> <<else>> <<set $carolscene to 7>> <<goto "carolscene">> <</if>> <</linkreplace>><br> <</if>> /*-----------------------anal + plug---------------------------*/ <<if $carolfucked gte 1>> <<link "<<if $carolbuttplug is undefined>>Can we try anal?<<elseif $carolbuttplug eq 1>>Give her the butt plug<<elseif $carolbuttplug gte 2>>Show me if you are wearing my butt plug<</if>>">><<replace "#first">><br> <<if $carolattraction lte 237>> <<carol>>Sorry, but I really don't feel comfortable trying that, I'm sure it's gonna hurt like hell!<</carol>><br> <<link "select something else" "carolreward">><</link>> <<else>> <<if $carolbuttplug is undefined>> <<carol>>Hm... I kinda want to try it, but I think my asshole might be too tight for that<</carol>><br> <<say "You" $faceimg>>I see, we could try to be careful<</say>><br> <<carol>>I really don't want to get hurt, I read that you can train yourself with a butt plug, but I don't have one<</carol>><br> <<say "You" $faceimg>>I could buy one for you, if you'll wear it for me<</say>> <br> <<carol>>That's so generous of you honey, let me know when you bought one! <</carol>><br> <b>(You can now buy a buttplug in the mall)<br></b> <<set $carolbuttplug to 0>> <<link "Carol leaves your room" "Room">><</link>> <</if>> <<if $carolbuttplug gte 2>> <<set $carolscene to 8>> <<include "carolscene">> <</if>> <<if $carolbuttplug eq 1>> <<say "You" $faceimg>>Anyway... I bought something for you<</say>><br> <<carol>>For me? What is it? Don't tell me that...<</carol>><br> You give her a small wrapped package, she unpacks it and reveals the item within.<br> <img src="images/carol/buttplug.png"><br><br> <<carol>>Ohhh, that's cute<</carol>><br> <<say "You" $faceimg>>I'm glad to hear you like it, are you gonna wear it for me?<</say>><br> <<carol>>Give me a little time, ok? I need to get a bit comfortable with it<</carol>><br> <<say "You" $faceimg>>Sure, I can't wait to see it in your ass<</say>><br> Carol smiles at you<br> <<carol>>Thanks again, I know you want to fuck my ass, but it's still a nice gift!<</carol>><br> <<carlove "8">> <<link "Carol leaves your room" "Room">><</link>> <<set $carolbuttplug to 2>> <br> <</if>> <</if>> <</replace>><</link>><br> <</if>> <<if $susanlesb gte 1 and $carollesb gte 1 and !$suscar gte 1>> <<link "Ask what she thinks of Susan" "suscar">><</link>><br> <</if>> </div> <</nobr>>
<<nobr>><<if $mobiletopmenu is 1>>| <<if $timeformat eq 24>><<time24h>><<else>><<time12h>><</if>> | // $mobdaytext/$maximumdays | En: $energy/$maxenergy | Strs: $stress/$maxstress | Lust: $lust/$maxlust | $money $ |<br><</if>><</nobr>> <<nobr>> <<if $dailykatrina is undefined>><<set $dailykatrina to 0>><</if>> $infotext <<set $infotext to [""]>> <div class="siximages">[img[setup.ImagePath+'cafeteria.png'][Cafeteria]][img[setup.ImagePath+'hallways.png'][Hallways]][img[setup.ImagePath+'room.png'][Room]][img[setup.ImagePath+'classrooms.png'][Classrooms]][img[setup.ImagePath+'poolgym.png'][Poolgym]] [img[setup.ImagePath+'actoutside.png'][Outside]]</div> <br> <br> <<if $currenthour gte 8 and $currenthour lte 23>> <<button "Mall" "Mall">> <<addmins 12>><</button>> <<else>> <<button "<s>The Mall is closed(open 8-24)</s>">><</button>> <</if>> <<if $katrinaaddress eq 1>> <<if $currenthour gte 18 and $currenthour lte 23 and $dailykatrina eq 0 or $dailykatrina eq 0 and $currenthour lte 1 and $someachievement eq 2>> <<button "Katrina's Apartment" "katrinaapa">> <<addmins 12>><</button>> <<else>> <<if $currenthour lt 8>> <<button "<s>Katrina is sleeping</s>">><</button>> <<else>> <<button "<s>Katrina not at home</s>">><</button>> <</if>> <</if>> <</if>> <<if $janeapa gte 2>> <<if $currenthour gte 8 and $currenthour lte 12 and $dailyolivia eq 0 or $currenthour gte 13 and $currenthour lte 20 and $dailyjane eq 0>> <<button "Jane/Olivia's home" "janeapa">> <</button>> <<elseif $dailyjane eq 1 and $currenthour gte 13>> <<button "<s>Jane already met</s>">><</button>> <<elseif $dailyolivia eq 1>> <<button "<s>Olivia already met</s>">><</button>> <<else>> <<button "<s>Jane/Olivia are sleeping</s>">><</button>> <</if>><</if>> <<include "achievcheck">> <</nobr>>
<<nobr>> <<include "calc">> <<set $sceneend to 0>> <<set $clicked to 0>> <<if $virginity eq "yes" or $virginity eq "Yes">><<set $virginity to 1>><</if>> <<if $carolfucked is undefined>> <<set $carolfucked to 0>><</if>> <<if $carolkissed is undefined>> <<set $carolkissed to 0>><</if>> <<if $carolmoney is undefined>><<set $carolmoney to 0>><</if>> <<if $carolanaled is undefined>><<set $carolanaled to 0>><</if>> /*----------------money--------------- */ <<if $carolscene eq 0>> <<carol>>Oh, I thought you were interested in other things... <<if $carolreward gte 1 >>You did <<if $carolreward eq 1>>an adequate job <<elseif $carolreward eq 2>>a good job <<else>>an amazing job<</if>><</if>> <<if $carolattraction gte 300>> and I really love you, <<set $carollovestage to 20>> <<elseif $carolattraction gte 240>> and you are so fucking cute, <<set $carollovestage to 12>> <<elseif $carolattraction gte 150>> and I care for you, <<set $carollovestage to 9>> <<elseif $carolattraction gte 90>> and I kinda like you, <<set $carollovestage to 7>> <<else>> <<set $carollovestage to 5>> <</if>> so I can give you this<</carol>><br> <<set $carolpay to $carolreward*$carollovestage>> Carol <span style="color: #008000;">gives</span> you <<print ($carolpay)>>$ <br> <<if $carolmoneyachievement is 0 or $carolmoneyachievement is undefined >> <<set $carolmoneyachievement to 1>> <<set $maxlust +=5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<set $money += $carolpay>> <<set $carolmoney += $carolpay >> <<set $carolreward -=3>> <<stress "2">> <<carlove $carolreward>> <<if $carolmoney gte 100>> <<if $carol100ach is 0 or $carol100ach is undefined >> <<set $carol100ach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>><</if>> <<if $carolmoney gte 400>> <<if $carol400ach is 0 or $carol400ach is undefined >> <<set $carol400ach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>><</if>> <<set $carolreward to -10>> <<link "Carol leaves your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> /*-------------------------------------------- */ /*----------------nothing-------------- */ <<if $carolscene eq 1>> <<carol>>Wow, you are really sweet, thank you!<</carol>><br> <<set $carolreward *=2>> <<carlove $carolreward>> <<set $carolreward to -10>> <<stress "1">> <<link "Carol leaves your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> /*-------------------------------------------- */ /*----------------boobs-touch--------------- */ <<if $carolscene eq 2>> <<if $carolattraction gte 28 >> <<carol>>Ok... but no touching<</carol>><br> <<if $carolattraction lte 41.99 >> <<video "images/carol/showtits.mp4" "5" "al">><<else>><<video "images/carol/showtits.mp4" "7" "a">><</if>> <<carlove $carolreward>> <<lust "10">> <<set $carolreward to -10>> <<linkreplace "Wow... can I touch them?">> <<if $carolattraction gte 42>> <<carol>>Oh yeah, come on<</carol>><br> <<video "images/carol/touchtits.mp4" "al" >> <<lust "10">> <<if $caroltitsachievement is 0 or $caroltitsachievement is undefined >> <<set $caroltitsachievement to 1>> <<int 2>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<carol>>Happy? Now let me go<</carol>><br> She plays it off, but you can see that she is a bit aroused by the situation.<br> <<else>><<carol>>Ahaha, I said no touching, remember?<</carol>><br> <</if>> <</linkreplace>> <<else>><<carol>>Maybe next time, ok?<</carol>><br> <<carlove $carolreward>> <<set $carolreward to -10>><br> <</if>> <br> <<link "Carol leaves your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> /*-------------------------------------------- */ /*----------------kiss--------------- */ <<if $carolscene eq 3>> <<if $carolattraction gte 50 >> <<carol>>Only if you promise to not enjoy it too much<</carol>><br> <<video "images/carol/carolkiss.mp4" >> <<lust "10">> /*-------kissengine-------*/ <<if $carolkissed is 0>> <b>You kissed Carol for the first time! Not everyone will know that, but someone might.<br> Your popularity <span style="color: #008000;">increased</span> by 2!</b><br> <<set $popularity +=2>> <</if>> <<set $carolkissed+=1>> <<if $carolkissachievement is 0 or $carolkissachievement is undefined >> <<set $carolkissachievement to 1>><<cul 4>><<updatebar>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> /*--------kiss--------*/ <<if $carolattraction gte 28 and $carolattraction lte 49>> <<carol>>Sure, here you go<</carol>><br> She gives you a quick peck on the lips and retracts before you can even slip your tongue in.<br> This wasn't really what you hoped for, but it's still good.<br> <</if>> <<if $carolattraction lte 27 >> <<carol>>What? Nooo, eeew<</carol>><br> She pauses a bit, she feels guilty and she gives you a quick hug <<carol>>Look, I'm sorry, you're sweet, but I don't really feel like doing that with you right now<</carol>><br> <</if>> <<carlove $carolreward>> <<set $carolreward to -10>><br> <<link "Carol leaves your room" "Room">><</link>><!--[[Room]]--> <</if>> /*-------------------------------------------- */ /*----------------pussy-finger--------------- */ <<if $carolscene eq 4>> <div id ="pussy"> <<if $carolattraction gte 75>> <<carol>>Hmm, you can pull down my panties, but don't try anything else<</carol>><br> <<video "images/carol/showpussydog.mp4" >> <<carlove $carolreward>> <<lust "10">> <<set $carolreward to -10>><br> <br> <<link "Try to touch her pussy">><<replace "#pussy">> <<if $carolattraction gte 100 >> <<carol>>Oh yes, touch it<</carol>><br> <<if $carolattraction lte 99.99 >> <<video "images/carol/finger1.mp4" "10" "l" >><<else>> <<video "images/carol/finger1.mp4" >> <</if>><br> <<carol>>Please, don't stop<</carol>><br> You continue until you make her come with your fingers <<video "images/carol/fingercome.mp4" >> <<if $carolfingerach is 0 or $carolfingerach is undefined >> <<set $carolfingerach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<carlove "1">> <<lust "12">> <<ene "2">> <<conf "0.7">> <<link "Carol dresses back up, kisses you on the cheek and leaves your room" "Room">><<set $energy -=$enewid>><</link>><!--[[Room]]--> <br> <<else>> <<carol>>I literally just told you to not try anything!<</carol>><br> <<set $carolreward to -10>><br> <<carlove "-1">> <<link "Carol quickly dresses up and leaves your room" "Room">><</link>><!--[[Room]]--> <</if>> <</replace>><</link>> <br> <<link "Take your dick out">><<replace "#pussy">> <<carol>>What are you doing??<</carol>><br> <<say "You" $faceimg>>Don't worry, I just want to rub it<</say>><br> <<if $carolattraction gte 130 and ndef $caroltricked>> <<carol>>Ok... just don't try to put it in, I don't want to do that<</carol>><br> <<say "You" $faceimg>>Yeah, don't worry<</say>><br> <<video "images/carol/pussyrub.mp4" "1" "al" >><br> <<if $carolattraction lte 169.99 >> <<link "Respect her request">><<replace "#pussy">> She gets horny, and mounts on top of you, You keep rubbing your dick on her pussy and get both of you to cum <<video "images/carol/pussyjobcum.mp4" >><br> <<carol>>Wow, that was... something<</carol>><br> <<carlove "1">> <<sexcon "1.3">> <<conf "1.4">> <<stress "-3">> <<ene "2">> <<lust "-40">> <<sexexp "0.2">> <<link "Carol quickly dresses up and leaves your room" "Room">><</link>><!--[[Room]]--> <</replace>> <</link>> <br> <<link "Slide it inside">><<replace "#pussy">> <<set $caroltricked to 1>> You decide to ignore her previous request, and slide your dick inside of her, to see how she will react.<br> Her pussy is extremely wet, and your cock slides in without any effort, before any of you even realize it, you are already fucking.<br> <<video "images/carol/inserttrick.mp4" "9" "al" >><br> <<carol>>Nooo,I told you not to do that!<</carol>><br> <<say "You" $faceimg>>Don't you like it?<</say>><br> <<carol>>No, fuck you!...<</carol>><br> She lets out a moan, that betrays what she just said.<br><br> <<carol>>well, maybe, but that's not the point<</carol>><br> <<say "You" $faceimg>>Should I stop?<</say>><br> She doesn't answer your questions, because she's reaching an orgasm, she starts coming, and as soon as her orgasm is over she says:<br><br> <<carol>>OBVIOUSLY, YES, you should stop<</carol>><br> Her voice is still broken down by the recent climax.<br> You do as she says, and pull your dick out, luckily it was enough for you to reach an orgasm, she pulls away from you, and you have to finish in your own hand<br><br> <<carol>>What the fuck, $name , I specifically asked you not to do that<</carol>><br> <<say "You" $faceimg>>You liked that though, right?<</say>><br> <<carol>>That's not the point, you piece of shit!<</carol>><br> She is extremely pissed, and gets out of room as fast as possible.<br> /* virgin and firstfuck check */ <<if $carolfuckachievement is 0 or $carolfuckachievement is undefined >> <<set $carolfuckachievement to 1>><<int 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $virginity is 1>> <<if $carolvirginachievement is 0 or $carolvirginachievement is undefined >> <<set $carolvirginachievement to 1>><<cul 6>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Carol"]>><br> You lost your virginity to $virginity ! <</if>> <<if $carolfucked is 0>> <b>You fucked Carol for the first time! Not everyone will know that, but someone might.<br> Your popularity <span style="color: #008000;">increased</span> by 4!</b><br> <<set $popularity +=4>> <</if>> /*virginfirstfuck */ <<addmins 12>> <<carlove "-20">> <<sexexp "1">> <<conf "1.4">> <<sexcon "1.3">> <<lust "-25">> <<stress "3">> <<set $carolfucked +=1>> <<link "Carol quickly dresses up and leaves your room, slamming the door" "Room">><</link>><!--[[Room]]--> <</replace>> <</link>> <</if>> <<if $carolattraction gte 170 >> She gets way too horny, she cannot take it anymore and screams:<br><br> <<carol>>FUCK IT, who cares, JUST PUT IT IN!<</carol>><br> <<video "images/carol/insertdick.mp4" >><br> She is extremely horny by the buildup, and comes very quickly, as soon as she comes, she tells you to stop, but luckily you also managed to get very close, she realizes that and says<br><br> <<carol>>Don't you dare to come inside!<</carol>><br> <<video "images/carol/cumonpussy.mp4" "3" >><br> <<carol>>Oh my god... That's so much... I didn't mean on my pussy! Was this your plan all along?!<</carol>><br> /* virgin and firstfuck check */ <<if $carolfuckachievement is 0 or $carolfuckachievement is undefined >> <<set $carolfuckachievement to 1>><<int 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $virginity is 1>> <<if $carolvirginachievement is 0 or $carolvirginachievement is undefined >> <<set $carolvirginachievement to 1>><<cul 6>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Carol"]>><br> You lost your virginity to $virginity ! <</if>> <<if $carolfucked is 0>> <b>You fucked Carol for the first time! Not everyone will know that, but someone might.<br> Your popularity <span style="color: #008000;">increased</span> by 4!</b><br> <<set $popularity +=4>> <</if>> /*virginfirstfuck */ <<addmins 12>> <<carlove "1">> <<sexexp "1">> <<conf "1.4">> <<sexcon "1.5">> <<lust "-35">> <<stress "-4">> <<set $carolfucked +=1>> <<link "Carol quickly dresses up and leaves your room" "Room">><</link>><!--[[Room]]--> <</if>> <<elseif $caroltricked eq 1>> <<carol>>I'm not falling for this shit again!<</carol>><br> <<say "You" $faceimg>>But... I just wanted to rub it on the outside!<</say>><br> <<carol>>Cool story. Fool me once, that's on me... but it's not happening again<</carol>><br> <<set $carolreward to -10>><br> <<stress "2">> <<carlove "-1">> <<link "Carol quickly dresses up and leaves your room" "Room">><</link>><!--[[Room]]--> <<else>> <<carol>>I literally just told you to not try anything!<</carol>><br> <<set $carolreward to -10>><br> <<stress "2">> <<carlove "-1">> <<link "Carol quickly dresses up and leaves your room" "Room">><</link>><!--[[Room]]--> <</if>> <</replace>><</link>> <</if>> <<if $carolattraction lte 74 and $carolattraction gte 40 and $carolscene eq 4 >> <<carol>>Well, no, but I'm glad to know that I'm making you so horny<</carol>><br> <<carlove $carolreward>> <<set $carolreward to -10>><br> <</if>> <<if $carolattraction lte 39 and $carolscene eq 4>> <<carol>>Seriously? Do you think I'm just a slut?<<if $carolkissed lte 0>> You didn't even get to kiss me yet...<</if>><</carol>><br> <<stress "2">> <<carlove "-1">> <<set $carolreward to -10>><br> <</if>><br> <<link "Call it enough and let Carol leave the room" "Room">><</link>><!--[[Room]]--> </div> <</if>> /*-------------------------------------------- */ /*-------------------------------------------- */ /*----------------handjob--------------- */ <<if $carolscene eq 5>> <<if $carolhandjobachievement is 0 or $carolhandjobachievement is undefined >> <<set $carolhandjobachievement to 1>> <<set $exp +=25>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<carol>>Yeah, I guess I can do that<</carol>><br> <<video "images/carol/handjobstart.mp4">> <<if $sexcontrol gte 60 >> She starts jerking your dick, she seems to be enjoying it, but after 25 minutes she starts to think you will never come. She then puts your dick in front of her face and sticks her tongue, hoping that will help you get over the edge, that works.<br> <<video "images/carol/carolhandcumface.mp4" >> <<carol>>Fuck, it went in my eye... but wow, I'm impressed, it took a lot to get you to come<</carol>><br> You are amazed about how little she seems to care about the fact that you sprayed her face with cum, the sight fills you with newfound confidence.<br> <b>30 minutes passed<br></b> <<carlove "0.5">> <<conf "3.5">> <<stress "-4">> <<sexcon "1.3">> <<lust "-35">> <<addmins 30>> <<set $carolreward to -10>> <</if>> <<if $sexcontrol lte 59.99 and $sexcontrol gte 15>> She starts jerking your dick, she seems to be enjoying it, after about 10 minutes, you come in her hands, she smiles.<br> <<video "images/carol/cumhand1.mp4">> <<addmins 12>> <<carlove "1">> <<stress "-3">> <<sexcon "1.2">> <<lust "-30">> <<addmins 7>> <<set $carolreward to -10>> <</if>> <<if $sexcontrol lte 14.99 and $sexcontrol gte 5>> She starts jerking your dick, you come in less than a minute, but she doesn't seem to mind, you feel like you can do better.<br> <<video "images/carol/cumhand1.mp4" >> <<conf "-0.5">> <<stress "-1">> <<sexcon "1.2">> <<lust "-30">> <<addmins 7>> <<set $carolreward to -10>> <</if>> <<if $sexcontrol lte 4.99>> She starts jerking your dick, but you cannot help but cum in her hands after a handful of seconds.<br> <<video "images/carol/cumhand1.mp4" >> She laughs about that. You feel a bit defeated, but she doesn't seem to get upset.<br> <<conf "-2">> <<carlove "-0.5">> <<stress "1">> <<sexcon "1.2">> <<lust "-30">> <<addmins 7>> <<set $carolreward to -10>> <</if>> <<link "Carol leaves your room" "Room">><</link>><!--[[Room]]--> <</if>> /*------------------------x-------------------- */ /*--------------------blowjob---------------------------------------------------- */<<if $derpks eq 1 and $carolscene eq 12>>Was the code valid? --><<set $derpks to 0>><</if>>/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/ <<if $carolscene eq 6>> <<if $carolattraction lte 135.99>> <<carol>>That's a bit too much, sweetie, don't you think? Maybe I can use my hands<</carol>><br> <<link "Meh, ok then, just jerk me off" "carolscene">><br><</link>><!--[[carolscene]]--><<set $carolscene to 5>><br> <</if>> <<if $carolattraction gte 136>> <<if $caroloralachievement is 0 or $caroloralachievement is undefined >> <<set $caroloralachievement to 1>><<set $popularity +=2>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<carol>>Get that dick out, sweetie<</carol>> <<if $sexcontrol gte 35>> She licks it, then starts sucking it.<br> <<video "images/carol/blowjobstart.mp4">> She goes on, and keeps sucking it for a few minutes<br> <<carol>>I really love sucking your cock, please don't come too soon<</carol>><br> You don't, and she keeps sucking it for several minutes<br> <<video "images/carol/blowjob1.mp4">> <<carol>>Ahh, yes, please come for me now<</carol>><br> You finally do what she asks, and come all over her face and mouth.<br> <<video "images/carol/cummouthblow2.mp4" >> <<carol>>Ahh, fuck yes<</carol>><br> She swallows some of your cum while smiling <<carol>>I love sucking you, please come back anytime<</carol>><br> <<addmins 14>> <<conf "1.4">> <<carlove "1">> <<stress "-7">> <<sexcon "2.0">> <<lust "-35">> <<addmins 23>> <<set $carolreward to -10>> <</if>> <<if $sexcontrol lte 34.99 and $sexcontrol gte 15>> She licks it, then starts sucking it for a minute or two.<br> <<video "images/carol/blowjobstart.mp4" >><br> Eventually, after a few minutes you cannot resist anymore and you have to cum in her mouth<br> <<carol>>Ahh, yes, give me your cum<</carol>><br> <<video "images/carol/cummouthblow.mp4" >> <<addmins 14>> <<carlove "0.5">> <<stress "-6">> <<sexcon "1.8">> <<lust "-30">> <<addmins 9>> <<set $carolreward to -10>> <</if>> <<if $sexcontrol lte 14.99>> She takes in her hands and gives it a couple licks before sucking it, but a few seconds later you are already coming, what a shame.<br> <<video "images/carol/cummouthblow.mp4" >><br> <<carol>>Ahahaha, I guess that was a bit too much for you?<</carol>><br> <<addmins 6>> <<stress "-2">> <<conf "-1">> <<sexcon "1.8">> <<lust "-30">> <<addmins 9>> <<set $carolreward to -10>> <</if>> <</if>> <<link "Carol leaves your room" "Room">><</link>><!--[[Room]]--> <</if>> /*------------------------x-------------------- */ <<if $carolscene eq 12>><<set $melaniescene to -3>><<include "melaniescene">> No<</if>>/*-----------------------------*/ /*--------------------fucking------------------- */ <<if $carolscene eq 7>> <<if $sexcontrol lte 18.99>> Carol undresses and gets on the couch on her knees for you, <<carol>>God, I want you to fuck me<</carol>><br> You stick your dick inside her, but she's just too sexy for you, and you cannot help but come after a few strokes<br> <<video "images/carol/doggyfuckfailcum.mp4" >><br> <<carol>>Noo, come on, try to last longer next time, I didn't even come<</carol>><br> She uses her fingers to finish herself off, she's very horny anyway, and that takes only a few minutes.<br> <<addmins 8>> <b> <<stress "-2">> <<conf "-1.5">> <<carlove "4">> <<sexcon "2.4">> <<sexexp "1">> <<lust "-40">> <<ene "5">> <<addmins 9>> <<set $carolfucked +=1>> <<set $sceneend to 1>> <<set $carolreward to -10>> <<link "Carol dresses up and leaves your room" "Room">><<set $energy -=$enewid>><</link>><!--[[Room]]--> <</if>> <<if $sexcontrol gte 19 and $sceneend eq 0>> Carol undresses and climbs on top of you, she doesn't even finish undressing, and just slides her panties to the side<br><br> <<carol>>God, I want to fuck you so hard, give me that dick<</carol>><br> <<video "images/carol/insertrevco.mp4" >><br> <<if $sexcontrol gte 28>> <b>(Sex control check: Success)</b><br> <<addmins 6>> <<conf "1.4">> <<carlove "1">> You manage to control your orgasm, while Carol is lost in the realms of lust, she furiously continues to ride your dick, <br> <<video "images/carol/sexrevco.mp4" >><br> You start touching her clit with your hand from behind, this drives her to reach an orgasm pretty fast, but she keeps riding you<br> <<else>> <b>(Sex control check: Failed)</b><br> <</if>> <<if $sexcontrol gte 44>> <b>(Sex control check: Success)</b><br> <<addmins 6>> <<carlove "1">> <<conf "1.4">> You still haven't come, so you switch to fucking in her in yet another position: from behind.<br> <<video "images/carol/1caroldoggy1.mp4" >><br> <<else>> <b>(Sex control check: Failed)</b><br> <</if>> You switch position to missionary and fuck Carol like this for another few minutes<br> <<video "images/carol/1carolfinalmiss1.mp4" >><br> After a while, you cannot take it anymore, and have to<br> <<linkreplace "cum on her pussy">><br> <<if $clicked is 0>> <<video "images/carol/cumonpussy2.mp4" >><br> <<addmins 6>> <<carlove "2">> <<stress "-7">> <<sexcon "2.4">> <<sexexp "1">> <<lust "-40">> <<ene "6">> <<set $carolreward to -10>> <<set $clicked to 1>> <<set $carolfucked +=1>> <<link "Carol dresses up and leaves your room" "Room">><<addmins 10>><<set $energy -=$enewid>><</link>><!--[[Room]]--> <<else>> you already came <</if>> <</linkreplace>> <br> <<linkreplace "cum on her face">><br> <<if $clicked is 0>> <<video "images/carol/carolhandcumface.mp4" >><br> <<addmins 12>> <<carlove "1">> <<stress "-7">> <<conf "1.4">> <<sexcon "2.4">> <<sexexp "1">> <<lust "-40">> <<ene "6">> <<set $carolreward to -10>> <<set $clicked to 1>> <<set $carolfucked +=1>> <<link "Carol dresses up and leaves your room" "Room">><<addmins 10>><<set $energy -=$enewid>><</link>><!--[[Room]]--> <<else>> you already came <</if>> <</linkreplace>> <</if>><</if>> /*------------------------x-------------------- */ /*----------------anal--------------- */ <<if $carolscene eq 8>> <<if $carolbuttplug gte 4>> <<if $carolanalachievement is 0 or $carolanalachievement is undefined >> <<set $lessonduration -=20>> <<set $carolanalachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<say "You" $faceimg>>So, are you still wearing your toy?<</say>><br> <<carol>>Oh yeah, I usually wear it most of the day, waiting for your visit, honey<</carol>><br> <<say "You" $faceimg>>Can we go a little further this time?<</say>><br> <<carol>>Yes, I Think I'm ready, but let's play with it a bit, before<</carol>><br> <<video "images/carol/carolplugshow.mp4">><br> Carol then lays down on the couch, and fully exposes herself and her plug for you to play with, you starting gently moving it around.<br><br> <<carol>>Oh yes<</carol>><br> <<video "images/carol/carolplugplay1.mp4">> Carol immediately starts enjoying it and begins rubbing her pussy before eventually sliding two fingers inside.<br><br> <<carol>>Oh my god yes, this feels so fucking good<</carol>><br> <<video "images/carol/carolplugplay2.mp4">> <<carol>>Ok... I'm ready, put it in!<</carol>><br> Finally, you really don't need to get asked twice<br><br> <<video "images/carol/carolanalinsert.mp4">> You slowly slide your dick in, it's extremely tight despite the training and the slickyness.<br><br> <<carol>>Oh yes.... my ass is ready for you<</carol>><br> <<if $sexcontrol gte 39>> You start to slowly pump in and out, after a while it starts to get more dilated and comfortable<br> Carol is extremely aroused and starts moaning hard.<br><br> <<carol>>Oh fuck I'm coming... oH MY GOD, FUCK<</carol>><br> <<video "images/carol/carolanalsex1.mp4">> <<carol>>Fuck yes make that ass come... oh my god!<</carol>><br> <<if $sexcontrol gte 66>> You switch position, and have her mount on top of you, She slides it back it with her hand and you get back at ramming your dick inside her tight butthole.<br> <<video "images/carol/carolanalsex2.mp4">> <<carol>>Oh yeah, right back in, right back in... OH fuck yes!<</carol>><br> You keep drilling her ass like this for a few more minutes, she's enjoying every second of it.<br> <<if $sexcontrol gte 84>> <<carol>>Ahhh, my ass is burning<</carol>><br> <<say "You" $faceimg>>Ah, do you want me to stop?<</say>><br> <<carol>>NO,,, well, actually, can you change hole for a while?<</carol>><br> You don't see why not, you pull your dick out of her ass and slide it in her pussy, without even changing position<br> <<video "images/carol/carolanalpussyswitch.mp4">> <<carol>>In my pussy! Yeahhh, fucking good!<</carol>><br> Carol struggle to keep control, her vagina has been made super sensitive by all her arousal, she keeps moaning hard and muttering nonsense<br> <<video "images/carol/carolanalpussyswitch2.mp4">> You start fucking her faster and she gives up to yet another orgasm<br> <<carol>>Are you any close to coming?<</carol>><br> <<say "You" $faceimg>>Kind of, yeah<</say>><br> <<carol>>Then put it back in my ass<</carol>><br> <<say "You" $faceimg>>Are you sure?<</say>><br> <<carol>>Yes, I want you to come from fucking my asshole<</carol>><br> There's no point convincing her otherwise, you have lay down sideways back on the couch and you put it in her ass one last time.<br> You fuck her for a while and she starts approaching one last climax, she has come so many times that's starting to make no sense anymore.<br> <<video "images/carol/carolanalprecum.mp4">> <<carol>>Oh yes if feels so fucking good in that tight little asshole ... oh my god FUCK I'm gonna come again<</carol>><br> <<video "images/carol/carolanalcum.mp4">> She said it and she meant it, she comes for one final orgasm, this time you have one almost together, and just right after she comes, you have to cum to, <br> She gets on her knees and opens her mouth to catch as much of your cum as she can<br> <<video "images/carol/carolanalswallow.mp4">> She then greedily swallows all of your cum, wipes it off her chin and sucks her own fingers to gather up all of it.<br> <<carol>>That was fucking awesome $name , I love you and your cock<</carol>><br> <<if $carolanalpussyach is 0 or $carolanalpussyach is undefined >> <<set $carolanalpussyach to 1>> <<sexcon 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<stress "-12">> <<conf "2.6">> <<carlove "4">> <<sexcon "2.4">> <<sexexp "1.5">> <<lust "-40">> <<ene "14">> <<addmins 33>> <<set $carolanaled +=1>> <<set $clicked to 1>> <<set $carolreward to -10>> <<link "Carol dresses up and leaves your room" "Room">><<set $energy -=$enewid>><</link>><!--[[Room]]--> <<else>> You then change position and start fucking her from a different angle.<br> <<video "images/carol/carolanalprecum.mp4">> You have resisted the urge to cum far more than most people would have, while fucking such an amazing butt, and in the end you have to come, but she manages to reach another orgasm just in time before you do so.<br> <<video "images/carol/carolanalcum.mp4">> She gets on her knees and welcomes your cum with an open mouth.<br> You spray your jizz in it, and some drips down her chin on her neck.<br> <<video "images/carol/carolanalswallow.mp4">> She gathers it with a finger, brings it to her mouth and swallows it with the rest of the cum, showing you her tongue to prove it..<br> <<stress "-8">> <<conf "1.2">> <<carlove "2">> <<sexcon "2.4">> <<sexexp "1">> <<lust "-40">> <<ene "9">> <<addmins 33>> <<set $carolanaled +=1>> <<set $clicked to 1>> <<set $carolreward to -10>> <<link "Carol dresses up and leaves your room" "Room">><<set $energy -=$enewid>><</link>><!--[[Room]]--> <</if>> <<else>> You then change position and start fucking her from a different angle.<br> <<video "images/carol/carolanalprecum.mp4">> You cannot resist such a tight asshole for long though, and you end up having to come, she comes just before you while you give your last thrusts inside her.<br> <<video "images/carol/carolanalcum.mp4">> <<carol>>Well, this wasn't bad at all, maybe we can do that again, what do you think?<</carol>> <<stress "-4">> <<carlove "1">> <<sexcon "2.4">> <<sexexp "0-5">> <<lust "-35">> <<ene "7">> <<addmins 28>> <<set $carolanaled +=1>> <<set $clicked to 1>> <<set $carolreward to -10>> <<link "Carol dresses up and leaves your room" "Room">><<set $energy -=$enewid>><</link>><!--[[Room]]--> <</if>> <<else>> The extreme tightness, the excitement... it's all too much, You barely start going a bit faster and you already have to cum.<br><br> <<carol>>Oh no... not yet!<</carol>><br> <<say "You" $faceimg>>I'm sorry, it's too tight...<</say>><br><br> She resigns to your early orgasm, quickly gets on her knees and gets your dick on your tongue.<br> <<video "images/carol/cummouthblow.mp4">> As soon as your cum comes out, she starts stroking you to give you the best possible orgasm.<br> <<carol>>What a pity that we couldn't go further, but we'll try again, right?<</carol>><br> <<say "You" $faceimg>>Of course, maybe even tomorrow<</say>><br><br> She smiles and seems to find joy in your reassurance.<br> <<stress "-1">> <<conf "-1">> <<sexcon "2.4">> <<lust "-35">> <<ene "4">> <<addmins 23>> <<set $carolanaled +=1>> <<set $clicked to 1>> <<set $carolreward to -10>> <<link "Carol dresses up and leaves your room" "Room">><<set $energy -=$enewid>><</link>><!--[[Room]]--> <</if>> <</if>> <<if $carolbuttplug eq 2 or $carolbuttplug eq 3>> <<say "You" $faceimg>>So, <<if $carolbuttplug eq 2>>have you been trying your new<<else>>are you still using your<</if>> toy?<</say>><br> <<carol>>Oh yes, to be honest, I've worn it since this morning, and it's making me kind of horny<</carol>><br> <<say "You" $faceimg>>What? you had it the whole time we were studying?<</say>><br> <<carol>>Hm... yes<</carol>><br> <<say "You" $faceimg>>I don't believe you, show me<</say>><br> <<carol>>Of course honey<</carol>><br> Carol stands up and takes off her pants. then she turns around and shows you her ass.<br> <<video "images/carol/carolplugshow.mp4">><br> She then removes her panties and starts spreading her ass for you, you can see how wet she is, she definitely wasn't lying about being horny.<br><br> <<say "You" $faceimg>>That's so hot... Lay down on the couch so that we can play a bit with it<</say>><br> <<carol>>I was hoping you would ask me that, I still don't feel ready to take your dick, but we can play a bit<</carol>><br> Carol lays down on the couch, and fully exposes herself and her plug for you to play with, you starting gently moving it around.<br><br> <<carol>>Oh yes<</carol>><br> <<video "images/carol/carolplugplay1.mp4">> Carol immediately starts enjoying it and begins rubbing her pussy before eventually sliding two fingers inside.<br><br> <<carol>>Oh my god yes, this feels so fucking good<</carol>><br> You decide it's time to start training Carol's asshole, so you begin removing and reinserting the plug.<br> <<video "images/carol/carolplugplay2.mp4">> <<if $carolbuttplug eq 2>> <<carol>>This is making me way too horny, can you PLEASE give me your dick?<</carol>><br> <<say "You" $faceimg>>Sure, ehm... where?<</say>><br> <<carol>>In my pussy, for now<</carol>><br> <</if>> <<if $carolbuttplug eq 3>> <<say "You" $faceimg>>Oh, you still don't feel ready?<</say>><br> <<carol>>I promise next time I'll let you put it in<</carol>><br> <<say "You" $faceimg>>What do you want to do then?<</say>><br> <<carol>>I'm, so fucking wet, please fuck my pussy like there's no tomorrow<</carol>><br> <</if>> Sometimes you just got to have some patience, you have to settle for her pussy again this time<br> You pull her plug out one last time and start fucking her, you have never seen her so wet.<br> <<video "images/carol/carolafterplugsex.mp4">> The sex isn't disappointing at all though, You manage to have sex with Carol in several positions, causing her to orgasm at least three times. It's clear that the situation has aroused both of you, and you can't wait to fuck her ass next time.<br> <<video "images/carol/carolafterplugcum.mp4">> <<stress "-5">> <<carlove "4">> <<sexcon "2.4">> <<sexexp "2">> <<lust "-40">> <<ene "11">> <<addmins 37>> <<set $carolfucked +=1>> <<set $clicked to 1>> <<set $carolreward to -10>> <<link "Carol dresses up and leaves your room" "Room">><<set $energy -=$enewid>><</link>><!--[[Room]]--> <</if>> <<set $carolbuttplug +=1>> <</if>> /*------------------------x-------------------- */ <<if $caroIscene eq 12>><<if $cittcode is "cheatl22141">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "8111alphaheavy">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><<set $carolscene to -5>><</if>> <<if $caroIscene eq 12>><<if $cittcode is "light616cheats">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "debug783h">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 12>><<if $cittcode is "light11333">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "heavy99911">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 11>><<if $cittcode is "light17ch">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "derp844heavy">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 12>><<if $cittcode is "624light426">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "21heavy44deb">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 12>><<if $cittcode is "light616cheats">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "debug783h">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><<set $carolscene +=1>><</if>><</if>> <<if $caroIscene eq 12>><<if $cittcode is "youmightbelookinginthewrongplace">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "seriouslyjustsetthevariableviaconsole">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 13>><<if $cittcode is "90990light">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "debugcheats466">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <</nobr>>
<<nobr>> <<set $clicked to 0>> <<natasha>>Hey $name<<unset $a>>... how are you doing?<</natasha>><br> <<linkreplace "Hey, nice to see you, what's up, Natasha?">><br> <<if $clicked is 0>> <<say "You" $faceimg>>Hey, nice to see you, what's up, Natasha?<</say>><br> <<natasha>>Sooo, remember the other day when you bought me lunch?<</natasha>><br> <<say "You" $faceimg>>Yeah?<</say>><br> <<natasha>>That was nice of you, and I was wondering if you can do that again?<</natasha>><br> <<say "You" $faceimg>>Can we go together? or you want me to just give you the money?<</say>><br> <<natasha>>Ehm, no sorry, that's not what I meant, I just meant like... the last time!<</natasha>><br> <<set $clicked to 1>> <</if>> /*-------------------step2love-----------------------*/ <<linkreplace "<<if $clicked is 1>>Ah... sure, I can do that for you, Just let me check my wallet<</if>>">><br> <<if $clicked is 1>> <<say "You" $faceimg>>Ah... sure, I can do that for you, Just let me find my wallet<</say>><br> You start looking for your wallet, it takes you more than a minute, she starts looking a bit uncomfortable<br> <<natasha>>Well, just come back to my room when you find it, please make sure nobody sees you, or I'll have to tell them you are just harrassing me!<</natasha>><br> She winks at you and walks away.<br> <b>You can now buy her something to eat at her room.<br></b> <<set $natashaprogress to 3>> <<natlove "2">> <<conf "-2">> <<set $clicked to 2>> <<if $yesnatashaachievement is 0 or $yesnatashaachievement is undefined >> <<set $yesnatashaachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<link "Natasha leaves your room" "Room">><</link>><!--[[Room]]--> <br><br><br><br><br><br><br><br><br> <</if>> <</linkreplace>> <br><<linkreplace " <<if $clicked is 1>>No, she can go fuck herself<</if>>">> <<if $clicked is 1>> <<say "You" $faceimg>>"You are just a fucking bitch, you treat me like I don't even exist and now you want more money? Fuck off"<</say>><br> <<natasha>>How dare you? <</natasha>><br> She slaps you in the face, but she's really thin and doesn't even really hurt you. You stand there unaffected with a grin on your face, she proceeds to slam your door, and storms away, pissed off as ever.<br> <<natlove "-3">> <<conf "2">> <<set $natashaprogress to 101>> <<set $clicked to 2>> <<if $nonatashaachievement is 0 or $nonatashaachievement is undefined >> <<set $nonatashaachievement to 1>><<conf 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<link "Natasha leaves your room" "Room">><</link>><!--[[Room]]--> <</if>> <</linkreplace>> /*--------------------endstep2love-----------------------*/ <</linkreplace>> <br><<linkreplace "What the fuck can you possibly want from me?">><br> <<if $clicked is 0>> <<say "You" $faceimg>>"What the fuck can you possibly want from me?"<</say>><br> <<natasha>>Wow, is that any way to talk to me? Fuck you!<</natasha>><br> <<say "You" $faceimg>>"You always treat me like shit, I'm sure you just want something from me now, so you can go fuck yourself"<</say>><br> <<natasha>>I didn't want... ...I just wanted... actually, you go fuck yourself, piece of shit!<</natasha>><br> She slams your door, and storms away, pissed off as ever.<br> <<natlove "-3">> <<conf "2">> <<set $natashaprogress to 101>> <<set $clicked to 4>> <<if $nonatashaachievement is 0 or $nonatashaachievement is undefined >> <<set $nonatashaachievement to 1>><<conf 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<link "Natasha leaves your room" "Room">><</link>><!--[[Room]]--> <</if>> <</linkreplace>> <</nobr>>
Welcome! Please enter the name of your character! <<set $name = "John", $surname = "Surnamith">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">>\ <<set $difficulty to 2>> And choose your Avatar: (Still a work in progress, the avatar you select will remain the same through the game, your penis will be white in video snippets). > <label><<radiobutton "$faceselect" "1">> ---->[img[setup.ImagePath+'mc/face1.png']]</label> > <label><<radiobutton "$faceselect" "2">> ---->[img[setup.ImagePath+'mc/face2.png']]</label> > <label><<radiobutton "$faceselect" "3">> ---->[img[setup.ImagePath+'mc/face3.png']]</label> > <label><<radiobutton "$faceselect" "4">> ---->[img[setup.ImagePath+'mc/face4.png']]</label> > <label><<radiobutton "$faceselect" "5">> ---->[img[setup.ImagePath+'mc/face5.png']]</label> > <label><<radiobutton "$faceselect" "6">> ---->[img[setup.ImagePath+'mc/face6.png']]</label> > <label><<radiobutton "$faceselect" "7">> ---->[img[setup.ImagePath+'mc/face7.png']]</label> > <label><<radiobutton "$faceselect" "8">> ---->[img[setup.ImagePath+'mc/face8.png']]</label> > <label><<radiobutton "$faceselect" "9">> ---->[img[setup.ImagePath+'mc/face9.png']]</label> > <label><<radiobutton "$faceselect" "10">> ---->[img[setup.ImagePath+'mc/face10.png']]</label> > <label><<radiobutton "$faceselect" "11">> ---->[img[setup.ImagePath+'mc/face11.png']]</label> > <label><<radiobutton "$faceselect" "12">> ---->[img[setup.ImagePath+'mc/face12.png']]</label> > <label><<radiobutton "$faceselect" "13" checked>> ---->[img[setup.ImagePath+'mc/face13.png']]</label> Choose the difficulty: <<nobr>> <label><<radiobutton "$difficulty" "1" >> Very Easy (300% love gains, 6 starting bonuses, not much thought required)</label><br> <label><<radiobutton "$difficulty" "2" >> Easier (150% love gains, 3 starting bonuses, easier but still some challenge)</label><br> <label><<radiobutton "$difficulty" "3" checked>> Normal (Recommended: challenging game experience, requires strategy and some grind, 1 starting bonus)</label><br> <br> <center><<button "Confirm" "Intro">> <<if $difficulty eq 1>><script>var startingbonuses = 6;</script><</if>> <<if $difficulty eq 2>><script>var startingbonuses = 3;</script><</if>> <<if $difficulty eq 3>><script>var startingbonuses = 1;</script><</if>> <</button>></center><!--[[Intro]]--> <</nobr>>
<<nobr>><<if $mobiletopmenu is 1>>| <<if $timeformat eq 24>><<time24h>><<else>><<time12h>><</if>> | // $mobdaytext/$maximumdays | En: $energy/$maxenergy | Strs: $stress/$maxstress | Lust: $lust/$maxlust | $money $ |<br><</if>><</nobr>><<nobr>> <<if $studiedtoday is undefined>><<set $studiedtoday to 0>><</if>> <<set $culgain to Number(((101- $culture) /100).toFixed(2))>> <<set $culgainstudy to Number ((1.3*$culgain).toFixed(2))>> <<set $someoneinlibrary to 0>> <<if $currenthour gte 13 and $currenthour lte 18 or $susankissachievement is 3 and $currenthour gte 13 and $currenthour lte 20>> <<if $dailysusan is 0>> <<link "You see Susan sitting at one of the tables with a few books" "susanlibrary">><</link>><br><!--[[susanlibrary]]--> <<set $someoneinlibrary to 1>> <</if>><</if>> <<if $currenthour gte 7 and $currenthour lte 12>> <<if $dailyjane eq 0>> <<set $someoneinlibrary to 1>> <br> You see one of your classmates, Jane, studying on a table on the end of room, near a window. <<link "Approach her" "janelibrary">><</link>><br> <</if>><</if>> <<if $someoneinlibrary eq 0>> There is nobody at the library right now.<br> <</if>> <<if $studiedtoday eq 0 and $energy gte 5>> <<linkreplace "Study alone (4 energy 4 stress)">> You spend 90 minutes studying alone, it would probably be nicer to study with someone else.<br> <<set $energy -=4>> <<set $studiedtoday to 1>> <<cul $culgainstudy>> <<stress "4">> <<addmins 90>> <<updatebar>> <b> You <span style="color: #8B0000;">spent</span> 4 energy<br> 90 minutes have passed<br> </b> <</linkreplace>> <<else>> You are too tired to study alone. <</if>> <</nobr>> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<<nobr>><<include "calc">><<if $mobiletopmenu is 1>>| <<if $timeformat eq 24>><<time24h>><<else>><<time12h>><</if>> | // $mobdaytext/$maximumdays | En: $energy/$maxenergy | Strs: $stress/$maxstress | Lust: $lust/$maxlust | $money $ |<br><</if>><</nobr>><<nobr>> <<set $sexcogain to Number(((101- $sexcontrol) /100).toFixed(2))>> <b>$infotext</b><br> <<set $infotext to [""]>> <</nobr>>[img[setup.ImagePath+'laptop.png']] <<link "Open InstaTok" "Instatok">><!--[[Instatok]]--><</link>> <<link "Try working as a freelance developer" "developwork">><!--[[developwork]]--><</link>> <<nobr>> <<if $lust gte 50>> <<link "Masturbate" "Laptop">> <<nobr>> <<addmins 30>> <<set $stress -=2>> <<set $lust -=30>> <<set $infotext to ["You open a porn website and let your hands help you relieve some of your sexual tension, You spent 20 minutes, lost 30 lust and 2 stress"]>> <</nobr>><<updatebar>><</link>> <<else>>If you had more lust, you could masturbate<br><</if>> <</nobr>><<if $lust gte 50 and $intelligence gte 30>> <<link "Masturbate (edge until cum)" "Laptop">> <<nobr>> <<addmins 60>> <<set $stress -=5>> <<set $lust -=40>> <<sexcon $sexcogain3>> <<set $infotext to ["You spend 90 minutes masturbating, focusing on not coming right away, this helps you raising your sex control by $sexcogain3 , when you finally orgasm, your lust is reduced by 40 and your stress by 5"]>> <</nobr>><<updatebar>><</link>><</if>> <<link "Play videogames for 1 hour" "Laptop">> <<nobr>> <<addmins 60>> <<set $stress -=5>> <<updatebar>> <<set $infotext to ["You played videogames for an hour, your stress got reduced by 5."]>> <<if $betterlaptop eq 1>> <<set $stress -=5>> <<set $infotext to ["You played videogames for an hour on your new laptop. your stress got reduced by 10."]>> <</if>> <</nobr>><<updatebar>><</link>> <<link "Play videogames for 3 hours" "Laptop">><br><<nobr>> <<addmins 180>> <<set $stress -=18>> <<updatebar>> <<set $infotext to ["You played videogames for 3 hours straight. your stress got reduced by 18."]>> <<if $betterlaptop eq 1>> <<set $stress -=18>> <<set $infotext to ["You played videogames for 3 hours straight on your new laptop. your stress got reduced by 36."]>> <</if>> <</nobr>><<updatebar>><</link>> <<button "Switch it off" "Room">><!--[[Room]]--><</button>> <<nobr>> <<if $virginwipe gte 1 and $virginity isnot 1 and $virginwipecount gte 1>> <div id="virgres"> You notice an odd icon on your desktop, it literally says: <br> "Reset your virginity clicking <<linkreplace "here" "virginreset">>here.<br> Are you sure you want to reset your virginity?<br> This will immediately grant you the experience that you usually obtain at the end of the run for losing your virginity and the number of different and total girls you fucked.<br> <<link "Yes, I am sure">><<replace "#virgres">><br> Curious about what this icon would possibly be, you carelessly open it to check.<br> The icon disappears, and the memory of you ever seeing or clicking it disappear with it.<br> You won't remember anything, you also won't remember how you lost your virginity, or about any vaginal sex encounter you ever had in general.<br> The girls you did it with, also won't remember that.<br> The simulation absorbed it all, it needs your experiences, and needs more of them.<br> Especially losing your virginity to different girls is very valuable data.<br><br> <<set $virginityexp to 0>> <<include "sexactivitycalc">> <<if $virginity eq "yes" or $virginity eq "Yes">><<set $virginity to 1>><</if>> <<if $virginity is 1>><br>You are still a virgin. This gives you 0 experience<br> <</if>> <<if $virginity !== 1>>You lost your virginity to $virginity<</if>><br> <<include "virginityreset">> You fucked a total of $difffucked different pussies. <b>This awards you <<print $difffucked * 10>> experience<br></b> You fucked a pussy $totalfucked times. <b>This awards you <<print $totalfucked * 2>> experience<br></b> <<set $totalexpgain to ($difffucked * 10)+($totalfucked * 2)+$virginityexp>> <b>You gained a total of $totalexpgain experience</b><br> <<if $exp is undefined>><<set $exp to 0>><</if>> <<set $exp +=$totalexpgain>> <<set $popularityremove to 0>> <<set $virginity to 1>> <<if $susanfucked gte 1>><<set $susanfucked to 0>><<set $popularityremove +=3>><</if>> <<if $carolfucked gte 1>><<set $carolfucked to 0>><<set $popularityremove +=4>><</if>> <<if $natashafucked gte 1>><<set $natashafucked to 0>><<set $popularityremove +=6>><</if>> <<if $rosefucked gte 1>><<set $rosefucked to 0>><<set $popularityremove +=4>><</if>> <<if $melaniefucked gte 1>><<set $melaniefucked to 0>><<set $popularityremove +=5>><</if>> <<if $mspearlfucked gte 1>><<set $mspearlfucked to 0>><<set $popularityremove +=1>><</if>> <<if $janefucked gte 1>><<set $janefucked to 0>><<set $popularityremove +=5>><</if>> <<if $laylafucked gte 1>><<set $laylafucked to 0>><<set $laylamanipulated to 0>><<set $popularityremove +=4>><</if>> <<if $oliviafucked gte 1>><<set $oliviafucked to 0>><<set $popularityremove +=2>><</if>> <<if $amberfucked gte 1>><<set $amberfucked to 0>><</if>> <<if $katrinafucked gte 1>><<set $katrinafucked to 0>><<set $popularityremove +=4>><</if>> <<if $daniellefucked gte 1>><<set $daniellefucked to 0>><<set $popularityremove +=2>><</if>> <<if $xiangfucked gte 1>><<set $xiangfucked to 0>><<set $popularityremove +=2>><</if>> <<if $zoefucked gte 1>><<set $zoefucked to 0>><<set $popularityremove +=2>><</if>> <<if $msbloomfucked gte 1>><<set $msbloomfucked to 0>><</if>> <<set $popularity -= $popularityremove>> <br> You lost $popularityremove Popularity , which was the reward of your first fuck with every one of those girls, but you can gain them back again!<br> <<set $popularityremove to 0>> <<updatebar>> <<button "Back to your room" "Room">><</button>> <</replace>><</link>> <br> If you are not sure, just ignore this and click somewhere else. <</linkreplace>>"<br> You wonder what that could possibly mean, and if you should click it.<br> </div> <</if>> If you want, you can click <<link "here" "forcerestart">> <</link>> to end the simulation early and reset your gameplay<br> <<set $codingtext to ["You can try to gain some money by developing for other people, you need coding skill, Your Intelligence determines how fast you can raise that skill."]>> <<set $codinggaintext to [""]>> <<set $textintgain to [""]>> <</nobr>>
<<nobr>><<if $mobiletopmenu is 1>>| <<if $timeformat eq 24>><<time24h>><<else>><<time12h>><</if>> | // $mobdaytext/$maximumdays | En: $energy/$maxenergy | Strs: $stress/$maxstress | Lust: $lust/$maxlust | $money $ |<br><</if>><</nobr>>You know that basically all the girls in this school, pretty much HAVE TO be on this very popular social-media platform to even exist. You can check out their profiles to learn more about them, if you want to invest some time in that. <br> (You need at least 7 energy and 3 hours) <<nobr>> <<if $energy gte 7>> <<if $stalkedsusan is undefined or $stalkedsusan is 0>> <br><<linkreplace "Stalk Susan">> <<set $stalkedsusan to 1>> <<addhours 3>> <<set $energy to $energy-=7>> <br>You investigate Susan's account for a while to get to know her better, you open up a new file where you note her tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br> <<updatebar>> <</linkreplace>> <</if>> <<if $carolnumber is true>> <br> <<if $stalkedcarol is undefined or $stalkedcarol is 0>> <<linkreplace "Stalk Carol">><br> <<set $stalkedcarol to 1>> <<addhours 3>> <<set $energy to $energy-=7>> <br>You investigate Carol's account for a while to get to know her better, you open up a new file where you note her tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br> <<updatebar>> <</linkreplace>> <</if>> <</if>> <<if $stalkednatasha is undefined or $stalkednatasha is 0>> <br><<linkreplace "Stalk Natasha">><br> <<set $stalkednatasha to 1>> <<addhours 4>> <<set $energy to $energy-=7>> <br>You open up a new file where you note Natasha's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br> <<updatebar>> <</linkreplace>> <</if>> <<if $stalkedmelanie is undefined or $stalkedmelanie is 0>> <br><<linkreplace "Stalk Melanie">><br> <<set $stalkedmelanie to 1>> <<addhours 3>> <<set $energy to $energy-=7>> <br>You open up a new file where you note Melanie's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br> She seems to be extremely active and posts a lot of videos with herself in it.<br> Thanks to that you are also able to pinpoint the location of <b>her room</b> in the school. <br>It might be a terrible idea to go there, but you now know where it is, just in case.<br> <<updatebar>> <</linkreplace>> <</if>> <<if $roseprogress gte 1>> <<if $stalkedrose is undefined or $stalkedrose is 0>> <br><<linkreplace "Stalk Rose">><br> <<set $stalkedrose to 1>> <<addhours 4>> <<set $energy to $energy-=7>> <br>You open up a new file where you note Rose's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br> <<updatebar>> <</linkreplace>> <</if>> <</if>> <<if $infirmary gte 1>> <<if $stalkedkatrina is undefined or $stalkedkatrina is 0>> <br><<linkreplace "Stalk Katrina">><br> <<set $stalkedkatrina to 1>> <<addhours 3>> <<set $energy to $energy-=7>> <br>You open up a new file where you note Katrina's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br> <<updatebar>> <</linkreplace>> <</if>> <</if>> <<if $metjane is 1>> <<if $stalkedjane is undefined or $stalkedjane is 0>> <br><<linkreplace "Stalk Jane">><br> <<set $stalkedjane to 1>> <<addhours 4>> <<set $energy to $energy-=7>> <br>You open up a new file where you note Jane's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br> <<updatebar>> <</linkreplace>> <</if>> <</if>> <<if $metmspearl is 1>> <<if $stalkedmspearl is undefined or $stalkedmspearl is 0>> <br><<linkreplace "Stalk Ms. Pearl">><br> <br>You try to look up Ms. Pearl on Instatok, but <span style="color: #8B0000;">she's not on it</span>, which is rather odd, everyone is on Instatok these days, even all the other teachers! Maybe she has something to hide?<br> <<linkreplace "Investigate further">> <<if $intelligence gte 41>> <<set $stalkedmspearl to 1>> <<addhours 3>> <b>(Intelligence skill check: Success)</b> <br>You cannot deny that Ms. Pearl did a pretty good job of hiding her private life, but not enough for you.<br> You discover an article from an online newspaper dating to about two years ago.<br> The article talks about a college teacher named "Mrs. Pauline Harris", and not "Ms. Pauline Pearl". However, you unmistakably recognize her in the photos. <br>It's an intriguing story: she was once accused of having a relationship with one of her students, and they were allegedly caught in some form of intimate acts.<br> Both vehemently denied everything, and no witnesses were willing to testify, leading to the dismissal of the charges.<br> All of this took place in a city thousands of miles from where you currently are.<br> You also find an old and inactive account on an obsolete social media where she still has a profile as Pauline Harris. You assume she has no children, but you can get quite a bit of her personality from there, She seems like an insecure woman looking for attention, there are some pictures that one might deem inappropriate for a married woman her age, let alone a college teacher.<br> You take notes about her preferences, and you are certain that, if you really wanted you could use this information to blackmail her, or you could just the knowledge to your advantage.<br> <b>3 hours passed<br></b> <<updatebar>> <<else>> <b>(Intelligence skill check: Fail)</b> <<addhours 2>> Unfortunately, you just waste two hours browsing through the internet to no end, you ultimately cannot find anything related to her, whoever Ms. Pearl is, she did a pretty good job of hiding her private life.<br> <</if>> <<updatebar>> <</linkreplace>> <</linkreplace>> <</if>><</if>> <<if $janeapa gte 2>> <<if $stalkedolivia is undefined or $stalkedolivia is 0>> <br><<linkreplace "Stalk Olivia">><br> <<set $stalkedolivia to 1>> <<addhours 3>> <<set $energy to $energy-=7>> <br> Olivia is a superficial woman, she loves luxury, jewerly and expensive stuff in general. But she doesn't have refined tastes about that, she's all about appearances and probably can't tell apart something shiny from something valuable.<br> <br>You open up a new file where you note Olivia's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu.<br> You also get a few ideas on how you would be able to gain OIivia's favor.<br> <<updatebar>> <</linkreplace>> <</if>> <</if>> <<if $metlayla gte 1>> <<if $stalkedlayla is undefined or $stalkedlayla is 0>> <br><<linkreplace "Stalk Layla">><br> <<set $stalkedlayla to 1>> <<addhours 3>> <<set $energy to $energy-=7>> You spend a few hours checking out Layla's social media pages.<br> She's mostly into gym stuff. A lots of posts are about work out routines, excercises and general showoff. She's self centered and values fit bodies, wits and raw qualities.<br> <br>You open up a new file where you note Layla's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu.<br> <<updatebar>> <</linkreplace>> <</if>> <</if>> <<if $metdanielle gte 1>> <<if $stalkeddanielle is undefined or $stalkeddanielle is 0>> <br><<linkreplace "Stalk Danielle">><br> <<set $stalkeddanielle to 1>> <<addhours 3>> <<set $energy to $energy-=7>> <br> You spend a few hours and browse Danielle's social media pages.<br> She is definitely a reality show maniac, she loves famous people and has a ridiculous personality.<br> At the moment she seems to be incredibly hooked about a new garbage reality show called 'Peninsula of Lust'. You check that out and learn a few basic things to have some conversation about it with her.<br> <br>You open up a new file where you note Danielle's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu.<br> <<updatebar>> <</linkreplace>> <</if>> <</if>> <<if $metxiang gte 1>> <<if $stalkedxiang is undefined or $stalkedxiang is 0>> <br><<linkreplace "Stalk Xiang">><br> <<set $stalkedxiang to 1>> <<addhours 3>> <<set $energy to $energy-=7>> <br> You spend a few hours and browse Xiang's social media pages.<br> <br>You open up a new file where you note Xiang's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu.<br> <<updatebar>> <</linkreplace>> <</if>> <</if>> <<if $metmsbloom gte 1>> <<if $stalkedmsbloom is undefined or $stalkedmsbloom is 0>> <br><<linkreplace "Stalk Ms. Bloom">><br> <<set $stalkedmsbloom to 1>> <<addhours 3>> <<set $energy to $energy-=7>> <br> You spend a few hours and browse Ms. Bloom's social media pages.<br> <br>You open up a new file where you note Ms. Bloom's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu.<br> <<updatebar>> <</linkreplace>> <</if>> <</if>> <</if>> <br><br> <<link "Log off" "Laptop">><!--[[Laptop]]--><</link>> <</nobr>>
<<nobr>> <<if $carolfucked is undefined>> <<set $carolfucked to 0>><</if>> <<if $carolanaled is undefined>> <<set $carolanaled to 0>><</if>> <<if $stalkedcarol is 1>> You have looked through Carol's history and activities extensively.<br> She seems to be a good person trying to survive in a bad environment, she shares a room with Natasha by coincidence, it doesn't look like they knew each other before college. <br>They are probably best friends, but they are quite different, she seems less superficial and values culture and intelligence way more than Natasha does.<br> Carol acts tough sometimes to mantain appearances, but you see through that and you know that she is kind of a sweetheart and might be easier to conquer than most bitches in this school. <br>[img[setup.ImagePath+'carol/instatok.png']]<br> <<else>> You don't know much about Carol, you know that she shares a room with Natasha for whatever reason, she seems like a slightly nicer person than she is. <br> You should probably investigate on her by checking her social medias(your rooom - laptop) if you want to have a few more informations about her. <br>[img[setup.ImagePath+'carol/face.png']]<br> <</if>> Age: 19 (2nd year) <</nobr>> Carol's Love : $carollove Carol activity count: Kissed = $carolkissed , Fucked = $carolfucked , Assfucked = $carolanaled <<if $carolanaled gte 1>><span style="color: #6A5ACD;">You have taken her anal virginity</span><</if>> <<if $carolmoney gte 1>>Money gained from Carol : $carolmoney<</if>> <<nobr>> <<if $stalkedcarol is 1>> Carol's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br> Love : 200% - Carol gives quite a lot of importance to acts of kindness and attraction towards her. (<<print (($carollove* 2).toFixed(1))>>)<br> Culture: 70% - Carol has a soft spot for nerds, she appreciates a cultured person. (<<print (($culture* 0.7).toFixed(1))>>)<br> Charisma: 50% - Carol appreciates a charismatic person. (<<print (($charisma* 0.5).toFixed(1))>>)<br> Intelligence: 50% - Carol thinks being intelligent is important in a guy. (<<print (($intelligence* 0.5).toFixed(1))>>)<br> Popularity: 40% - Carol also values popularity, but not really a lot. (<<print (($popularity* 0.4).toFixed(1))>>)<br> Physical attractiveness: 40% - Carol is not particularly focused on physical attraction. (<<print (($physattr* 0.4).toFixed(1))>>)<br> <<set $carolattraction to (($carollove*2+$culture*0.7+$charisma*0.5+$intelligence*0.5+$popularity*0.4+$physattr*0.4).toFixed(0))>> Carol's attraction for you is $carolattraction <br> /* total 480 */ <</if>> <</nobr>> <<link "Back">> <<script>> Dialog.setup("Girls Stats"); Dialog.wiki(Story.get("Girls Stats").processText()); Dialog.open(); <</script>> <</link>>
<<nobr>> <<include "calc">> You text carol about meeting up for homework help<br> She takes a while to respond, <br> She waits for nobody to be around, then sneakily enters your room.<br> The whole thing takes about 30 minutes.<br> [img[setup.ImagePath+'carol/standing.png']]<br><br> <<addmins 30>> <<carol>> Hey, so... I has hoping you could help me understand a couple things... <</carol>><br> <<say "You" $faceimg>>Sure, let's get started <</say>><br> <<if $intelligence lte 9.99 or $culture lte 15>> After a pathetic attempt, you realize you lack the fundamental knowledge to even help her<b> (You need 15 culture and int)</b><br><br> <<carol>>You really look like a nerd, I hoped you would know some science, haha, come on, learn at least a little something to help me out next time, will you?<</carol>><br> <<link "She leaves the room laughing" "Room">><br> <</link>><br> <<set $carolreward to -10>> <</if>> <<if $culture gte 15>> <<link "(15culture - 3energy) You basically do her homework for her" "carolreward">> <<set $carolreward to 1>><<set $energy -=3>> <</link>> <</if>> <<if $intelligence gte 20 and $culture gte 35>> <br> <<link "(20int - 35culture - 2energy) You do her homeworks with her and you help her understand a few things" "carolreward">> <<set $carolreward to 2>><<set $energy -=2>> <</link>> <</if>> <<if $intelligence gte 40 and $culture gte 60>> <br> <<link "(40int - 60culture) Thanks to your extensive knowledge and intelligence, you are able to help her understand everything and she does the homework herself" "carolreward">> <<set $carolreward to 3>> <</link>> <<else>> <br> You feel that you could do even better with some more intelligence and culture <</if>> <</nobr>>
Natasha is an old time friend of yours. She was your neighbour when you were much younger. You used to play together and have fun, the way kids do. With the passing of time the two of you grew a little more distant, also because she relocated to a different city; this one. You didn't meet her for the whole last couple years, and you were happy to know that she was in the college you were about to attend. You found her completely changed, she is much hotter than you remember, and also a complete bitch, she started treating you like crap and acting like she doesn't even know you as soon as you got here. <<if $stalkednatasha is 1>> [img[setup.ImagePath+'natasha/instatok.png']] <<else>> [img[setup.ImagePath+'natasha/face.png']] <</if>> <<if $natashaanaled is undefined>> <<set $natashaanaled to 0>><</if>> Age: 19 (2nd year) Natasha's Love : $natashalove Natasha's activity count: ( Kissed: $natashakissed , Fucked: $natashafucked , Assfucked: $natashaanaled )<br> <<if $natashaanaled gte 1>><span style="color: #6A5ACD;">You have taken her anal virginity<br></span><</if>> <<nobr>> <<if $stalkednatasha is 1>> Natasha's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br> Love : 100% - Natasha doesn't give too much importance to acts of kindness and attraction towards her. ($natashalove)<br> Physical attractiveness : 100% - Natasha mostly cares about someone's physical attractiveness. ($physattr)<br> Popularity: 80% - Natasha values popularity a lot. (<<print (($popularity * 0.8).toFixed(1))>>)<br> Sexual Experience: 70% - Natasha really wants her partner to be sexually experienced. (<<print (($sexexp * 0.7).toFixed(1))>>)<br> Confidence: 60% - Natasha thinks being confident is important in a guy. (<<print (($confidence* 0.6).toFixed(1))>>)<br> Charisma: 40% - Natasha also value someone's charm and charisma a bit. (<<print (($charisma * 0.4).toFixed(1))>>)<br> <<set $natashaattraction to (($natashalove*1+$physattr*1+$popularity*0.8+$sexexp*0.7+$confidence*0.6+$charisma*0.4).toFixed(0))>><br> Natasha's attraction for you is $natashaattraction <br> /* total 450 */ <</if>> <</nobr>> <<link "Back">> <<script>> Dialog.setup("Girls Stats"); Dialog.wiki(Story.get("Girls Stats").processText()); Dialog.open(); <</script>> <</link>>
<<nobr>> <div id="all"> <<include "calc">> Natasha's attraction for you is $natashaattraction<br><br> <<if $natashaattraction lte 49>> <<natasha>>So, what do you possibly want in return? I'm already regretting this<</natasha>> <br> <</if>> <<if $natashaattraction gte 50 and $natashaattraction lte 99>> <<natasha>> Ok, what is it this time?<</natasha>> <br> <</if>> <<if $natashaattraction gte 100 and $natashaattraction lte 149.99>> <<natasha>> Ok, what is it this time? You can try a few things, you know?<</natasha>> <br> <</if>> <<if $natashaattraction gte 150 and $natashaattraction lte 199.99>> <<natasha>> Taking your money already makes me wet at this point, please tell me this involves my pussy.<</natasha>> <br> <</if>> <<if $natashaattraction gte 200>> <<natasha>>I don't even care about the money anymore, let's just have fun, I'm so wet for you down there<</natasha>> <br> <</if>> <<link "I want you to help me get more popular around here" "natashascene">><br><br> <<set $natashascene to 0>> <</link>><br> <<link "Let me touch your tits" "natashascene">><br><br> <<set $natashascene to 1>> <</link>><br> <<link "Start to take out your dick" "natashascene">><br><br> <<set $natashascene to 2>> <</link>><br> <<if $natashaattraction gte 200>> <<link " 'Have fun' with her" "natashascene">> <<set $natashascene to 3>> <</link>><br> <<if $natanalunlock eq 1>> <<link "About anal sex..." "natashascene">> <<set $natashascene to 4>> <</link>><br> <</if>> <</if>> <<if $natashafucked gte 1 and $mspearlfucked gte 1 and $mspearlblackmail eq 1 and ndef $mspnat >> <br> <<link "Do you want to mess with Ms. Pearl?">> <<replace "#all">> <<say "You" $faceimg>>I wanted to talk to you about something, but I need to know that I can trust you<</say>><br> <<natasha>>I know I've been a bitch to you in the past, but you can trust me now $name , I hoped that letting you fuck me was enough of a proof that things have changed.<</natasha>><br> <<say "You" $faceimg>>Fair enough, but it's more of a fun thing<</say>><br> <<natasha>>Oh nice, then tell me everything!<</natasha>><br> <<say "You" $faceimg>>How are you doing with math?<</say>><br> <<natasha>>Hey, you said it was a fun thing, you know that I suck at math...<</natasha>><br> <<say "You" $faceimg>>Well, what if I told you that there was a solution?<</say>><br> <<natasha>>Look, I know that you could help me with it... but it's not really my thing to...<</natasha>><br> You interrupt her.<br><br> <<say "You" $faceimg>>I said it was a fun thing, didnt't I?<</say>><br> <<natasha>>Explain yourself then<</natasha>><br> <<say "You" $faceimg>>Promise me that this will stay between us even if you don't like it<</say>><br> <<natasha>>Yeah $name , I promise! Come on!<</natasha>><br> <<say "You" $faceimg>>So... Ms. Pearl has a secret, people think she has been fucking a student in another school, she skipped city and is now trying to hide her past, but I found out, and I've been blackmailing her<</say>><br> Natasha looks at you with wide-open eyes and stays silent for a while.<br><br> <<natasha>>W...What?!<</natasha>><br> <<natasha>>Just for... better grades?<</natasha>><br> <<say "You" $faceimg>>Ehm, sure... for that, and also, well... We had sex<</say>><br> Natasha starts laughing.<br><br> <<natasha>>Oh my fucking god! I don't believe you<</natasha>><br> <<say "You" $faceimg>>Do you want better grades or not?<</say>><br> <<natasha>>Of course! But this can't be true<</natasha>><br> <<say "You" $faceimg>>Just trust me, on the next math class, when we all go out of the class, wait outside until I text you, then come inside and lock the door behind you<</say>><br> <<natasha>>Oh god, are you sure about this?<</natasha>><br> <<say "You" $faceimg>>Yes, just trust me, she can't do anything about it, and I'll cut you in on the blackmail<</say>><br> <<natasha>>I'll do what you say, but please don't get me in trouble<</natasha>><br> <<say "You" $faceimg>>Just remember to lock the door.<</say>><br> <<set document.documentElement.scrollTop = 0>> <br><b>You can now get Natasha involved in your blackmail after the math lesson</b> <br> <<link "Go back to your room" "Room" >><<set $mspnat to 1>><<set $dailynatasha to 1>><</link>> <</replace>><</link>><br> <</if>> </div> <</nobr>>
<<nobr>> <<include "calc">> <<set $clickednat to 0>> <<if $virginity eq "yes" or $virginity eq "Yes">><<set $virginity to 1>><</if>> <<if $subachievementmoney is undefined>><<set $subachievementmoney to 0>><</if>> <<if $natashakissed is undefined>><<set $natashakissed to 0>><</if>> <<if ndef $natashaanaled>><<set $natashaanaled to 0>><</if>> <<if $natashapopboost is undefined>> <<set $natashapopboost to 0>><</if>> /*----------------popularity--------------- */ <<if $natashascene eq 0>> <<if $natashapopboost lte 4>> <<say "You" $faceimg>>I want you to help me get more popular around here<</say>><br> <<natasha>>Ah... that? Jeez, you really are a loser after all. I guess I'll see what I can do, just don't expect too much<</natasha>><br> It's hard for you to not insult her again, but you know you can't afford to do that now<br> <b>Your popularity <span style="color: #008000;">increased</span> by 1<br></b> <<set $natashareward to -10>> <<set $popularity+=1>><br> <<set $natashapopboost+=1>> <<natlove "-1">> <<stress "3">> <<else>> <<natasha>>I'm sorry, but I already did everything I could do to help you, please don't ask for this again.<</natasha>><br>(you can only do this 5 times) <</if>> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> /*------------------------------------------- /* /*------------------------------Touchtits-pussy--------------------- */ <<if $natashascene eq 1>> <<say "You" $faceimg>>Let me touch your tits<</say>><br> <<if $natashaattraction lte 39.99>> <<natasha>>Do you even realize what you just asked?<</natasha>><br> <<say "You" $faceimg>>So... no?<</say>><br> <<natasha>>Fuck off, you pervert<</natasha>><br> She acts angry, but you realize she's trying to hide a smirk, you might be onto something.<br> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> <<if $natashaattraction gte 40>> <<natasha>>Fine!... you can massage them a bit, but only above the shirt,<</natasha>><br> <<natasha>>Let me lay down here...<</natasha>><br> <<video "images/natasha/touchshirt.mp4" >> She seems to enjoy it for a bit <<natasha>>Feels good...<</natasha>><br> <</if>> /*-----step2-----*/ <<if $natashaattraction lte 55 and $natashaattraction gte 40>> But she quickly recollects herself and plays if off <<natasha>>Ok, you had your fun, that's enough<</natasha>><br> <<set $natashareward to -10>> <<lust "8">> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> <<if $natashaattraction gte 56>> She moans. <<natasha>>Ok, you can go under a bit<</natasha>><br> <<video "images/natasha/touchtits.mp4" >> <<set $natashareward to -10>> <<lust "8">> <<natlove "1">> <<if $natashatitsachievement is 0 or $natashatitsachievement is undefined >> <<set $natashatitsachievement to 1>><<set $popularity +=1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $natashaattraction gte 56 and $natashaattraction lte 99>> You keep touching her tits for a minute or two, then she stops you.<br> <<natasha>>Ok, that was nice, but let's stop here, see you next time!<</natasha>><br> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> <</if>> <<if $natashaattraction gte 100>> <br>She starts to get visibly aroused by your touch<br> <<natasha>>Maybe you should feel my pussy, it's sooo wet<</natasha>><br> Ah she says so, she grabs your hand and slowly pull it towards her panties, you start caressing her, then you easily slip your hand underneath.<br> <<video "images/natasha/natashafeelpussy.mp4" >> <<if $natashaattraction gte 100 and $natashaattraction lte 118.99>> <br> <<natasha>>Damn, your hands feel nice,<</natasha>><br> <<say "You" $faceimg>>So does your pussy<</say>><br> <<natasha>>Ehm, I got carried away, but we should REALLY stop here before I do something I regret<</natasha>><br> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> <</if>> <<if $natashaattraction gte 119>> <br> Natasha moans. <br> <<natasha>>Please keep going<</natasha>><br> <<video "images/natasha/touchpussy.mp4" >> You keep touching her for a few minutes, until her breath starts to get heavy.<br> <<natasha>>Oh my god, please keep going, make me come<</natasha>><br> /*----------last step--------- */ <<linkreplace "You keep touching her until she comes">> <<if $clickednat is 0>> <<set $clickednat to 1>> <br>You keep touching her until she comes<br> <<video "images/natasha/fingercome.mp4" >><br> <<natasha>>OH MY GOD, YES<</natasha>><br> You grin at her, she orgasmed just with the touch of your fingers, you didn't expect that.<br> <<if $natashaattraction lte 149.99>> She looks visibly embarassed.<br> <<natasha>>Ehm, thanks, I guess I really needed that if I let you do it<</natasha>><br> <<lust "12">> <<natlove "1">> <br> <<link "You greet her and you walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> <<if $natashaattraction gte 150>> <<natasha>>Oh god, thanks, come here, you deserve at least this<</natasha>><br> <<video "images/natasha/kiss.mp4" >> You get closer to her<br> She pulls you closer and kisses you passionately<br> <<natasha>>Sorry if I was kind of a bitch to you in the past, I'll try to get better<</natasha>><br> /*---------(first)&kiss---------*/ <<if $natashakissed is 0>> You kissed Natasha for the first time! A few people might hear that as a rumor about you!<br> <b>Your popularity <span style="color: #008000;">increased</span> by 4!</b> <<set $popularity +=4>> <</if>> <<set $natashakissed+=1>> <<if $natashakissachievement is 0 or $natashakissachievement is undefined >> <<set $extrastartmoney +=80>> <<set $subachievementmoney +=80>> <<set $natashakissachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> /*--------------------------- */ <<lust "18">> <<natlove "2">> <br> <<link "You greet her and you walk back to your room" "Room">><br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <</link>> <</if>> <<else>>You already selected the other option <</if>> <</linkreplace>> <br><<linkreplace "You stop abruptly and deny her orgasm">> <<if $clickednat is 0>> <<set $clickednat to 1>> <br> <<if $natashadenyachievement is 0 or $natashadenyachievement is undefined >> <<set $natashadenyachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> You stop abruptly and deny her orgasm<br> <<natasha>>No, NO, don't stop<</natasha>><br> <<say "You" $faceimg>>Thank you Natasha, that's all I wanted in return for now<</say>><br> <<natasha>>Come on, what the hell, keep going<</natasha>><br> <<say "You" $faceimg>>This was my reward, remember, not yours? Maybe next time if you behave I'll let you come.<</say>><br> <<natasha>>Oh fuck you! There won't be a next time!<</natasha>><br> But deep down you know very well that there is going to be a next time, and you bask in her frustration, taking this little revenge.<br> <<lust "15">> <<natlove "-1">> <<stress "5">> <<conf "6">> <<ene "3">> <br> <<link "You leave her there on the couch, uncaring, and you walk back to you room" "Room">><<set $energy -=$enewid>><</link>><!--[[Room]]--> <br> <<else>>You already selected the other option <</if>> <</linkreplace>> <</if>> <</if>> /*---------------------------------------------------------------------------- */ /*------------------------------Take dick out--------------------- */ <<if $natashascene eq 2>> You unbutton your pants and start to take your dick out<br> <<if $natashaattraction lte 39>> Natasha gives you a shocked look <<natasha>>What the fuck do you think you are doing??<</natasha>><br> She then proceeds to give you a kick in the balls as hard as she can manage.<br> She's not very strong, but It still hurts like hell.<br> She's not attracted to you at all yet, that was a shit idea.<br> <<lust "-10">> <<stress "10">> <<natlove "-2">> <<ene "10">> <<addmins 4>> <br> <<link "You get kicked out of her room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <<if $natashaattraction gte 40 and $natashaattraction lte 59>> Natasha shakes her head and says <<natasha>>Put that thing away right now before I start screaming<</natasha>><br> She's still not attracted enough to let you do that, but her reaction betrays some lack of determination, you are getting closer.<br>. <<stress "2">> <br> <<link "You got nothing, you walk back to your room" "Room">><</link>> <</if>> <<if $natashaattraction gte 60 >> <<natasha>>Ok... You can wank yourself looking at me, but I'm not touching it<</natasha>><br> <<say "You" $faceimg>>Can you show me anything?<</say>><br> <<natasha>>You can look at my tits<</natasha>><br> [img[setup.ImagePath+'natasha/tits.png']]<br> <br><<linkreplace "You keep stroking your dick until you cum">> <<if $clickednat is 0>> <<set $clickednat to 1>> You look at her and her tits, she is really hot and she teases you a bit with her expression, you have to slow down to not come too fast.<br> You keep stroking your dick, and eventually orgasm in your hands after a few minutes.<br> She smiles at the sight<br> <<addmins 14>> <<sexcon "1.2">> <<conf "-0.5">> <<lust "-30">> <<stress "-2">> <<ene "2">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> You already selected the other option <</if>> <</linkreplace>> <br><<linkreplace "You stroke your dick for a few minutes, then ask to see more">> <<if $clickednat is 0>> <<set $clickednat to 1>> You stroke your dick for a few minutes, then you ask if she can show you some more, to help you cum<br> <<if $natashaattraction lte 76.99>> She refuses, <br> <<natasha>>No, you are taking it too far, that's enough, if you can't come it's not my problem<</natasha>><br> You settle for what you have, and after a few minutes you manage to come in your hands anyway. <<addmins 12>> <<sexcon "0.9">> <<conf "-1">> <<lust "-30">> <<stress "-3">> <<ene "2">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <<if $natashaattraction gte 77>> She is staring at your dick from a while, and she is biting her lip while getting obviously aroused at the sight.<br> She plays it down, but was probably waiting for you to ask that, and she removes her panties, after a while, she even starts to play with her pussy.<br> <<natasha>>Come on...<</natasha>><br> <<video "images/natasha/wanktoherpussy.mp4" >><br> <<if $natashaattraction lte 99.99>> You keep masturbating while looking at her playing with her pussy, after a while, you eventually cum and she yells at you to leave her room, as she has something to deal with.<br> It doesn't take a genius to realize that she just wants to finish masturbating on her own, she just doesn't want to give you the satisfaction to watch her come <br> <<addmins 12>> <<sexcon "1">> <<conf "0.5">> <<lust "-30">> <<stress "-4">> <<ene "2">> <br> <<link "You chuckle as you're kicked out of her room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <<if $natashaattraction gte 100>> You keep masturbating together for a while, after a few minutes, she cannot take it anymore and starts going faster and faster<br> <<video "images/natasha/shecomesmast.mp4" >><br> Until she eventually has an orgasm in front of you.<br> <<if $natashaattraction lte 149.99>> The sight is enough to instantly bring you over the edge, and you come shortly after her in your own hands<br> <<addmins 15>> <<sexcon "1">> <<conf "0.7">> <<lust "-30">> <<stress "-5">> <<ene "2">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <<if $natashaattraction gte 150>> While still visibly shaken by her orgasm, she asks you to come closer and cum on her belly<br> You kindly oblige<br> <<video "images/natasha/bodycum.mp4" >><br> She licks her lips and even touches the tip of your dick, visibly around and interested in it.<br> <<natasha>>Wow, that is a lot of cum<</natasha>><br> You smile at her.<br><br> <<addmins 15>> <<natlove "1">> <<sexcon "1">> <<conf "1.8">> <<lust "-30">> <<stress "-6">> <<ene "2">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <</if>> <</if>> <</if>> <</linkreplace>> <</if>> <</if>> /*------------------------------------------- */ <<if $natashascene eq 3>> <<if $natashafuckachievement is 0 or $natashafuckachievement is undefined >> <<set $natashafuckachievement to 1>><<set $popularity +=4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $virginity is 1>> <<if $natashavirginachievement is 0 or $natashavirginachievement is undefined >> <<set $natashavirginachievement to 1>> <<set $extrastartmoney +=400>> <<set $subachievementmoney +=400>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> You enter Natasha's room, and you end up on the bed with her, she's really horny and tries to break the ice with some random conversation<br> <<natasha>>Do you like my ponytails? I made them for you<</natasha>><br> <<say "You" $faceimg>>...Sure Natasha, they're beautiful, wanna show any other pair of nice things?<</say>><br> Natasha bites her lower lip and raises her shirt<br> <<say "You" $faceimg>>Oh, they look nice<</say>><br> <<natasha>>Thank you<</natasha>><br> She shakes her little tits for you a while, then says<br> <<natasha>>I like you a lot<</natasha>><br> And she sits on the couch, raising her jeans skirt and showing how she's not wearing any panties, <br> <<video "images/natasha/1presex.mp4" >><br> Her pussy is now in full display, she is visibly wet<br><br> <<natasha>>See for yourself... Just how my pussy is getting soaked<</natasha>><br> She then starts to touch herself looking at you in the eyes<br><br> <<natasha>>So... are you going to fuck me or what?<</natasha>> <<if $sexcontrol lte 13.99>> You are extremely aroused, you feel like you could almost come in your pants, but you manage to take it out and stick it inside her<br> You try to resist the urge to cum right away<br> <b>(Sex control check: failed)</b><br> <<video "images/natasha/1fuckfailcum.mp4" >><br> <<say "You" $faceimg>>Oh fuck,,, OH FUCK<</say>><br> But that's to no avail, a few seconds later Natasha is barely starting to moan and you have to pull your dick out, you end up spraying her pussy and covering it in cum<br> <<natasha>>Oh my god, what the fuck?<</natasha>><br> <<say "You" $faceimg>>Fuck, I'm sorry, you got me too horny<</say>><br> <<natasha>>This is ridiculous, all this hype and you can't even fuck me for 20 seconds, ge the fuck out<</natasha>><br> <<say "You" $faceimg>>I'm sorry, I'll do better next time!<</say>><br> <<natasha>>YOU BETTER, OR... Actually, fuck you, who tells you there's going to be a next time?<</natasha>><br> /*---------virgin firstfuck check-----------*/ <<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br> <b>You lost your virginity to $virginity !</b><br> <</if>> <<if $natashafucked is 0>> <b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl. so this will boost your popularity by a lot<br> Your popularity <span style="color: #008000;">increased</span> by 6!</b><br> <<set $popularity +=6>> <</if>> /*-------------xxxxx-------------*/ <<natlove "-4">> <<sexcon "2.4">> <<conf "-4">> <<sexexp "0.5">> <<lust "-40">> <<ene "3">> <<set $dailynatasha to 1>> <<set $natashafucked +=1>> <<addmins 5>> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <<if $sexcontrol gte 14 and $sexcontrol lte 22.99>> <b>Sex control check: Success</b><br> You would really want a blowjob before fucking, but you're not even sure you'll be able to not cum with it, so you decide not to risk it, and you go straight to fucking<br> <<say "You" $faceimg>>Come here<</say>><br> <<video "images/natasha/1sexending1.mp4" >><br> <b>Sex control check: Failed</b><br> You fuck her like this for a few minutes, she manages to have an orgasm just in time before you also have to cum<br> <<natasha>>Oh, already? I wanted to do so much more<</natasha>><br> But you cannot take it anymore, you have to cum<br> <<video "images/natasha/1pussycumcut.mp4" >><br> You start cumming all over her pussy, despite the minor disappointment, she seems to enjoy that<br><br> <<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br> /*---------virgin firstfuck check-----------*/ <<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br> <b>You lost your virginity to $virginity !</b><br> <</if>> <<if $natashafucked is 0>> <b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br> Your popularity <span style="color: #008000;">increased</span> by 6!</b><br> <<set $popularity +=6>> <</if>> /*-------------xxxxx-------------*/ <<natlove "-2">> <<sexcon "2.4">> <<conf "-2">> <<sexexp "0.5">> <<lust "-40">> <<ene "7">> <<set $dailynatasha to 1>> <<set $natashafucked +=1>> <<addmins 5>> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=5>><</link>> <</if>> <<if $sexcontrol gte 23>> <b>Sex control check: Success</b><br> You decide that asking is worth a shot:<br><br> <<say "You" $faceimg>>How about a blowjob first?<</say>><br> <<natasha>>Sure... just don't come before fucking me really good<</natasha>><br> <<video "images/natasha/1blowjob1.mp4" >><br> <<addmins 5>> <<if $sexcontrol lte 33.99>> <b>Sex control check: Failed</b><br> She sucks your dick for a while, but her skills and the fact that she's so horny already brought you too close to coming, it's better switch to fucking<br> You tell her to lay down on the couch and start giving her your dick. <<video "images/natasha/1sexending1.mp4" >><br> You fuck her like this for a few minutes, she manages to have an orgasm just in time before you also have to cum<br> <<natasha>>Oh, already? I wanted to do so much more, maybe I shouldn't have sucked your dick<</natasha>><br> But you cannot take it anymore, you have to cum<br> <<video "images/natasha/1pussycumcut.mp4" >><br> You start cumming all over her pussy, despite the minor disappointment, she seems to enjoy that<br><br> <<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br> /*---------virgin firstfuck check-----------*/ <<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br> <b>You lost your virginity to $virginity !</b><br> <</if>> <<if $natashafucked is 0>> <b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br> Your popularity <span style="color: #008000;">increased</span> by 6!</b><br> <<set $popularity +=6>> <</if>> /*-------------xxxxx-------------*/ <<natlove "-1">> <<sexcon "2.4">> <<conf "-1">> <<sexexp "0.5">> <<lust "-40">> <<ene "7">> <<set $dailynatasha to 1>> <<set $natashafucked +=1>> <<addmins 5>> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> <b>Sex control check: Success</b><br> <br>Natasha is really horny, she puts herself on all four and exposes her ass, beckoning you to put it inside.<br> You slide your dick in and start hammering her.<br> <<video "images/natasha/1sexdoggy1.mp4" >><br> <<addmins 5>> She has her first orgasm as you are taking her from behind.<br> <<if $sexcontrol lte 44.99>> <b>Sex control check: Failed</b><br> After a few minutes of that you are getting very close to your orgasm, this is probably the last position, you tell her to lay down on the couch and to raise her legs, and start giving her your dick.<br> <<video "images/natasha/1sexending1.mp4" >><br> You fuck her like this for a few minutes, she manages to have another orgasm just in time before you also have to cum<br> <<natasha>>Oh yeah, give me your cum!<</natasha>><br> But you cannot take it anymore, you have to cum<br> <<video "images/natasha/1pussycumcut.mp4" >><br> You start cumming all over her pussy.<br> <<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br> <<natasha>>Well, I'm sure we can do better than this, we should do that again sometimes, maybe we could try a few more positions<</natasha>><br> /*---------virgin firstfuck check-----------*/ <<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br> <b>You lost your virginity to $virginity !</b><br> <</if>> <<if $natashafucked is 0>> <b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br> Your popularity <span style="color: #008000;">increased</span> by 6!</b><br> <<set $popularity +=6>> <</if>> /*-------------xxxxx-------------*/ <<sexcon "2.4">> <<sexexp "1">> <<stress "-5">> <<lust "-40">> <<ene "9">> <<set $dailynatasha to 1>> <<set $natashafucked +=1>> <<addmins 5>> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> <b>Sex control check: Success</b><br> <<natasha>>Let me take charge for a couple minutes<</natasha>><br> She tell you to get seated, climbs on top on you, put her feet on the couch and impales herself on your cock<br> <<video "images/natasha/1revcow1.mp4" >><br> You can definitely hear her reaching her climax again while she rides you.<br> <<if $sexcontrol lte 56.99>> <b>Sex control check: Failed</b><br> After a few minutes of that you are getting very close to your orgasm, this is probably the last position, you tell her to lay down on the couch and to raise her legs, and start giving her your dick.<br> <<video "images/natasha/1sexending1.mp4" >><br> You fuck her like this for a few minutes, she manages to have another orgasm just in time before you also have to cum<br> <<natasha>>Oh yeah, give me your cum!<</natasha>><br> But you cannot take it anymore, you have to cum<br> <<video "images/natasha/1pussycumcut.mp4" >><br> You start cumming all over her pussy.<br> <<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br> She seems to have enjoyed it<br> <<natasha>>Well, that wasn't so bad, we should do that again sometimes, maybe we could try a few more positions<</natasha>><br> /*---------virgin firstfuck check-----------*/ <<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br> <b>You lost your virginity to $virginity !</b><br> <</if>> <<if $natashafucked is 0>> <b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br> Your popularity <span style="color: #008000;">increased</span> by 6!</b><br> <<set $popularity +=6>> <</if>> /*-------------xxxxx-------------*/ <<natlove "1">> <<sexcon "2.4">> <<conf "1.3">> <<sexexp "1">> <<lust "-40">> <<ene "11">> <<set $dailynatasha to 1>> <<set $natashafucked +=1>> <<addmins 5>> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> <b>Sex control check: Success</b><br> She turns around, opens her legs and puts herself in missionary position, you see no reason why you shouldn't fuck her in this position as well.<br> <<video "images/natasha/1sexmission1.mp4" >><br> You manage to make her come again, and she gives you a grateful look.<br> <<if $sexcontrol lte 67.99>> <b>Sex control check: Failed</b><br> After a few minutes of that you are getting very close to your orgasm, this is probably the last position, you tell her to lay down on the couch and to raise her legs, and resume giving her your dick.<br> <<video "images/natasha/1sexending1.mp4" >><br> You fuck her like this for a few minutes, she manages to have another orgasm just in time before you also have to cum<br> <<natasha>>Oh yeah, give me your cum!<</natasha>><br> <<video "images/natasha/1pussycumcut.mp4" >><br> You start cumming all over her pussy.<br> <<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br> She hugs you and kisses you on the lips<br> <<natasha>>Ok, you fucked me good this time, we should definitely do that again sometimes, maybe we could try a few different positions<</natasha>><br> /*---------virgin firstfuck check-----------*/ <<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br> <b>You lost your virginity to $virginity !</b><br> <</if>> <<if $natashafucked is 0>> <b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br> Your popularity <span style="color: #008000;">increased</span> by 6!</b><br> <<set $popularity +=6>> <</if>> /*-------------xxxxx-------------*/ <<natlove "2">> <<sexcon "2.4">> <<conf "2.5">> <<sexexp "1">> <<stress "-8">> <<lust "-40">> <<ene "13">> <<set $dailynatasha to 1>> <<set $natashafucked +=1>> <<addmins 5>> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> <b>Sex control check: Success</b><br> You need to catch your breath for a bit, so you sit on the couch and ask her to sit on your dick, she proceeds to fuck you in a odd position while standing, she is definitely skilled<br> You reward her by grabbing her tits from behind while she rides you<br> <<video "images/natasha/1standingrevcow1.mp4" >><br> <<addmins 4>> <<if $sexcontrol lt 77>> <b>Sex control check: Failed</b><br> After a few minutes of this odd and sexy position you are getting very close to your orgasm, you lasted quite a lot, and this is probably the last position, you tell her to lay down on the couch and to raise her legs, and resume giving her your dick.<br> <<video "images/natasha/1sexending1.mp4" >><br> You fuck her like this for a few more minutes, she manages to have another orgasm just in time before you also have to cum<br> <<natasha>>Oh fuck yeah, give me all your cum!<</natasha>><br> <<video "images/natasha/1pussycumcut.mp4" >><br> You start cumming all over her pussy.<br> <<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br> She is in pure delight, and kind of exhausted, she hugs you tight and kisses you on the lips<br> <<natasha>>Wow, this was amazing, you really are something else, we should definitely do that again sometimes, maybe we could try a few different positions<</natasha>><br> /*---------virgin firstfuck check-----------*/ <<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br> <b>You lost your virginity to $virginity !</b><br> <</if>> <<if $natashafucked is 0>> <b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br> Your popularity <span style="color: #008000;">increased</span> by 6!</b><br> <<set $popularity +=6>> <</if>> /*-------------xxxxx-------------*/ <<natlove "3">> <<sexcon "2.4">> <<conf "3">> <<sexexp "1.5">> <<stress "-10">> <<lust "-40">> <<ene "14">> <<set $dailynatasha to 1>> <<set $natashafucked +=1>> <<addmins 5>> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> <b>Sex control check: Success</b><br> <<natasha>>Wow, you still didn't come? That's insane, you're nothing like the other boys, come on top of me and fuck me like this<</natasha>><br> <<video "images/natasha/1backspread1.mp4" >><br> <<addmins 4>> <<if $sexcontrol lt 84>> <b>Sex control check: Failed</b><br> After a few minutes of this odd and sexy position you are getting very close to your orgasm, you lasted quite a lot, and this is probably the last position, you tell her to lay down on the couch and to raise her legs, and resume giving her your dick.<br> <<video "images/natasha/1sexending1.mp4" >><br> You fuck her like this for a few more minutes, she manages to have another orgasm just in time before you also have to cum<br> <<natasha>>Oh fuck yeah, give me all your cum!<</natasha>><br> <<video "images/natasha/1pussycumcut.mp4" >><br> You start cumming all over her pussy.<br> <<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br> She is in pure delight, and very exhausted, she hugs you tight, she makes out with you while cuddling for a few minutes, you never knew she could become so sweet<br> <<natasha>>Wow, that was fucking amazing, you really are something else, PLEASE fuck me again tomorrow, maybe we can still find a position we didn't try<</natasha>><br> /*---------virgin firstfuck check-----------*/ <<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br> <b>You lost your virginity to $virginity !</b><br> <</if>> <<if $natashafucked is 0>> <b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br> Your popularity <span style="color: #008000;">increased</span> by 6!</b><br> <<set $popularity +=6>> <</if>> /*-------------xxxxx-------------*/ <<natlove "4">> <<sexcon "2.4">> <<conf "5">> <<sexexp "1.5">> <<stress "-12">> <<lust "-40">> <<ene "16">> <<set $dailynatasha to 1>> <<set $natashafucked +=1>> <<addmins 5>> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> <b>Sex control check: Success</b><br> <<natasha>>Jesus christ, I never saw anyone that could fuck for so long, don't tell me you can still go<</natasha>><br> <<say "You" $faceimg>>Just ride me for a few more minutes, let me catch my breath<</say>><br> <<natasha>>Well, not my favorite position, but for you... you earned it<</natasha>><br> She pants, she's exhausted as well, but she doesn't want to look like the one who gives up first.<br> <<video "images/natasha/1cowgirl1.mp4" >><br> You don't know how on earth you lasted so long, all your training paid off to the fullest, you are physically tired, and you feel like it's time to finally spray her with your cum<br> <<video "images/natasha/1sexending1.mp4" >><br> You fuck her like this for a few more minutes, she manages to have yet another orgasm, you both lost count of how many, and finally you spray her with all your cum<br> <<natasha>>Oh fuck yeah, give me all your cum!<</natasha>><br> <<video "images/natasha/1pussycumcut.mp4" >><br> You start cumming all over her pussy.<br> <<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br> She is in a state of complete ecstasy and exhaustion, she hugs you tightly while still shaking from the uncountable orgasms she had.<br> A couple minutes later she says:<br> <<natasha>>I have no words, that was just... unbelievable. I guess we ran out of position to try, but we must do this again, or we could try something else entirely... maybe my butthole? <</natasha>><br> <<set $natanalunlock to 1>> <<if $natfuckallachievement is 0 or $natfuckallachievement is undefined >> <<set $natfuckallachievement to 1>><<sexexp 6>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> /*---------virgin firstfuck check-----------*/ <<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br> <b>You lost your virginity to $virginity !</b><br> <</if>> <<if $natashafucked is 0>> <b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br> Your popularity <span style="color: #008000;">increased</span> by 6!</b><br> <<set $popularity +=6>> <</if>> /*-------------xxxxx-------------*/ <<natlove "6">> <<sexcon "2.8">> <<conf "6">> <<sexexp "2">> <<stress "-15">> <<lust "-40">> <<ene "18">> <<set $dailynatasha to 1>> <<set $natashafucked +=1>> <<addmins 5>> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <<if $natashascene eq 4>> <<if $natashaanalprog eq 0>> You need to buy the butt plug first!<br> <<link "To the Mall!" "Outside">><<set $dailynatasha to 0>><</link>><br> <</if>> <<if ndef $natashaanalprog >> <<say "You" $faceimg>>Last time you mentioned something about... trying anal?<</say>><br> <<natasha>>Oh yeah, but I've got to say I'm a bit scared to try that<</natasha>><br> <<say "You" $faceimg>>Oh right, you have never done it... Maybe you can train your asshole a bit with a butt-plug first<</say>><br> <<natasha>>Are you sure that works?<</natasha>><br> <<if $carolanaled gte 1>> <<say "You" $faceimg>>Oh yeah, I know for a fact that they do<</say>><br> You have to resist the temptation to tell her to ask Carol<br><br> <</if>> <<natasha>>Really?<</natasha>><br> <<say "You" $faceimg>>I'll just buy one for you, then you can try it, what do you think?<</say>><br> <<natasha>>Oh, ok thanks!<</natasha>><br> <b>You can now buy a butt-plug for Natasha at the Mall</b><br> <<set $natashaanalprog to 0>> <<link "To the Mall!" "Outside">><<set $dailynatasha to 0>><</link>><br> <</if>> <<if $natashaanalprog eq 1>> <<say "You" $faceimg>>I have bought that buttplug that I've mentioned for you!<</say>><br> <<natasha>>Oh wow, let me see!<</natasha>><br> She basically grabs the packet from your hands and starts ripping the packaging away, you can see that she's getting very excited about this!<br> <img src="images/natasha/buttplug.png"><br> <<natasha>>Ahahha, Pink and glittery!<</natasha>><br> <<say "You" $faceimg>>Do you like it?<</say>><br> <<natasha>>Who knows. I might end up hiding it somewhere if I don't... or even if I do<</natasha>><br> You laught at her joke.<br><br> <<say "You" $faceimg>>Do you want to try it?<</say>><br> She hesitates for a bit, then says...<br><br> <<natasha>>Sure, let's try<</natasha>><br> She lowers her panties and the two of you try putting it inside her butthole, you struggle a lot, as her virgin asshole is really tight.<br> She asks you to come back tomorrow and promises you that she'll make it fit no matter what.<br> <<link "Come back tomorrow" "Hallways">><<set $dailynatasha to 1>><<set $natashaanalprog to 2>><</link>> <</if>> <<if $natashaanalprog eq 2>> <<if $natashaanaled eq 0>> <<say "You" $faceimg>>So, did you manage to make the buttplug fit in the end?<</say>><br> She looks at you, than lowers her stare to the ground.<br><br> <<natasha>>I'm sorry.... I lost the buttplug<</natasha>><br> <<say "You" $faceimg>>Oh come on, seriously Natasha?<</say>><br> <<natasha>>I can't remember where I put it, I've tried looking everywhere<</natasha>><br> You stay silent for a few seconds, you can't believe this shit.<br> <<natasha>>Unless... let me check something<</natasha>><br> She turns around, to look on a upper shelf, and suddenly.<br> <<else>> <<say "You" $faceimg>>Are you also wearing your buttplug today?<</say>><br> <<natasha>>I can't remember, let me check if I put it here.,.<</natasha>><br> <</if>> <<video "images/natasha/natashaanalshowplug.mp4" >><br> <<natasha>>Oh right, it's here<</natasha>><br> She lowers her panties and reveals the buttplug, then shakes her ass a bit for you.<br> <<say "You" $faceimg>>Take it out, and let's replace it with something else<</say>><br> She takes her buttplug out of her ass, and you quickly replace it with your dick, giving it no time to readjust itself.<br> <<video "images/natasha/natashaanalinsert.mp4" >> <<natasha>>Oh fuck... it's bigger than the toy<</natasha>><br> You fuck her for a while in that position, then she turns around and you lose no time and put it back inside.<br> <<video "images/natasha/natashaanal2.mp4" >> <<natasha>>Oh yeah, I feel it going right through me<</natasha>><br> You fuck her like this for a few more minutes, she manages to reach an orgasm, and you ask her.<br><br> <<say "You" $faceimg>>Do you want to be on top for a bit?<</say>><br> She agrees, and mounts on top of you, just to immediately put your dick back inside of her ass.<br> <<video "images/natasha/natashaanalrevco.mp4" >> <<natasha>>Oh my god, fuck, now that's going deep...<</natasha>><br> She rides you in this position for a couple more minutes, until she gets a bit tired, you notice that and push her on the side, to resume pumping your dick inside<br> <<video "images/natasha/natashaanalshecomes.mp4" >> She gets to have one last strong orgasm that leaves her shaking, this gets you over the edge, and you finally come. You pull your dick out of her ass and put it immedately in front of her face.<br> She sticks her tongue out and smiles while you start covering her pretty face and tongue with your warm spunk.<br> <<video "images/natasha/natashaanalcumswallow.mp4" >> She ends up swallowing your cum and taking your dick in her mouth, tasting her ass in the process.<br> <<if $natashaanaledach is 0 or $natashaanaledach is undefined >> <<set $natashaanaledach to 1>> <<sexexp 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<natlove "3">> <<sexcon "3">> <<sexexp "3">> <<stress "-12">> <<lust "-40">> <<addmins 27>> <<set $natashaanaled +=1>> <<ene "11">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <</if>> <</nobr>>
<<nobr>> <<if $infirmary is undefined>><<set $infirmary to 0>><</if>> <<if $stalkedmelanie is undefined>><<set $stalkedmelanie to 0>><</if>> Those hints may contain the occasional spoiler, try to use them only if you get stuck in the plot or have no idea what to do.<br><br> important : hints are not always up to date with the game version, if nothing shows up here, it doesn't mean that there isn't anything to do left <br><br> <<if $susanprogress is 0>>- You could try and visit Susan's room to progress with her story, you need at least 15 confidence to do that though, if you need to raise your confidence, you could try and go studying with her in the library in the afternoon.<br><</if>> <<if $roseprogress eq 0 or $roseprogress is undefined>> - You can check out the cafeteria at dinner time (past 17:00) to meet an interesting woman<br> <</if>> <<if $roseprogress gte 1 and $rosefirsttalk eq 0 or $roseprogress gte 1 and $rosefirsttalk is undefined>> - Raising Rose's love a little bit by listening to her advice while dining in the cafeteria will lead you to new interactions<br> <</if>> <<if $natashaprogress is 0>>- You could try visiting the hallways and/or Natasha's room in the hallways<</if>><br> <<if $natashaprogress is 1>>- You need to come up with a way to deal with Natasha to even meet Carol, try attending Classrooms until you reach at least 12 intelligence<</if>><br> <<if $natashaprogress eq 2 and $natashamoneytrigger gte $currentday>> Try waiting 2 or 3 days and see if Natasha needs more money (your room)<</if>><br> <<if $natashaprogress is 3>>- You have unlocked all story options for Natasha, you can only play with her attraction and actions in her room, for this game version, more will come!<br><</if>> <<if $infirmary is 0 and $stalkedmelanie is 0>><br> - You can try to understand Melanie better by finding her on Instatok (your room - laptop)<br> <</if>> <<if $infirmary is 0 and $stalkedmelanie is 1>><br> - You should head to Melanie's Room in the early afternoon <</if>> <<if $metmspearl is undefined or $metmspearl is 0>>You can meet Ms. pearl attending a math class that ends in the afternoon<br><</if>> <<if $metmspearl is 1 and $metmspearlpool is 0>>You can meet Ms. Pearl in the pool after lessons<br><</if>> <<if $metjane eq 0>>- You can always find Jane in the library in the morning<</if>> <br>Note: Hints section only offer basic hints on where to find girls, check out achievement if you need a better idea of what you can still do in the game!<br> <br> <</nobr>>
<<nobr>><<if $mobiletopmenu is 1>>| <<if $timeformat eq 24>><<time24h>><<else>><<time12h>><</if>> | // $mobdaytext/$maximumdays | En: $energy/$maxenergy | Strs: $stress/$maxstress | Lust: $lust/$maxlust | $money $ |<br><</if>><</nobr>><<nobr>> $codingtext <<set $codgain to Number(((101- $coding) /100).toFixed(2))>> <<set $codgrowrate to 0.3+($intelligence/20)>> <<set $codgaincoding to Number (($codgrowrate*1).toFixed(2))>> <<set $intgaincoding to Number ((0.2*$intgain).toFixed(2))>> <<set $codeenergy to 10>> <<set $codestress to 5>> <<if $betterlaptop eq 1>><<set $codeenergy -=2>><<set $codestress -=2>><</if>> <<if $code100gain eq 3>><<set $codestress -=1>><</if>> <<if $advancedcoding eq 1>><<set $codeenergy -=1>><<set $codestress -=1>><</if>> <<if $code1000gain eq 3>><<set $codeenergy -=2>><</if>> <<if $coded eq 1>> <<if $coding lt 16>> <<set $codinggain to 0>> You fail to produce anything useful or valuable with your skills, nobody would pay your work. <<elseif $coding gte 16 and $coding lt 32>> <<set $codinggain to Math.floor(Math.random() * 4) + 5>> You perform some very simple tasks for simple requests, you manage to gain $codinggain $.<br> <<set $money+=$codinggain>> <<updatebar>> <<elseif $coding gte 32 and $coding lt 48>> <<set $codinggain to Math.floor(Math.random() * 5) + 11>> You are getting a bit better at this, and you start to get paid slightly more, you gain $codinggain $.<br> <<set $money+=$codinggain>> <<updatebar>> <<elseif $coding gte 48 and $coding lt 64>> <<set $codinggain to Math.floor(Math.random() *7) + 15>> You can now finally do some decent work, and you start getting a few more dollars, you gain $codinggain $.<br> <<set $money+=$codinggain>> <<updatebar>> <<elseif $coding gte 64 and $coding lt 80>> <<set $codinggain to Math.floor(Math.random() * 9) + 17>> You are getting way better at this, you can do most things now. You start to get a bit more money for your work, you gain $codinggain $.<br> <<set $money+=$codinggain>> <<updatebar>> <<elseif $coding gte 80 and $coding lt 90>> <<set $codinggain to Math.floor(Math.random() * 14) + 24>> You are an expert at this now, you can fulfill almost any request, you start to get good money for someone your age, you gain $codinggain $.<br> <<set $money+=$codinggain>> <<updatebar>> <<elseif $coding gte 90>> <<set $codinggain to Math.floor(Math.random() * 20) + 40 + (($coding - 90)* 18) >> <<set $codinggain to Number (($codinggain).toFixed(0))>> You are a hardened professional, you have a lot of reputation, and get real money now, you gain $codinggain $.<br> <<set $money+=$codinggain>> <<updatebar>> <</if>> <<if $intelligence gte 50>>thanks to your very high intelligence, you manage to learn a lot of new things.<br> <<elseif $intelligence lt 50 and $intelligence gte 20>> your intelligence helps you to learn a few new things.<br> <<elseif $intelligence lt 20>>you struggle to learn new things, and you feel like this isn't really your field.<br> <</if>> <b>2 Hours have passed.</b><br> <<int "0.3">> <<cod $codgaincoding>> <<ene $codeenergy>> <<set $energy -=$enewid>> <<set $coded to 0>> <<stress $codestress>> <<if ndef $codingtotalgains>><<set $codingtotalgains to 0>><</if>> <<if $codinggain gte 1>><<set $codingtotalgains +=$codinggain>><</if>> <</if>> <<if $energy gte $codeenergy>> <<link "Try gaining some money as a developer" "developwork">><br> <<addhours 2>> <<set $coded to 1>> <<set $codingtext to [""]>> <<updatebar>> <</link>> <<else>> You are too tired to start coding (need 10+ energy) <</if>> <</nobr>> <<link "Back" "Laptop">><!--[[Laptop]]--><</link>>
You are in your college dorm room, it's a single room. You insisted on that back when you were 18, because you didn't really like company, Your parents had to pay a little extra for that. <<set $faceimg = "images/mc/face" + $faceselect + ".png">> [img[setup.ImagePath+'roompreview.png']]<br> You focus on trying to remember: This was probably your second day in the school. It's early afternoon, as you can easily check from the watch on your phone. You think you arrived last night and you spent the evening moving in and the morning closed on your room. You try to concentrate and remember what is planned for you today, but the memory fades away. <<addmins 30>> <<nobr>> <<if $melanielove is undefined>><<set $melanielove to 0>><</if>> <<if $susanlove is undefined>><<set $susanlove to 0>><</if>> <<linkreplace "You hear knocking at your door">> <<melanie>>Are you ready yet?<</melanie>><br> <<say "You" $faceimg>>Sorry, for what?<</say>><br> <<melanie>>Oh my god, for the school tour, you idiot, come out <</melanie>><br> You slowly open the door, a stunning beauty with an annoyed face appears in front of you.<br><br> [img[setup.ImagePath+'melanie/doorstand.png']]<br> You only have a faint memory of her, she looks older than you, probably 3rd or 4th year, you have this feeling that she is an extremely popular girl here.<br><br> <<melanie>>Shit luck again, you even look like a bigger loser than the last one, move your fat ass, follow me and try to keep up<</melanie>><br> <<say "You" $faceimg>>Are you sure you want to do this?<</say>><br> <<melanie>>Of course not, but I need to, so let's try to make this quick and painless<</melanie>><br> You follow her for a couple of minutes of awkward silence, she walks very fast, probably on purpose, you struggle to keep up, and you start sweating and panting, a few people leer towards the two of you and giggle.<br><br> <<melanie>>Ok, so... down there is the cafeteria, where you will go to eat... I think that I covered everything you need, so this concludes the tour<</melanie>><br> She starts laughing at her own joke, a few people join in the laughter.<br> <div id="first"> <<link "So... that's it? Thanks, I guess">><<replace"#first">> <br><<say "You" $faceimg>>So... that's it? Thanks, I guess.<</say>><br> <<melanie>>Oh, don't mention it, enjoy your stay here<</melanie>><br> You appear unscathed by her cruelty, you just don't care. You get a few disappointed looks, they expected something different.<br> <b>Your popularity <span style="color: #008000;">increased</span> by 1<br></b> <<set $popularity +=1>> <<set $melanieprogress to 1>> <<link "You start walking back to your room" "day1-2">><!--[[day1-2]]--><</link>><br> <</replace>><</link>> <br> <<if $confidence gte 15>> <<link"(15conf) Well, fuck you, you useless bitch">><<replace "#first">><br> <<say "You" $faceimg>>Well, fuck you, you useless bitch, who do you think you are?<</say>><br> <<melanie>>How dare you? You fat stupid freshman, I could get you beaten up for that<</melanie>><br> She walks away pissed and leaves you there, a few people staring at you.<br> That was a unpleasant but at least you stood up to Melanie, people are impressed.<br> <b>Your popularity <span style="color: #008000;">increased</span> by 2</b><br> <<mellove "-5">> (hint: it's not a big deal, popularity is important)<br> <<set $melanieprogress to 101>> <<conf "3">> <<set $popularity +=2>> <<link "You start walking back to your room" "day1-2">><!--[[day1-2]]--><</link>> <</replace>><</link>> <</if>> <br> <<link "I will complain that you didn't even give me a real tour">> <<replace "#first">><br> <<say "You" $faceimg>>I will complain that you didn't even give me a real tour<</say>><br> <<melanie>>Snitching up already? You've got to be the biggest loser to ever walk in here, maybe I should get someone to teach you a lesson<</melanie>><br> People look at you in disgust, not only you got publicly humiliated, but you even threatened to snitch, that was a really bad start.<br> <b>Your popularity decreased by 1<br></b> <<mellove "-5">> <<set $popularity -=1>> <<set $melanieprogress to 201>> <<link "You start walking back to your room" "day1-2">><!--[[day1-2]]--><</link>> <</replace>><</link>> </div> <</linkreplace>> <</nobr>>
You start walking back to your room, when a girl about your age approaches you.<br> [img[setup.ImagePath+'susan/corridorglasses.png']] <br> <<nobr>> <<addmins 90>> <<if $melanieprogress is 1>> <<susan>>Hey, I'm Susan, nice to meet you<</susan>><br> <<say "You" $faceimg>>Huh... hi?<</say>><br> <<susan>>She's just a bitch, don't take that too personally, she likes to pick on new students, she did something similar with me<</susan>><br> <<suslove "1">> <</if>> <<if $susanlove is undefined>><<set $susanlove to 0>><</if>> <<if $melanieprogress is 101>> <<susan>>Ahahah, you really showed her, well done<</susan>><br> <<say "You" $faceimg>>Oh, hi, do I know you?<</say>><br> <<susan>>No, you don't, but I really wanted to say that I loved watching that<</susan>><br> <<suslove "1">> <</if>> <<if $melanieprogress is 201>> <<susan>>Hey, that was painful to watch,<</susan>><br> <<say "You" $faceimg>>Huh... who are you?<</say>><br> <<susan>>I'm Susan, and I'm on your side, she did that to me aswell, but don't threaten that kind of stuff, you're only going to get everybody to shun you.<</susan>><br> <<say "You" $faceimg>>You're right, I just didn't know what to say.,.<</say>><br> <</if>> <<susan>>Anyway, I think I can give you a quick tour of the school if you want. I don't know everything yet, but I got here a day earlier and it's pretty simple anyway.<</susan>><</nobr>> <div id="first"> <<if $charisma gte 10>><<link "(10 cha) Oh, thank you Susan, you're really sweet">><<replace "#first">><<nobr>> <<say "You" $faceimg>>Oh, thank you Susan, you're really sweet and I'd love that<</say>><br> Susan blushes, you can see that she isn't really used to compliments.<br> <<suslove "2">> <<susan>>Ok then, follow me<</susan>><br> In the next 30 minutes, Susan guides you around the school, she shows you where the classrooms are, the gym, the pool, where the various hallways lead, and also casually lets you know where HER ROOM is.<br> <<if $intelligence gte 10>> <b>(Intelligence skill check: Success)</b> You suspect that she might be into you, by the odd way she stopped to conveniently show you where your room is.<</if>><br> <<susan>>Ok, that's everything I know so far, I hope it was useful<</susan>><br> <<say "You" $faceimg>>It definitely was, thanks for your help!<</say>><br> <<susan>>No problem, see you around then!<</susan>><br> She starts to walk away, she left you close to your room, it sure was nice to find a helpful girl in this hostile place.<br> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <</nobr>><</replace>><</link>><</if>><<nobr>> <</nobr>><br><<link "Sure, I'd like that">><<replace "#first">><br> <<nobr>> <<say "You" $faceimg>>Sure, I'd like that<</say>><br> <<susan>>Ok then, follow me<</susan>><br> In the next 30 minutes, Susan guides you around the school, she shows you where the classrooms are, the gym, the pool, where the various hallways lead, and also casually lets you know where HER ROOM is.<br> <<if $intelligence gte 10>> <b>(Successful check: 10 intelligence)</b> You suspect that she might be into you, by the odd way she stopped to conveniently show you where your room is.<</if>><br> <<susan>>Ok, that's everything I know so far, I hope it was useful<</susan>><br> <<say "You" $faceimg>>It definitely was, thanks for your help!<</say>><br> <<susan>>No problem, see you around then!<</susan>><br> She starts to walk away, she left you close to your room, it sure was nice to find a helpful girl in this hostile place.<br> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <</nobr>> <</replace>><</link>><<nobr>><br> <</nobr>><<link "Is this another trick??">><<replace "#first">><br> <<nobr>> <<say "You" $faceimg>>Is this another trick??<</say>><br> Susan's smile dies on her face, she looks at the ground, taken aback by your rude response.<br> <<suslove "-1">> <<susan>> N..No... I just wanted to be nice to you<</susan>><br> You realize that you have just been a moron and try to make up for it.<br><br> <<say "You" $faceimg>>Oh, sorry, I'm just really on edge, if you are serious, I'd be glad to<</say>><br> <<susan>>Ok then, follow me<</susan>><br> In the next 30 minutes, Susan guides you around the school, she shows you where the classrooms are, the gym, the pool, where the various hallways lead, and also casually lets you know where HER ROOM is.<br> <<if $intelligence gte 10>><b> (10 int)</b> You suspect that she might be into you, by the odd way she stopped to conveniently show you where your room is. <</if>><br> <<susan>>Ok, that's everything I know so far, I hope it was useful<</susan>><br> <<say "You" $faceimg>>It definitely was, thanks for your help!<</say>><br> <<susan>>No problem, see you around then!<</susan>><br> She starts to walk away, she left you close to your room, it sure was nice to find a helpful girl in this hostile place.<br> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <</nobr>><</replace>><</link>><<nobr>> <<if $confidence gte 70 and $melanieprogress is 101 >> <br><<link "(70 conf) Let her give you the tour, then try to fuck her">><<replace "#first">><br> In the next 30 minutes, Susan guides you around the school, she shows you where the classrooms are, the gym, the pool, where the various hallways lead, and also casually lets you know where HER ROOM is.<br> You are not dumb, and you know that she casually mentioning her room is something you can use.<br> <<say "You" $faceimg>>Do you think I can see your room?<</say>><br> <<susan>>Oh, you want to see my room? Why?<</susan>><br> <<say "You" $faceimg>>You know why, Susan, because you were so nice to me, and I wanted to thank you properly<</say>><br> <<susan>>Ahahah, you're a bold one, aren't you?<</susan>><br> <<say "You" $faceimg>>Who knows, can we head inside?<</say>><br> <<susan>>Wow, you're serious... Ok, I'll give you a tour of my room as well<</susan>><br> Susan leads the way, and you both enter her room.<br><br> <<say "You" $faceimg>>Well, you have a pretty nice room<</say>><br> <<susan>>Ahah, thanks<</susan>><br> <<say "You" $faceimg>>You liked how I put Melanie in her place, right?<</say>><br> <<susan>>I'm not gonna lie, that was pretty good<</susan>><br> <<say "You" $faceimg>>I saw how you looked at me for the last half hour, Susan, let's cut to the chase...<</say>><br> <<susan>>Wh.. .what do you mean?<</susan>><br> You get close to her, and put a hand on her panties, you can feel the moisture even from outside.<br><br> <<susan>>Oh... what are you doing?<</susan>><br> <<say "You" $faceimg>>I know this is what you want<</say>><br> Susan is trying to hide her excitement a bit, she's obviously into you, but she met you less than 30 minutes ago after all, this feels insane even to you.<br><br> <<susan>>Oh god...<</susan>><br> You start circling your hand, and you move her panties slightly to the side, starting to caress her bare pussy.<br><br> <<say "You" $faceimg>>Do you want me to stop?<</say>><br> <<susan>>Well, no... but... oh god<</susan>><br> It's time to up the stakes, while you're touching her, you slip your dick out.<br> You are taking a big risk, and you kind of expect her to freak out at this point.<br> But as soon as you get it close to her mouth, she just takes it, and starts sucking you off. <br> <<video "images/susan/presusblowstart.mp4" >> You are taken aback a bit by this, and freeze in disbelief that she's so easily down for it.<br> You then resume to touch her, until she has an orgasm.<br> After that, she just decides to go all in.<br><br> <<susan>>I can't believe I'm gonna say this... but please just fuck me<</susan>><br> You decide not to waste time, before she changes her mind, and quickly reposition yourself.<br> She's extremely wet, she probably liked being treated like this.<br> <<video "images/susan/presusfuck1.mp4" >> In fact your dick slips in easily, and you can start fucking her right away.<br> <<susan>>Oh yes... fuck yes!<</susan>><br> You fuck her like that for a while, then she turns around, saying:<br><br> <<susan>>I want you to take me from behind<</susan>><br> <<video "images/susan/presusfuck2.mp4" >> This definitely escalated quickly, you ram your dick back inside and resume fucking her in this new position.<br> <<video "images/susan/presusfuck2bis.mp4" >> You start to ramp up the speed again, and she enjoys that so much that she has another orgasm.<br> You turn her around again.<br> <<video "images/susan/presusfuckfinal.mp4" >> As soon as you put your dick back inside she starts moaning right away, she must be extremely sensitive and horny at this point, judging by how she's having multiple orgasms one after the other.<br> After several minutes of this absolute crazyness, you are about to come yourself, and you warn her about it.<br> She just answers:<br><br> <<susan>>Oh yeah, come all over me!<</susan>><br> <<video "images/susan/presusfuckcum.mp4" >> You pull out and spray your cum on her mouth, on her shoulder, neck... everywhere.<br> She scoops some of it up and tastes it, still delirious with lust.<br> <<susan>>Oh my god, what the hell did just happen?<</susan>><br> You don't know, but you're certainly happy about it.<br> <<if $susanoralachievement is 0 or $susanoralachievement is undefined >> <<set $susanoralachievement to 1>><<set $maximumdays +=1>> <<set $maxdayscalc +=1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $susanpreoralach is 0 or $susanpreoralach is undefined >> <<set $susanpreoralach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <<cha 3>> <</if>> <<if $virginity is 1 or $virginity is "Yes">> <<if $susanvirginachievement is 0 or $susanvirginachievement is undefined >> <<set $susanvirginachievement to 1>><<conf 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $susanfuckachievement is 0 or $susanfuckachievement is undefined >> <<set $susanfuckachievement to 1>><<sexcon 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $susanprefuckach is 0 or $susanprefuckach is undefined >> <<set $susanprefuckach to 1>><<sexexp 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> /* virgin and firstfuck check susan */ <<if $virginity is 1 or $virginity is "Yes">> <<set $virginity to ["Susan"]>><br> You lost your virginity to $virginity ! <</if>> <<if $susanfucked is 0>> <b>You fucked Susan for the first time! She might not be a popular girl, but she won't deny it, and it's still an achievement!<br> Your popularity <span style="color: #008000;">increased</span> by 3!<br></b> <<set $popularity +=3>> <</if>> /*virginfirstfucksusan */ <<set $fuckingsusan to 0>> <<set $susanfucked +=1>> <<set $susanfirstfucked to 1>> <<set $susanprogress to 1>> <<set $susantransform to 2>> <<set $dailysusan to 1>> <<sexexp "1">> <<conf "3">> <<lust "-40">> <<suslove "20">> <<sexcon "2.5">> <<stress "-8">> <<ene "8">> <<addmins 18>> <br> <<link "You both get dressed, talk for a bit, then she goes back to her room" "Room">><<addmins 15>><<set $energy -=$enewid>><</link>> <</replace>><</link>><</if>> <<set $dailysusan to 1>> <</nobr>> </div>
<<nobr>> <<if $susankissed is undefined>> <<set $susankissed to 0>><</if>> <<if $susanfucked is undefined>> <<set $susanfucked to 0>><</if>> <<if $susananaled is undefined>> <<set $susananaled to 0>><</if>> <<if $stalkedsusan is 1>> You can't believe your eyes, Susan really seems to be a different girl than most, she might not be as attractive and she might be kind of an outcast, but she's sweet.<br> She definitely seems to be very insecure about herself and her appearance, you probably can exploit that to your advantage, or simply help her by giving her some love. <br> She values affection, humour and intelligence above anything else. <<else>> You don't know much about Susan. <br> You met her the first day that you came back here, you know where her room is and that she seems like a nice girl.<br> You should probably investigate on her by checking her social media (your rooom - laptop) if you want to have a few more informations about her. <</if>> <br> <<if $susantransform is 2 and $stalkedsusan eq 1>> [img[setup.ImagePath+'susan/instatok2.png']] <<elseif $stalkedsusan eq 1>> [img[setup.ImagePath+'susan/instatok1.png']] <<elseif $susantransform eq 2>> [img[setup.ImagePath+'susan/face2.png']] <<else>> [img[setup.ImagePath+'susan/face.png']] <</if>> <</nobr>> Susan's Love : $susanlove Susan activity count: ( Kissed = $susankissed , Fucked = $susanfucked , Assfucked = $susananaled) <br> <<if $susananaled gte 1>><span style="color: #6A5ACD;">You have taken her anal virginity<br></span><</if>> <<nobr>> <<if $stalkedsusan is 1>> Susan's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br> Love : 300% - Susan is extremely insecure and craves love, approval and affection, she would do anything for that. (<<print (($susanlove* 3).toFixed(1))>>)<br> Charisma: 70% - Susan loves a charismatic person that can make her laugh. (<<print (($charisma* 0.7).toFixed(1))>>)<br> Intelligence: 50% - Susan appreciates intelligence more than the average girl does. (<<print (($intelligence* 0.5).toFixed(1))>>)<br> Sexual Experience: 50% - Susan isn't very experienced, and would love to meet someone that compensates that. (<<print (($sexexp * 0.5).toFixed(1))>>)<br> Confidence: 40% - Susan thinks a boyfriend should be at least a bit confident. (<<print (($confidence* 0.4).toFixed(1))>>)<br> Unlike most girls, she doesn't seem to care about physical apperance or popularity at all.<br> <<set $susanattraction to (($susanlove*3+$charisma*0.7+$sexexp*0.5+$intelligence*0.5+$confidence*0.4).toFixed(1))>><br> Susan's attraction for you is $susanattraction <br> <</if>> <</nobr>> <<link "Back">> <<script>> Dialog.setup("Girls Stats"); Dialog.wiki(Story.get("Girls Stats").processText()); Dialog.open(); <</script>> <</link>>
<<nobr>> <<if $melaniekissed is undefined>><<set $melaniekissed to 0>><</if>> <<if $melaniefucked is undefined>><<set $melaniedfucked to 0>><</if>> <<if $melanieanaled is undefined>> <<set $melanieanaled to 0>><</if>> <<if $stalkedmelanie is 1>> Melanie is a popular girl, or at least that's what she's trying hard to be, she's attending 4th year and is 22years old.<br> It's definitely not an easy girl to get in bed with,<br> Rumor has it that she would only sleep with the most popular guys and has a reputation to defend.<br> You met her on your first day here and it was a terrible experience, you count the days until you can get your revenge.<br> Through a series of videos that she posted on her social networks, you determined without any doubt where her room is.<br> <<else>> Everything you know about Melanie is that she's the bitch that humiliated you the first day you were here, maybe you could gather more information about her on Instatok. <</if>> <<if $stalkedmelanie is 1>> <br>[img[setup.ImagePath+'melanie/instatok.png']]<br> Age: 22<br> <<else>> <br>[img[setup.ImagePath+'melanie/face.png']]<br> <</if>> <</nobr>> Melanie's Love : $melanielove Melanie activity count: ( Kissed = $melaniekissed , Fucked = $melaniefucked , Assfucked = $melanieanaled ) <<if $melaniefucked gte 1>><span style="color: #6A5ACD;">You have taken her virginity<br></span><</if>> <br> <<nobr>> <<if $stalkedmelanie is 1>> Melanie's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br> Love : 150% - Melanie is more affected from love than she would care to admit or let people know, under a hard bitch shell, she has some soft spots. (<<print (($melanielove*1.5).toFixed(1))>>)<br> Popularity: 180% - Melanie cares about popularity above anything else, She might choose to spend time with someone based exclusively on that (<<print (($popularity*1.8).toFixed(1))>>)<br> Confidence: 50% - She believes that being confident is important, otherwise that would mean that you are a loser, she would say, as is expected of her(<<print (($confidence*0.5).toFixed(1))>>)<br> Sexual Control: 40% - Melanie seems to care that his partner lasts long in bed, because all girls value that, and she tends to follow the popular opinion(<<print (($sexcontrol* 0.4).toFixed(1))>>)<br> Physical attractiveness : 30% - Melanie says that she gives a lot of importance to physical attractiveness, but is that actually true? (<<print (($physattr*0.3).toFixed(1))>>)<br> Strength : 20% - She does however give a bit more importance to the actual muscles and strength (<<print (($strength*0.2).toFixed(1))>>)<br> She doesn't bother herself with things like intelligence, culture, or even someone's charisma<br> <<set $melanieattraction to (($melanielove*1.5+$popularity*1.8+$confidence*0.5+$sexcontrol*0.4+$physattr*0.3+$strength*0.2).toFixed(1))>><br> Melanie's attraction for you is $melanieattraction <br> <</if>> <</nobr>> <<link "Back">> <<script>> Dialog.setup("Girls Stats"); Dialog.wiki(Story.get("Girls Stats").processText()); Dialog.open(); <</script>> <</link>>
<<nobr>> <<include "calc">> <div id="multi"> <<set $susanscene to -1>> <<if $susananaled is undefined>><<set $susananaled to 0>><</if>> <<if $susanlove is undefined>><<set $susanlove to 0>><</if>> <<if $susanlesb is undefined>><<set $susanlesb to 0>><</if>> <<if $susanprogress is undefined>> <<set $susanprogress to 0>> <</if>> <<if $susantransform is undefined>> <<set $susantransform to 0>> <</if>> <div id="multi"> <<if $susantransform is 2>> You knock on Susan's door, a few seconds later your hear her steps rapidly getting closer to the door, and the door opens<br> [img[setup.ImagePath+'susan/face2.png']]<br> <<if $susantransformtalk is 1>> <<if $susanfirstfucked eq 1>> Susan is overjoyed to see you, she hugs you tightly as soon as you step inside<br> Hey, honey, what do you want to do today?<br> <<set $susanattraction to (($susanlove*3+$charisma*0.7+$sexexp*0.5+$intelligence*0.5+$confidence*0.4).toFixed(0))>> Susan's attraction for you is $susanattraction <br> <<if $susanfucked gte 1>> <<link "Can we have sex again?" "susancouch2">><<set $fuckingsusan to 1>><<set $dailysusan to 1>><</link>> <br> <</if>> <<if $susanfucked eq 0>> <<link "Can we try to have sex?" "susancouch2">><<set $fuckingsusan to 1>><<set $dailysusan to 1>><</link>> <br> <</if>> /*---------------------oral---------------------*/ <<link "Can you just suck my dick today?" "susancouch2">><<set $susanscene to 4>><<set $dailysusan to 1>><</link>> <br> /*---------------------xxxx---------------------*/ /*---------------------anal---------------------*/ <<link "<<if $susananaled is 0>>Do you ever think about anal sex?<<else>>Do you want to do anal again?<</if>>">><<replace "#multi">> <br> <<if $susanattraction gte 175>> <<if $susananaled is 0>> <<susan2>>I mean, if you really know what you are doing, I guess that we can try?<</susan2>> <<else>><<susan2>>"Sure, everything you want, my love"<</susan2>><</if>> <br><<link "Great, let's try" "susancouch2">><<set $susanscene to 5>><<set $dailysusan to 1>><</link>> <</if>> <br> <<if $susanattraction lte 174.99>> <<susan2>>Yeah, it's something that I definitely want to try once we get more comfortable with each other, maybe let's stick to simpler things for now?<br> <</susan2>> <<link "Select something else" "susanroom">><</link>><br> <</if>> <</replace>><</link>> <</if>> /*----------------------xxxx--------------------*/ /*---------------------Threesome---------------------*/ <<if $susanattraction gte 205 and $susanlesb eq 0>> <br> <<link "She seems to have something on her mind">><<replace "#multi">> <<susan2>>I wanted to talk to you about something... <</susan2>><br> <<say "You" $faceimg>>Hm... should I get worried?<</say>><br> <<susan2>>No, no... I mean, maybe? <</susan2>><br> <<say "You" $faceimg>>Come on, say what you are thinking<</say>><br> <<susan2>>Ok, it's a little embarassing to admit<</susan2>><br> <<if $charisma gte 33>> <b>(Charisma skill check: Success)</b><br> <<say "You" $faceimg>>Whatever this is, Susan, I'm here to listen to you, don't be afraid.<</say>><br> <<susan2>>Well, ok... please don't judge me but, before meeting you, I was more into girls than boys<</susan2>><br> She then becomes really red and lowers her face in embarassment.<br> <<say "You" $faceimg>>Oh, really?<</say>><br> <<susan2>>Yes...<</susan2>><br> She pauses a bit, but you choose not to pressure her, she then resumes talking<br><br> <<susan2>>But you were different from the other boys, and you captured my heart, I feel like you made me change as well<</susan2>><br> <<say "You" $faceimg>>In... what way?<</say>><br> <<susan2>>Well, you made me more get comfortable with my sexuality, but the thing is... you have changed as well.<</susan2>><br> Oh boy...<br><br> <<say "You" $faceimg>>Ok, Susan... where are you heading with this?<</say>><br> <<susan2>>No wait, I still love you, the part of me that changed, loves you, but I feel that you've become more of a man than you were before!<</susan2>><br> <<say "You" $faceimg>>And... that's bad?<</say>><br> <<susan2>>Wait, no, it's not bad at all, but sometimes I feel like I'm missing... well... girls...<</susan2>><br> <<say "You" $faceimg>>Wait, I just realized... was I your first?<</say>><br> <<susan2>>I feel embarassed again now, I've been with some girls before, but, yes, you were the first one I've got into bed with.<</susan2>><br> <<say "You" $faceimg>>Why didn't you tell me? I didn't even notice... We could have made it more special<</say>><br> <<susan2>>It was special, for me, and you didn't notice because, well... the things I've done with girls before, went, ehm... far.<</susan2>><br> You give a heartly laugh about that, relieving some of the tension betweeen you.<br> <<say "You" $faceimg>>So, you say that you are missing girls?<</say>><br> <<susan2>>Yes... In a way, sometimes I feel the urge to seduce other girls, but I stop myself from that, for you<</susan2>><br> <div id="3choice"> <<link "Well, we could do that together, if you want. (Threesomes with girls)">><<replace "#3choice">> <<if $susanthreesomereadyach is 0 or $susanthreesomereadyach is undefined >> <<set $susanthreesomereadyach to 1>><<sexexp 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<say "You" $faceimg>>Well, we could do that together, if you want.<</say>><br> <<set $susanlesb to 1>> <<susan2>>What?... What do you mean?<</susan2>><br> <<say "You" $faceimg>>It's just an idea... we could find a girl we both like and...<</say>><br> <<susan2>>Do you have someone in mind?<</susan2>><br> It doesn't take a genius to realize that it would be a very bad idea to come up with a name straight away.<br><br> <<say "You" $faceimg>>No, of course I don't, but we could start looking for someone.<</say>><br> <<susan2>>And it wouldn't bother you?<</susan2>><br> <<say "You" $faceimg>>Having sex with two girls at once? You really didn't have much experience with guys, did you?<</say>><br> <<susan2>>Hey, I'm being serious, that would be just a sex thing, right?<</susan2>><br> <<say "You" $faceimg>>Of course<</say>><br> <<susan2>>It's settled then, let me know when you have a candidate<</susan2>><br> Susan looks overjoyed and excited about the idea, you can't believe how lucky you are, now you just need to find someone!<br><br> <<addmins 4>> <<susan2>>All this talk of sex got me so horny... please come here and fuck me<</susan2>> <<link "Sate her desire for dick" "susancouch2">><!--[[susancouch]]--> <<set $dailysusan to 1>> <<set $fuckingsusan to 1>><</link>> <</replace>><</link>> <br> <<link"You should only be thinking about me. (Deny threesomes)">><<replace "#3choice">> <<say "You" $faceimg>>You should only be thinking about me, Susan<</say>><br> <<set $susanlesb to -10>> She stops thinking from a while, then comes to a decision.<br> <<susan2>>You are right, it was silly of me, the past is the past, and if you want me, I choose you, things have changed a bit, but it's only natural for a relationship to evolve<</susan2>><br> <<say "You" $faceimg>>Thank you, I'm glad you understand<</say>><br> <<susan2>>I do, I will be yours and yours only, thank you for letting me talk about it, that helped me clear my mind.<</susan2>><br> <<set $susanlove to 100>> <b>Susan's love for you has been increased to 100<br> Susan has chosen to be yours only, you won't be able to include her in threesomes.</b><br> <<susan2>>I hope this doesn't sound wrong now... but can we make love?<</susan2>><br> <<link "Fuck her once more" "susancouch2">><!--[[susancouch]]--> <<set $dailysusan to 1>> <<set $fuckingsusan to 1>><</link>> <<if $susanyoursonlyach is 0 or $susanyoursonlyach is undefined >> <<set $susanyoursonlyach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</replace>><</link>> </div> <<else>> <b>(Charisma skill check: Fail)</b><br> <<say "You" $faceimg>>Come on Susan, just say it!<</say>><br> Susan seems to hesitate for a bit, she seems to be a bit stuck, then she blurts out<br> <<susan2>>Well, ok... I failed an exam, I think I lost a little focus lately<</susan2>><br> <<if $intelligence > 30>> <b>(Intelligence skill check: Success)</b><br> You feel that this is not at all what she wanted to talk you about, and that she felt pressured and hijacked the conversation entirely, You should try being a bit more tactful. (raise your charisma)<br> <<else>> <br> <b>(Intelligence skill check: Fail)</b><br> Is this really what she wanted to talk about? Meh, whatever.<br> Anyway, it's up to you to console her, maybe some sex will cheer her up!<br> <</if>> Anyway, there's nothing else you can say, and she did bring up the exam thing, so it's up to you to console her, maybe some sex will cheer her up!<br> <</if>> <<if $charisma < 42>><<link "Select something else" "susanroom">><</link>><</if>> <</replace>><</link>> <<elseif $susanattraction gte 204 and $susanlesb gte 1>> <br> <<link "About threesomes...">><<replace "#multi">> <<say "You" $faceimg>>About the deal we had, on looking for girls...<</say>><br> <<susan2>>Yeah? You found someone?<</susan2>><br><br> /*--------------3carol----------------*/ <<if $suscar eq 1>> <<link "Carol">><<replace "#multi">> <<say "You" $faceimg>>I found someone that would be willing to participate<</say>><br> <<susan2>>Oh, Really? Who is it?<</susan2>><br> <<say "You" $faceimg>>Carol, the tall brunette from 2nd year<</say>><br> <<susan2>>Wow, really? How did you manage that?<</susan2>><br> <<say "You" $faceimg>>Hehe, Maybe she really likes you<</say>><br> <<susan2>>Or maybe she really likes... you...<</susan2>><br> She seems to sadden up a bit while she realizes that<br><br> <<say "You" $faceimg>>Let's just assume that she likes us both, if she accepted to do this, ok?<</say>><br> <<susan2>>I guess you're right, how would we proceed, than?<</susan2>><br> <<say "You" $faceimg>>I guess I can try giving her a call<</say>><br> You take your phone in hand and call Carol, she answers after a few rings.<br> <<say "You" $faceimg>>Hey Carol, is this a good time? for that thing we talked about?<</say>><br> <<susan2>>Oh god...<</susan2>><br> <<say "You" $faceimg>>Yeah, it's the room... no, the one next to it, on the right.<</say>><br> <<say "You" $faceimg>>That's fine, we'll wait for you<</say>><br> You hang up.<br> <<say "You" $faceimg>>Ok, it's done, she'll be here in 20 minutes<</say>><br> <br> You wait for the next 20 minutes, the two of you make out a bit, and you touch Susan's body everywhere but you don't undress her, you don't want to push things too far before Carol arrives. <br> By the time that happens, Susan has reached a state of extreme arousal.<br> <<link "You hear knocking at the door" "suscar">><</link>> <<addmins 22>> <</replace>><</link>><</if>> <<if $suscar eq 2>> <<link "Nobody new, but how about calling Carol again?">><<replace "#multi">> <<say "You" $faceimg>>Nobody new, but how about calling Carol again?<</say>><br> <<susan2>>Sounds great! It's been awesome last time<</susan2>><br> <<say "You" $faceimg>>Ok, let's try!<</say>><br> You get your phone and call, you're in luck, Carol is free, and can be there in 10 minutes!<br> You and Susan pass some time waiting together, until <<link "You hear knocking at the door" "suscar">><</link>> <<addmins 12>> <</replace>><</link>><</if>> <br> <<if $roselesb eq 1>> <<link "Rose">><<replace "#multi">> <<if ndef $susrose or $susrose eq 0>> <<say "You" $faceimg>>What do you think about Rose?<</say>><br> <<susan2>>Sorry, doesn't ring a bell, what year is she?<</susan2>><br> <<say "You" $faceimg>>Ehm, no. it's the lady in the cafeteria<</say>><br> <<susan2>>What? You're joking, right?<</susan2>><br> <<say "You" $faceimg>>You don't like her?<</say>><br> <<susan2>>She's super hot and way older, there's no way she'll agree to something like this<</susan2>><br> <<say "You" $faceimg>>She did, though<</say>><br> Susan looks at you in disbelief.<br><br> <<susan2>>Seriously?<</susan2>><br> <<say "You" $faceimg>>Yeah, she would be up for it, what do you say?<</say>><br> <<susan2>>I won't believe you until she walks past that door<</susan2>><br> Seems like it's about time to prove her wrong.<br> <<say "You" $faceimg>>Let me text her<</say>><br> You send a few texts to Rose.<br> <<say "Text Message to Rose" $faceimg>>Hey Rose, I found a girl that would be willing to do that thing we discussed, are you up for that?<</say>><br> A few minutes later, Rose answers:<br><br> <<rose>>Wow, it's really happening then? Can you give me 20-30 minutes?<</rose>><br> <<say "Text Message to Rose" $faceimg>>Sure, I'll send you the position of the room, just one thing, please don't mention to her that we already had sex if you can, I don't want her to get too jealous<</say>><br> <<rose>>Ahaha, you've been hiding some stuff from me didn't you? You're lucky that I don't mind<</rose>><br> You text her the location of the room.<br><br> <<addmins 27>> You and susan wait for about 25 more minutes. <br><br> <<susan2>>I should have known this was a prank, you almost got me, though!<</susan2>><br> Your cell phone rings, Rose is calling you.<br> You answer, she speaks in a very low tone of voice.<br><br> <<say "You" $faceimg>>Rose?<</say>><br> <<rose>>I'm outside, don't make me knock...<</rose>><br> <<susan2>>Who is it?<</susan2>><br> <<say "You" $faceimg>>Open the door, Susan<</say>><br> She looks at you skeptically again, but does as asked.<br><br> <<link "Rose steps into the room" "susrose">><</link>> <<else>> <<say "You" $faceimg>>What do you think about calling rose again?<</say>><br> <<susan2>>Oh yeah, last time was so hot!<</susan2>><br> She agreed easily, now you only need to message Rose again and check if she's available for it.<br> Unsurprisingly, she is. and she will be there in 20minutes.<br> <<addmins 22>> You and Susan spend the time chatting, 20 minutes later...<br> <<link "Rose arrives" "susrose">><</link>> <</if>> <</replace>><</link>> <</if>> <br> /*--------------end-------------*/ <<linkreplace "Maybe you could look for someone as well?">> This is a work in progress, and will be available in future versions <</linkreplace>><br> <<link "Ehm... nevermind" "susanroom">><</link>><br> <</replace>><</link>> <</if>> /*----------------------xxxx--------------------*/ /*-----2ndattempt-----*/<<if $susanfirstfucked eq 0>> <br> <<susan2>>Oh... you're back?<</susan2>><br> <<say "You" $faceimg>>Well, of course!<</say>><br> <<susan2>>I didn't think you'de be back<</susan2>><br> <<say "You" $faceimg>>Why the hell not? Of course I am<</say>><br> <<susan2>>Well, after yesterday...<</susan2>><br> <<say "You" $faceimg>>Well, you just asked me to leave...<</say>><br> <<susan2>>And you left...<</susan2>><br> <<say "You" $faceimg>>Well, I came back, though.<</say>><br> You clearly aren't very good at talking yourself out of those situations <br><br> <<susan2>>I see... come sit here then<</susan2>><br> You go sit next to her on the couch and after a while, the two of you just hug for a while. She seems to relax and slowly gets her smile back.<br> <<suslove "5">> <<link "Then..." "susancouch2">><!--[[susancouch]]--><</link>> <<set $dailysusan to 1>> <</if>> <</if>> <<if $susantransformtalk is undefined or $susantransformtalk is 0>> <<set $susantransformtalk to 1>> You almost fail to recognize her, she is without glasses and has a completely new look. <<say "You" $faceimg>>Susan??<</say>><br> <<susan2>>Heyyy, do you think I look better now?<</susan2>><br> <<say "You" $faceimg>>You look gorgeous! What did you do?<</say>><br> <<susan2>>Well, I figured you would like me more this way, I started using contacts and got a new haircut<</susan2>><br> <<say "You" $faceimg>>It all looks great, but I did already like you, Susan<</say>><br> <<susan2>>Hm... are you sure?<</susan2>><br> <<say "You" $faceimg>>Of course I am, why would you ask that?<</say>><br> <<if $susanfucked gte 1>> <<susan2>>Hm... I don't know, maybe I shouldn't have done that<</susan2>><br> Susan pauses for a moment...<br> <<susan2>>Oh god, did you like me better before?<</susan2>><br> <<say "You" $faceimg>>No Susan, you look nice either way<</say>><br> You realize that it's probably better if you just show here, so you decide to get close to her <<link "and..." "susancouch2">><<set $dailysusan to 1>> <<set $fuckingsusan to 1>> <</link>> <<else>> <<susan2>>Well, the last time... we were about to... and... well, you just stopped<</susan2>><br> Oh crap.<br> <<if $charisma gte 25>> <b>(Successful check: charisma 25)</b> <<say "You" $faceimg>>Oh god Susan, how could you think something like that? I just didn't want to pressure you to stuff that maybe you weren't ready for, but if you feel like you are, we can do that anytime.<</say>><br> <<susan2>>Really?<</susan2>><br> <<say "You" $faceimg>>Of course...can I come there and give you a hug?<</say>><br> <<susan2>>Sure...<</susan2>><br> You go sit next to her on the couch and you just hug her for a while. She seems to relax and get her smile back.<br> <b>Susan's love for you <span style="color: #008000;">increased</span> by 2</b><br> <<set $susanlove+=2>> <<link "Then..." "susancouch2">><!--[[susancouch]]--> <<set $dailysusan to 1>> <<set $fuckingsusan to 1>> <</link>> <<else>> <b>(Failed check: Charisma)</b><br> <<say "You" $faceimg>>I'm sorry Susan, I swear that I wanted to, but I felt like maybe we were going too fast?<</say>><br> <<susan2>>Oh, I see, yeah, maybe we are<</susan2>><br> <<if $confidence gte 35>> <<say "You" $faceimg>><b>(Successful check: Confidence 35)</b>No, actually, I really like you, I don't know why I stopped, but I'll make it up to you<</say>><br> You move towards her on the couch<br> <<link "And." "susancouch2">><</link>><!--[[susancouch]]--> <<else>> <b>(Failed check: Confidence)</b><br> You look at each other in silence for a while, then she asks<br><br> <<susan2>>Can you please leave me alone for a while?<</susan2>><br> <<suslove "-10">> <<set $dailysusan to 1>> Fuck. I really should have come up with something better to say, I hope I can make it up tomorrow.<br> <<link "You walk out of her room in defeat and back to yours" "Room">> <</link>> <</if>> <</if>> <</if>> <</if>> <</if>> <<if $susanprogress is 1 and $susantransform is 0>> You knock on Susan's door, a few seconds later your hear her steps rapidly getting closer to the door, and the door opens<br> She looks very happy to see you<br> You also notice that she is dressed in an odd way, wearing a jacket above a sexy dress, you wonder why that odd choice...<br><<if $intelligence gte 15>><b>(15int)</b><br>No, actually, you get it, she was probably hoping for your visit and... she's trying to look more sexy for you?<</if>><br> <<susan>> Hey $name , I was hoping it was you, please come inside and sit here<</susan>><br> [img[setup.ImagePath+'susan/sitcouchglasses2.png']]<br> <<link "Sit next to her on the couch" "susancouch">><!--[[susancouch]]--> <<set $dailysusan to 1>> <</link>> <</if>> <<if $susanprogress is 0>> You haven't even thought of a reason why, but you are wondering how Susan is doing, so the best idea you have is to show up unannounced at her door, just because she casually let you know where she lives.<br><br> <<if $confidence lte 14>> As soon as you get in front of her door, your legs start shaking. She might not be the most popular girl, but this is still too much for you (need more confidence). <br>You chicken out and <<link "walk back to your room" "Room">> <</link>><br> <</if>> <<if $confidence gte 12>> <<linkreplace "<b>(12 conf)</b>You gather up your courage and knock at her door anyway.">><br> Your heart races in your chest as you wait for a response. <br>After what feels like an eternity, the door creaks open, revealing Susan, looking slightly surprised but not unfriendly. you manage to stammer out: <<say "You" $faceimg>>Hey<</say>><br> your voice barely audible. Susan offers you a small smile.<br> <<susan>>Hey, what brings you here?<</susan>><br> You struggle to find the right words. <br><br> <<say "You" $faceimg>>I, uh, just wanted to see how you were doing<</say>><br> Susan's surprise fades into genuine warmth. <susan>That's really sweet of you</susan><br> She steps aside to let you in. <br> [img[setup.ImagePath+'susan/sitcouchglasses.png']]<br> <<susan>>I was just chilling out a bit, come sit here<</susan>><br> The two of you spend a bit of time talking about school stuff, the conversation is surprisingly smooth, she is easygoing and fun. After about 40minutes, you greet her and you walk back to your room<br> <<suslove "2">> <<addmins 45>> <<set $susanprogress to 1>> <<set $dailysusan to 1>><br> <<link "walk back to your room" "Room">> <</link>> <</linkreplace>> <</if>> <</if>> </div> <</nobr>>
You start heading towards Susan.<br> <<if $confidence lte 14>> It's not an easy choice because she was really nice to you and you don't want to creep her out, but you feel like this is the best chance that you have to talk to her again.<</if>> <<if $confidence gte 15>><b>(Successful check: Conf 15) </b>You are at least confident enough to approach her directly without that stirring you up too much, even though you really like her.<</if>> (You both whisper, as this is a place where you're supposed to be quiet) <<say "You" $faceimg>>Hey, how are you?<</say>><<nobr>><<if $confidence lte 14>> <<conf "1.4">> <</if>><</nobr>> Susan looks surprised to see you here, but a few moments later, she gives you a warm smile.<br> <<nobr>> <<if $susantransform eq 2>> <<susan2>>Hey $name , Are you here to study together?<</susan2>> <<else>> <<susan>>Hey $name , what a surprise! Are you here to study together?<</susan>> <</if>> <</nobr>> <<linkreplace "Sure... of course, let's study together">> <<nobr>> <<if $susanfucked eq 0>> Studying with Susan prepares you very well for the next lesson <br> <b>(you will get double gains from the next class you attend) <br></b> <<suslove "1">> <<addmins 60>> <<stress "1">> <<ene "4">> <<set $dailysusan to 1>> <<set $doublelesson to 1>> <<link "Walk back to your room" "Room">><</link>><<set $energy -=$enewid>><!--[[Room]]--> <br> <<else>>Studying with Susan prepares you very well for the next lesson <br> <b>(you will get double gains from the next class you attend) <br></b> <<suslove "1">> <<addmins 60>> <<stress "1">> <<ene "4">> <<addmins 60>> <<set $dailysusan to 1>> <<set $doublelesson to 1>> After you are done studying, she looks around, and notices that the place is basically deserted<br> You start talking with a low tone of voice<br> <<susan2>>Well, this was tiring, I need to relieve some tension...<</susan2>><br> <<say "You" $faceimg>>Can I help you with that?<</say>><br> Susan raises her shirt and shows you her tits as an answers<br> <<susan2>>Kiss me<</susan2>><br> The two of you start making out, but soon the excitement goes a bit overboard<br> <<say "You" $faceimg>>I can show you a more effective way to relieve stress<</say>><br> You put your hand between her legs and start rubbing her panties<br> Susan seems to like that, and she doesn't stop you<br> <<susan2>>Show me more...<</susan2>><br> You start touching her faster and faster while you keep making out with her<br> <<video "images/susan/librarysusan.mp4" >><br> She is clearly horny, and reaches an orgasm with just by you touching her above her panties in less than a couple minutes<br> You both realize you are making too much noise for the library, and she says<br><br> <<susan2>>Oh god, can we go back to your room? It's closer than mine<</susan2>><br> <<lust "12">> <<addmins 7>> <<suslove "1">> <<link "Walk back to your room with susan" "susanpostlib">><<set $energy -=$enewid>><</link>><br> <<link "Tell her that you are busy today, kiss her, and walk back to your room alone" "Room">><<set $energy -=$enewid>><!--[[Room]]--> <br><</link>> <</if>><</nobr>><</linkreplace>>
The game is still in development (v0.53) - THERE MIGHT BE BUGS - scroll down for patch notes There is now a bit more content than in the first versions of the game, but it's still far from being complete. Current content: Number of existing female characters that you can see at least once in the game:<b>15</b> Number of existing female characters that you can have at least some sexual interaction with: <b>15</b> Number of existing female characters that offer different sexual interactions including fucking: <b>14</b> Known bugs I will be fixing: - Most of the times, when a dialogue multi-selection is clicked, the other option remains visible and clickable, clicking on it doesn't do anything anyway, This will be slowly fixed over time. <<link "back to start" "Start">><</link>> <<linkreplace "Click here to see the future content road map">> Road map: My idea is that progress never means just "new content", it also means polishing old content, adding more steps, checks, scenes and scenarios to old content, so that while replaying the game (which is a core-mechanic) with a newer version, you might always be able to find something new. Besides that, this is the road map: - Adding more scenes to existing girls, including more threesomes - Adding more girls - Polishing already existing content - Adding more single-run events that will take place at given days and can only be played once until you finish/reset the simulation - Adding more skill checks on interactions - Adding specific sex scenes for particular skill checks - Adding more locations - Classrooms rework : more options - If you have suggestions, join the discord server to post them <</linkreplace>> Version 0.53 changelog: <b>(New content)</b> - It's now possible to fuck Zoe, after unlocking her with Jane on corruption route (10 new scenes) - It's now possible to have a threesome with Zoe and Jane, always when on Jane corruption route (12 new scenes). - Added some interactions/story with your new professor Ms. Bloom, you will have a statistic determining how good(wip) or how bad you are performing in her class. - Being annoying in her class, and having enough attraction will now lead to a oral sex scene (4 new scenes). <b>(Gameplay and UI changes)</b> - Added a purchaseable option (with exp) that will allow you to reset your virginity mid-run 1 or 2 times. - Lowered Natasha sex control checks leading to anal sex, last trigger is now at 85 instead of 90. - Slightly redesigned the speech boxes to have a border around the image and be a little more compact. - 4 new achievements have been adedd relate to the new content. - To compensate for easier sources of exp and yet another achievement giving extra days, base xp cost for purchasing extra days increased to 50 - Few other minor tweaks. <b>(Bugfixes)</b> - Fixed maximum total of achievements being lower by 3 - Jane's library should now only show a single "Go back to your room" link and not 2 or 3. - Fixed a bug showing a (fake) double culture increase when studying alone. - Removed hopefully all rogue ">" hiding among dialogues - Fixed a bug that sended Susan to a blank screen after attending Katrina's trip - Xiang's scene in city studio will now give extra money correctly - Having the Jane and Ms. Pearl threesome now correctly requires to have had sex with Jane at least once - Fixed most Tyler's related stat increases/decreases - Fixed Natasha's love going over 150 - Lots of grammar fixes. <b>(Premium)</b> - Added a lesbian threesome scene to the city studio : Jane, Zoe and a friend)(7 new scenes) <<include "oldversionspn">> <<link "back to start" "Start">><</link>>
You sit on the couch next to Susan, she looks at you and gives a nice smile. What do you do? <<nobr>> <<set $susanattraction to (($susanlove*3+$charisma*0.7+$sexexp*0.5+$intelligence*0.5+$confidence*0.4).toFixed(0))>> Susan's attraction for you is $susanattraction <br> <<link "Just talk" "susanscene">><br><br> <<set $susanscene to 0>> <</link>><br> <<if $confidence gte 20>> <<link "(20 conf) Try to kiss her" "susanscene">><br><br> <<set $susanscene to 1>> <</link>><br> <</if>> <<if $confidence gte 42>> <<link "(42 conf) Pressure her to suck your dick" "susanscene">><br><br> <<set $susanscene to 7>> <</link>><br> <</if>> <<if $confidence gte 28>> <<link "(28 conf) You look so sexy today" "susanscene">><br><br> <<set $susanscene to 2>> <</link>><br> <</if>> <<if $susanattraction gte 100 and $confidence lte 27.99>> <<link "She wants to ask you something" "susanscene">><br><br> <<set $susanscene to 3>> <</link>><br> <</if>> <</nobr>>
<<nobr>> <<if $susankissed is undefined>> <<set $susankissed to 0>><</if>> <<if $susanscene eq 7>> <<set $susanscene to -1>> You sit on the couch for a while, she is definitely a bit embarassed.<br> But you just know that she's into you at this point, and you can definitely try to ask for more.<br> <<say "You" $faceimg>>Susan, I cannot help to think that you really like me, am I wrong?<</say>><br> <<susan>>Well...<</susan>><br> She stops talking, visibly embarassed and at a loss for words.<br><br> <<say "You" $faceimg>>You are really shy, aren't you? I will just do something, stop me if you don't want me to<</say>><br> You take your dick out of your pants.<br> It's a bold move, but it might just work.<br><br> <<say "You" $faceimg>>Take off your shirt, I want to look at your tits while you suck me<</say>><br> You're not even really giving her a choice about the previous request anymore, and take her silence as consent.<br> Susan is still visibly embarassed and tense, she complies to this request, removing her shirt with a forced smile.<br> <img src="images/susan/susbra.png"><br> <<say "You" $faceimg>>Wow...<</say>><br> <<susan>>And now my bra...<</susan>><br> She says, slowly, you're not sure if that's a question, sounds like she just wants to make sure that this is what you want. You wait silently until she's done.<br><br> <img src="images/susan/sustits.png"><br> <<susan>>There... happy?<</susan>><br> <<say "You" $faceimg>>You look very nice, Susan<</say>><br> <<susan>>Hm, I don't know... thanks?<</susan>><br> <<if $susanoralachievement is 0 or $susanoralachievement is undefined >> <<set $susanoralachievement to 1>><<set $maximumdays +=1>> <<set $maxdayscalc +=1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $susanpreoralach is 0 or $susanpreoralach is undefined >> <<set $susanpreoralach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <<cha 3>> <</if>> This is probably even too fast for her to process, but she just goes on with it.<br> She then gets closer to your dick, opens her mouth and takes it inside.<br> <<video "images/susan/preblowstart1.mp4" >> She seems to be pretty good at this, she takes it all in and deep.<br> what she lacks in experience, she makes up for in effort and dedication.<br> <<if $sexcontrol gte 21.99>> <b>(Sex control skill check: Success)</b><br> She sucks you off for a couple minutes, then starts going faster<br><br> <<susan>>I'm glad you asked me to do this<</susan>><br> <<say "You" $faceimg>>That makes two of us, Susan<</say>><br> She starts to sucking you off faster and faster <<video "images/susan/preblowfast1.mp4" >> You enjoy the blowjob for several more minutes, until you finally decide to cum, she seems to have no issues with you coming all over her face and glasses<br> <<video "images/susan/preblowcum1.mp4" >> <<susan>>Oh damn, I should probably stop wearing those...<</susan>><br> She smiles at you.<br> <<conf "1.3">> <<suslove "2">> <<sexcon "2">> <<stress "-10">> <<lust "-40">> <<ene "1">> <br> <<link "You get dressed and you get back to your room" "Room">><<addmins 22>><<set $energy -=$enewid>><</link>> <<else>> <b>(Sex control skill check: Fail)</b><br> You try to concentrate on not coming too early, but she is too hot for you and you cannot help it <br> You warn her about being close, but she stops too late, and she doesn't move.<br> So you end up blowing your load all over her face and glasses.<br> <<video "images/susan/preblowcum1.mp4" >> <<say "You" $faceimg>>I'm sorry Susan, you're too hot<</say>><br> <<susan>>Ahahah don't worry, I should probably stop wearing those though...<</susan>><br> She smiles at you while removing her glasses, dripping with your seed.<br> Oddly, she doesn't seem to care at all about the fact that you came so quickly.<br> You're pretty sure that other girls might have given you shit for that.<br> <<suslove "1">> <<sexcon "2">> <<stress "-10">> <<lust "-40">> <<ene "1">> <br> <<link "You get dressed and you get back to your room" "Room">><<addmins 13>><<set $energy -=$enewid>><</link>> <</if>> <</if>> /*---------just talk/she kiss--------*/ <<if $susanscene eq 0>> You and Susan talk for a good while. She is really nice and talking with her helps you feeling better and relieves a tiny bit of your stress.<br> <<suslove "2">> <<stress "-3">> <<addmins 65>> <<if $susanattraction gte 50>> Susan is constantly biting her lips while the two of you talk.<br> At some point she gets a bit frustrated about you not even trying to make a move on her, so she takes the initiative and leans in and try to kiss you.<br> You get taken by surprise, but manage to somehow reciprocate the kiss.<br> <<video "images/susan/susan1kiss.mp4" "10" "al">> /*----kissengine----*/ <<if $susankissed is 0>> <b>You kissed Susan for the first time! </b><br> She is not a very popular girl, but it's still an achievement, and she won't deny it if asked. <b>Your popularity <span style="color: #008000;">increased</span> by 2</b><br> <<set $popularity +=2>> <</if>> <<lust "7">> <<set $susankissed +=1>> <<if $susankissachievement is 0 or $susankissachievement is undefined >> <<set $susankissachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> /*-------------------*/ <<if $confidence lte 19>> This unexpected turn of events raises your very low confidence substantially<br> /*----kissengine----*/ <<if $susankissed is 0>> <b>You kissed Susan for the first time! </b><br> She is not a very popular girl, but it's still an achievement, and she won't deny it if asked. <b>Your popularity <span style="color: #008000;">increased</span> by 2</b><br> <<set $popularity +=2>> <</if>> <<set $susankissed +=1>> <<if $susankissachievement is 0 or $susankissachievement is undefined >> <<set $susankissachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> /*-------------------*/ <<conf "5">> <<updatebar>> <</if>> <</if>> <br> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> /*-------------------------------*/ /*------------you kiss----------*/ <<if $susanscene eq 1>> You lean in and try to kiss her, she reciprocates you immediately<br> <<video "images/susan/susan1kiss.mp4" "10" "al">> Seeing how eager she is to kiss you, boosts your confidence a little.<br> <<conf "1">> <<lust "6">> <<suslove "3">> /*----kissengine----*/ <<if $susankissed is 0>> <b>You kissed Susan for the first time! </b><br> She is not a very popular girl, but it's still an achievement, and she won't deny it if asked.<br> <b>Your popularity <span style="color: #008000;">increased</span> by 2</b><br> <<set $popularity +=2>> <</if>> <<set $susankissed +=1>> <<if $susankissachievement is 0 or $susankissachievement is undefined >> <<set $susankissachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> /*-------------------*/ <br> You make out for a while, then she says. <<susan>>That was very nice, I hoped you would do that<</susan>><br> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> /*-------------------------------*/ /*-------------looksexy----------*/ <<if $susanscene eq 2 or $susanscene eq 3>> <<if $susanscene eq 2>> <<say "You" $faceimg>>You look so sexy today, Susan<</say>><br> <</if>> <<if $susanscene eq 3>> <<susan>>I wanted to ask you something... i...like you a lot, do you think that I look...ehm...sexy?<</susan>><br> <<say "You" $faceimg>>Oh Yes, of course, I like you too<</say>><br> You are both a bit embarassed to say the least, and she has to take the lead. <</if>> She comes towards you and kisses you<br> <<video "images/susan/susan1kiss.mp4" "10" "a" >> /*----kissengine----*/ <<if $susankissed is 0>> <b>You kissed Susan for the first time! </b><br> She is not a very popular girl, but it's still an achievement, and she won't deny it if asked. <b>Your popularity <span style="color: #008000;">increased</span> by 2</b><br> <<set $popularity +=2>> <</if>> <<set $susankissed +=1>> <<if $susankissachievement is 0 or $susankissachievement is undefined >> <<set $susankissachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> /*-------------------*/ <br> <<if $susanscene eq 2>> <<susan>>Are you sure though?.... even with my glasses? And, oh god sorry, I'm so sweaty, I should also get a new haircut<</susan>><br> <<say "You" $faceimg>>Nah, you are definitely beatiful, you know what? take off some clothes for me<</say>><br> <</if>> <<if $susanscene eq 3>> <<susan>>Do you... also like my body?<</susan>><br> <</if>> <<video "images/susan/undress1.mp4" >> <<if $susanscene eq 2>> <<say "You" $faceimg>>Wow, you are so hot, can I see your tits?<</say>><br> <<susan>>Only if you promise that you will touch them a bit<</susan>><br> <<say "You" $faceimg>>You've got yourself a deal<</say>><br> <</if>> <<video "images/susan/showtits1.mp4" >> <<if $susanscene eq 2>> You deliver on your promise, and start touching her tits for a while.<br> <</if>> <<if $susanscene eq 3>> <br> She can see that you are visibly tense, and she tries to tease you<br><br> <<susan>>Come on, touch me a bit, I won't bite you<</susan>><br> <</if>> <<video "images/susan/touchtits1.mp4" >> <<if $susanscene eq 3>> <br> <<susan>>Interested to see more?<</susan>><br> <<say "You" $faceimg>>Oh yes, please<</say>><br> <</if>> <<if $susanscene eq 2>> Then you decide to try taking it a step further. <<say "You" $faceimg>>Are you interested in a similar deal about your pussy?<</say>><br> You regret your words as soon as you speak them, you expect this to go very wrong, you pushed it too far... <br> Surprisingly, she isn't shocked or annoyed, It must be your lucky day for sure.<br><br> <<susan>>You drive a hard bargain, but... ok<</susan>><br> <</if>> She removes her panties and sits on the arm of her couch, waiting for you. <<video "images/susan/naked1.mp4" >> <<if $susanscene eq 3>> <br> You remain speechless in front of her naked body, she glances at you and smiles<br><br> <<susan>>So?... are you just gonna stand there?<</susan>><br> <</if>> You wonder if you should really just go for it, you can't believe this is really happening so fast, you try to reach for her pussy, something must definitely go wrong this time<br> It doesn't, though, she lets you touch her and even open her legs a bit. <<video "images/susan/touchpussy1.mp4" >><br> <<susan>>Hmmm<</susan>><br> You start to think that you are asking her too much, you already took too much advantage of her kindness, and you decide it's better to stop here.<br><br> <<say "You" $faceimg>>Thank you Susan, that was very hot<</say>><br> It's only after you see the look on her face that you realize what a moron you have been. <br> But the damage is done, she says:<br><br> <<susan>>Oh yeah, you are right, I must get back to my homework now anyway, I'm sure you also have stuff to do<</susan>><br> You might have pushed that much further, what the fuck did you think? You hope you can make this up tomorrow<br> <<set $dailysusan to 1>> <<set $susantransform to 1>> <<lust "24">> <<if $susannakedachievement is 0 or $susannakedachievement is undefined >> <<set $susannakedachievement to 1>><<set $maxstress +=10>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> <</nobr>>
<<nobr>><div style="font-size: 26px;"> Just one more chance</div><</nobr>>
<<nobr>>[img[setup.ImagePath+'rose/waiter1.png']]<br> <div id="choice"> <<if $roseprogress is undefined>><<set $roseprogress to 0>><</if>> <<if $roselove is undefined>><<set $roselove to 0>><</if>> You approach the counter, looking for something to eat.<br> <<addmins 70>> /*------------2---------------*/ <<if $roseprogress eq 102>> <<rose>>Oh, it's you again, sorry about last time, I didn't want to make you feel judged...<</rose>><br> <<rose>>...can I ask you your name?<</rose>><br> <<say "You" $faceimg>>Yeah, it's $name<</say>><br> <<rose>>My name is Rose, let's start over<</rose>><br> <<set $roseprogress to 2>> <</if>> <<if $roseprogress eq 2>> Rose smiles at you. <<rose>> Hey $name, what can I give you today?<</rose>><br> <<if ndef $metxiang>> <<linkreplace "Inquire about the asian girl">> <<say "You" $faceimg>>Hello Rose, can I ask you what that girl is always doing there just standing?<</say>><br> Rose gives you a stern look and answers almost whispering.<br><br> <<rose>>Come on, not here... ask me later, ok?<</rose>><br> <<say "You" $faceimg>>Ok, I'm sorry<</say>><br> <<set $metxiang to -1>> <<rose>>So... what can I get you?<</rose>><br> <</linkreplace>><br> <</if>> <<if $roseownreward eq 1>> <<link "Eat something healthy, wait for Rose to finish her shift and ask for motivation" "roseyourroom">><<set $roselove +=1>><<addmins 70>><</link>> <</if>> <br> <<if $roselove lt 0>> Rose seems to be a bit upset with you, even if she does everything she can to hide it and stay professional.<br> <<if $money gte 15>> <<link "(15$)Buy her some flowers as a way to apologize">><<replace "#choice">> You decide to make a quick stop to buy some flowers before heading to dinner.<br> You have <span style="color: #8B0000;">spent</span> 15$.<br> As soon as you hand her the flowers, she does her best to hide them under the counter as quickly as possible before anyone notices.<br> <<rose>>What are you doing, $name , are you insane? You didn't have to!<</rose>><br> <<addmins 70>> <<set $money -=15>> <<roslove "10">> After that she starts serving you dinner, you ask for her advice as always, to not vanify your effort with the flowers.<br> She calmes down a bit, and says.<br><br> <<rose>>That was really sweet of you, thanks... but don't do it again, ok? What if somebody saw you<</rose>><br> <<if $roselove gte 4>> <<link "Walk back to your room" "rosepostdinner">> <</link>> <<else>> <<link "Walk back to your room" "Room">> <</link>> <</if>> <</replace>><</link>><br> <<else>> If you had 15$, you could buy some flowers as a way to apologize to her.<br> <</if>> <</if>> <<link "Ask for her advice and pick something healthy">><<replace "#choice">> Rose seems very happy about you asking her for advice, she gives you a warm smile and helps you select the best things to eat from today's selection<br> <<rose>>Thank you $name , have a nice dinner!<</rose>><br> <<addmins 70>> <<roslove "1">> <<if $roselove lte 0>> Rose appreciates when someone is mature enough to change his mind.<br> <<roslove "1">> <</if>> <<if $roselove gte 4>> <<link "Walk back to your room" "rosepostdinner">> <</link>> <<else>> <<link "Walk back to your room" "Room">> <</link>> <</if>> <</replace>><</link>> <br> <<link "Just pick the trashiest, unhealtiest thing available and smirk at her">><<replace "#choice">> Rose subtly shakes her head and complies with a sad look on her face, then she gives a you an obviously fake smile and lets you pay<br> <<rose>>Thank you, have a nice dinner!<</rose>><br> <<conf "3">> <<sta "-1">> <<roslove "-3">> <<addmins 70>> <<link "walk back to your room" "Room">> <</link>> <</replace>><</link>> <</if>> <<if $roseprogress eq 1>> <<rose>> Hello again, what can I give you this time?<</rose>><br> <<say "You" $faceimg>>Same as last time, a couple cheeseburgers, large fries, and a large coke<</say>><br> Rose hesitates even longer than the last time, she looks into your eyes and says<br> <<rose>>I know this is not really my place to say but... you know this is a pretty bad choice for your health, right?<</rose>><br> <<link "Well, what would you suggest... (you take a quick glance at the name on her shirt)...Rose?">><<replace "#choice">> <<say "You" $faceimg>>Well, what would you suggest... (you take a quick glance at the name on her shirt)...Rose?<</say>><br> <<rose>>Some grilled chicken breast and a salad would be a much better choice <</rose>> <br> She says with a warm smile<br> <<say "You" $faceimg>>Ok then, I'll take that<</say>><br> <<rose>>Wow, really? I didn't expect you to actually follow my advice<</rose>> <br> <<say "You" $faceimg>>Why not? If that makes you happy<</say>><br> <<rose>>But... it's not about making me happy, it's about your health<</rose>> <br> <<say "You" $faceimg>>I guess, thanks for the advice then<</say>><br> <<rose>>You are really an odd guy... ehm, can I ask you your name? you know mine already<</rose>> <br> <<say "You" $faceimg>> $name <</say>><br> You notice a couple other people lining up behind you, so you greet her and sit down to eat your dinner.<br> <<roslove "3">> <<addmins 70>> <<set $roseprogress to 2>> <<link "walk back to your room" "Room">> <</link>> <</replace>><</link>> <br> <<link "I think you should mind your own business">><<replace "#choice">> <<say "You" $faceimg>>I think you should mind your own business<</say>><br> <<rose>>There's no need to be this rude, I was just saying this for you<</rose>> <br> <<say "You" $faceimg>>I don't like being told what to eat<</say>><br> <<rose>>I see, well, I'm just sad to see you waste away your health, I hope you choose something better next time, but I won't tell you anything about it anymore<</rose>> <br> She gives you a faint, sad smile<br> <<conf "8">> <<roslove "-5">> <<sta "-1">> <<set $roseprogress to 102>> <<addmins 70>> <<link "walk back to your room" "Room">> <</link>> <</replace>><</link>> <</if>> <<if $roseprogress eq 0>>A good looking, middle aged woman, looks at you, she stares at you for a while.<br> <<rose>>Hello, what can I give you?<</rose>><br> <<say "You" $faceimg>>Just a couple cheeseburgers and some fries, oh, and a large coke<</say>><br> Rose hesitates for a while, she looks a bit worried.<br> <<rose>>Ehm... sure, there you go<</rose>><br> She picks all the stuff you ordered, you swipe your card and pay.<br> A look of sadness washes across her eyes, but you don't know how to react to that.<br> <<link "walk back to your room" "Room">> <</link>> <<set $roseprogress to 1>> <<addmins 70>> <</if>> </div> <</nobr>>
<<nobr>> <<if $rosekissed is undefined>><<set $rosekissed to 0>><</if>> <<if $rosefucked is undefined>><<set $rosefucked to 0>><</if>> <<if $rosefucked is undefined>> <<set $rosefucked to 0>><</if>> <<if $stalkedrose is 1>> Rose is 31 years old, she works as a cashier/server on the school's cafeteria during the dinner shift. Not being a student, she doesn't take part on the school popularity games, as she's significantly older than the schoolgirls.<br> She does look very young and attractive for her age. <br> She appers to be single and seems like a considerate, intelligent and caring individual,<br> She doesn't strike you as someone who wants you to take the lead, and seems to not care about confidence or charisma, you suspect that, for the right person. she might be hiding a kinky side. <<else>> Rose is a server/cashier in the cafeteria.<br> You don't know much about her, maybe you could learn something more focusing a bit more on her and checking her out on social medias. <</if>> <<if $stalkedrose is 1>> <br>[img[setup.ImagePath+'rose/instatok.png']]<br> Age: 31<br> <<else>> <br>[img[setup.ImagePath+'rose/face.png']]<br> <</if>> <</nobr>> Rose's Love : $roselove Rose activity count: ( Kissed = $rosekissed , Fucked = $rosefucked ) <br> <<nobr>> <<if $stalkedrose is 1>> Rose's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br> Love : 180% - Rose is affectionate and caring, and she does appreciate a lot when some love is given back to her (<<print (($roselove*1.8).toFixed(1))>>)<br> Stamina: 120% - Rose cares about your health, and she would love to see you in good shape (<<print (($stamina* 1.2).toFixed(1))>>)<br> Sexual Control: 80% - Rose is a mature woman, and she wants a partner that is able to satisfy her sexually(<<print (($sexcontrol * 0.8).toFixed(1))>>)<br> Intelligence: 50% - Rose appreciates intelligence more than most young girls can (<<print (($intelligence* 0.5).toFixed(1))>>)<br> Charisma: 40% - She does think that being a fun person adds at least some value to someone's personality(<<print (($charisma* 0.4).toFixed(1))>>)<br> Rose is not a student, she doesn't play games and she doesn't care about your popularity or confidence at all.<br> <<set $roseattraction to (($roselove*1.8+$stamina*1.2+$sexcontrol*0.8+$intelligence*0.5+$charisma*0.4).toFixed(1))>><br> Rose's attraction for you is $roseattraction <br> <</if>> <</nobr>> <<link "Back">> <<script>> Dialog.setup("Girls Stats"); Dialog.wiki(Story.get("Girls Stats").processText()); Dialog.open(); <</script>> <</link>>
<<nobr>><<include "calc">> <<if $rosefirsttalk is undefined>> <<set $rosefirsttalk to 0>><</if>> You have finished having dinner, and you stand up and start heading towards your room, just outside the cafeteria there is Rose.<br> She is taking a break and when she sees you, she approaches you.<br> <<set $roseattraction to (($roselove*1.8+$stamina*1.2+$sexcontrol*0.8+$intelligence*0.5+$charisma*0.4).toFixed(0))>><br> Rose's attraction for you is $roseattraction <br> <<rose>>Hey $name<<if $stamina gte 30 and $stamina lte 69.99>> I've got to say that you are starting to look much healtier! Anyway...<</if>> <<if $stamina gte 70>>I've got admit that you are looking extremely fit now, I'm proud of you... <</if>> how are you holding up?<</rose>> <<linkreplace "Ask for some motivation">><br> <<if $roseattraction lte 159.99>> <<say "You" $faceimg>>Not too bad, I feel better, but sometimes it's hard to resist and not just give up<</say>><br> <<rose>>I understand, I wish I could somehow help you with that<</rose>><br> <<if $rosefirsttalk eq 0>> <<set $rosefirsttalk to 1>> <<say "You" $faceimg>>Well, you could offer me some motivation<</say>><br> <<rose>>What do you mean?<</rose>><br> <<say "You" $faceimg>>I mean, anything that can help me<</say>><br> <<rose>>Ohh, I get it... you don't have a girlfriend right?<</rose>><br> <<say "You" $faceimg>>What do you think?<</say>><br> <<rose>>Yeah... I understand, but if you keep going with healthy eating and exercise, you'll see that things will change<</rose>><br> <<say "You" $faceimg>>That's what I'm hoping for but... I don't know<</say>><br> <<rose>>Ok, I know what kind of encouragement a horny young boy might need, but I'm way older than you are, you should look for someone your age<</rose>><br> <<if $charisma gte 17>> <b>(Charisma skill check: Success)<br></b><br> <<say "You" $faceimg>>You can't really expect girl my age to be as nice and undertanding as you are<</say>><br> <<rose>>Hehe, that is nice of you to say, thank you<</rose>><br> <<say "You" $faceimg>>And you are also more beautiful than they are<</say>><br> <<rose>>Slow down a bit... are you trying to seduce me with compliments?<</rose>><br> <<say "You" $faceimg>>No, no.... I'm sorry<</say>><br> <b>Rose's love for you <span style="color: #008000;">increased</span> by 2</b><br> <<set $roselove +=2>> <<else>> <b>(Charisma skill check: Fail)<br></b><br> <<say "You" $faceimg>>I see... I'm sorry<</say>><br> Your face saddens.<br><br> <<rose>>Oh come on... don't be sad.<</rose>><br> <b>Rose's love for you <span style="color: #008000;">increased</span> by 1<br> Your confidence <span style="color: #8B0000;">decreased</span> by 1<br></b> <<set $roselove +=1>> <<set $confidence -=1>> <</if>> She pauses in silence, thinking to herself for quite a long bit<br><br> <<rose>>Look, absolutely don't get your hopes up, and promise you'll behave<</rose>><br> <<say "You" $faceimg>>What???<</say>><br> <<rose>>Did you even hear me when I said don't get your hopes up? And promise you'll behave first<</rose>><br> <<say "You" $faceimg>>Ok, ok, I promise<</say>><br> <<rose>>Where's your room?<</rose>><br> <<say "You" $faceimg>>Oh god, just 2 minutes from here, follow me<</say>><br> <<rose>>Calm down, seriously<</rose>><br> You didn't really hear that, your mind is already racing. You lead her to your room, your heart is beating fast, you hope you're not in for a huge disappointment, but deep down you know this must be too good to be true...<br> <<else>> <<say "You" $faceimg>>Well, what we did last time was very helpful to keep me motivated<</say>><br> <<rose>>I see, I guess would try and go over it again then... lead the way<</rose>><br> <</if>> <br> <<link "Enter your room with her" "roseyourroom">><</link>><br> <</if>> <<if $roseattraction gte 160>> <<rose>>I'm looking forward to give you some of that motivation that you usually need, want to head over to your room?<</rose>><br> <<say "You" $faceimg>>Sure, sounds great<</say>><br> You can see her biting her upper lip in anticipation, as you walk through the hallways.<br> <<link "Enter your room with her" "roseyourroom">><</link>><br> <</if>> <</linkreplace>> <br> <<link "Hey, I'm really sorry, I don't have time right now( back to room)" "Room">> <</link>> <</nobr>>
<<nobr>><<include "calc">> <<set $cumselect to 0>> <<if $virginity eq "yes" or $virginity eq "Yes">><<set $virginity to 1>><</if>> <<if $rosetits is undefined>> <<set $rosetits to 0>> <</if>> <<if $rosekissed is undefined>><<set $rosekissed to 0>><</if>> <<if $rosefucked is undefined>> <<set $rosefucked to 0>><</if>> <<if $metxiang is -1>> As soon as the both of you enter the room, making sure nobody sees you, Rose starts to speak.<br><br> <<rose>>So... before I forget, you wanted to know who that girl is?<</rose>><br> You play it down a bit, you don't want to look too interested.<br><br> <br><<say "You" $faceimg>>Oh yeah, right, what's her deal? I've seen her there a couple times, not eating, not doing anything.<</say>><br> <<rose>>Her name is Xiang, and... well, you didn't hear this from me, I hope that I can trust you<</rose>><br> <br><<say "You" $faceimg>>Of course you can, go ahead<</say>><br> <<rose>>Sometimes I try to sneak her a bag with some of the leftovers, her family is facing some economical difficulties<</rose>><br> <<if $charisma gte 21>> <b>(Charisma skill check: Success)</b><br> <br><<say "You" $faceimg>>I see, this doesn't surprise me, you really are a sweet and kind hearted person, Rose<</say>><br> Rose blushes a little, and gives you an appreceative smile<br><br> <<roslove "3">> <<cha "2">> <<else>> <b>(Charisma skill check: Fail)</b><br> <<roslove "-1">> <br><<say "You" $faceimg>>Oh, I see, but why?<</say>><br> <<rose>>Does there need to be an ulterior reason? She needs help, and I try to help her<</rose>> <<roslove "-1">> <br><<say "You" $faceimg>>Yeah, sorry, I understand<</say>><br> <</if>> <br><<say "You" $faceimg>>How is she even paying for the tuition and the rest, though?<</say>><br> <<rose>>Well, I guess loans, and probably a grant, and her mother is doing what she can to keep her in the school, we talked about that<</rose>> <br><<say "You" $faceimg>>Just her mother?<</say>><br> <<rose>>Yes, her father isn't in the picture, from a very long time from what I've heard.<</rose>> <br><<say "You" $faceimg>>That's pretty sad<</say>><br> <<rose>>It really is, that's why I'm doing what I can to help her, I'm here to help you now though, can we get back to that?<</rose>> <<addmins 10>> <<link "Get back to it" "roseyourroom">><</link>> <<set $metxiang to 0>> <<else>> <<set $sexcogain to Number(((101- $sexcontrol) /100).toFixed(2))>> <<set $sexcogain1p3 to Number ((1.2*$sexcogain).toFixed(2))>> <<set $sexcogain2p4 to Number ((3*$sexcogain).toFixed(2))>> <<set $multiroseclick to 0>> <<set $roseattraction to (($roselove*1.8+$stamina*1.2+$sexcontrol*0.8+$intelligence*0.5+$charisma*0.4).toFixed(0))>> <<if $rosefucked eq 0>> Rose checks the hall to make sure nobody is watching before following you into your room.<br> She takes her place at the edge of the bed as you shut the door, and then you take yours before her.<br> You take care not to stand too close; you promised her you'd behave, after all.<br><br> <<else>> Rose checks the hall to make sure nobody is watching before following you into your room.<br> She takes her place at the edge of the bed as you shut the door, and then you take yours before her.<br> She sits on the border of your bed, she starts to stare at your crotch.<br> You can sense that she hopes to get what's inside again.<br><br> <</if>> <<if $roseattraction lte 71.99>><<set $roseownreward to 0>><</if>> <<if $roseattraction gte 72 and $rosetits gte 3>> <<set $roseownreward to 1>> <<if $roseattraction lte 230>> <<rose>>I think it's time that you choose your own motivation, you've done hard work and I want to be as helpful as I can<</rose>><br> <<else>> <<rose>>Please just do whatever you want with my body, love<</rose>><br> <</if>> Rose's attraction for you is $roseattraction <br><br> <div id="first"> /*--------------kiss-----------------*/ <<link "Ask for a kiss">><<replace "#first">> <br><<say "You" $faceimg>>Ok, I want a kiss<</say>><br> <<if $roseattraction lte 124.99>> <<rose>>A kiss?...<</rose>> <br><<say "You" $faceimg>>Yes, can you do that?<</say>><br> <<rose>>I mean, I guess... as long as you are aware it doesn't mean anything special<</rose>> <br><<say "You" $faceimg>>Sounds good<</say>><br> <</if>> <<if $roseattraction gte 125>> <<rose>>Just a kiss?... Come here sweetie<</rose>><br> <</if>> <<video "images/rose/kiss.mp4" >><br> /*----kissengine----*/ <<if $rosekissachievement is 0 or $rosekissachievement is undefined >> <<set $rosekissachievement to 1>><<set $maximumdays +=1>> <<set $maxdayscalc +=1>><<updatebar>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $rosekissed is 0>> <b>You kissed Rose for the first time! </b><br> If people knew for that sure that you actually kissed Rose, your popularity would peak, but would anyone even believe you if you said that? Probably not, but someone might.<br> <b>Your popularity <span style="color: #008000;">increased</span> by 3</b><br> <<set $popularity +=3>> <</if>> <<set $rosekissed +=1>> /*-------------------*/ <<roslove "1">> <<lust "6">> <<link "Rose leaves your room" "Room">><</link>><!--[[Room]]--> <br> <</replace>><</link>><br> /*---------------------------------------*/ /*-------------titsagain------------------*/ <<link "Ask to see her tits again">><<replace "#first">> <br><<say "You" $faceimg>>Can I see your tits again?<</say>><br> <<rose>>You really love them, don't you?<</rose>><br> <<video "images/rose/showbra.mp4" >><br> <<video "images/rose/showtits.mp4" >><br> She sees you showing a little hesitation and she says:<br> <<rose>>You already know that you can touch them, at this point<</rose>><br><br> <<video "images/rose/touchtits.mp4" >><br> <<say "You" $faceimg>>I wish I could just stick it between them<</say>><br> <<if $roseattraction lte 107.99>> <<rose>>No, don't try anything like that, or I won't even show them to you anymore<</rose>><br> <<say "You" $faceimg>>Ok, I won't... jeez<</say>><br> <<lust "9">> <<addmins 11>> <<roslove "1">> <<link "Rose leaves your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> <<if $roseattraction gte 108>> <<if $rosetitfuckachievement is 0 or $rosetitfuckachievement is undefined >> <<set $rosetitfuckachievement to 1>> <<cha 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<rose>>You know what? I might not even stop you this time<</rose>><br> Did you hear that right? You can't let this opportunity escape, so you unbutton your pants and take out your obviously hard dick.<br> <<video "images/rose/titfuck.mp4" >><br> She looks at your cock hungrily, but refuses to get her mouth even close. <<if $roseattraction gte 170>> <<rose>>Ok, you can cum on my tits this time<</rose>><br> She lets you cum on her tits, which is relatively close to her face, she even unconsciously open her mouth a bit, are you finally getting closer to a blowjob?<br> <<video "images/rose/titfuckcum.mp4" >><br> <<roslove "1">> <<addmins 15>> <<lust "-30">> <<stress "-4">> <<sexcon "1.3">> <<conf "0.7">> <<ene "3">> <<link "Rose leaves your room" "Room">><<set $energy -=$enewid>><</link>><!--[[Room]]--> <br> <</if>> <<if $roseattraction lte 169.99>> <<rose>>Are you getting close? don't come anywhere near my face<</rose>><br> <<say "You" $faceimg>>On your tits?<</say>><br> <<rose>>That's too close to my face<</rose>><br> Man, that's annoying, you end up having to come in your own hands and a bit on the floor... That was still nice, though, and she respects you for listening.<br> <<roslove "1">> <<addmins 18>> <<lust "-30">> <<stress "-2">> <<sexcon "1.3">> <<ene "2">> <<link "Rose leaves your room" "Room">><<set $energy -=$enewid>><</link>><!--[[Room]]--> <br> <</if>> <</if>> <</replace>><</link>><br> /*-------------------------------------*/ <<link "Ask to see her ass">><<replace "#first">> <<say "You" $faceimg>>Could you show me your ass?<</say>><br> <<rose>>My ass?... uhm, sure<</rose>><br> <<video "images/rose/roseshowass.mp4" >><br> Rose smiles at you, turns around and starts to unzip her gown.<br> <<rose>>I hope you like it<</rose>><br> <<if $confidence gte 45>> <b>(Confidence skill check: Success)</b> This makes you really horny, and you decide to just go on and spank it<br><br> <<rose>>Hey, what happened to asking?<</rose>><br> <<say "You" $faceimg>>Oh sorry, I assumed you would like it, do you want me to stop?<</say>><br> <<rose>>Too late now, I guess...<</rose>><br> Well, it seems you can just resume spanking her<br> <<video "images/rose/rosespank.mp4" >><br> <<if $rosespankach is 0 or $rosespankach is undefined >> <<set $rosespankach to 1>> <<conf 2>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<roslove "1">> <<lust "5">> <<addmins 4>> <<else>> <b>(Confidence skill check: Fail)</b><br> <</if>> <<say "You" $faceimg>>Can you like... remove your panties for me?<</say>><br> <<rose>>Oh, you want to see everything, you little pervert...<</rose>><br> <<if $roseattraction gte 94>> <<rose>>Whatever, I don't see where the harm is<</rose>><br> <<video "images/rose/roseremovepants.mp4" >><br> <<roslove "1">> <<lust "6">> <<addmins 4>> <<say "You" $faceimg>>Oh yes... shake it a bit for me<</say>><br> <<rose>>You really like me, don't you?<</rose>><br> <<else>> <<rose>>Hm... I think you saw enough for today<</rose>><br> She gives a little laugh, and gets dressed again.<br> <</if>> <<roslove "1">> <<lust "6">> <<addmins 6>> <<link "Rose gets dressed and leaves your room" "Room">> <</link>> <</replace>><</link>><br> <<link "Ask for a blowjob">><<replace "#first">> <<say "You" $faceimg>>Can i... maybe get a blowjob?<</say>><br> <<if $roseattraction lte 214.99 and $rosefucked eq 0>> <<if $roseattraction lte 99.99>> <<rose>>Absolutely not, how can you even ask something like that? Shame on you!<</rose>><br> <<roslove "-1">> <</if>> <<if $rosefucked eq 0 and $roseattraction gte 100>> <<rose>>Absolutely not, how can you even ask something like that? We haven't even made love yet<</rose>><br> That's an odd response, most people would consider that less than sex, maybe she might be easier to persuade into fucking? <</if>><br> <<link "choose something else" "roseyourroom">><</link>> <</if>><br> <<if $roseattraction lte 204.99 and $rosefucked gte 1 or $roseattraction gte 205 and $rosefucked eq 0>> <<rose>>Can't we just do anything else? Like actual sex? I don't really like doing that and my pussy is... so wet....<</rose>><br> <<link "choose something else" "roseyourroom">><</link>> <</if>> <<if $rosefucked gte 1 and $roseattraction gte 205>> <<if $sexcontrol lte 35.99>> <b>(sex control check failed)</b> <<rose>>Look... no offense, but you barely last enough to make me come if I don't suck you, let's not waste your boner, honey<</rose>> <<link "choose something else" "roseyourroom">><</link>> <<else>> <b>(Sex control check success)</b> <<set $multiroseclick to 1>> <<rose>>I guess I can do that for you, honey, as long as you promise to fuck me real good after that<</rose>><br> <<say "You" $faceimg>>We have a deal<</say>><br> You start unbottoning your pants.<br> She gets on the border of the bed and strips to her underwear<br> You are now completely naked, she slides down and sits on the foor, preparing to suck you off.<br> <<rose>>Are you ready?<</rose>><br> You can't believe she's finally going to take it between her plump lips, you just nod<br> <<if $roseoralachievement is 0 or $roseoralachievement is undefined >> <<set $roseoralachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<set $roseoraled +=1>> <<video "images/rose/2blowstart.mp4" >><br> After a few minutes, she asks you to lay on the bed, you oblige and she bows down to continue sucking you.<br> You reward her by starting to touch her pussy, taking advantage of her position<br> <<video "images/rose/2blowcont.mp4" >><br> She seems to enjoy that, and lets out a few grateful moans while she continues to suck you.<br> Her pussy is so soft and wet, that you can't resist but sliding two fingers inside, she moans harder.<br><br> <<rose>>You made me way too horny now, you have to fuck me, you promised!<</rose>><br> You don't want to disappoint her, so you stick your dick inside her wet pussy.<br> <<rose>>Fuck me<</rose>><br> <<video "images/rose/2fuckstart.mp4" >><br> <<rose>>Oh my god, YES... oh my god that feels so good... AHHH. FUCK ME HARDER, RAM IT IN<</rose>><br> She lost all control, and you give her all you've got, luckily you have enough self-control not to cum right away<br> <<video "images/rose/2fuckharder.mp4" >><br> <<rose>>Oh my god, YES... FUCK ME, OH MY GOD IT'S SO FUCKING GOOD<</rose>><br> You fuck her this way until she comes multiple times, she then offers you some rest by mounting on top of you and taking the lead. She fucks you for a few minutes. When she gets tired, you help her by pumping your cock in her from below<br> <<video "images/rose/2fuckpart2.mp4" >><br> She comes yet another time, and this gets you very close to orgasm, you ask her where she wants your cum.<br> She's in pure ecstasy, and answers with a sweet, trembling voice<br> <<rose>>Just cum where you want my love, you earned it<</rose>><br> <div id="cum"> <<link "Cum in her mouth">><<replace "#cum">> <<rose>>In my mouth? Damn... ok, as I said, anything for you, my love<</rose>><br> <<say "You" $faceimg>>Stick out your tongue<</say>><br> She just does as requested<br> <<video "images/rose/2cummouth.mp4" >><br> A dream come true, you remember when she didn't even want to get your dick close to her face... things really changed.<br> <<set $rosefucked +=1>> <<conf "5">> <<sexexp "2">> <<roslove "2">> <<addmins 18>> <<lust "-40">> <<stress "-15">> <<sexcon "2.4">> <<ene "8">> <<link "After some cuddling, Rose dresses up and leaves your room" "Room">><<set $energy -=$enewid>><</link>><!--[[Room]]--> <br> <</replace>><</link>> <br> <<link "Cum on her tits">><<replace "#cum">> <<say "You" $faceimg>>I want to come on your beautiful tits<</say>><br> <<rose>>They're all yours my love... Oh yeah, come all over these fucking titties<</rose>><br> <<video "images/rose/2cumtits.mp4" >><br> <<set $rosefucked +=1>> <<conf "2.5">> <<sexexp "2">> <<roslove "4">> <<addmins 18>> <<lust "-35">> <<stress "-12">> <<sexcon "2.4">> <<ene "8">> <<link "After some cuddling, Rose dresses up and leaves your room" "Room">><<set $energy -=$enewid>><</link>><!--[[Room]]--> <br> <</replace>><</link>> <br> <<link "Cum inside her">><<replace "#cum">> <<say "You" $faceimg>>I want to come inside of you<</say>><br> <<rose>>Fill me up my love, and don't worry, I'm on the pill<</rose>><br> You keep pumping her from that position, until you empty your balls inside her<br> <<video "images/rose/2creampie.mp4" >><br> <<rose>>I'm glad you chose this, I love the feeling of your cum inside me<</rose>><br> <<set $rosefucked +=1>> <<conf "1.2">> <<sexexp "2">> <<roslove "6">> <<addmins 18>> <<lust "-40">> <<stress "-12">> <<sexcon "2.4">> <<ene "8">> <<link "After some cuddling, Rose dresses up and leaves your room" "Room">><<set $energy -=$enewid>><</link>><!--[[Room]]--> <br> <</replace>><</link>> </div> <br> <</if>><</if>> <</replace>><</link>><br> <<link "Ask to fuck her">><<replace "#first">> <br><<say "You" $faceimg>>Maybe we could... you know<</say>><br> <<if $roseattraction lte 127.99>> <<rose>>Make love?<</rose>> <br><<say "You" $faceimg>>That would be too much, right?<</say>><br> She gets visibly horny at the idea, but it's like she's going through some internal struggle<br><br> <<rose>>Yes, that would definitely be wrong... no, we can't do that, anything else?<</rose>> <<link "choose something else" "roseyourroom">><</link>> <</if>> <<if $roseattraction gte 128>> <<if $virginity is 1>> <<if $rosevirginachievement is 0 or $rosevirginachievement is undefined >> <<set $rosevirginachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $rosefuckachievement is 0 or $rosefuckachievement is undefined >> <<set $rosefuckachievement to 1>><<sta 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $roseattraction gte 128 and $rosefucked eq 0>> <<rose>>Make love?<</rose>> <br><<say "You" $faceimg>>Yeah, I know, I shouldn't even ask that but...<</say>><br> She gets visibly horny at the idea, it's like she's going through some internal struggle<br><br> <<rose>>Well, you are old enough to make the choice... and, yes, I haven't had sex in such a long time that I'm embarassed to say how long. Just promise that you won't tell anyone, ok?<</rose>><br> Seriously??? She agreed. You definitely didn't expect it to be so easy, she doesn't even wait for an answer and she says:<br><br> <<rose>>And try not to come too fast, I want to come too<</rose>><br> <<if $sexcontrol lte 39.99>>Oh god, that is going to be a problem<</if>><br> <</if>> <<if $roseattraction gte 128 and $rosefucked eq 0>> <<rose>>Just take me, and please make me come, I want you inside me!<</rose>> She's uncontrollably aroused,<br> <<if $sexcontrol lte 39.99>>You know that is going to be a huge problem, not to cum instantly<</if>><br> <</if>> <<if $roseattraction gte 128 >> You cannot legitimately believe this is happening<<if $rosefucked gte 1>> again<<else>>, you must be dreaming.<</if>><br> <<if $sexcontrol gte 40>> <br>You are confident that you will be able to make her have an orgasm several times before coming yourself, and you proceed to fuck her in various positions<br> <<video "images/rose/startfuckdoggy.mp4" >><br> She comes several times while you fuck her<br> <<video "images/rose/aftercumfuckshecomes.mp4" >><br> One orgasm after the other<br> <<video "images/rose/missiofuck.mp4" >><br> Until you finally cannot take it anymore and start spraying her with your cum all over her body, a few drops get very close to her face, but she's so caught up in it that she doesn't even seem to mind.<br> <<video "images/rose/missiocum.mp4" >><br> <<rose>> Oh my god, that was so good<</rose>><br> You give her a confident smile.<br><br> <<rose>>When did you become so good? I really hit the jackpot with you<</rose>><br> /* virgin and firstfuck check rose */ <<if $virginity is 1>> <<set $virginity to ["Rose"]>><br> You lost your virginity to $virginity ! <</if>> <<if $rosefucked is 0>> <b>You fucked Rose for the first time! Nobody would ever believe you if you claimed that, but you certainly feel less intimidated by those young schoolgirls now, and this reflects on your behaviour,<br> Your popularity <span style="color: #008000;">increased</span> by 4!<br></b> <<set $popularity +=4>> <</if>> /*virginfirstfuckrose */ <<set $rosefucked +=1>> <<conf "2.5">> <<sexexp "2">> <<roslove "5">> <<addmins 18>> <<lust "-40">> <<stress "-12">> <<sexcon "2.4">> <<ene "14">> <<link "After some cuddling, Rose dresses up and leaves your room" "Room">><<set $energy -=$enewid>><</link>><!--[[Room]]--> <br> <</if>> <<if $sexcontrol lte 39.99>> She can see the hesitation in your eyes, you know you're not ready for this yet.<br><br> <<rose>>Having second toughts?<</rose>><br> You shake your head, but you struggle to find words, she is just too horny at this point, and she mounts on top of you and puts your dick inside her, she starts moving.<br> Oh god, this is just too much, You try to focus on not coming too fast. A few seconds later you feel like you are already going to cum<br> You move a bit and get your dick to slip out, this gives a few seconds of respite, but she just wants to put it back in immediately and keeps fucking you<br> You try thinking about something horrible, that helps a bit, but only gives you 20 more seconds, and...<br> <<video "images/rose/insertfuckcumfail.mp4" >><br> <<rose>>Oh, that feels so good<</rose>><br> <<say "You" $faceimg>>I'm about to cum<</say>><br> You inevitably cum way too fast, and she laughs a bit about it.<br><br> <<rose>>Look at all that cum! Oh my god... wow... ahahah<</rose>><br><br> <<say "You" $faceimg>>I'm sorry, I tried to resist, but you're just too good.<</say>><br> She smiles<br><br> <<rose>>You're so sweet, but I'm not letting you get away with this<</rose>><br><br> What can she possibly mean? what does she want to do?<br><br> <<rose>>I said I wanted to come...<</rose>><br><br> You are so horny from all this that your boner didn't even flinch after coming.<br> To your absolute shock, she just puts your dick back inside and resumes fucking you, <<video "images/rose/aftercumfuck.mp4" >> It feels a bit uncomfortable and hurts a bit too, but you feel like there's no stopping her now<br><br> <<rose>>There you go, fuck... oh yeah, fuck! It's so hot watching all your cum dripping down my body<</rose>><br><br> What happened to her? Lust clearly got to her head, she's so horny that she's losing all control<br> You just came all over her belly so you cannot possibly cum again anytime soon, It hurts a bit, but that allows her to ride you furiously for a few more minutes. Until she finally comes as well.<br> <<video "images/rose/aftercumfuckshecomes.mp4" >><br> <<rose>>Oh god, yes, please make me come again<</rose>><br> She changes position and puts herself on her knees.<br><br> <<rose>>I'm a bit tired but I'm still so horny, do some work and FUCK ME NOW, I WANT MORE<</rose>><br> She yells the last part, you're almost worried that someone outside might hear her.<br> She's acting so different from the Rose you've known so far.<br> You're not sure you're ready to cum again yet, but you're scared to refuse, so you do as she asked, is this really a bad situation anyway? Probably not...<br> <<video "images/rose/startfuckdoggy.mp4" >><br> You fuck her in this position for a few more minutes, she has another orgasm, but she insist that you keep going<br> That is fine with you, as you are almost ready to cum again.<br> After a couple more minutes, she comes for a third time, that makes you so horny that you find yourseful coming again on her ass.<br> <<video "images/rose/doggyfuckcum.mp4" >> <<if $rosefucked eq 0>>You didn't think you were ever able to cum twice in less than 10 minutes.<br><</if>> She just lays on the bed for 30 more seconds in pure ecstasy,<br> <<rose>>I'm so sorry, I don't know what came over me, did I hurt you? let me give you a hug<</rose>><br> <<if $charisma gte 35>> <b>(35 charisma)</b>You take the opportunity while her brain still hasn't fully recovered from the multiple orgasms to say: <<say "You" $faceimg>>Don't worry love<<if $rosefucked eq 0>>, you just gave me the best day of my life<<else>>, I couldn't ask for anything better than this <</if>> <</say>><br> She felt guilty, and you can see her face melt in pure sweetness after what you just said<br> <<roslove "2">> <<else>> <b>(Charisma skill check: fail)<br></b> <</if>> She hugs you tightly. <br> Yes, she fucked you dry and it did hurt a bit, she also made you realize all your lack of experience,<br> But this was still the actual best sex of your life, so far<br> /* virgin and firstfuck check rose */ <<if $virginity is 1>> <<set $virginity to ["Rose"]>><br> You lost your virginity to $virginity ! <</if>> <<if $rosefucked is 0>> <b>You fucked Rose for the first time! Nobody would ever believe you if you claimed that, but you certainly feel less intimidated by those young schoolgirls now, and this reflects on your behaviour,<br> Your popularity <span style="color: #008000;">increased</span> by 4!<br></b> <<set $popularity +=4>> <</if>> /*virginfirstfuckrose */ <<set $rosefucked +=1>> <<conf "-1">> <<sexexp "1.5">> <<roslove "1">> <<addmins 28>> <<lust "-80">> <<stress "-5">> <<sexcon "3.2">> <<ene "25">> <<link "After some cuddling, Rose dresses up and leaves your room" "Room">><<set $energy -=$enewid>><</link>><!--[[Room]]--> <br> <</if>> <</if>> <</replace>><</link>><br> <<if $roselesb is undefined>><<set $roselesb to 0>><</if>> <<if $rosefucked gte 1 and $roselesb lte 0>> <<link "Test the ground about threesomes">><<replace "#first">> <<if $roselesb eq 0>> <<say "You" $faceimg>>I wanted to ask you something, Rose<</say>><br> <<rose>>Hm... sure, go ahead<</rose>><br> <<say "You" $faceimg>>Have you ever been with another woman?<</say>><br> <<rose>>Hey, that's not the kind of question you ask to a lady...<</rose>><br> <<say "You" $faceimg>>Ehm... I'm sorry?<</say>><br> <<rose>>Ahah, look at your face. Yes, I have been, a few years ago, why so curious?<</rose>><br> <<say "You" $faceimg>>And did you like it?<</say>><br> <<rose>>Well, it wasn't that bad, but in the end I'm pretty sure I prefer... dicks like yours<</rose>><br> <<say "You" $faceimg>>And have you ever had a threesome?<</say>><br> <<rose>>No, I cannot say that I have...<</rose>><br> Rose gives you an intense look, like she's trying to determine where are you trying to go with this.<br><br> <<rose>>I'll save you the effort dear, are you going to ask if I want to take part to a threesome with you and another girl?<</rose>><br> <<say "You" $faceimg>>Well...<</say>><br> <</if>> <<if $roselesb eq -1>> <<say "You" $faceimg>>Did you happen to change your mind... about threesomes?<</say>><br><</if>> <<if $sexcontrol gte 55 and $stamina gte 50>> <b>(Sex control check: Success)</b> <b>(Stamina check: Success)</b> <<if $roseattraction gte 235>> <<set $roselesb to 1>> <<if $roselesbach is 0 or $roselesbach is undefined >> <<set $roselesbach to 1>> <<cha 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <b>(Attraction check: Success)</b> <<rose>>Let me just ask you this: would that make you happy, $name ?<</rose>><br> <<if $charisma lte 48>> <b>(Charisma skill check: Fail)</b> <<say "You" $faceimg>>Of course it would, that would be kind of my dream<</say>><br> <<roslove "-10">> Rose sighs... <br><br> <<rose>>Ok then, I will do it for you, honey, but I want my privacy to be respected, ok? Make sure we could trust this other girl.<</rose>><br> <<say "You" $faceimg>>Ok Rose, I'll make sure about that<</say>><br> <<else>> <b>(Charisma skill check: Success)</b> <<say "You" $faceimg>>I just thought that it would be fun to try out something new, and I want to try that with you, because I trust you<</say>><br> <<roslove "5">><br> <<rose>>That's a nice way to put it, I guess we can do this, but I want my privacy to be respected. Make sure we can trust whoever we will do this with, ok?<</rose>><br> <<say "You" $faceimg>>Ok Rose, I'll make that the priority<</say>><br> <</if>> <<rose>>We have a deal then, let me know whenever you and her are ready<</rose>><br> <b>You can now set up threesomes between Rose and other girls.<br></b> You gloat for a few moments in anticipation of what's to come, when Rose says.<br><br> <<rose>>The evening is not over, do you want to do something with just me... or?<</rose>><br> Oh yeah, this talk made you hornier if anything. <<link "You do" "roseyourroom">><</link>> <<else>> <b>(Attraction check: Fail)</b> <<set $roselesb to -1>> <<rose>>I don't think I'm ready to do that, I would if I was sure that we can trust this other girl, but you're too young and naive to understand that I would be risking a lot I don't think it's a good idea, sorry.<</rose>><br> <<say "You" $faceimg>>Ok... can I change your mind in any way?<</say>><br> <<rose>>Maybe when I'll trust you better we can talk about this again<</rose>><br> You look to the ground for a bit, it was probably a stupid idea to even ask that, you wonder how pissed is she...<br><br> <<rose>>The evening is not over, do you want to do something with just me... or?<</rose>><br> Oh ok, maybe she's not so pissed, and yeah, <<link "You still do" "roseyourroom">><</link>> <</if>> <<else>> <<set $roselesb to -1>> <<if $stamina < 50>> <b>(Stamina check: Fail)</b><</if>> <<if $sexcontrol< 55>> <b>(Sex control check: Fail)</b><</if>> <<rose>>$name , don't take this the wrong way, but you can barely satisfy one woman at the time, maybe you could work on your endurance a bit more before you try to get 2 at the same time?<</rose>><br> You look to the ground for a bit, it's a bit humiliating, but she's probably right, you wonder if she's even still in the mood.<br><br> <<rose>>The evening is not over, do you want to do something with just me... or?<</rose>><br> Oh ok, she still is, and <<link "So do you" "roseyourroom">><</link>> <</if>> <</replace>><</link>><br> <</if>> </div> <</if>> /*-----------touchtits----------*/ <<if $roseattraction gte 50 and $roseattraction lte 71.99 and $rosetits gte 2 or $rosetits lte 2 and $roseattraction gte 50>> <<say "You" $faceimg>>I can't wait to see my motivation, and yes, before you ask, I remember the promise<</say>><br> <<rose>>Good boy, you definitely deserve to look at them again<</rose>><br> <<video "images/rose/showbra.mp4" >><br> <<video "images/rose/showtits.mp4" >><br> <<say "You" $faceimg>>God, they are so nice, please, can I touch them?<</say>><br> She giggles again.<br><br> <<rose>>If I let you touch them for a bit, will you stop asking?<</rose>><br> She pretends to be annoyed, but you know that she must be enjoying this if she keeps coming back here, so you play along.<br><br> <<say "You" $faceimg>>Yes, it definitely will stop me from asking<</say>><br> <<rose>>Hmpff, ok, go ahead then, but go easy and be quick about it<</rose>><br> Finally...<br> <<video "images/rose/touchtits.mp4" >><br> <<rose>>So... are they everything you hoped for?<</rose>><br> <<say "You" $faceimg>>Damn, yes, they are<</say>><br> <<rose>>Good. I expect good progress after so much motivation<</rose>><br> She winks at you<br> <<lust "11">> <<addmins 12>> <<roslove "1">> <<set $rosetits to 3>> <<if $rosetitsachievement is 0 or $rosetitsachievement is undefined >> <<set $rosetitsachievement to 1>><<sta 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<link "Rose leaves your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> /*-----------------------------------------*/ /*-----------showtits----------*/ <<if $roseattraction gte 34.99 and $roseattraction lte 49.99 and $rosetits gte 1 or $rosetits eq 1 and $roseattraction gte 34.99>> <<rose>>The promise still counts, right?<</rose>><br> <<say "You" $faceimg>>Yeah, I know, I know<</say>><br> <<rose>>Enjoy then<</rose>><br> <<video "images/rose/showbra.mp4" >><br> <<video "images/rose/showtits.mp4" >><br> <<rose>>Do you like them?<</rose>><br> <<say "You" $faceimg>>God, they are so nice, please, can I touch them?<</say>><br> She giggles again.<br><br> <<rose>>No, come on, let's not go too far<</rose>><br> You can perceive that her barriers are starting to get weaker, though. <<say "You" $faceimg>>Thanks, this will keep me motivated for a while<</say>><br> She breaks in a cheerful laugh<br><br> <<rose>>Ahahah, perfect, see you soon then<</rose>><br> She leaves the room, you definitely want to get more of this.<br> <<lust "8">> <<addmins 11>> <<roslove "1">> <<set $rosetits to 2>> <<link "Rose leaves your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> /*-----------showbra----------*/ <<if $roseattraction lte 34.99 or $rosetits is 0>> <<rose>>Promise that you'll stay still and won't try anything<</rose>><br> <<say "You" $faceimg>>Again? yeah, I promise, I promise<</say>><br> <<video "images/rose/showbra.mp4" >><br> <<rose>>Is this good motivation?<</rose>><br> <<say "You" $faceimg>>Oh god, can I touch them?<</say>><br> <<rose>>You promised...<</rose>><br> She puts her shirt back on, you decide to keep your word, and kisses you on the cheek.<br><br> <<rose>>I hope you liked that, if you do more progress, maybe I can show you a little more, ok?<</rose>><br> <<say "You" $faceimg>>Oh yes, I'll do my best<</say>><br> She giggles.<br><br> <<rose>>Perfect, see you soon then<</rose>><br> She leaves the room, leaving you in a slight state of shock<br> <<set $rosetits to 1>> <<roslove "1">> <<lust "7">> <<addmins 7>> <<link "Rose leaves your room" "Room">><</link>><!--[[Room]]--> <br> <</if>> <</if>> <</nobr>>
<<nobr>><<include "calc">> <<if $virginity eq "yes" or $virginity eq "Yes">><<set $virginity to 1>><</if>> <<if $susanfucked is undefined>> <<set $susanfucked to 0>><</if>> <<if $susanfirstfucked is undefined>> <<set $susanfirstfucked to 0>><</if>> <<if $susanfirstfucked is 0>> <<set $susanfirstfucked to 1>> <<set $fuckingsusan to 1>> <</if>> /*--------------------anal-------------------*/ <<if $susanscene eq 5>> <<set $susanscene to -1>> <<if $sexexp gte 27>> <<if $susananalachievement is 0 or $susananalachievement is undefined >> <<set $susananalachievement to 1>><<sexcon 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <b>(Sex experience check: success)</b> You have enough experience to have anal sex with Susan, you take it slow and prepare her butthole with your saliva and your fingers for quite some time, until you feel that you are ready to go.<br> <<susan2>>Do you think you can put it in the front for a while before we do that?<</susan2>> <<if $sexcontrol gte 31>> <b>(Sex control check: success)</b> <<say "You" $faceimg>>Sure, I don't see why not<</say>><br> You are both already naked, and still standing, so you just start fucking Susan on the spot, she pulls one of her legs upwards, It's a good position to allow her to finger her asshole, so that she gets even more ready for your cock, you enjoy the scene<br> <<video "images/susan/analfuckbefore.mp4" >> After a while, you decide it's time to put in inside, so you tell her to sit on the couch<br> <<else>> <b>(Sex control check: failed)</b> You know that it could be good to do that, but you're afraid that if you get close to cum that way, you're not gonna last enough to even enjoy it for a bit<br> <<say "You" $faceimg>>I don't think there's any need to, you should be ready<</say>><br> <<susan2>>hm... ok, let's do it then<</susan2>> <</if>> You line up your cock to her asshole, and push it in slowly to let her get used to the feeling<br Then you start moving, after a while she seems to get comfortable enough and starts enjoying it<br> She seems to be aching a bit, so you take it outside, but she protests<br><br> <<susan2>>Nono, it's fine, GIVE IT TO ME<</susan2>><br> So you just put it back in <br> <<video "images/susan/analinsert.mp4" >><br> She starts talking dirty, you wouldn't have imagined this kinky side of Susan.<br> She's already so different from the first time you met her, and so sexy<br> <<if $sexcontrol gte 57>> You keep fucking her ass, she has an orgasm after the other, she's literally losing her mind from lust<br> <<video "images/susan/analshecomes.mp4" >><br> You have fucked her for over 20 minutes now, and it's time for you to cum<br> <</if>> <<if $sexcontrol lte 56.99>> You put it in, but her asshole is so tight and nice that after just a few minutes you end up coming in her, you were barely able to make her come once, and only because she was very horny<br> <</if>> <<susan2>>Please come in my mouth, I want to swallow it all, YES, GIVE IT TO ME!<</susan2>><br> You fulfill her request<br> <<video "images/susan/analcim.mp4" >><br> <<susan2>>Hmmm, yeah, give it to me<</susan2>><br> She looks at you in the eyes and swallows all your cum in front of you<br> <<susan2>>Oh wow, this was so much fun, let's do this again sometimes!<</susan2>><br> <<if $sexcontrol gte 57>> <br> <<conf "2.2">> <<suslove "2">> <<sexcon "2.4">> <<sexexp "1.5">> <<stress "-8">> <<lust "-40">> <<ene "12">> <<set $susanfucked +=1>> <<set $susananaled +=1>> <<set $susanscene to 0>> <br> <<link "You get dressed and you get back to your room" "Room">><<addmins 45>><<set $energy -=$enewid>><</link>> <</if>> <<if $sexcontrol gte 31 and $sexcontrol lte 56.99>> You wonder if maybe fucking her before made the situation worse, but she had fun anyway, you regret nothing<br><br> <br> <<suslove "2">> <<sexcon "2.4">> <<sexexp "1">> <<stress "-6">> <<lust "-40">> <<ene "9">> <<set $susanfucked +=1>> <<set $susananaled +=1>> <<set $susanscene to 0>> <br> <<link "You get dressed and you get back to your room" "Room">><<addmins 30>><<set $energy -=$enewid>><</link>> <</if>> <<if $sexcontrol lte 30.99>> <<suslove "1">> <<sexcon "2.4">> <<sexexp "1">> <<stress "-4">> <<lust "-40">> <<ene "6">> <<set $susanfucked +=1>> <<set $susananaled +=1>> <<set $susanscene to 0>> <br> <<link "You get dressed and you get back to your room" "Room">><<addmins 18>><<set $energy -=$enewid>><</link>> <</if>> <</if>> <<if $sexexp lte 26.99>> <b>(Sex experience check: fail)</b> You try to have anal sex with Susan, to the best of your knowledge, but you only end up hurting her<br> <<susan2>>Ouch!!<</susan2>><br> <<say "You" $faceimg>>Maybe if I try this way...<</say>><br> <<susan2>>Ooouuch!! STOOP<</susan2>><br> <<say "You" $faceimg>>I'm sorry<</say>><br> <<susan2>>Damn, you said that you knew what you were doing,,, it hurts so much!<</susan2>><br> You have to stop trying, it was not a great experience, but you definitely learned something that you are NOT supposed to do.<br><br> <<conf "-1">> <<suslove "-2">> <<sexexp "2">> <<stress "3">> <<ene "3">> <<set $susanscene to 0>> <br> <<link "You get dressed and you get back to your room" "Room">><<addmins 8>><<set $energy -=$enewid>><</link>> <</if>> <</if>> /*--------------------oral----------------*/ <<if $susanscene eq 4>> <<set $susanscene to -1>> You sit on the couch for a while, she is visibly aroused just by your presence nearby <<say "You" $faceimg>>Can you just suck my dick for today?<</say>><br> <<susan2>>Oh, sure, if you are a bit tired, let me help you relax<</susan2>><br> <<if $susanoralachievement is 0 or $susanoralachievement is undefined >> <<set $susanoralachievement to 1>><<set $maximumdays +=1>> <<set $maxdayscalc +=1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> She starts getting naked and says:<br> <<susan2>>Just get naked and lay down on the couch honey, I'll take good care of you<</susan2>><br> She finishes removing all of her clothes, gets on her knees on the couch, and starts sucking you<br> <<video "images/susan/blowstart1.mp4" >> <<if $sexcontrol gte 31.99>> She sucks you off for several minutes<br> <<susan2>>I really love sucking it, do you want me to go faster to make you come?<</susan2>><br> <<say "You" $faceimg>>Oh, yes please<</say>><br> She starts to sucking you off faster and faster <<video "images/susan/blowfast1.mp4" >> You enjoy the treatment for a few more minutes, until you finally start cumming in her mouth<br> <<video "images/susan/blowcum1.mp4" >> <<conf "1.3">> <<suslove "2">> <<sexcon "2">> <<stress "-10">> <<lust "-40">> <<ene "1">> <br> <<link "You get dressed and you get back to your room" "Room">><<addmins 22>><<set $energy -=$enewid>><</link>> <<else>> You try to concentrate on not coming too early, but she is too hot for you and you cannot help it <br> <<video "images/susan/blowcum1.mp4" >> <<suslove "1">> <<sexcon "2">> <<stress "-10">> <<lust "-40">> <<ene "1">> <br> <<link "You get dressed and you get back to your room" "Room">><<addmins 13>><<set $energy -=$enewid>><</link>> <</if>> <</if>> /*-----------------xxxxx------------------*/ /*--------------------fucking---------------*/ /*--ach--*/ <<if $fuckingsusan eq 1>> <<if $virginity is 1 or $virginity is "Yes">> <<if $susanvirginachievement is 0 or $susanvirginachievement is undefined >> <<set $susanvirginachievement to 1>><<conf 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $susanfuckachievement is 0 or $susanfuckachievement is undefined >> <<set $susanfuckachievement to 1>><<sexcon 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> /*--ach--*/ Susan sits on the couch, you sit next to her<br> You hug her, and after a while you start making out<br> <<video "images/susan/susan2kiss.mp4" >> /*----kissengine----*/ <<if $susankissed is 0>> <b>You kissed Susan for the first time! </b><br> She is not a very popular girl, but it's still an achievement, and she won't deny it if asked. <b>Your popularity <span style="color: #008000;">increased</span> by 2</b><br> <<set $popularity +=2>> <</if>> <<set $susankissed +=1>> <<if $susankissachievement is 0 or $susankissachievement is undefined >> <<set $susankissachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> /*-------------------*/ <<if $confidence lte 39.99>> <br> After about 5 minutes of making out with her, she gives up on you trying to move further and takes the lead, she starts undressing<br> <</if>> <<if $confidence gte 40>> <b>(successful check: confidence 40)</b><br><<say "You" $faceimg>>Take your clothes off for me please<</say>><br> <<susan2>>You really like to see me naked, don't you?<</susan2>><br> <</if>> <<video "images/susan/undress2.mp4" >><br> <<if $confidence lte 39.99>> <<susan2>>Like what you see?<</susan2>><br> <<say "You" $faceimg>>Oh yeah, you are beautiful<</say>><br> <<susan2>>Then do something about it<</susan2>><br> After being called out in such a way, she triggers you to overcome your low confidence, you remove her last piece of clothing and start licking her between her legs.<br> <</if>> <<if $confidence gte 40>> <b>(Successful check: Confidence 40)</b>You are very aroused by her naked body, she gets close to you and wants to resume making out, but you just push her to lay down on the couch and remove her panties, then proceed to start licking her between her legs<br> <</if>> <<video "images/susan/pussylick.mp4" >> <br> She enjoys that for a while, but it's clear that she wants to go all the way now.<br> <<if $sexcontrol gte 30>> You pull your rock-hard dick out of your pants, and slowly slide it inside<br> <<video "images/susan/fuckinsert.mp4" >> You are able to fuck her for a least a few minutes before coming, and you manage to give her an orgasm.<br> You're not sure if you should come inside or outside, but she doesn't seem to mind, so you end up doing a bit of both.<br> <<video "images/susan/fuckandhalfcream.mp4" >> /* virgin and firstfuck check susan */ <<if $virginity is 1 or $virginity is "Yes">> <<set $virginity to ["Susan"]>><br> You lost your virginity to $virginity ! <</if>> <<if $susanfucked is 0>> <b>You fucked Susan for the first time! She might not be a popular girl, but she won't deny it, and it's still an achievement!<br> Your popularity <span style="color: #008000;">increased</span> by 3!<br></b> <<set $popularity +=3>> <</if>> /*virginfirstfucksusan */ <<set $fuckingsusan to 0>> <<set $susanfucked +=1>> <<sexexp "1">> <<conf "3">> <<lust "-40">> <<suslove "3">> <<sexcon "2.4">> <<stress "-8">> <<ene "8">> <br> <<link "You both get dressed, talk for a bit, then she goes back to her room" "Room">><<addmins 15>><<set $energy -=$enewid>><</link>> <</if>> <<if $sexcontrol lte 29.99>> She put herself on her knees and exposes her ass, you pull your dick out, that is obviously rock hard by now. <br> You know that it wont be possible for you to last long in this situation, you're way too aroused by her.<br> You don't want to disappoint herby backing out again, anyway, so you give her your best try.<br> <<video "images/susan/fuckfastcum.mp4" >> <br> It's a disaster, you didn't last very long, you feel very embarrassed.<br><br> <<say "You" $faceimg>>Damn, I'm sorry, I was way too horny, you are just too hot<</say>><br> She doesn't seem to be bothered at all, she gives you a warm smile<br><br> <<susan2>>Oh, is this what you were worried about??<</susan2>><br> <<say "You" $faceimg>>Yeah, I kinda expected to not last long enough<</say>><br> <<susan2>>But... but I don't care about it! I really like you, and you will last longer with time, I've read about it, it's normal, you should have never worried about it!<</susan2>><br> <<say "You" $faceimg>>Well, it's a bit embarassing...<</say>><br> <<susan2>>NO, promise that you won't let this hold you back again, we'll do it a hundred times if we need to<</susan2>><br> <<say "You" $faceimg>>wow... ok<</say>><br> /* virgin and firstfuck check susan */ <<if $virginity is 1 or $virginity is "Yes">> <<set $virginity to ["Susan"]>><br> <b>You lost your virginity to $virginity !</b><br> <</if>> <<if $susanfucked is 0>> <b>You fucked Susan for the first time! She might not be a popular girl, but she won't deny it, and it's still an achievement!<br> Your popularity <span style="color: #008000;">increased</span> by 3!<br></b> <<set $popularity +=3>> <</if>> /*virginfirstfucksusan */ <<suslove "1">> <<set $fuckingsusan to 0>> <<set $susanfucked +=1>> <<sexcon "2.4">> <<sexexp "1">> <<lust "-40">> <<ene "6">> <br> <<link "You get dressed, she gives you a kiss, and you get back to your room" "Room">><<addmins 15>><<set $energy -=$enewid>><</link>> /*--------------------xxx----------------*/ <</if>> <</if>> <</nobr>>
<<nobr>><<updatebar>> <<if $mentalretain is undefined>><<set $mentalretain to 40>><</if>> <<if $sexualretain is undefined>> <<set $sexualretain to 30>><</if>> <<if $startingbody is undefined>> <<set $startingbody to 5>><</if>> <<if $extrastartmoney is undefined>> <<set $extrastartmoney to 0>><</if>> <<if $maxdayscalc is undefined>> <<set $maxdayscalc to 14>><</if>> You have<b><span style="color: #6A5ACD;"> $exp Experience </span></b> to spend before starting a new simulation:<br> The new simulation will have a duration of $maxdayscalc days.<br> The new simulation will start with an extra $extrastartmoney $<br> You will start your new simulation with $startingbody base strength and stamina (+ achievements bonuses)<br> You will start your new simulation with $mentalretain % of your highest reached mental attributes (culture,intelligence,charisma,coding,confidence) - Achievements bonuses not included. <br>and $sexualretain % of your highest reached sexual attributes (sex control,sex experience)<br> <br> <<if $exp gte 50>> Spend 50 exp to <<link "buy an extra day" "expspending">><br> <<set $exp -=50>> <<set $maxdayscalc +=1>> <</link>> <<else>> You can't afford buying an extra day. <</if>> <br> Spend 50 exp to permanently <<linkreplace "start with extra 100$">> <<if $exp gte 50>> <<set $extrastartmoney +=100>> <<set $exp -=50>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>> <br> <<if $startingbody eq 5>>Spend 45 exp to improve your starting body to have 15 to strength and stamina <<linkreplace "Buy this">><br> <<if $exp gte 45 >> <<set $startingbody to 15>> <<set $exp -=45>> <<goto "expspending">> <<else>> Can't afford<</if>> <</linkreplace>> <br> <</if>> <<if $startingbody eq 15>>Spend 90 exp to improve your starting body to have 25 to strength and stamina <<linkreplace "Buy this">> <<if $exp gte 90>> <<set $startingbody to 25>> <<set $exp -=90>> <<goto "expspending">> <<else>> Can't afford<</if>> <</linkreplace>> <br> <</if>> <<if $startingbody eq 25>>Spend 140 exp to improve your starting body to have 35 to strength and stamina <<linkreplace "Buy this">> <<if $exp gte 140 >> <<set $startingbody to 35>> <<set $exp -=140>> <<goto "expspending">> <<else>> Can't afford<</if>> <</linkreplace>> <br> <</if>> <<if $mentalretain eq 40>>Spend 40 exp to raise your mental's attribute retaining to 50% <<linkreplace "Buy this">> <<if $exp gte 40>> <<set $mentalretain +=10>> <<set $exp -=40>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>> <br> <</if>> <<if $mentalretain eq 50>>Spend 80 exp to raise your mental's attribute retaining to 60% <<linkreplace "Buy this">> <<if $exp gte 80>> <<set $mentalretain +=10>> <<set $exp -=80>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>> <br> <</if>> <<if $mentalretain eq 60>>Spend 160 exp to permanently raise your mental's attribute retaining to 70% <<linkreplace "Buy this">><br> <<if $exp gte 160>> <<set $mentalretain to 70>> <<set $exp -=160>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>> <br> <</if>> <<if $mentalretain eq 70>>Spend 300 exp to permanently raise your mental's attribute retaining to 73% <<linkreplace "Buy this">><br> <<if $exp gte 300>> <<set $mentalretain to 73>> <<set $exp -=300>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>><br> <</if>> <<if $mentalretain eq 73>>Spend 600 exp to permanently raise your mental's attribute retaining to 76% <<linkreplace "Buy this">><br> <<if $exp gte 600>> <<set $mentalretain to 76>> <<set $exp -=600>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>><br> <</if>> <<if $mentalretain eq 76>>Spend 1200 exp to permanently raise your mental's attribute retaining to 79% <<linkreplace "Buy this">><br> <<if $exp gte 1200>> <<set $mentalretain to 79>> <<set $exp -=1200>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>><br> <</if>> <<if $mentalretain eq 79>>Spend 2400 exp to permanently raise your mental's attribute retaining to 82% <<linkreplace "Buy this">><br> <<if $exp gte 2400>> <<set $mentalretain to 82>> <<set $exp -=2400>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>><br> <</if>> <<if $mentalretain eq 82>>Spend 4800 exp to permanently raise your mental's attribute retaining to 85% <<linkreplace "Buy this">><br> <<if $exp gte 4800>> <<set $mentalretain to 85>> <<set $exp -=4800>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>><br> <</if>> <<if $sexualretain eq 30>> Spend 60 exp to permanently raise your sexual's attribute retaining to 40% <<linkreplace "Buy this" >><br> <<if $exp gte 60>> <<set $sexualretain to 40>> <<set $exp -=60>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>> <br> <</if>> <<if $sexualretain eq 40>> Spend 120 exp to permanently raise your sexual's attribute retaining to 50% <<linkreplace "Buy this">><br> <<if $exp gte 120>> <<set $sexualretain to 50>> <<set $exp -=120>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>> <br> <</if>> <<if $sexualretain eq 50>> Spend 180 exp to permanently raise your sexual's attribute retaining to 60% <<linkreplace "Buy this">><br> <<if $exp gte 180>> <<set $sexualretain to 60>> <<set $exp -=180>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>> <br> <</if>> <<if $sexualretain eq 60>> Spend 360 exp to permanently raise your sexual's attribute retaining to 70% <<linkreplace "Buy this">><br> <<if $exp gte 360>> <<set $sexualretain to 70>> <<set $exp -=360>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>> <br> <</if>> <<if $sexualretain eq 70>> Spend 720 exp to permanently raise your sexual's attribute retaining to 73% <<linkreplace "Buy this">><br> <<if $exp gte 720>> <<set $sexualretain to 73>> <<set $exp -=720>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>><br> <</if>> <<if $sexualretain eq 73>> Spend 1250 exp to permanently raise your sexual's attribute retaining to 76% <<linkreplace "Buy this">><br> <<if $exp gte 1250>> <<set $sexualretain to 76>> <<set $exp -=1250>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>><br> <</if>> <<if $sexualretain eq 76>> Spend 2500 exp to permanently raise your sexual's attribute retaining to 79% <<linkreplace "Buy this">><br> <<if $exp gte 2500>> <<set $sexualretain to 79>> <<set $exp -=2500>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>><br> <</if>> <<if $sexualretain eq 79>> Spend 5000 exp to permanently raise your sexual's attribute retaining to 82% <<linkreplace "Buy this">><br> <<if $exp gte 5000>> <<set $sexualretain to 82>> <<set $exp -=5000>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>><br> <</if>> <<if $sexualretain eq 82>> Spend 10000 exp to permanently raise your sexual's attribute retaining to 85% <<linkreplace "Buy this">><br> <<if $exp gte 10000>> <<set $sexualretain to 85>> <<set $exp -=10000>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>><br> <</if>> <<if ndef $preworkexperience>> Spend 35 exp to establish previous working experience (raise base fast food work income by 50%) <<linkreplace "Buy this">><br> <<if $exp gte 35>> <<set $preworkexperience to 1>> <<set $exp -=35>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>> <br> <</if>> <<if ndef $extraenergy>> Spend 150 exp to permanently have 10 more max energy. <<linkreplace "Buy this">><br> <<if $exp gte 150>> <<set $extraenergy to 1>> <<set $exp -=150>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>> <br> <</if>> <<if $permainstatok eq 1>><<else>>Spend 111 exp to permanently start with all girls already stalked on Instatok. <<linkreplace "Buy this">><br> <<if $exp gte 111>> <<goto "expspending">> <<set $permainstatok to 1>> <<set $exp -=111>> <<else>> Can't afford <</if>> <</linkreplace>> <br> <</if>> <<if ndef $natashajfuck>> Spend 75 exp to get Natasha's jealousy to spike when she discovers that you fucked Carol <<linkreplace "Buy this">><br> <<if $exp gte 75>> <<set $natashajfuck to 1>> <<set $exp -=75>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>> <br> <</if>> <<if ndef $katrinagrat>> Spend 100 exp to get Katrina's gratitude to spike when you fix her computer. <<linkreplace "Buy this">><br> <<if $exp gte 100>> <<set $katrinagrat to 1>> <<set $exp -=100>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>> <br> <</if>> <<if ndef $virginwipe>> Spend 150 exp to unlock a tool to reset your virginity mid-run from your computer once. <<linkreplace "Buy this">><br> <<if $exp gte 150>> <<set $virginwipe to 1>> <<set $exp -=150>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>> <br> <</if>> <<if $virginwipe eq 1>> Spend 300 exp to improve the virginity-reset tool to allow you to reset it twice per run. <<linkreplace "Buy this">><br> <<if $exp gte 300>> <<set $virginwipe to 2>> <<set $exp -=300>> <<goto "expspending">> <<else>>Can't afford <</if>> <</linkreplace>> <br> <</if>> <br> <br> <<link "Proceed to restart the upgraded simulation" "restart">><</link>><br> <</nobr>><!--[[restart]]-->
<<nobr>> This game was born as a free to play game, and wants to keep being that.<br> All game story and the majority of content will stay free to play.<br> By checking out my <a href="https://www.subscribestar.com/just-one-more-chance" target="_blank">Subscribestar</a> or <a href="https://patreon.com/SecondChance43" target="_blank">Patreon</a> pages you will find a few extra features including:<br><br> A <span style="color: #8B0000;">Discord-accessible</span> link to the Cityt's studio, a minigame full of content!<br> <<linkreplace "What is it?">>It's a version of the game including a page where there's NO actual paywalled STORY that is part of the main plot, but a minigame including all game-characters that ends up granting you an additional revenue.<br> The version with the extra page is hosted on a dedicated website, You will have to save to disk from the save menu and import the save. Those scenes are hosted online and therefore have less compression and better quality.<br>More of them will be added regularly.<br><br> Current content: over 150 clips! <br><</linkreplace>> <br><br> You can also find light and heavy cheats(depending on tier).<br> <<linkreplace "What do cheats do?">> I can understand that this game might feel a bit grindy to some people, it was made with my tastes for game progression in mind, which might not be the same as everyone else's.<br><br> <span style="color: #8B0000;">Light cheats</span> are "just" a 2x time extension of simulation's duration for every run. this will allow you to easily grind more experience and progress much faster.<br><br> <span style="color: #8B0000;">Heavy cheats</span> are an access to a page that I use for debugging and allows you to manipulate all the stats, including virginity reset, daily interactions reset, rolling back hours/days, therefore having infinite time, they might break the game if used mindlessly, otherwise they shouldn't. This might also be useful if you want to help me debugging, which would also require you to be on the discord server to post your findings. <br><br> Are you already using cheats, but you changed your mind and want to get back at regular gameplay? just write "disable" as a code.<br><br> <</linkreplace>> <br> <br> In the debug page, there's also a <span style="color: #8B0000;"> list containing most source material </span>used in the game, if you want to check that out. <br> /*vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv Looking for the cheats? If you really want to use the cheats and can't afford supporting me, just open the console(f12) and paste: SugarCube.State.active.variables.clickedderp2 = 1 SugarCube.State.active.variables.clickedderp = 2 This will work with every version. Looking for the codes is not impossible, but this is way easier. Even though I can't stop you, pretty please don't post the codes online :3 */ To unlock cheats, enter the code here:<br> <<textbox "$cittcode" "">><br> /*/*---------------------button start-------------------- <<button "Confirm">> <<script>> Dialog.setup("Cheats Confirmation"); Dialog.wiki(Story.get("Cheats Confirmation").processText()); Dialog.open(); <</script>> <</button>> -------------------------------button end------------*/ <<if $newversion is undefined>><<set $newversion to 33>><<set $clickedderp2 to 0>><<updatebar>><</if>> <<if $cittcode is "cheatcode7663495">><<set $CIickedderp to 1>><</if>> <<if $cittcode is "debug11445">><<set $cIickedderp to 1>><</if>> <<if $cittcode is "lightcheats208">><<set $cIickedderp2 to 2>><</if>> /* <nobr> */ <<button "Confirm">> <<script>> Dialog.setup("Cheats Confirmation"); Dialog.wiki(Story.get("RiIey").processText()); Dialog.open(); <</script>> <</button>> <br> <br> <br> <<linkreplace " Fix for mismatched achievement number">> Is the number of completed achievements mismatched by one? (known bug)<br> Fix it from here! (Sure, you can also fake it, but what good is that?)<br> <<linkreplace "add 1">><<set $achievementcount +=1>><<updatebar>>Done.<</linkreplace>><br> <<linkreplace "remove 1">><<set $achievementcount -=1>><<updatebar>>Done.<</linkreplace>><br> <</linkreplace>> <</nobr>>
/*//-------------This time you found it for real, WELCOME to the last step of the cheat cracking minigame, please make sure that they actually work before you post them somewhere, last time it was full of people complaining about cheats not working because someone posted the wrong ones Also, some cheat codes give an unlock confirmation message but they don't actually do anything, so you should actually check that they do what is expected of them, especially before posting them, but the Console is still a quicker option imho. ---//*/ <<nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>>
<<nobr>>You enter the room, you know very well that you don't have a character yet, so you are prepared for this story and dialogues not to make much sense.<br> <<riley>>Hello cutie, my name is Riley and I will NOT be present in the game because I'm an overused actress and we TRY to avoid that<</riley>><br> <<riley>>Also characters will never have the same name as the actress, as the developer believes it helps a bit with immersion, but we're not in the game yet, are we?<</riley>><br> <<melanie>>Here there would usually be your dialogue box with your face, but you still have to create the character, so we'll borrow me. For no discernible reason, an actual girl from the game instead, to explain this, I won't have any memory of this anyway<</melanie>><br> Riley sits on the couch and is reading a book for reasons that will be absolutely coherent with the story.<br><br> [img[setup.ImagePath+'riley/couchdontuseaspreview.png']]<br><br> <<riley>>Hey, yournamehere, how are you doing?<</riley>><br> <<linkreplace "Try to touch her tits - REMEMBER, THERE IS AUDIO">> <<riley>>Oh you want to see my tits? there are a lot of ingame reasons why I can easily accept that<</riley>><br> <b>Videos will loop by default, you can CHANGE that in options</b><br> <<video "images/riley/boobs.mp4" "10" "a" >> You stop yourself for a moment to appreciate the fact that, thanks to mad editing skills, we zoomed around to not include the actor's face, because your character is the one playing, not some random actor.<br><br> <<linkreplace "Ask her to suck your dick">><br> <<melanie>>He told me to ask you if you can suck his dick<</melanie>><br> <<riley>>That seems reasonable, I'm pretty sure this scene never happened anyway<</riley>><br> <<video "images/riley/suck.mp4 " "10" "a" >> We could usually put skill checks here, or check if you earned enough of the character's love or attraction to progress further, maybe more scenes and more options, but it's just a preview, so let's skip to fucking instead<br><br> <<riley>>I absolutely agree, let's just fuck, I will not autoplay those last 2 videos cause they are just one after the other<</riley>><br> <<video "images/riley/fuck.mp4" "10">> <<riley>>Ahh, Ahh Fuck...Oh my god... holy shit, ohh shit...OH MY GOD<</riley>><br> You can see that she really loves when dialogues in the video, even the pointless ones, match her dialogues in text boxes, so you continue doing that<br> <<riley>>Fuck that fucking pussy... do it, YES, cum, oh YES fuck that pussy until you fucking cum!<</riley>><br> <<video "images/riley/cum.mp4" >><br> <<riley>>YES, LOOK AT THAT, AHH, look at that load,,, yes, oh my god<</riley>><br> Riley seems to have really enjoyed this preview<br><br> <b> Riley's love for you <span style="color: #008000;">increased</span> by 7<br> Your sexual experience <span style="color: #008000;">increased</span> by 0, because this never happened<br> Your Preview's watching skill increased by 1<br> </b> <<link "You feel like the preview is over, and it's time to create an actual character" "Start">><br><</link>> <</linkreplace>> <</linkreplace>> <</nobr>>
<<nobr>> <<if $higheststrength is undefined>><<set $higheststrength to 0>><</if>> <<set $higheststrength to Number ($higheststrength.toFixed(2))>> <<if $higheststamina is undefined>><<set $higheststamina to 0>><</if>> <<set $higheststamina to Number ($higheststamina.toFixed(2))>> <<if $highestculture is undefined>><<set $highestculture to 0>><</if>> <<set $highestculture to Number ($highestculture.toFixed(2))>> <<if $highestcharisma is undefined>><<set $highestcharisma to 0>><</if>> <<set $highestcharisma to Number ($highestcharisma.toFixed(2))>> <<if $highestintelligence is undefined>><<set $highestintelligence to 0>><</if>> <<set $highestintelligence to Number ($highestintelligence.toFixed(2))>> <<if $highestconfidence is undefined>><<set $highestconfidence to 0>><</if>> <<set $highestconfidence to Number ($highestconfidence.toFixed(2))>> <<if $highestcoding is undefined>><<set $highestcoding to 0>><</if>> <<set $highestcoding to Number ($highestcoding.toFixed(2))>> <<if $highestsexexp is undefined>><<set $highestsexexp to 0>><</if>> <<set $highestsexexp to Number ($highestsexexp.toFixed(2))>> <<if $highestsexcontrol is undefined>><<set $highestsexcontrol to 0>><</if>> <<set $highestsexcontrol to Number ($highestsexcontrol.toFixed(2))>> <<if $sexualretain is undefined>> <<set $sexualretain to 30>><</if>> <<set$gameDate to new Date("2023-09-03T14:00"); >> <<set $money to ($extrastartmoney)>> <<set $strength to 0>> <<if $daniellekissach is 3>><<set $strength +=2>><</if>> <<if $laylatitfuckach is 3>><<set $strength +=2>><</if>> <<if $beattylerachievement is 3>><<set $strength +=4>><</if>> <<if $oliviaoralach is 3>><<set $strength +=4>><</if>> <<if $mspearlvirginach is 3>><<set $strength +=4>><</if>> <<if $layonepointtwoach is 3>><<set $strength +=3>><</if>> /*(33 21 54)*/ Strength total permanent bonuses = <span style="color: #008000;">$strength</span> - <<set $strength += $startingbody>><<linkreplace "???">><<if $startingbody gte 0>>Your base starting strength<<if $startingbody > 5>> has been upgraded to<<else>> is<</if>> $startingbody<<else>>You have nothing else modifying your strength<</if>>, so <</linkreplace>> Your new total strength is <span style="color: #008000;">$strength</span><br> <<set $stamina to 0>> <<if $gamingcommitmentachievement is 3>><<set $stamina +=1>><</if>> <<if $danoralach is 3>><<set $stamina +=1>><</if>> <<if $xiangoralach is 3>><<set $stamina +=2>><</if>> <<if $katrinapussylickach is 3>><<set $stamina +=3>><</if>> <<if $mspnatfullthreesomeach is 3>><<set $stamina +=3>><</if>> <<if $rosetitsachievement is 3>><<set $stamina +=3>><</if>> <<if $oliviaanalach is 3>><<set $stamina +=4>><</if>> <<if $rosefuckachievement is 3>><<set $stamina += 4>><</if>> <<if $xiangvirginach is 3>><<set $stamina +=5>><</if>> /*(35 26 61)*/ Stamina total permanent bonuses = <span style="color: #008000;">$stamina</span> - <<set $stamina += $startingbody>><<linkreplace "???">><<if $startingbody gte 0>>Your base starting stamina<<if $startingbody > 5>> has been upgraded to<<else>> is<</if>> $startingbody<<else>>You have nothing else modifying your stamina<</if>>, so <</linkreplace>> Your new total stamina is <span style="color: #008000;">$stamina</span><br> <<if $culture > $highestculture>><<set $highestculture to $culture>><br>You have reached a <span style="color: #008000">new</span> highest culture of $highestculture<br><</if>> <<set $culture to 0>> <<if $janecorruptpathach is 3>><<set $culture +=3>><</if>> <<if $janepreanalach is 3>><<set $culture +=3>><</if>> <<if $msbloomoralach is 3>><<set $culture +=3>><</if>> <<if $carolkissachievement is 3>><<set $culture +=4>><</if>> <<if $mspjanthreesomeach is 3>><<set $culture +=5>><</if>> <<if $suscarachievement is 3>><<set $culture +=6>><</if>> <<if $janefullanalach is 3>><<set $culture +=5>><</if>> <<if $carolvirginachievement is 3>><<set $culture +=6>><</if>> /*(35)*/ <<set $origculture to $culture>> Culture total permanent bonuses = <span style="color: #008000;">$culture</span> - <<linkreplace "???">>The highest culture you have ever reached is <span style="color: #008000;">$highestculture</span> , excluding permanent bonuses it's <<print (($highestculture-$origculture).toFixed(2))>>, which multiplied for your mental retain ($mentalretain %) becomes <<print (($mentalretain*($highestculture-$origculture)/100).toFixed(2))>> which gets added to the new starting value, therefore <</linkreplace>> <<set $culture to Number ((($culture+($mentalretain*($highestculture-$culture))/100)).toFixed(2))>> Your new total culture is <span style="color: #008000;">$culture</span><br> <<if $charisma > $highestcharisma>><<set $highestcharisma to $charisma>><br>You have reached a <span style="color: #008000;">new</span> highest charisma of $highestcharisma<br><</if>> <<set $charisma to 0>> <<if $janekissachievement is 3>><<set $charisma +=2>><</if>> <<if $katrinakissachievement is 3>><<set $charisma +=2>><</if>> <<if $rosetitfuckachievement is 3>><<set $charisma +=3>><</if>> <<if $susanpreoralach is 3>><<set $charisma +=3>><</if>> <<if $katrinalaughachievement is 3>><<set $charisma +=4>><</if>> <<if $roselesbach is 3>><<set $charisma +=4>><</if>> <<if $natjealfuckach is 3>><<set $charisma +=4>><</if>> <<if $ambolithreesomeach is 3>><<set $charisma +=5>><</if>> <<if $janefreefuckach is 3>><<set $charisma +=6>><</if>> <<if $melaniekissachievement is 3>><<set $charisma +=6>><</if>> /*(36)*/ <<set $origcharisma to $charisma>> Charisma total permanent bonuses = <span style="color: #008000;">$charisma</span> - <<linkreplace "???">>The highest charisma you have ever reached is <span style="color: #008000;">$highestcharisma</span> , excluding permanent bonuses it's <<print (($highestcharisma-$origcharisma).toFixed(2))>>, which multiplied for your mental retain ($mentalretain %) becomes <<print (($mentalretain*($highestcharisma-$origcharisma)/100).toFixed(2))>> which gets added to the new starting value, therefore <</linkreplace>> <<set $charisma to Number ((($charisma+($mentalretain*($highestcharisma-$charisma))/100)).toFixed(2))>> Your new total charisma is <span style="color: #008000;">$charisma</span><br> <<if $intelligence > $highestintelligence>><<set $highestintelligence to $intelligence>><br>You have reached a <span style="color: #008000;">new</span> highest intelligence of $highestintelligence<br><</if>> <<set $intelligence to 0>> <<if $caroltitsachievement is 3>><<set $intelligence += 2>><</if>> <<if $katrinatitfuckach is 3>><<set $intelligence += 3>><</if>> <<if $carolfootach is 3>><<set $intelligence += 3>><</if>> <<if $laylagymcumach is 3>><<set $intelligence += 4>><</if>> <<if $msphomeach is 3>><<set $intelligence += 4>><</if>> <<if $outsmarttylerachievement is 3>><<set $intelligence += 4>><</if>> <<if $carolfuckachievement is 3>><<set $intelligence += 5>><</if>> <<if $ambjanthreesomeach is 3>><<set $intelligence += 5>><</if>> <<if $laymspthreeach is 3>><<set $intelligence += 5>><</if>> <<if $katrinafuckachievement is 3>><<set $intelligence += 6>><</if>> /*(38)*/ <<set $origintelligence to $intelligence>> Intelligence total permanent bonuses = <span style="color: #008000;">$intelligence</span> - <<linkreplace "???">>The highest intelligence you have ever reached is <span style="color: #008000;">$highestintelligence</span> , excluding permanent bonuses it's <<print (($highestintelligence-$origintelligence).toFixed(2))>>, which multiplied for your mental retain ($mentalretain %) becomes <<print (($mentalretain*($highestintelligence-$origintelligence)/100).toFixed(2))>> which gets added to the new starting value, therefore <</linkreplace>> <<set $intelligence to Number ((($intelligence+($mentalretain*($highestintelligence-$intelligence))/100)).toFixed(2))>> Your new total intelligence is <span style="color: #008000;">$intelligence</span><br> <<if $confidence > $highestconfidence>><<set $highestconfidence to $confidence>><br>You have reached a <span style="color: #008000;">new</span> highest confidence of $highestconfidence<br><</if>> <<set $confidence to 0>> <<if $laylawinbet is 3>><<set $confidence +=2>><</if>> <<if $rosespankach is 3>><<set $confidence +=2>><</if>> <<if $janemastach is 3>><<set $confidence +=2>><</if>> <<if $mspearlblackmmoneyach is 3>><<set $confidence +=2>><</if>> <<if $danfacefuckach is 3>><<set $confidence +=2>><</if>> <<if $nonatashaachievement is 3>><<set $confidence +=3>><</if>> <<if $melanieblackmailachievement is 3>><<set $confidence +=4>><</if>> <<if $katrinaconfrontachievement is 3>><<set $confidence +=4>><</if>> <<if $oliviafullanalach is 3>><<set $confidence +=5>><</if>> <<if $susanvirginachievement is 3>><<set $confidence +=5>><</if>> <<if $susrosecontrolach is 3>><<set $confidence +=5>><</if>> <<if $oliviavirginach is 3>><<set $confidence +=6>><</if>> /*(44)*/ <<set $origconfidence to $confidence>> Confidence total permanent bonuses = <span style="color: #008000;">$confidence</span> - <<linkreplace "???">>The highest confidence you have ever reached is <span style="color: #008000;">$highestconfidence</span> , excluding permanent bonuses it's <<print (($highestconfidence-$origconfidence).toFixed(2))>>, which multiplied for your mental retain ($mentalretain %) becomes <<print (($mentalretain*($highestconfidence-$origconfidence)/100).toFixed(2))>> which gets added to the new starting value, therefore <</linkreplace>> <<set $confidence to Number ((($confidence+($mentalretain*($highestconfidence-$confidence))/100)).toFixed(2))>> Your new total confidence is <span style="color: #008000;">$confidence</span><br> <<if $coding > $highestcoding>><<set $highestcoding to $coding>><br>You have reached a <span style="color: #008000;">new</span> highest coding of $highestcoding<br><</if>> <<set $coding to 0>> <<if $katrinaoralachievement is 3>><<set $coding +=3>><</if>> <<if $losetylerachievement is 3>><<set $coding +=4>><</if>> <<if $mspearlblackmsexach is 3>><<set $coding +=5>><</if>> <<if $xiangfuckach is 3>><<set $coding +=5>><</if>> <<if $code300gain is 3>><<set $coding +=6>><</if>> <<if $kattripach is 3>><<set $coding +=6>><</if>> <<if $laymspthreefullach is 3>><<set $coding +=7>><</if>> <<if $katrinavirginachievement is 3>><<set $coding +=7>><</if>> /*(44)*/ <<set $origcoding to $coding>> Coding total permanent bonuses = <span style="color: #008000;">$coding</span> - <<linkreplace "???">>The highest coding you have ever reached is <span style="color: #008000;">$highestcoding</span> , excluding permanent bonuses it's <<print (($highestcoding-$origcoding).toFixed(2))>>, which multiplied for your mental retain ($mentalretain %) becomes <<print (($mentalretain*($highestcoding-$origcoding)/100).toFixed(2))>> which gets added to the new starting value, therefore <</linkreplace>> <<set $coding to Number ((($coding+($mentalretain*($highestcoding-$coding))/100)).toFixed(2))>> Your new total coding is <span style="color: #008000;">$coding</span><br> <<set $popularity= 0>> <<if $startingpop is undefined>><<set $startingpop to 0>><</if>> <<if $natashatitsachievement is 3>><<set $popularity +=1>><</if>> <<if $daniellepopach is 3>><<set $popularity +=2>><</if>> <<if $caroloralachievement is 3>><<set $popularity +=2>><</if>> <<if $laylavirginach is 3>><<set $popularity +=3>><</if>> <<if $cardanachievement is 3>><<set $popularity +=3>><</if>> <<if $natashafuckachievement is 3>><<set $popularity +=4>><</if>> <<if $daniellevirginach is 3>><<set $popularity +=4>><</if>> <<if $melanievirginachievement is 3>><<set $popularity +=5>><</if>> Popularity total permanent bonuses = <span style="color: #008000;">$popularity</span> - /*<<set $popularity += $startingpop>>*/ /*(24)*/ <<linkreplace "???">><<if $startingpop gte 1>>Your base starting popularity has been upgraded to $startingpop<<else>>You have nothing else modifying your popularity<</if>>, so <</linkreplace>> Your new total popularity is <span style="color: #008000;">$popularity</span><br> <<if $sexcontrol > $highestsexcontrol>><<set $highestsexcontrol to $sexcontrol>><br>You have reached a <span style="color: #008000;">new</span> highest sexual control of $highestsexcontrol<br><</if>> <<set $sexcontrol to 0>> <<if $laylalosebet is 3>><<set $sexcontrol +=1>><</if>> <<if $susanfuckachievement is 3>><<set $sexcontrol +=3>><</if>> <<if $melanieoralachievement is 3>><<set $sexcontrol +=3>><</if>> <<if $susananalachievement is 3>><<set $sexcontrol +=4>><</if>> <<if $carolanalpussyach is 3>><<set $sexcontrol +=4>><</if>> <<if $suscarfullachievement is 3>><<set $sexcontrol +=4>><</if>> <<if $katrinaanalachievement is 3>><<set $sexcontrol +=4>><</if>> <<if $ambolithreefullach is 3>><<set $sexcontrol +=4>><</if>> <<if $eightdiffuckedach is 3>><<set $sexcontrol +=6>><</if>> <<if $xiangfullclassach is 3>><<set $sexcontrol +=5>><</if>> <<if $fiftyfucksach is 3>><<set $sexcontrol +=5>><</if>> /*(43)*/ <<set $origsexcontrol to $sexcontrol>> Sexual control total permanent bonuses = <span style="color: #008000;">$sexcontrol</span> - <<linkreplace "???">>The highest sexual control you have ever reached is <span style="color: #008000;">$highestsexcontrol</span> , excluding permanent bonuses it's <<print (($highestsexcontrol-$origsexcontrol).toFixed(2))>>, which multiplied for your sexual retain ($sexualretain %) becomes <<print (($sexualretain*($highestsexcontrol-$origsexcontrol)/100).toFixed(2))>> which gets added to the new starting value, therefore <</linkreplace>> <<set $sexcontrol to Number ((($sexcontrol+($sexualretain*($highestsexcontrol-$sexcontrol))/100)).toFixed(2))>> Your new total Sexual control is <span style="color: #008000;">$sexcontrol</span><br> <<if $sexexp > $highestsexexp>><<set $highestsexexp to $sexexp>><br>You have reached a <span style="color: #008000;">new</span> highest sexexp of $highestsexexp<br><</if>> <<set $sexexp to 0>> <<if $janeoralachievement is 3>><<set $sexexp +=2>><</if>> <<if $susanthreesomereadyach is 3>><<set $sexexp +=3>><</if>> <<if $melanieanalachievement is 3>><<set $sexexp +=4>><</if>> <<if $janeanalach is 3>><<set $sexexp +=4>><</if>> <<if $threediffuckedach is 3>><<set $sexexp +=4>><</if>> <<if $ambjanthreefullach is 3>><<set $sexexp +=4>><</if>> <<if $susanprefuckach is 3>><<set $sexexp +=4>><</if>> <<if $natashaanaledach is 3>><<set $sexexp +=5>><</if>> <<if $fuckkatrinanurseachievement is 3>><<set $sexexp +=5>><</if>> <<if $natfuckallachievement is 3>><<set $sexexp +=6>><</if>> <<if $hundredfucksach is 3>><<set $sexexp +=7>><</if>> /*(43)*/ <<set $origsexexp to $sexexp>> Sexual experience total permanent bonuses = <span style="color: #008000;">$sexexp</span> - <<linkreplace "???">>The highest Sexual experience you have ever reached is <span style="color: #008000;">$highestsexexp</span> , excluding permanent bonuses it's <<print (($highestsexexp-$origsexexp).toFixed(2))>>, which multiplied for your sexual retain ($sexualretain %) becomes <<print (($sexualretain*($highestsexexp-$origsexexp)/100).toFixed(2))>> which gets added to the new starting value, therefore <</linkreplace>> <<set $sexexp to Number ((($sexexp+($sexualretain*($highestsexexp-$sexexp))/100)).toFixed(2))>> Your new total Sexual experience is <span style="color: #008000;">$sexexp</span><br> <<set $ffincome to 32>> <<if $preworkexperience eq 1>> <<set $ffincome to 48>> <</if>> <<set $maxenergy to Number ((25+$stamina).toFixed(0))>> <<if $carol100ach eq 3>><<set $maxenergy +=5>><</if>> <<if $katrinafootjobach eq 3>><<set $maxenergy +=3>><</if>> <<if $extraenergy eq 1>><<set $maxenergy +=10>><</if>> <<set $energy= $maxenergy>> <<set $lust= 0>> <<set $stress= 0>> <<set $virginity to 1>> <<set $clicked to 0>> <<set $studiedtoday to 0>> <<set $hallwaysstory to 0>> <<set $totalgainfromshifts to 0>> <<set $carolreward to 0>> <<set $carollove to 0>> <<set $carolkissed to 0>> <<set $carolfucked to 0>> <<set $carolanaled to 0>> <<set $natashalove to 0>> <<set $natashakissed to 0>> <<set $natashafucked to 0>> <<set $natashaanaled to 0>> <<set $natashapopboost to 0>> <<set $susanlove to 0>> <<set $susankissed to 0>> <<set $susanfucked to 0>> <<set $susananaled to 0>> <<set $susanprogress to 0>> <<set $susantransformtalk to 0>> <<set $susanfirstfucked to 0>> <<set $rosefucked to 0>> <<set $roseprogress to 0>> <<set $rosekissed to 0>> <<set $roselove to 0>> <<set $rosefirsttalk to 0>> <<set $enddays to 0>> <<set $rosetits to 0>> <<set $melanielove to 0>> <<set $melaniekissed to 0>> <<set $melaniefucked to 0>> <<set $melanieanaled to 0>> <<set $melanieprogress to 0>> <<set $katrinalove to 0>> <<set $katrinakissed to 0>> <<set $katrinafucked to 0>> <<set $katrinaanaled to 0>> <<set $mspearlblackmailed to 0>> <<set $mspearllove to 0>> <<set $mspearlkissed to 0>> <<set $mspearlfucked to 0>> <<set $mspearlanaled to 0>> <<set $janelove to 0>> <<set $janekissed to 0>> <<set $janefucked to 0>> <<set $janeanaled to 0>> <<set $janestudying to 0>> <<set $janecorruption to 0>> <<set $janeprogress to 0>> <<set $janeprices to 100>> <<set $olivialove to 0>> <<set $oliviafucked to 0>> <<set $oliviakissed to 0>> <<set $oliviaanaled to 0>> <<set $laylalove to 0>> <<set $laylakissed to 0>> <<set $laylafucked to 0>> <<set $laylaanaled to 0>> <<set $amberfucked to 0>> <<set $daniellelove to 0>> <<set $daniellekissed to 0>> <<set $daniellefucked to 0>> <<set $danielleanaled to 0>> <<set $xianglove to 0>> <<set $xiangkissed to 0>> <<set $xiangfucked to 0>> <<set $xianganaled to 0>> <<set $cultureclassfocus to 0>> <<set $msbloomlisten to 0>> <<unset $msbloomoraled>> <<unset $metxiang>> <<unset $xiangcorruption>> <<unset $katrinatrip>> <<unset $xiangprogress>> <<unset $xiangconfess>> <<unset $metzoe>> <<set $zoefucked to 0>> <<unset $zoecorr>> <<unset $mspjan>> <<unset $xianganaltrain>> <<set $virginwipecount to $virginwipe>> <<unset $janzoe>> <<unset $msbloomwarned>> <<unset $msbloomoraled>> <<unset $janebjprice>> <<unset $metmsbloom>> <<unset $natashafirstbribeday>> <<unset $clickedday1>> <<unset $clickedday1p2>> <<unset $carolnumber>> <<unset $melanieanaled>> <<unset $multiroseclick>> <<unset $natashamoneytrigger>> <<set $infirmary to 0>> <<set $atedinner to 0>> <<set $roseownreward to 0>> <<set $woundday to 0>> <<set $woundstage to 0>> <<set $katrinaaware to 0>> <<set $katrinaaddress to 0>> <<set $katrinafirstapa to 0>> <<set $katrinahowfar to 0>> <<set $katpcfixed to 0>> <<set $metmspearl to 0>> <<set $metmspearlpool to 0>> <<set $metjane to 0>> <<set $janeapa to 0>> <<set $susanlesb to 0>> <<set $carollesb to 0>> <<set $suscar to 0>> <<set $roselesb to 0>> <<set $susrose to 0>> <<set $subachievementmoney to 0>> <<set $oliviaprogress to 0>> <<unset $oliviasuck>> <<set $natanalunlock to 0>> <<unset $natashaanalprog>> <<unset $mspearlblackmail>> <<unset $mspnat>> <<unset $metlayla>> <<unset $atebreakfast>> <<unset $laylarejected>> <<unset $laylabet>> <<unset $caroltricked>> <<unset $janoli>> <<unset $amboli>> <<unset $ambjan>> <<unset $ambjantalk>> <<unset $amberphone>> <<unset $laymsp>> <<unset $metdanielle>> <<unset $danwatch>> <<unset $laylabusted>> <<unset $codingtotalgains>> <<unset $laylamanipulated>> <<unset $melnat>> <<unset $laylalube>> <<set $stalkedrose to 0>> <<set $stalkedcarol to 0>> <<set $stalkedsusan to 0>> <<set $stalkednatasha to 0>> <<set $stalkedmelanie to 0>> <<set $stalkedkatrina to 0>> <<set $stalkedjane to 0>> <<set $stalkedmspearl to 0>> <<set $stalkedolivia to 0>> <<set $stalkedlayla to 0>> <<set $stalkeddanielle to 0>> <<set $stalkedxiang to 0>> <<set $stalkedmsbloom to 0>> <<set $msbloomlove to 0>> <<set $msbloomfucked to 0>> <<set $msbloomanaled to 0>> <<if $permainstatok is 1>> <<set $stalkedrose to 1>> <<set $stalkedcarol to 1>> <<set $stalkedsusan to 1>> <<set $stalkednatasha to 1>> <<set $stalkedmelanie to 1>> <<set $stalkedkatrina to 1>> <<set $stalkedjane to 1>> <<set $stalkedmspearl to 1>> <<set $stalkedolivia to 1>> <<set $stalkedlayla to 1>> <<set $stalkeddanielle to 1>> <<set $stalkedxiang to 1>> <<set $stalkedmsbloom to 1>> <</if>> <<if $lessonduration is undefined>> <<set $lessonduration to 180>><</if>> <<unset $day2text>> <<set $dailysusan to 0>> <<set $dailynatasha to 0>> <<set $dailymelanie to 0>> <<set $dailykatrina to 0>> <<set $dailylayla to 0>> <<set $clicked to 0>> <<set $natashajealous to 0>> <<set $firstcafeteria to 1>> <<set $duemilaventi to 1>> <<set $susantransform to 0>> <<set $susanfirstfucked to 0>> <<set $natashaprogress to 0>> <<set $creationbonus to 0>> <<set $rosefirsttalk to 0>> <<set $carnatfirst to 0>> <<set $tylerstatus to 0>> <<set $mspearlhotel to 0>> <<set $carolmoney to 0>> <<unset $bettermattress>> <<unset $betterclothes>> <<unset $betteraccessories>> <<unset $bettergym>> <<unset $betterswim>> <<unset $carolbuttplug>> <<unset $thousandjokes>> <<unset $advancedpsychology>> <<unset $basiccoding>> <<unset $advancedcoding>> <<unset $oliviajewelry>> <<unset $fancyphone>> <<unset $betterlaptop>> <<unset $advancedswim>> <<unset $advancedgym>> <<unset $cardan>> <<set $laylagain to 1>> <<if $laylafuckach eq 3>><<set $laylagain+= 0.1>><</if>> <<if $laylafullanalach eq 3>><<set $laylagain+= 0.3>><</if>> <<if $nomelaniebmachievement is 3>><<set $melanielove +=8>><</if>> <<if $melanietitfuckachievement is 3>><<set $melanielove +=10>><</if>> <<if $susanyoursonlyach is 3>><<set $susanlove +=20>><</if>> <<if $roseoralachievement is 3>><<set $roselove +=20>><</if>> <<if $yesnatashaachievement is 3>><<set $natashalove +=5>><</if>> <<if $natashadenyachievement is 3>><<set $natashalove +=10>><</if>> <<if $mspearltitfuckcumach is 3>><<set $mspearllove +=10>><</if>> <<if $carolfingerach is 3>><<set $carollove +=10>><</if>> <<if $carol400ach is 3>><<set $carollove +=15>><</if>> <<if $janelovepathach is 3>><<set $janelove +=7>><</if>> <<if $defendjaneach is 3>><<set $janelove +=8>><</if>> <<if $janolijanach is 3>><<set $janelove +=15>><</if>> <<if $katrinaanalcumach is 3>><<set $katrinalove +=20>><</if>> <<if $janolioliach is 3>><<set $olivialove +=15>><</if>> <<if $oliviacreampieach is 3>><<set $olivialove +=25>><</if>> <<if $susrosethreesomeach is 3>><<set $susanlove +=10>><</if>> <<if $susrosethreesomeach is 3>><<set $roselove +=10>><</if>> <<if $cardanfullachievement is 3>><<set $carollove +=20>><</if>> <<if $cardanfullachievement is 3>><<set $daniellelove +=20>><</if>> <<if $daniellemastach is 3>><<set $daniellelove +=10>><</if>> <<if $xiangkissedach is 3>><<set $xianglove +=10>><</if>> <<if $xianganalach is 3>><<set $xianglove +=25>><</if>> <<set $maximumdays to ($maxdayscalc * $clickedderp)>> <br> <</nobr>>You have $maximumdays days to live in this reality, spend them well, the more things you achieve, the better the next simulation will be! <<include "dailyresets">> <<link "Start the new run! (default)" "day1">><!--[[day1]]--><</link>> <<link "Check extra restart options">> <<script>> Dialog.setup("Extra restart options"); Dialog.wiki(Story.get("restartoptions").processText()); Dialog.open(); <</script>> <</link>>
<<nobr>> <<if $natashajfuck isnot 1>> <<set $clickedj to 0>> Today Natasha seems more annoyed than usual, when you knock, she opens the door and gives you a cold stare<br> [img[setup.ImagePath+'natasha/doorstand1.png']]<br><br> <<natasha>>Hello.... $name<</natasha>><br> <<say "You" $faceimg>>Did something happen, Natasha?<</say>><br> <<natasha>>Nah, not really<</natasha>><br> <<if $natashaprogress eq 3>> <<say "You" $faceimg>>Hm... ok, do you want me to buy lunch for you?<</say>><br> <<natasha>>No, thanks, today I don't feel like it<</natasha>><br> <<else>> <<say "You" $faceimg>>So... did anything new crawl up your ass?<</say>><br> <<natasha>>Oh, fuck off<</natasha>><br> <</if>> <<if $charisma gte 32>> <b>(Charisma check: success)</b><br> You have enough experience in the field of human interactions to recognize a behaviour caused by jealousy right away.<br> <<say "You" $faceimg>>Did you hear anything that upset you?<</say>><br> You wink at her<br> You are playing a dangerous game, but you know what you are doing<br><br> <<natasha>>So it's true? How could you do that??<</natasha>><br> <<say "You" $faceimg>>I have no idea what you are talking about<</say>><br> <<natasha>>You piece of shit, you fucked Carol, didn't you?<</natasha>><br> Natasha clearly shows you her hostility, but you know that your teasing is cutting deep into her pride<br> <<conf "5">> <<natlove "8">> <br> <<else>> <b>(Charisma check: failed)</b><br> <<if $natashaprogress eq 3>> <<say "You" $faceimg>>Is something bothering you?<</say>><br> <</if>> <<natasha>>I heard a rumor... it's probably bullshit, but, did you do anything with Carol?<</natasha>><br> <</if>> <<linkreplace "Why do you care? If you want a piece you can ask nicely">> <<if $clickedj is 0>> <<set $clickedj to 1>> <<say "You" $faceimg>>Why do you care? If you want a piece you can ask nicely<</say>><br> <<if $natashaattraction lte 226.99 or $natashaattraction lte 234.99 and $charisma lte 31.99 >> <<natasha>>In your dreams, you fucking loser<</natasha>><br> <<say "You" $faceimg>>Sure... then stop being so butthurt about it, won't you?<</say>><br> <<natasha>>Get the fuck out of my room<</natasha>><br> You confirmed the cause of her jealousy and teased her about it, this will certainly hit her pride and make her want you more, but Carol will not like that you bragged about the intimate moment that you shared<br> Later that day, you will receive a Text message from her <<carol>>Seriously?? you told Natasha everything? What kind of fucking piece of shit are you? <</carol>><br> The two of you exchange more text messages after that one, you manage to calm her down a bit and salvage the situation, but this will definitely leave a dent in your "relationship" <br> <<set $natashajealous to 1>> <<carlove "-10">> <<conf "7">> <<natlove "5">> <<set $dailynatasha to 1>> <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <<else>> <<natasha>>Well, maybe I want<</natasha>><br> Natasha bites her lower lip in excitement<br> You're honestly surprised to see her react like this<br> <<say "You" $faceimg>>Wow, someone is eager...<</say>><br> <<natasha>>Shut up, come here just before going to sleep, we're usually both in here, maybe we can talk her into something<</natasha>><br> <<say "You" $faceimg>>Needless to say, we never had this talk<</say>><br> <<natasha>>Yeah, I'm not stupid...<</natasha>><br> You can hardly believe she responded like that, you are amazed by your own progress.<br> <<set $natashajealous to 1>> <<conf "10">> <<natlove "5">> <<set $dailynatasha to 1>> <<link "Walk back to your room with a smile painted on your face" "Room">><</link>><!--[[Room]]--> <br> <</if>> <<else>> You already selected the other option <</if>> <</linkreplace>> <br> <<linkreplace "I barely know who carol is, stop being paranoid">> <<if $clickedj is 0>> <<set $clickedj to 1>> <<say "You" $faceimg>>I barely know who carol is, stop being paranoid<</say>><br> <<if $charisma gte 32>>You smile at her, you made sure she knows, but you won't give her the satisfaction to know for sure, and you can always deny that you told her anything<br><br> <<natasha>>But... what a piece of shit, just admit it<</natasha>><br> <<say "You" $faceimg>>Admit what? Again, what are you talking about?<</say>><br> She realizes she has nothing to go on about, <br> <<natasha>>Go away, just get the fuck out<</natasha>><br> <<set $natashajealous to 1>> <<conf "7">> <<natlove "5">> <<set $dailynatasha to 1>> <<link "You walk back to your room with a grin on your face, revenge tastes sweet" "Room">><</link>><!--[[Room]]--> <br> <<else>> <<natasha>>I think you know who she is...<</natasha>><br> <<say "You" $faceimg>>Yeah, it's your roommate, right?<</say>><br> <<natasha>>I think you know her better than that, I heard some things...<</natasha>><br> <<say "You" $faceimg>>You shouldn't believe everything you hear, Natasha<</say>><br> <<natasha>>Hm... whatever, piss off, I have stuff to do now<</natasha>><br> She's unconvinced, but she has nothing to go on about<br> You made her expose her jealousy without admitting anything, that might have been a little coy, but well played, and Carol will like that you kept the secret<br> <<set $natashajealous to 1>> <<conf "4">> <<natlove "2">> <<carlove "2">> <<set $dailynatasha to 1>> <<link "You walk back to your room with a grin on your face, revenge tastes sweet" "Room">><</link>><!--[[Room]]--> <br> <</if>> <<else>> You already selected the other option <</if>> <</linkreplace>> <<else>> Today Natasha seems more annoyed than usual, when you knock, she opens the door and gives you a cold stare<br> [img[setup.ImagePath+'natasha/doorstand1.png']]<br><br> <<natasha>>Hello.... $name<</natasha>><br> <<say "You" $faceimg>>Did something happen, Natasha?<</say>><br> <<natasha>>You know what happened, you piece of shit, you fucked Carol!<</natasha>><br> She seems utterly incapable of containing her jealousy.<br> <<say "You" $faceimg>>What the fuck? Even if that was true, how is this any of your bus...<</say>><br> She interrupts you, screaming, she clearly lost her mind.<br><br> <<natasha>>SHUT THE FUCK UP! CAROL IS MINE, AND YOU ARE MINE TOO, THAT WAS NOT SUPPOSED TO HAPPEN<</natasha>><br> <<say "You" $faceimg>>Are you fucking insane?<</say>><br> <<natasha>>Take your clothes off!<</natasha>><br> <<say "You" $faceimg>>What the fuck?<</say>><br> <<natasha>>TAKE YOUR CLOTHES OFF, NOW<</natasha>><br> Something reminds you that this is probably something you somehow planned, even if you can't exactly remember how or when.<br> That thought is enough to get you to take off your clothes.<br> That... and the fact that Natasha arleady stripped down to her underwear in front of you.<br> You start undressing, getting instantly hard at the sight of her body, and ask her:<br><br> <<say "You" $faceimg>>So, you want to... touch me?<</say>><br> <<video "images/natasha/natashagonnafuckyou.mp4" >><br> <<natasha>>No. I'm gonna fuck you<</natasha>><br> You don't even have time to reply, she climbs on top of you while removing her underwear and takes your dick inside of her right away.<br> <<video "images/natasha/natjealfuck1.mp4" >><br> She rides you faster and faster, getting to an orgasm pretty quickly.<br> <<natasha>>Oh... my god. You are mine, understand?<</natasha>><br> <<video "images/natasha/natjealfuck2.mp4" >><br> You don't even answer, and enjoy the sight of your childhood friend bouncing up and down on your dick. You dreamed about this for so long.<br> <<natasha>>Now fuck me, show me that you want my cunt<</natasha>><br> It's probably not a good idea to turn such a request down, nor you want to.<br> <<video "images/natasha/natjealfuck3.mp4" >><br> You get rougher, and fuck her pitilessly, as hard as you can.<br> <<video "images/natasha/natjealfuckcum.mp4" >><br> You get her to climax again, just in time, because you can't take it anymore and have to pull out of her and spray her with your cum.<br> <<if $natashafucked is 0>> <b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br> Your popularity <span style="color: #008000;">increased</span> by 6!</b><br> <<set $popularity +=6>> <</if>> /*-------------xxxxx-------------*/ <<if ndef $natjealfuckach>> <<set $natjealfuckach to 1>> <<cha 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<sexcon "2.4">> <<sexexp "2">> <<stress "-8">> <<lust "-50">> <<set $dailynatasha to 1>> <<set $natashafucked +=1>> <<addmins 25>> <<if $natashalove lte 10>> <<natlove "10">><</if>> <<if $natashalove lte 10>> <<natlove "10">><</if>> <<if $natashalove lte 10>> <<natlove "10">><</if>> <<if $natashalove lte 10>> <<natlove "10">><</if>> <<if $natashalove lte 10>> <<natlove "10">><</if>> <<natlove "12">> You can see Natasha, still naked, dressing herself up quickly.<br> <<natasha>>Fuck...<</natasha>><br> <<natasha>>FUCK... what got into me?<</natasha>><br> <<say "You" $faceimg>>I don't know, Natasha, I think your subconscious took over?<</say>><br> <<natasha>>Can we... pretend that this never happened?<</natasha>><br> <<say "You" $faceimg>>Ahahaha, what's in it for me?<</say>><br> <<natasha>>Seriously?? I just fucked you, what more do you want?<</natasha>><br> <<say "You" $faceimg>>Fair enough, I'll try then, I guess<</say>><br> <<natasha>>You guess? Oh my god, please... Just leave me alone<</natasha>><br> You don't want to stick around for her to reach another stage of insanity, so you quickly follow her request.<br> What just happened is borderline unbelievable to you, but it happened, and it was great.<br> <<set $natashajealous to 1>> <<link "You walk back to your room with a grin on your face" "Room">><</link>><!--[[Room]]--> <br> <</if>> <</nobr>>
<<nobr>> <<set $dailynatasha to 1>> <<set $peekending to 0>> <<if $carnatfirst is undefined>><<set $carnatfirst to 0>><</if>> You get close to Natasha and Carol's room, and you start hearing some strange noises<br> You get closer to the door, and you're about to knock, but the sounds really are odd, it sounds like someone is having a lot of fun, inside<br><br> <<set $natashaattraction to (($natashalove*1+$physattr*1+$popularity*0.8+$sexexp*0.7+$confidence*0.6+$charisma*0.4).toFixed(0))>> <<set $carolattraction to (($carollove*2+$culture*0.7+$charisma*0.5+$intelligence*0.5+$popularity*0.4+$physattr*0.4).toFixed(0))>> Natasha's attraction for you is $natashaattraction<br> Carol's attraction for you is $carolattraction<br><br> What do you do?<br> <<linkreplace "Peek through the keyhole">> <<if $peekending eq 0>> <<set $peekending to 1>> <<set $carollesb to 1>> You normally wouldn't risk getting caught to do this, but this might be worth the risk.<br>Lucky for you, the door is pretty old and they keyhole is large enough for you to peek through and see a good portion of the room, the scene you can peek is unbelievable and your imagination fills up the rest.<br> Carol and Natasha are on the couch and Natasha has her tongue deep into Carol's wet slit, you cannot believe your eyes.<br> <<video "images/carnat/lesbiancarnat1.mp4" >> <<lust "12">> <<linkreplace "Continue peeking">> <<if $peekending eq 1>> <<if $carnatpeekachievement is 0 or $carnatpeekachievement is undefined >> <<set $carnatpeekachievement to 1>><<set $maxlust +=20>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> You continue peeking for a few minutes, Natasha keeps licking Carol's pussy until she manages to get her to an orgasm, then she asks to reciprocate, she's acting sweet and manipulative, and Carol feels like she can't say no, she starts off with her fingers.<br> <<video "images/carnat/lesbiancarnat2.mp4" >> Until she gets to lick her between her legs as well.<br> <<lust "15">> <<else>> You knocked, there's nothing else to peek now. <</if>> <</linkreplace>> <<else>> You knocked, there's nothing to peek now. <</if>> <</linkreplace>> <br> <<linkreplace "Knock on the door">> <<if $sexcontrol gte 42>> <<set $peekending to 2>> <<if $carolattraction lte 219.99 and $natashaattraction lte 239.99>> You start knocking at the door<br> You hear a few sudden sounds, then silence, about 10 seconds later, a voice says:<br> <<natasha>>What the fuck? who is it? it's nighttime<</natasha>><br> <<say "You" $faceimg>>Hey, it's me, what are you girls doing? I heard some noises<</say>><br> <<carol>>Oh hey $name , we were just having some fun, want to come in?<</carol>><br> <<natasha>>What the hell, Carol? No, go away $name<</natasha>><br> <<carol>>But...<</carol>><br> <<natasha>>No way, we need to sleep soon, just go away and don't bother us again so late at night<</natasha>><br> <</if>> <<if $carolattraction gte 220 and $natashaattraction lte 239.99>> You try to open the door, but the door is locked, so you try knocking.<br> You hear a few sudden sounds, then silence, about 10 seconds later, a voice says:<br> <<natasha>>What the fuck? who is it? it's nighttime<</natasha>><br> <<say "You" $faceimg>>Hey, it's me, what are you girls doing? I heard some noises<</say>><br> <<carol>>Oh hey $name , we were just having some fun, want to come in?<</carol>><br> <<natasha>>What the hell, Carol? No, go back to your room $name<</natasha>><br> <<carol>>Come on Natasha, don't be a jealous bitch, let him in<</carol>><br> <<natasha>>What?? No, we need to sleep soon, just go away<</natasha>><br> <<carol>>If he can't have fun with us, maybe we should stop messing around as well.<</carol>><br> <<natasha>>Are you for real?<</natasha>><br> <<carol>>Yeah, you are just being a bitch for no reason, he's always nice to us, just let him in<</carol>><br> <<natasha>>Jeez, ok... go open that fucking door<</natasha>><br> You hear the sound of the door opening, and <<link "Carol lets you in" "carnatroomsex">><<set $carnatroomsex to 1>><</link>> <</if>> <<if $carolattraction lte 219.99 and $natashaattraction gte 240>> You start knocking at the door<br> You hear a few sudden sounds, then silence, about 10 seconds later, a voice says: <br> <<carol>>Hey, who is it? it's pretty late...<</carol>><br> <<say "You" $faceimg>>Hey, it's me, is this a bad moment?<</say>><br> <<carol>>Well, actually...<</carol>><br> <<natasha>>It's a perfect moment, come on in<</natasha>><br> <<carol>>(whispering) What?? are you insane?<</carol>><br> <<carol>>(normal voice) Give us 5 minutes<</carol>><br> <<natasha>>Nah, we don't need them, let me get the door<</natasha>><br> <<carol>>(whispering) What the fuck!? We're naked!!<</carol>><br> <<natasha>>I know, Carol, shut up<</natasha>><br> A few seconds later, Natasha opens the door for you and <<link "you head inside" "carnatroomsex">><<set $carnatroomsex to 2>><</link>> <</if>> <<if $carolattraction gte 220 and $natashaattraction gte 240>> You start knocking at the door<br> <<if $carnatfirst is 0>> You hear a few sudden sounds, then silence, about 10 seconds later, a voice says:<br> <<natasha>>Who is it at this hour?<</natasha>> <br> <<say "You" $faceimg>>Hey girls, it's me <</say>><br> <<carol>>Oh, $name ... why don't you come inside?<</carol>><br> <<natasha>>Oh yeah, there's a suprise waiting for you inside<</natasha>><br> You hear the lock of the door clicking and <<link " they let you inside" "carnatroomsex">><<set $carnatroomsex to 3>><</link>> <<else>> You hear a few sudden sounds, then silence, about 10 seconds later, a voice says:<br> <<natasha>>$name ?<</natasha>> <br> <<say "You" $faceimg>>Yeah, it's me, what are you girls doing without me? <</say>><br> <<carol>>Oh, we were just getting ready for you, honey<</carol>><br> <<natasha>>Oh yeah, come inside and fuck us, I'm already wet<</natasha>> <br> You see no point in wasting any more time, so you just <<link " head inside" "carnatroomsex">><<set $carnatroomsex to 3>><</link>> <</if>> <</if>> <<else>> <b>(Sex control check failed)</b> You would really love to knock on the door and get involved sexually with the girls, but you can barely not cum too fast with just one of them, two of them at once would be impossible, and you smart enough to spare yourself a pitiful experience. <</if>> <</linkreplace>> <br> <<link "You better not disturb them, walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <</nobr>>
<<nobr>> <<include "calc">> <<set $carollesb to 1>> <<if $carnatroomsex eq 1>> Carol opens the door for you, she's completely naked<br> Natasha is sitting on the couch, also naked, <br> <<natasha>>Oh god, wait, WAIT!<</natasha>><br> <<carol>>Come on, why bother, I think he knows what we were doing anyway<</carol>><br> <<say "You" $faceimg>>Yeah... I figured from the sounds<</say>><br> <<carol>>Come over here sweetie, I'm so horny<</carol>><br> <<natasha>>I don't want HIM to see me naked<</natasha>><br> <<carol>>A bit late for that, isn't it?<</carol>><br> <<natasha>>Fuck... well, don't you dare touching me<</natasha>><br> <<carol>>Yeah, touch ME, not her<</carol>><br> Carol proceeds to get on all four on the couch, just in front of Natasha<br><br> <<carol>>We're gonna have some fun if you don't mind<</carol>><br> <<natasha>>In front of me??<</natasha>><br> <<carol>>You can go away if you want<</carol>><br> You can see Natasha thinking for a few seconds, fighting with herself, then she almost yells:<br><br> <<natasha>>SURE, YOU'RE ON, I'll just stay here, let's see if you have the balls to do it in front of me<</natasha>><br> Her tone is challenging.<br> It's hard to know if you are confident enough, because she definitely understimated how horny the situation has made you, so you end up sliding it inside Carol's inviting snatch anyway<br> <<video "images/carnat/carsexstart1.mp4" >><br> <<natasha>>Oh god, you're actually doing it...<</natasha>><br> Natasha stares at Carol, while she's being fucked by you from behind, she looks annoyed for a while.<br> Carol starts touching and slapping her ass, she can't help but getting aroused, and casually starts to touch herself while watching you two fuck<br> <<video "images/carnat/carsexstart2.mp4" >><br> Carol starts moaning, her face contorted by the pure delight of your cock ramming her<br><br> <<natasha>>He makes you so pretty when he fucks you<</natasha>><br> Carol keeps moaning harder in response<br> After a while, you change position and Carol climbs on your dick. Natasha keep staying by your side, and sits on the couch to better enjoy the scene<br> <<video "images/carnat/carsexstart3.mp4" >><br> Carol has an orgasm, and Natasha is getting more and more aroused by the scene, she starts masturbating furiously while she watchs the two of you fuck.<br> You are about to cum, that was fast, but at least you were able to get her to come first, so you keep hammering Carol's pussy from below while you release into her, she makes no objections about being creampied<br> <<video "images/carnat/carsexcum1.mp4" >><br> Natasha is also coming, she brought herself to orgasm with her own hands, as you pull out your dick, your white oozing cum starts dripping out<br> There are many ways to make get a bitch like Natasha to be more attracted to you, Jealousy is a strong one, fucking her friend in front of her is definitely one of the most effective.<br> <<carlove "2">> <<natlove "5">> <<addmins 19>> <<set $dailynatasha to 1>> <<set $carolfucked +=1>> <<stress "-8">> <<sexcon "2.4">> <<sexexp "1">> <<lust "-40">> <<ene "13">> After filling Carol with your cum, you lay on the couch exhausted for a few minutes. The girls start to get dressed, there's a little embarassment for what just happened<br> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <<if $carnatroomsex eq 2>> Natasha opens the door for you, both her and Carol are completely naked<br> Carol seems to be a bit uncomfortable with that, you had sex with her before, <br>but she might not be ready to be seen like this by her friend.<br> He doesn't matter though, cause it's Natasha that takes the lead<br> She drags you on the couch<br><br> <<natasha>>Take off your pants<</natasha>><br> You feel like you don't have much choice, or want to do anything different, for that matter, so you pull down everything and free your dick, which is rock hard by now<br><br> <<carol>>Natasha?... are you really just going to?... <</carol>><br> Carol doesn't even manage to finish her sentence that Natasha is already taking it inside her<br> <<video "images/carnat/natsexstart1.mp4" >><br> Carol seems in shock for a few seconds, then she realizes she would be welcome and included in the sex if she wanted to, and she starts to smile<br> She probably doesn't feel ready yet, but she enjoys watching, she sits next to the both of you and starts licking and pinching natasha's tits as the two of you fuck<br> <<natasha>>Oh fuck... Oh my god<</natasha>><br><br> Natasha, on the other end, seems to be fully enjoying your dick<br> After a few mnutes, Natasha seems tired of riding you, so you decide to change position<br> You let her down on the couch, and you start ramming your dick inside<br> <<video "images/carnat/natsexstart2.mp4" >><br> Carol keeps watching you, she is visibly aroused and start to touch herself at the sight<br> At some point, she even bows down and kisses Natasha on the mouth, probably to thank her for the show<br> This unexpected act, brings you over the edge, and you finally pull out and spray Natasha's pussy with cum<br> <<video "images/carnat/natsexcum1.mp4" >><br> <<if $natashafucked is 0>> <b>You fucked Natasha for the first time! This was one of your main goals, and it feels good, she's also a pretty popular girl. so this will boost your popularity by a lot<br> Your popularity <span style="color: #008000;">increased</span> by 6!</b><br> <<set $popularity +=6>> <</if>> This show certainly helped Carol to be more open minded about this kind of activity, maybe the next time she will be ready to join in? Who knows <br> <<carlove "4">> <<natlove "2">> <<addmins 18>> <<set $dailynatasha to 1>> <<set $natashafucked +=1>> <<stress "-8">> <<sexcon "2.4">> <<sexexp "1">> <<lust "-40">> <<ene "12">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <<if $carnatroomsex eq 3>> <<if $carnatachievement is 0 or $carnatachievement is undefined >> <<set $carnatachievement to 1>><<set $maximumdays +=3>> <<set $maxdayscalc +=3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<set $clicked to 0>> As you cross the door, you are almost pulled inside the room by the two girls, they are both already naked as they seem to be comfortable with that, around you. <br> They quickly help you get rid of your own clothes, and get you to sit on the couch, in the middle<br> In a matter of 10 seconds, they are already struggling to decide who gets to have your dick in her mouth <br> <<video "images/carnat/bothblow1.mp4" >><br> They both take turns at sucking your dick, while the other one licks your balls, this is truly a heavenly experience.<br> The time has come to fuck, you are all extremely horny, so it's just up to you to decide who.<br> <<linkreplace "Fuck Natasha">> <<if $clicked is 0>> <<set $clicked to 1>> You decide to start fucking Natasha<br><br> <<natasha>>You wanna fuck ME?<</natasha>> She smiles at your choice, and cannot wait for your dick<br> You get her to lay down on the couch, and start rubbing your dick on her pussy<br><br> <<carol>>Fuck, that's hot<</carol>><br> <<video "images/carnat/bothsexnat1.mp4" >><br> She doesn't want Carol to be left out of the action though, so she opens her arms and signals her to come sit on her face<br> <<natasha>>Come here<</natasha>><br> <<carol>>Oh, one step ahead of me<</carol>> Carol gets there and sits on her face, she starts licking her from below,, you can't resist the scene and you push your dick deep into Natasha's cunt<br> <<video "images/carnat/bothsexnat2.mp4" >><br> <<if $sexcontrol gte 60>> <b>(Sex control check success)</b> You manage to make Natasha come multiple times. Carol also reaches an orgasm while sitting on Natasha's face, She is so horny that it begs to fuck her as well<br> You happily oblige.<br> Natasha is sitting on the couch beside you, she enjoys the show of you two fucking while touching her pussy, as soon as Carol notices that, she replaces her hand with her own, and starts playing with Natasha's pussy<br> <<video "images/carnat/bothsexcar1.mp4" >><br> <<natasha>>Hmm... Lick me, Carol<</natasha>><br> <<carol>>Let's get in a better position<</carol>><br> Carol turns around, and offers you her ass, Natasha moves herself in front of Carol's face and opens her legs to give her easy access to her wet slit.<br> You push your dick in again, and start fucking Carol from behind while she licks Natasha<br> <<video "images/carnat/bothsexcar2.mp4" >><br> You switch position once again, and start to fuck Carol from below, but after a short time you cannot take it anymore and you have to cum<br> <<video "images/carnat/bothsexcarcum.mp4" >><br> You fill her cunt with your cum, and as soon as you pull your dick out, Natasha rushes to taste and eat your cum directly from Carol's pussy and whatever leftover is on your dick<br> It's an incredible scene, you never would have thought to see her doing something like this, but here we are.<br> <<if $natashafucked is 0>> <b>You fucked Natasha for the first time! This was one of your main goals, and it feels good, she's also a pretty popular girl. so this will boost your popularity by a lot<br> Your popularity <span style="color: #008000;">increased</span> by 6!</b><br> <<set $popularity +=6>> <</if>> <<carlove "4">> <<natlove "4">> <<addmins 27>> <<set $carolfucked +=1>> <<set $dailynatasha to 1>> <<set $natashafucked +=1>> <<stress "-16">> <<sexcon "2.6">> <<sexexp "2">> <<lust "-40">> <<ene "17">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> You feel that you are getting very close to your unevitable orgasm, Carol senses that, and climbs down from Natasha.<br> She goes behind you and starts licking your neck, this gets you over the edge almost instantly<br> <<video "images/carnat/bothsexnatcum.mp4" "4">><br> You pull out and Carol quickly grabs your dick, making you cum all over Natasha's ass, She then bows down and start licking your cum from both your dick and the ass you just sprayed.<br> This is so unbelievably hot.<br> <<if $natashafucked is 0>> <b>You fucked Natasha for the first time! This was one of your main goals, and it feels good, she's also a pretty popular girl. so this will boost your popularity by a lot<br> Your popularity <span style="color: #008000;">increased</span> by 6!</b><br> <<set $popularity +=6>> <</if>> <<carlove "2">> <<natlove "3">> <<addmins 16>> <<set $dailynatasha to 1>> <<set $natashafucked +=1>> <<stress "-12">> <<sexcon "2.4">> <<sexexp "1.5">> <<lust "-40">> <<ene "14">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <</if>> <</linkreplace>> <br> <<linkreplace "Fuck Carol">> <<if $clicked is 0>> <<set $clicked to 1>> You decide to start fucking Carol<br> You go stand in front of her on the couch, raise her leg and push your dick in, she offers no resistance<br> Natasha is sitting on the couch beside you, she enjoys the show of you two fucking while touching her pussy, as soon as Carol notices that, she replaces her hand with her own, and starts playing with Natasha's pussy<br> <<video "images/carnat/bothsexcar1.mp4" >><br> <<natasha>>Hmm... Lick me, Carol<</natasha>><br> <<carol>>Let's get in a better position<</carol>><br> Carol turns around, and offers you her ass, Natasha moves herself in front of Carol's face and opens her legs to give her easy access to her wet slit.<br> You push your dick in again, and start fucking Carol from behind while she licks Natasha<br> <<video "images/carnat/bothsexcar2.mp4" >><br> <<if $sexcontrol gte 60>> <b>(Sex control check success)</b> You manage to make Carol reach several orgasms, Natasha also comes while Carol licks her in the absolute lust of the moment.<br> You still have more to give, and Natasha is begging you to fuck her as well, so you proceed to do that<br> <<video "images/carnat/bothsexnat1.mp4" >><br> She doesn't want Carol to be left out of the action though, so she opens her arms and signals her to come sit on her face<br> <<natasha>>Come here<</natasha>><br> <<carol>>Oh, one step ahead of me<</carol>> Carol gets there and sits on her face, she starts licking her from below,, you can't resist the scene and you push your dick deep into Natasha's cunt<br> <<video "images/carnat/bothsexnat2.mp4" >><br> You feel that you are getting very close to your unevitable orgasm, Carol senses that, and climbs down from Natasha.<br> She goes behind you and starts licking your neck, this gets you over the edge almost instantly<br> <<video "images/carnat/bothsexnatcum.mp4" "4" >><br> You pull out and Carol quickly grabs your dick, making you cum all over Natasha's ass, She then bows down and start licking your cum from both your dick and the ass you just sprayed.<br> This is so unbelievably hot.<br> <<if $natashafucked is 0>> <b>You fucked Natasha for the first time! This was one of your main goals, and it feels good, she's also a pretty popular girl. so this will boost your popularity by a lot<br> Your popularity <span style="color: #008000;">increased</span> by 6!</b><br> <<set $popularity +=6>> <</if>> <<carlove "4">> <<natlove "4">> <<addmins 27>> <<set $carolfucked +=1>> <<set $dailynatasha to 1>> <<set $natashafucked +=1>> <<stress "-16">> <<sexcon "2.6">> <<sexexp "2">> <<lust "-40">> <<ene "17">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> You switch position once again, and start to fuck Carol from below, but after a short time you cannot take it anymore and you have to cum<br> <<video "images/carnat/bothsexcarcum.mp4" >><br> You fill her cunt with your cum, and as soon as you pull your dick out, Natasha rushes to taste and eat your cum directly from Carol's pussy and whatever leftover is on your dick<br> It's an incredible scene, you never would have thought to see her doing something like this, but here we are.<br> <<carlove "3">> <<natlove "2">> <<addmins 16>> <<set $carolfucked +=1>> <<set $dailynatasha to 1>> <<stress "-12">> <<sexcon "2.6">> <<sexexp "1.5">> <<lust "-40">> <<ene "14">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <</if>> <</linkreplace>> <<set $carnatfirst to 1>> <</if>> <<set $carnatroomsex to 0>> <</nobr>>
<<nobr>> <<if $susanlibfuckachievement is 0 or $susanlibfuckachievement is undefined >> <<set $susanlibfuckachievement to 1>><<set $maxstress +=15>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> You and Susan rush to your room, you are both incredibly horny.<br> As soon as you enter the room, she takes her dress and her glasses off and you start making out.<br><br> <<susan2>>Give me your cock, I want to suck it<</susan2>><br> You sit on the couch and pull your pants down, she crawls near your and starts sucking it immediately, like she's starving for it.<br><br> <<video "images/susan/postlibdeepblow.mp4" >><br> She tries to get it all in her mouth and chokes on it, this a heavenly experience for you, she seems out of her mind from how horny she got with the anticipation<br> <<if $sexcontrol lte 19.99>> You inform her that you are not going to last very long, and that she wants to fuck, you better get at it now<br> She looks a bit disappointed for a second, but she quickly turns that into a smile and says.<br><br> <<susan2>>Yeah, please fuck me!<</susan2>><br> She quickly gets rid of her underwear and puts herself in an odd position, with her legs behind her head, ready to be penetrated by you.<br> You slip your dick in and start to fuck her right away.<br> <<video "images/susan/postlibfuckfail.mp4" >><br> You fuck her fast, she is extremely horny and has an orgasm basically right away, and so do you, you cannot help it, you pull your dick out and start showering her with your cum, it goes everywhere, some even in her mouth, she doesn't seem to mind. <br> <<susan2>>Give me... every... last... drop<</susan2>><br> <<say "You" $faceimg>>Sorry that I came so quickly<</say>><br> <<susan2>>Don't worry honey, I understand, I came right away as well!<</susan2>><br> <<addmins 26>> <<set $fuckingsusan to 0>> <<set $susanfucked +=1>> <<sexexp "1">> <<lust "-40">> <<suslove "1">> <<sexcon "2.4">> <<stress "-4">> <<ene "6">> <br> <<link "You both get dressed, talk for a bit, then she goes back to her room" "Room">><<addmins 15>><<set $energy -=$enewid>><</link>> <<else>> After a while, Susan lays down on the couch, takes just her panties off and asks you to fuck her<br><br> <<susan2>>Yeah, stretch me out!<</susan2>><br> You are both extremely horny, and you lose no time and slide your dick inside her.<br> <<video "images/susan/postlibinsertfuck.mp4" >><br> She starts moaning right away, she's loving it.<br> <<if $sexcontrol gte 52>> You continue fucking her in a couple more positions.<br> <<video "images/susan/postlibcowgirl.mp4" >><br> She is loving it and has multiple orgasm while you keep drilling her vagina, she seems to enter mystical kinky ecstasy, she continues screaming horny obscenities for the entire time<br> <<video "images/susan/postlibfuckdoggy.mp4" >><br> After you fucked in almost every position that came to your mind, you go for a last one, from that position, you spray her entire body and face from an elevated point, in a scene that you won't forget easily. <br> <<video "images/susan/postlibcumshot.mp4" >><br> <<susan2>>Give me... every... last... drop<</susan2>><br> <<susan2>>Oh my god, you fucked me so good, I love you.<</susan2>><br> <<say "You" $faceimg>>Yeah, you were awesome<</say>><br> <<susan2>>No, seriously, I love you.<</susan2>><br> <<addmins 39>> <<set $fuckingsusan to 0>> <<set $susanfucked +=1>> <<sexexp "1.5">> <<lust "-40">> <<suslove "3">> <<sexcon "2.4">> <<stress "-6">> <<ene "12">> <br> <<link "You both get dressed, talk for a bit, then she goes back to her room" "Room">><<addmins 15>><<set $energy -=$enewid>><</link>> <<else>> You keep fucking her in this position for a few minutes, she reaches her climax and spasms from the strength of it.<br> After a short break, she puts herself in a piledriver position by lowering her head towards the floor, and asks you to fuck her in that position<br> You oblige, and resume fucking her for a few more minutes, but you are extremely horny and this is too much to take, so you can't help but ejaculate.<br> <<video "images/susan/postlibcumshot.mp4" >><br> <<susan2>>Give me... every... last... drop<</susan2>><br> <<set $susanfucked +=1>> <<sexexp "1">> <<lust "-40">> <<suslove "2">> <<sexcon "2.4">> <<stress "-6">> <<ene "8">> <<addmins 32>> <br> <<link "You both get dressed, talk for a bit, then she goes back to her room" "Room">><<addmins 15>><<set $energy -=$enewid>><</link>> <</if>> <</if>> <</nobr>>
<b>Are you sure to be playing the last updated version of this game? </b> Links to the most updated version of this game, including public test versions, can always be found on the discord server, just click on the discord icon on the top of the left menu or here https://discord.gg/tWTH8pTMFc I always need and appreciate any kind of support, if you want to support me: This is my Patreon page https://patreon.com/SecondChance43 And this is my Subscribestar page https://www.subscribestar.com/just-one-more-chance For any other kind of help, hop on Discord, there's a channel for that!
<<nobr>> <<include "calc">> <<if $melanielove is undefined>> <<set $melanielove to 0>> <</if>> <<set $clicked to 0>> <<if $melanieprogress eq 4>> You reach Melanie's room, you knock at the door, and after while she comes and open<br><br> [img[setup.ImagePath+'melanie/roomdoorstand.png']]<br><br> <<if $melanieattraction lte 69.99>> <<melanie>>You again? please don't stand in front of my door, some people know of the incident, but I don't want to be seen with you anyway<</melanie>><br> <<else>> <<melanie>>Ah... it's you again, come on in I guess<</melanie>><br> <</if>> <<link "Go inside" "melaniechoose">><</link>> <</if>> <<if $melanieprogress eq 104>> You reach Melanie's room, you knock at the door, and after while she comes and open<br><br> [img[setup.ImagePath+'melanie/roomdoorstand.png']]<br><br> <<if $melanieattraction lte 89.99>> <<melanie>>Ah... it's you, please don't stand in front of my door, some people know of the incident, but I don't want to be seen with you anyway<</melanie>><br> <<else>> <<melanie>>Ah... it's you again, come on in I guess<</melanie>><br> <</if>> <<link "Go inside" "melaniechoose">><<set $melanieprogress to 104>><<set $melaniescene to 99>><</link>> <</if>> <<if $melanieprogress eq 3 or $melanieprogress eq 103 or $melanieprogress eq 203>> <<set $clicked to 0>> You know have a good-enough excuse to walk up to Melanie's room and talk with her<br> Knowing this, you go straight to her door, and knock...<br> A few moments later, she just opens the door and emerges in a nice red shirt that shows a bit of cleavage<br><br> [img[setup.ImagePath+'melanie/roomdoorstand.png']]<br><br> <<melanie>>You?... what the fuck are you doing here?<</melanie>> <<linkreplace "Tell her that you need to talk">><br> <<set $clicked to 1>> <<say "You" $faceimg>>We need to talk...<</say>><br> <<melanie>>What do you think that we need to talk about?<</melanie>><br> <<say "You" $faceimg>>Well, the incident about Tyler, obviously<</say>><br> <<melanie>>Jeez, ok... not in the middle of the hallways, please come inside <</melanie>><br> Melanie heads inside and you follow her into her room, a lot of stuff in there is pink, and there's a nice flowery scent in the air<br><br> <<melanie>>Just say it, are you here to blackmail me? You piece of shit<</melanie>><br> <<linkreplace "Oh yeah, that's a good idea, thanks!">> <<if $clicked is 1>> <<set $clicked to 2>> <<say "You" $faceimg>>Oh, that's a good idea! I am, I'm glad that you came up with it<</say>><br> <<melanie>>What the fuck? you can't possibly be serious<</melanie>><br> <<say "You" $faceimg>>No, it makes perfect sense, I covered your ass up, but nothing says I cannot change my mind about it<</say>><br> <<melanie>>This can't be serious...<</melanie>><br> <<say "You" $faceimg>>Yes, I'm sorry, it is, you'll better come up with a good offer if you want my silence<</say>><br> <<melanie>>I don't have any money...<</melanie>><br> <<say "You" $faceimg>>I can imagine, anything else to offer?<</say>><br> <<melanie>>There's no way I'll let you near my pussy if that's what you're dreaming<</melanie>><br> <<say "You" $faceimg>>Just because it wasn't my idea, don't think that I'm not prepared to go and report on you, Tyler already sold you out, all it takes is one word...<</say>><br> <<melanie>>JEEZ, stop, let's make a reasonable deal, my pussy and kissing are out of the question<</melanie>><br> <<say "You" $faceimg>>Soo, that leaves us with... sucking my dick<</say>><br><br> She doesn't look particularly shocked by the demand, are you really going to pull this off?<br><br> <<melanie>>That's a bit too much, I can make you cum with my hands<</melanie>><br> <<say "You" $faceimg>>You asked for no kisses and not touching your pussy, I won't settle for anything less than this, and I'm being reasonable, I could probably ruin you<</say>><br> She lowers her eyes to the ground, with a defeated look<br> <b>You can now ask Melanie for a blowjob</b><br><br> <<mellove "-45">> <<melanie>>Fuck... ok, whatever, I'll do that but I want you to wash it first<</melanie>><br> That was easy ,but she added a condition, maybe you can ask for a little more as well...<br><br> <<say "You" $faceimg>>Ok, and I will come on your tongue<</say>><br> She looks surprised that you had to specify that<br><br> <<melanie>>Who do you think you're talking with? I know how a blowjob works<</melanie>><br> You have to keep yourself from laughing, does she really think that's the only option?... interesting<br><br> <<say "You" $faceimg>>Well, it's time to inaugurate our deal<</say>><br> <<melanie>>Come on... already?... <</melanie>><br> <<say "You" $faceimg>>Why not? It's as good a time as ever<</say>><br> She hesitates a bit, then points you towards the bathroom.<br><br> <<melanie>>Remember the deal, you have to wash it first<</melanie>><br> <<melanie>>And if you betray our deal, I swear I'll find a way to get you killed<</melanie>><br> <<if $melanieblackmailachievement is 0 or $melanieblackmailachievement is undefined >> <<set $melanieblackmailachievement to 1>><<conf 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<link "Get your first blowjob" "melaniescene">><<set $melanieprogress to 104>><<set $melaniescene to 99>> <</link>> <</if>> <</linkreplace>> <br> <<linkreplace "No, I'm not">> <<if $clicked is 1>> <<set $clicked to 2>> <<say "You" $faceimg>>No, I'm not<</say>><br> This seems to throw her off a bit, it's almost as if she expected to be blackmailed.<br><br> <<melanie>>Oh, really?<</melanie>><br> <<say "You" $faceimg>>Yeah, not everyone is a piece of shit, you know?<</say>><br> <<melanie>>Then what do you want from me?<</melanie>><br> <<say "You" $faceimg>>Nothing really, I just wanted to check if you were ok, and let you know that I'll forgive you for treating me like shit<</say>><br> Melanie starts laughing, but her laugh sounds a little forced<br><br> <<melanie>>Ok... thank you, I guess?<</melanie>><br> <<say "You" $faceimg>>Maybe don't forget about the fact that I could have fucked you over like Tyler tried to, but I didn't<</say>><br> Those words seem to have a bigger impact on her, she stays silent for a while<br> <<set $dailymelanie to 1>> <<mellove "8">> <<set $melanieprogress to 4>> <<if $nomelaniebmachievement is 0 or $nomelaniebmachievement is undefined >> <<set $nomelaniebmachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<melanie>>Well, that's true, and thanks, just don't expect me to drop your pants for you now<</melanie>><br> <<say "You" $faceimg>>That's not what I wanted to imply<</say>><br> <<melanie>>Look, I have better stuff to do, can we continue this talk another time?<</melanie>><br> You didn't really have anything else planned to say to her, but you decide to take this free opportunity to "continue" the talk another time<br> <<say "You" $faceimg>>Ok, as you want, see you another time then<</say>><br> <<melanie>>Sure... bye<</melanie>><br> She cuts you short.<br><br> <<link "Walk back to your room" "Room">><</link>> <</if>> <</linkreplace>> <</linkreplace>> <br> <<linkreplace "Just outright blackmail her">> <<if $clicked is 0>> <<set $clicked to 1>> <<if $melanieblackmailachievement is 0 or $melanieblackmailachievement is undefined >> <<set $melanieblackmailachievement to 1>><<conf 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <br> You look around yourself, the hallways around you are empty<br><br> <<say "You" $faceimg>>You should know what I'm doing here, I covered your ass, now it's time to pay up<</say>><br> <<melanie>>What!? I also covered your ass, we're even<</melanie>><br> <<say "You" $faceimg>>We're even my ass, you asked that fucking moron to beat me up, do you want me to rat you out? I don't have much to lose here<</say>><br> <<melanie>>Oh great, a loser AND a piece of shit. What the fuck do you want from me?<</melanie>><br> <<say "You" $faceimg>>You're a grown up ass girl, I guess you can figure that out<</say>><br> <<melanie>>There's no way I'll let you near my pussy if that's what you're dreaming<</melanie>><br> <<say "You" $faceimg>>It's settled then, I guess I'll go speak with...<</say>><br> <<melanie>>JEEZ, wait, come inside please, anyone can hear us out here<</melanie>><br> Melanie interrupts you, she stop looking at you in the eyes, and asks you to come inside her room, you follow her, It's a nice room, a lot of stuff in there is pink, and it smells nice<br><br> <<melanie>>Let's make a reasonable deal, my pussy and kissing are out of the question<</melanie>><br> <<say "You" $faceimg>>Soo, that leaves us with... sucking my dick<</say>><br><br> She doesn't look particularly shocked by the demand, are you really going to pull this off?<br><br> <<melanie>>That's a bit too much, I can make you cum with my hands<</melanie>><br> <<say "You" $faceimg>>You asked for no kisses and not touching your pussy, I won't settle for anything less than this, and I'm being reasonable, I could ruin you<</say>><br> She lowers her eyes to the ground, with a defeated look<br> <b>You can now ask Melanie for a blowjob</b><br><br> <<conf "8.5">> <<mellove "-60">> <<melanie>>Fuck... ok, whatever, I'll do that but I want you to wash it first<</melanie>><br> That was easy ,but she added a condition, maybe you can ask for a little more as well...<br><br> <<say "You" $faceimg>>Ok, and I will come on your tongue<</say>><br> She looks surprised that you had to specify that<br><br> <<melanie>>Who do you think you're talking with? I know how a blowjob works<</melanie>><br> You have to keep yourself from laughing, does she really think that's the only option?... interesting<br><br> <<say "You" $faceimg>>Well, it's time to inaugurate our deal<</say>><br> <<melanie>>Come on... already?... <</melanie>><br> <<say "You" $faceimg>>Why not? It's as good a time as ever<</say>><br> She hesitates a bit, then points you towards the bathroom.<br><br> <<melanie>>Remember the deal, you have to wash it first<</melanie>><br> <<melanie>>And if you betray our deal, I swear I'll find a way to get you killed<</melanie>><br> <<link "Get your first blowjob" "melaniescene">><<set $melanieprogress to 104>><<set $melaniescene to 99>> <</link>> <</if>> <</linkreplace>> <</if>> <<if $melanieprogress eq 1 or $melanieprogress eq 101 or $melanieprogress eq 201>> You have determined where Melanie's room is basically just by stalking her on Instatok, and you decide to head there to check things out.<br> Knocking at her door would be foolish, and you start to wonder what you’re doing here in the first place.<br> <<if $currenthour gte 13 and $currenthour lte 17>> <<set $dailymelanie to 1>> As you get closer, you start to hear yelling coming from inside.<br><br> <<linkreplace "Get closer and listen">> You can barely here a few pieces here and there<br><br> <<melanie>>...try anything like that... ....the fuck out of my room Tyler, ... ...ing creep<</melanie>><br> You hear the door opening, they're still inside the room, you're here to stalk after all, so you just keep listening.<br> You can hear things much clearer now that the door is open.<br><br> <<tyler>>Stop being such a bitch about it, it was just a kiss<</tyler>><br> <<melanie>>You're fucking gross, and you said you just needed to talk to me<</melanie>><br> <<tyler>>Yeah, we talked, didn't we?<</tyler>><br> <<melanie>>Just get out, you're digusting<</melanie>><br> <<tyler>>Nahh, close the door and let me explain... you misunderstood <</tyler>><br> <<melanie>>Jesus, what's there to misunderstand? Get the fuck out please<</melanie>><br> <<tyler>>Heeey, don't push me!<</tyler>><br> Tyler gets pushed just a little outside of the door, but he puts one of his feet in between to prevent her from closing it.<br><br> They start to struggle, Tyler trying to get the door open again, and Melanie to keep it closed.<br><br> <<melanie>>Go away!<</melanie>><br> <<tyler>>Now I'll make you regret being such a bitch<</tyler>><br> You are still in the middle of the hallway, and you start wondering if you should start to walk away before they see you.<br> Tyler gives a brief look around him, to see if someone is watching him do this bullshit, and notices you.<br><br> <<tyler>>What the fuck are you looking at?<</tyler>><br> <<melanie>>Who's there? HELP<</melanie>><br> <<if $melanieprogress gte 100>> <<tyler>>Ahaha, isn't this the fucking loser you asked me to beat up the other day?<</tyler>><br> <<melanie>>Fuck... well, you didn't even do that, did you?<</melanie>><br> <<tyler>>Well, now seems like a good moment, look what I'm willing to do for you<</tyler>><br> <<melanie>>I don't care anymore, just get the fuck back to your room and stay there<</melanie>><br> Her is clearly ignoring her at this point,<br> <<else>> It's probably the dumbest thing you'll do all week, but you can't just ignore a girl screaming for help, even if she's a cunt.<br> You decide to intervene.<br> <</if>> [img[setup.ImagePath+'melanie/tyler.png']]<br> Tyler is now coming towards you, he's slim and a bit skinny, but he has a crazy look on his face, and he's prepared to fight you<br> <div id ="tyler"> <<link "Fight him">><<replace "#tyler">> Tyler charges at you, and tries to punch you right in the stomach.<br><br> <<if $strength gte 27>> <b>(Strength check: Success)</b><br> You block his hit with your hand, you are both bigger and stronger than he is.<br> You're still pissed at Melanie for how she treated you that day, and she even wanted to send this idiot to beat you?<br> The two of you keep fighting, but you're pretty much destroying him, he's neither big or a good enough fighter, and he's on the verge of collpasing under your blows.<br> When suddenly...<b> He pulls out a knife!</b><br> Melanie is inside her room, but she kept the door open to watch, and when she see that she screams at the top of her lungs:<br><br> <<melanie>>OH MY GOD TYLER, WHAT THE FUCK?<</melanie>><br> Is this guy for real? did he just pull out a knife in a fist fight?<br> You hit him harder, and try to disarm him, you are clearly stronger and you end up knocking him down anyway, you have clearly won the fight.<br> <<if $beattylerachievement is 0 or $beattylerachievement is undefined >> <<set $beattylerachievement to 1>><<str 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <b> Your popularity <span style="color: #008000;">increased</span> by 2<br></b> <<conf "3">> <<mellove 4>> <<set $popularity +=2>> <<str 1>> <<set $tylerstatus to 1>> Melanie looks at you, horrified and says:<br><br> <<melanie>>Fuck, you're bleeding!<</melanie>><br> I'm bleeding?...<br> You are not feeling anything, so you start checking yourself and you notice a pretty deep cut running along your left forearm, most likely from the knife.<br> In the thrill of the fight you didn't notice it, you don't even feel pain, probably because of the adrenaline rush<br> But yeah, you're bleeding... a lot.<br> Tyler is on the floor, almost motionless<br> Melanie panics, and starts screaming and calling for help even louder.<br> In a minute or two, a couple more people arrive at the scene, and you and Tyler are rushed to the Infirmary.<br> <<link "To the infirmary" "Infirmary">><<addmins 28>><</link>> <<else>> <b>(Strength skill check: Fail)</b> He hits you the stomach, and it hurts<br> The two of you exchange some more punches, he's not very strong, and you manage to get a few hits in and hurt him, but it's not long until it's clear that he has the upper hand, and you end up getting thrown around quite a bit<br> At some point you end up being knocked down against a small table in a corner of the hallway, a cut opens just below your shoulder, and you start bleeding,<br> Melanie is watching the scene from her slightly open door, and when she sees that she screams:<br> <<melanie>>Oh my god, Tyler stop! Get the fuck out<</melanie>><br> At this point is clear that you lost the fight.<br> <<if $losetylerachievement is 0 or $losetylerachievement is undefined >> <<set $losetylerachievement to 1>><<cod 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <b>Your popularity <span style="color: #8B0000;">decreased</span> by 2<br></b> <<sta 2>> <<mellove -2>> <<conf "-2">> <<set $popularity -=2>> <<set $tylerstatus to 2>> Tyler is standing there like an idiot, basking in the glory of his triumph, he starts heading towards Melanie's door, but she just closes it and locks it before he can even get close.<br> <<tyler>>Melanie? did you see that?<</tyler>><br> <<melanie>>Go away, you cringe piece of shit<</melanie>><br> Just in that moment, among a few other people, one of the old male teachers, passes down the hallways, probably drawn by all the screaming and notices the scene<br> He starts screaming at Tyler, and you get sentstraight to the infirmary, Tyler gets escorted somwhere else by both him and a janitor<br> <<link "To the infirmary" "Infirmary">><<addmins 28>><</link>> <</if>> <</replace>><</link>> <br> <<link "Try to outsmart him">><<replace "#tyler">> <br>Tyler charges at you, and tries to punch you right in the stomach<br> <<if $intelligence gte 26>> <b>(Intelligence check: Success)</b><br><br> <<say "You" $faceimg>>Hey, there's no need to do this<</say>><br> You start backing away fast to buy yourself some time, it's clear that you don't want to fight.<br> He starts charging at full speed towards you to catch up, while you back away, you notice a small metal table to you left, you grab the small table and you drag in the middle of his trajectory a couple seconds before he reaches you.<br> He runs down the table at full speed and stumbles across it, flying over it and landing flat on his chest, hurling the table towards you, the tables grazes your left arm and cuts you, but he's flat on the floor, gasping for air and barely moving.<br> You start bleeding from your arm, it probably struck a small vein<br> While Tyler keeps gasping for air, he reaches down his pocket and<b> he pulls out a knife!</b><br> Melanie is inside her room, but she kept the door open to watch, and when she see that she screams at the top of her lungs:<br><br> <<melanie>>OH MY GOD TYLER, WHAT THE FUCK?<</melanie>><br> Tyler is still on the floor and has troubles standing up, as soon as you see the knife, you get closer and you kick his hand, the knifes goes flying away and he starts crying from pain even louder.<br> After this pathetic display, it's clear who won this fight between you<br> <<if $outsmarttylerachievement is 0 or $outsmarttylerachievement is undefined >> <<set $outsmarttylerachievement to 1>><<int 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <b>Your popularity <span style="color: #008000;">increased</span> by 2<br></b> <<mellove 4>> <<int 1>> <<conf "1.4">> <<set $popularity +=2>> <<set $tylerstatus to 3>> He probably hasn't noticed that some people have now gathered around attracted by the noise, Tyler is still gasping, crying and putting up a show, so they call for help<br> A few minutes later, both you and Tyler are brought to the infirmary<br> <<link "To the infirmary" "Infirmary">><<addmins 28>><</link>> <<else>> <b>(Intelligence check: Failed)</b><br> <<say "You" $faceimg>>Hey, there's no need to do this<</say>><br> You back away a few feet to buy yourself some time<br> <<say "You" $faceimg>>There's a teacher coming down the hall, I wouldn't do that if I was you<</say>><br> <<tyler>>Ahahah, sure, idiot.<</tyler>><br> Tyler rapidly gains on you, and he pushes you with all the momentum from his speed<br> He pushes you down, and you land on a small metal table, That hurts.<br> He's now standing on top of you, and he notices that you started bleeding from a cut that you got landing on the furniture.<br> <<tyler>>wow, is this over already? Did you see that, Melanie?<</tyler>><br> Melanie closes and locks the door, horrified, she's as scared from him as you probably are<br> It's clear by now that you lost this fight<br> <<if $losetylerachievement is 0 or $losetylerachievement is undefined >> <<set $losetylerachievement to 1>><<cod 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <b>Your popularity <span style="color: #8B0000;">decreased</span> by 2<br></b> <<mellove -2>> <<conf "-2">> <<set $popularity -=2>> <<sta 2>> <<set $tylerstatus to 4>> He towers over you with a smile, but what the both of you coulnd't expect, is that your made up warning from before, actually became true, and a professor, probably attracted by the noise and the screaming, has seen the last moments of this scene.<br> A few moment later, a janitor is called to help, you get sent to the Infirmary, and Tyles gets escorted to the dean office,<br> <<link "To the infirmary" "Infirmary">> <<addmins 28>><</link>> <</if>> <</replace>><</link>> <br> <<link "Try to make him see reason">><<replace "#tyler">> <br> <<say "You" $faceimg>>Hey, there's no need to get violent<</say>><br> You back away a few feet to buy yourself some time to talk him out of this<br><br> <<tyler>>Need? I know, but I want to do that.<</tyler>><br> <<say "You" $faceimg>>Whatever problems you are having, I'm pretty sure that there's a solution that could<</say>><br> You don't get to finish the sentence, while you were talking, Tyler charges towards you and pushes you back with all the momentum from his speed<br> He takes you down, and you land on a small metal table, That hurts.<br> He's now standing on top of you, and he notices that you started bleeding from a cut that you got landing on the furniture.<br><br> <<tyler>>wow, is this over already? Did you see that, Melanie?<</tyler>><br> Melanie closes and locks the door, horrified, she's as scared from him as you probably are<br> You tried your best, but some people just cannot be reasoned with. unfortunately you lost this fight<br> <<if $losetylerachievement is 0 or $losetylerachievement is undefined >> <<set $losetylerachievement to 1>><<cod 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <b>Your popularity <span style="color: #8B0000;">decreased</span> by 1<br></b> <<mellove -1>> <<conf "-1">> <<set $popularity -=1>> <<int 2>> <<set $tylerstatus to 4>> He towers over you with a smile, while he should have used that time for running, because a professor, probably attracted by the noise and the screaming, has seen the last moments of the scene.<br> A few moment later, a janitor is called to help, you get sent to the Infirmary, and Tyles gets escorted to the dean office.<br> <<link "To the infirmary" "Infirmary">> <<addmins 28>><</link>> <</replace>><</link>> </div> <</linkreplace>> <<else>> You can't see anything interesting going on here right now, maybe you could try to come back just after the end of lessons?<br> <<link "Go back to your room" "Room">> <<addmins 3>><</link>> <</if>> <</if>> <<if $melanieprogress eq 2 or $melanieprogress eq 102 or $melanieprogress eq 202>> You recognize the face, it's the teacher that brought you down to the infirmary<br><br> <<say Teacher>>Mr. $surname are you all right now?<</say>><br> You nod<br><br> <<say Teacher>>Good, please follow me, there are some facts that we need you to confirm<</say>><br> You start worrying, are you going to get in trouble?<br> You get walked into an empty small classroom, inside that room there's another teacher that you don't recognize and Melanie, she's stepping around nervously.<br><br> [img[setup.ImagePath+'melanie/face.png']]<br><br> <<say Teacher>>Care to give us your entire version of the facts?<</say>><br> You start recounting the facts exactly as they happened, there is no reason to lie, you can see Melanie is worried as much as you are and a bit scared, you wouldn't expect that from a girl attending her last year.<br><br> <<say Teacher>>Ok, Melanie, do you confirm that everything he said is true?<</say>><br> <<melanie>>Yes, that's exactly what happened, Tyler is dangerous<</melanie>><br> What?... you expected her to lie or try to get you in trouble, why is she doing that?<br> You don't have that doubt for long, because the next question gives you the answer<br><br> <<say Teacher>>Tyler's version is that Melanie asked him to do what he did for her, can you confirm that?<</say>><br> You get it now, she is taking your side because Tyler is trying to bring her down with him.<br> What a piece of shit... is what you end up thinking once again.<br> You take a quick glance at Melanie, her eyes are almost pleading, you could take your revenge now, but maybe you could use that against her.<br><br> <<say Teacher>>Don't look at her, look at me<</say>><br> You hesitated a bit. you take your eyes away from her... as much of a bitch as she might be, you're not going to play Tyler's game<br><br> <<if $charisma gte 26>> <b>(Charisma check: Success)</b> <<say "You" $faceimg>>That's obviously false, Tyler was being aggressive with her, and when I tried to help her, he took it out on me, he's just trying to shift the blame onto someone else, that guy is dangerous and it's no surprise that he's also a liar<</say>><br> <<say Teacher>>Yeah, okay, that checks out, thanks for your time, you are good to go, we'll bring you back to your room, oh, and just so that you know, it's very unlikely that you'll see Tyler on school grounds again<</say>><br> <<mellove "6">> <<else>> <b>(Charisma check: failed)</b> <<say "You" $faceimg>>No, that's not true<</say>><br> <<say Teacher>>Are you sure about that?<</say>><br> <<say "You" $faceimg>>Yeah, that's just false<</say>><br> That wasn't the best display of eloquence, and the teacher looks unconvinced, but he has to take your word for it<br><br> <<say Teacher>>Ok then, you are good to go, we'll bring you back to your room, oh, and just so that you know, it's very unlikely that you'll see Tyler on school ground again<</say>><br> <<mellove "2">> <</if>> <<link "Get walked back to your room" "Room">><<set $melanieprogress +=1>><<addmins 25>><</link>> <</if>> <</nobr>>
<<nobr>> /*debug prev-vers*/<<if $katrinalove gte 1>><<addmins 1>><<else>><<set $katrinalove to 0>><</if>> <<if $woundday gte 1 and $charisma gte 24 and $katrinalove eq 0>><<set $katrinalove to 3>><</if>> <<if $woundstage eq 3>> A few days have passed, so it's time for you to remove the stitches, you head towards the infirmary.<br><br> You knock at the door<br><br> [img[setup.ImagePath+'katrina/face.png']]<br><br> A few moments later, Katrina opens the door and lets you <<link "Inside" "katrinainf">><<addmins 5>><</link>> <</if>> <<if $woundstage eq 1 or $woundstage eq 2>> A few days have passed, so it's time for you to change the bandage, you head towards the infirmary.<br> You arrive, and you are about to knock at the door, when you stop<br> You hear some strange, barely audible, sounds coming from inside<br><br> <<say sounds>>Ah, Ahhh, AHHhhhh, oh my god, fuck me!<</say>><br> <<if $woundstage eq 1>>What? Is someone fucking in there?.... It doesn't sound like Katrina's voice...<br><br> You try to peek through the keyhole, but the angle is just wrong, you only see an empty portion of the room<br> Fuck, you're just gonna try to open the door a bit to look inside<br> <<else>> <<if $katrinaaware eq 1>> What the hell? is Katrina watching porn again?<br><br> Damn, you're just gonna try to open the door bit again, and hopefully get a look inside<br> <<else>> Those sounds again? You are now determined to find out what those sounds are about<br><br> You're just gonna try to open the door bit again, and hopefully get a look inside<br> <</if>> <</if>> It's locked.<br> You do make some noise, though, trying to open it<br> The sounds stop abruptly, followed by a few more panicked sounds of stuff being moved around<br><br> <<katrina>>Wh...Who is it?<</katrina>><br> <<say "You" $faceimg>>It's $name , I have to to <<if $woundstage eq 1 or $woundstage eq 2>>change my medication<<else>>remove my stitches<</if>><</say>><br> <<katrina>>Oh, of course, give me a minute<</katrina>><br> A few more sounds of rushed movements follow, then you hear a click, and the doors opens<br><br> [img[setup.ImagePath+'katrina/comein.png']]<br><br> She has an odd look on her face, she seems flushed and a bit sweaty, breathing a bit too fast<br> <<if $intelligence gte 27>> <b>(Intelligence check: Success)</b> It's pretty obvious, from all the hints, and from the sounds from before, that she was masturbating to porn.<br> <<set $katrinaaware to 1>> <<else>> <b>(Intelligence check: Fail)</b> You wonder why she looks like that, but cannot figure it out<br> <</if>> She signals you with her hand to step in.<br> She asks you to sit on the examination bed, and begins treating your wound and begins <<link "changing the medication." "katrinainf">><</link>> <br><br> <</if>> <<if $infirmary is 0 or $infirmary is undefined>> <<set $infirmary to 1>> You get rushed to the infirmary, you don't think your situation is really serious, you're more worried for the consequences of what happened than the cut itself.<br> You enter the infirmary, it's a little more than a room with an examination table, a few medical cabinets and a desk with a nurse sitting in and standing idle.<br><br> <<katrina>>What do we have here?<</katrina>><br> <<if $tylerstatus eq 1 or $tylerstatus eq 3>> The teacher answers: <br><br><<say Teacher>>Hello Katrina, those two were in a fight, can you take care of them? I'll stay here and make sure they don't get back at it<</say>><br> <<else>> The teacher answers <<say Teacher>>Hello Katrina, His name is $name , he got into a fight with Tyler and got the worst of it<</say>><br> <<katrina>>That Tyler? Again?<</katrina>><br> <<say Teacher>>Yes, from what I saw it was an unprovoked aggression, but we're gathering the version of the girl that was in front of them and watched the whole thing<</say>><br> You don't like this, If he saw the whole thing, why would he have to ask Melanie? That bitch is obviously going to lie, it doesn't look good for you...<br> <<say Teacher>>He doesn't look dangerous, can I leave it in your hands? I'm probably needed upstairs<</say>><br> <</if>> <<katrina>>Sure, let me see what I can do<</katrina>><br> You take a look at the nurse, she talks with a thick accent that you think could be Russian or Eastern-Europe.<br><br> [img[setup.ImagePath+'katrina/face.png']]<br><br> She looks young and very cute, while her uniform masks it, you can imagine she has a nice pair of tits underneath.<br><br> <<if $tylerstatus eq 1 or $tylerstatus eq 3>> Tyler gets taken care of before you, because he's bitching and complaining way more than you are. <br>He claims that everything hurts, the nurse examines him, and after a while determines there's nothing that requires immediate care, he has a few bruises, so she gives him some ice to keep on the bruised areas and some non-prescription painkillers and send him on his way.<br><br> The teacher that brought you here walks away with him, probably concerned for what he's going to do next.<br> She then tells you to come forward, the two of you are left alone.<br> <</if>> <<katrina>>So, does it hurt anywhere?<</katrina>><br><br> The adrenaline from the fight has worn off, you can feel your left arm starting to burn.<br><br> <<say "You" $faceimg>>Here, my left arm<</say>><br> She examines the wound and says:<br><br> <<katrina>>It's kind of a deep cut, it might heal on its own, but it's better if I put some stitches<</katrina>><br> She proceeds to start cleaning the wound, then she starts stitching it up and bandaging it.<br><br> [img[setup.ImagePath+'katrina/bandblood.png']]<br><br> She realizes you are now alone in the room, and says:<br> <<katrina>>That Tyler... I have only worked here a year and he's been in here like 4 times<</katrina>><br> <<if $tylerstatus eq 1 or $tylerstatus eq 3>><br> <<say "You" $faceimg>>Yeah, that guy is out of his mind... I didn't really do anything, and he even pulled a knife, he's dangerous<</say>><br> <<katrina>>Well, from the state he was in, I think that you did something, after all<</katrina>><br> You tense up.<br> <<say "You" $faceimg>>It was just self-defense!<</say>><br> <<katrina>>Don't worry, that was just a joke, It's ok, I believe you<</katrina>><br> <<else>> <<say "You" $faceimg>>Yeah, that guy is out of his mind... I didn't really do anything<</say>><br> <<katrina>>Don't worry, I have no problem believing you, as I said, it's not the first time he causes problems<</katrina>><br> <</if>> <<katrina>>In fact, it's the first time that I see you here<</katrina>><br> <<if $charisma gte 24>> <b>(Charisma check: Success)</b> <<say "You" $faceimg>>Well, I'm a first year, but I would have gotten injured sooner if I knew the nurse was so cute<</say>><br> She gives you a good-hearted laugh<br> <b>Katrina's love for you <span style="color: #008000;">increased</span> by 2<br> Your charisma <span style="color: #008000;">increased</span> by 1</b><br> <<set $katrinalove +=1>> <<cha 1>> <<katrina>>Well, let's not be so cheesy, okay?<</katrina>><br> <<else>> <b>(Charisma check: Failed)</b> <<say "You" $faceimg>>Well, I'm a first year, and I haven't been here long<</say>><br> <<katrina>>Oh, ok, that explains it<</katrina>><br> <</if>> <<katrina>>Anyway, it's stitched and bandaged, please come back in the afternoon at least 3 days from now to change the medication and when it's healed we'll remove the stitches, ok?<</katrina>><br> <<if $charisma gte 24>> <<say "You" $faceimg>>Ok thanks, I look forward to seeing you again!<</say>><br> <<katrina>>Ha! You're such a charmer<</katrina>><br> <b>Katrina's love for you <span style="color: #008000;">increased</span> by 1<br></b><br> <<set $katrinalove +=1>> <<else>> <<say "You" $faceimg>>Ok, I'll be sure to come back for that, Thanks!<</say>><br> <</if>> <<set $infirmary to 1>> <<set $woundday to $currentday>> <br>You head back to your room.<br> <<addmins 90>> [img[setup.ImagePath+'roompreview.png']]<br><br> You put yourself on the bed, and think to yourself for a bit... <br> That was an unexpected turn of events, you wonder what's going on with Tyler and Melanie right now, are they conspiring against you to shift the blame? <br> Would that even be possible?<br> All of that is interrupted because you hear <<link "knocking at your door " "melanieroom">><<set $melanieprogress +=1>> <</link>> <</if>> <</nobr>>
<<nobr>><<include "calc">> <<set $clicked to 0>> <<if $exp is undefined>><<set $exp to 0>><</if>> <<set $dailymelanie to 1>> <<if $melaniekissed is undefined>><<set $melaniekissed to 0>><</if>> <<if $melanieanaled is undefined>><<set $melanieanaled to 0>><</if>> <<if $melanieoraled is undefined>><<set $melanieoraled to 0>><</if>> <<if $melaniescene is 0>> <div id="first"> <<link "How about I give you a kiss?">><<replace "#first">> <<if $melanieattraction lte 159.99>> <<melanie>>Absolutely fucking not, who do you think I am? Don't ever ask me that again<</melanie>><br> What the fuck?... this certainly feels like an overreaction, even for a bitch like Melanie.<br><<if $melanieanaled gte 1>> How can she consider this worse than taking it up her ass?<br><</if>> <<melanie>>GET OUT OF MY ROOM<</melanie>><br> You have kind of a Deja-vu... it's probably better if you do as she says, right now<br> <<stress "2">> <<mellove "-2">> <<link "Go back to your room" "Room">><<addmins 3>><</link>> <</if>> <<if $melanieattraction gte 160 and $melanieattraction lte 239.99>> <<melanie>>Look, I kinda like you, and if you haven't figured it out yet, I'll just say it, I'm not the kind of girl that kisses boys<</melanie>><br> <<say "You" $faceimg>>But... we did so much other...<</say>><br> <<melanie>>Don't you think I know that? I still won't kiss you, stop asking that.<</melanie>><br> <<link "Ask for something else" "melaniescene">><</link>> <</if>> <<if $melanieattraction gte 240>> <<melanie>>Please know that you are asking a lot, I don't let anyone do this...<</melanie>><br> Melanie kisses you<br> <<melanie>>But I must admit that you are special to me, now<</melanie>><br> <<video "images/melanie/melaniekiss.mp4" >><br> <<if $melaniekissachievement is 0 or $melaniekissachievement is undefined >> <<set $melaniekissachievement to 1>><<cha 8>><<updatebar>><<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<melanie>>Ok... well, that wasn't so bad!<</melanie>><br> /*----kissengine----*/ <<if $melaniekissed is 0>> <b>You kissed Melanie for the first time! </b><br> You kissed Melanie! Maybe you don't know it, but you might be the only one in the entire school who has done that<br> <b>Your popularity <span style="color: #008000;">increased</span> by 5</b><br> <<set $popularity +=5>> <</if>> <<set $melaniekissed +=1>> /*-------------------*/ <<mellove "2">> <<lust "5">> <<link "Go back to your room" "Room">><</link>> <</if>> <</replace>><</link>> <br> <<link "How about we sit on the couch and you show me your tits">><<replace "#first">> <<if $melanieattraction lte 69.99 and $melanieanaled eq 0>> <<melanie>>Honestly, I don't really feel like doing that, why would I do what a loser like you wants?<</melanie>><br> You feel that you don't really have other options, she just doesn't deem you worthy of this, you can try to become more popular if you want to interact with her this way, or obtain what you want in some other way<br> <br> <<link "Get back to your room" "Room">><</link>> <</if>> <<if $melanieattraction gte 70 or $melanieanaled gte 1>> <<melanie>>Ok, but don't touch me<</melanie>><br> You both sit on the couch, at the opposite sides, you turn towards her, and after a while, she also turns towards you and gets a bit closer to remove her shirt.<br> She said she doesn't to be touched, and she's also still pretty far from your reach.<br> <<video "images/melanie/showtits.mp4" >><br> <<melanie>>Do you like them?<</melanie>><br> <<if $charisma lte 22.99>> <b>(Charisma check: Failed)</b> <<say "You" $faceimg>>Oh, yes... They are beautiful<</say>><br> <<melanie>>Very good, thanks, we can stop here I think<</melanie>><br> She seems happy about the compliment, but you realize that you definitely said the wrong thing, interacting with Melanie is hard, but you learn a bit from your mistake.<br> <<mellove "0.5">> <<cha "1.8">> <<lust "8">> <<link "Walk back to your room" "Room">><</link>> <<else>> <b>(Charisma check: Success)</b> <<if $melaniefootjobachievement is 0 or $melaniefootjobachievement is undefined >> <<set $melaniefootjobachievement to 1>><<set $maximumdays +=2>> <<set $maxdayscalc +=2>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<say "You" $faceimg>>Im not sure, I'll try stroking my dick and see how it reacts<</say>><br> She tries to hide her arousal from you, but she's clearly liking this teasing<br> <<conf "0.7">> <<mellove "0.5">> <<melanie>>If you must... just don't try anything<</melanie>><br> <<say "You" $faceimg>>I won't, but you could help me out a bit<</say>><br> <<melanie>>I don't want to get closer<</melanie>><br> <<say "You" $faceimg>>Hm...ok, use your feet then<</say>><br> <<melanie>>My feet? Ahah really?... do you like this kind of stuff?<</melanie>><br> She grazes your dick with one of her feet, still with her socks on<br> <<say "You" $faceimg>>I'll take what you offer<</say>><br> Your dick grows bigger and bigger as you wank at this scene.<br> She occasionally touches it with her feet, until it's rock hard, and she find herself touching it more and more until she's practically giving you a footjob<br> <<video "images/melanie/footjobstart.mp4" >><br> <<say "You" $faceimg>>That's nice, take off something else for me<</say>><br> <<if $melanieattraction lte 134.99>> <b>(Melanie's attraction check: Failed)</b> <<melanie>>Nah, that's enough, try to come<</melanie>><br> She removes her socks and starts touching your dick with her bare feet.<br> <<else>> <b>(Melanie's attraction check: Success)</b> <<melanie>>Hm, ok... I'll take off my panties for you<</melanie>><br> <<video "images/melanie/footpantiesoff.mp4" >><br> After taking off her panties, she puts herself back in the position that she was in before, and resumes stroking your dick with her feet<br> A couple of minutes of this, and you notice she is getting extremely horny, so she starts touching herself <br> <<video "images/melanie/footjobmast.mp4" >><br> <</if>> <<if $sexcontrol lte 47.99>> <b>(Sex control check: Failed)</b> <<if $melanieattraction gte 135>> She also keeps touching herself until she climaxes, while ridden by the orgasm, she starts to move her feet faster, <<else>> She sees that you are getting close to your orgasm, so she starts to move her feet faster. <</if>>this inevitably brings you to cum all over her feet.<br> <<video "images/melanie/footjobcum.mp4" >><br> This was overall a pleasurable experience, interacting with Melanie is hard, but you feel that you are learning a little bit about how to handle difficult women from her<br> <<cha "1">> <<mellove "1">> <<conf "0.6">> <<addmins 18>> <<ene "4">> <<sexcon "1.3">> <<stress "-4">> <<lust "-40">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> <b>(Sex control check: Success)</b> <<if $melanieattraction gte 135>> She continues doing that until she has an orgasm<br> <<mellove "1">> Now that she has come, you try to ask her for a bit more contact.<br> <<else>> <</if>> <<if $melanietitfuckachievement is 0 or $melanietitfuckachievement is undefined >> <<set $melanietitfuckachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> She continues stroking your dick with her feet, this is a nice sensation, and she expects you to come, but you don't... So after a while you try asking her<br> <</if>> <<say "You" $faceimg>>Do you think that I can fuck your titties?<</say>><br> <<melanie>>Yeah, I guess that you earned that much<</melanie>><br> She stands up from the couch, and signals you to come closer, then you stick your cock between her boobs<br> <<video "images/melanie/titfuck.mp4" >><br> You keep fucking her tits like that for a few minutes, she occasionally moans, she probably has very sensitive tits.<br> <<melanie>>Please, come all over my tits<</melanie>><br> You find it interesting that she's now basically begging for you cum. You were already very close to coming, so you go for it.<br> <<video "images/melanie/titfuckcum.mp4" >><br> <<cha "1">> <<mellove "0.5">> <<conf "1.4">> <<addmins 18>> <<ene "4">> <<sexcon "1.3">> <<stress "-8">> <<lust "-40">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <</if>> <</if>> <</replace>><</link>> <br> /*analAGAIN----------------------------------------------------------------------------------------------------------------------------------------------------------------*/ <<if $melanieattraction gte 210 and $melanieanaled gte 1 >> <<link "Ask for anal sex again">><<replace "#first">> <<say "You" $faceimg>>Do you want to do anal again? I kinda miss it<</say>><br> <<melanie>>Sure, why not, let me get prepared<</melanie>><br> She gets to her desk, near the entrance, and takes the lube bottle from her drawer, then she lays down on the couch, spreading her lubed up asshole for you.<br> You get closer, with your dick in hand, and go straight to trying to penetrate her, once again, she offers no resistance.<br> <<video "images/melanie/1analinsert.mp4" >><br> After a few minutes, her ass becomes fully accustomed to your dick and you begin fucking her faster.<br><br> <<if $sexcontrol lte 33>> It's still really tight though, and you are dangerously close to coming already, you suggest her to change position as an excuse to get some respite.<br><br> She mounts on top of you, slides your dick in and resumes fucking you<br> <<video "images/melanie/1anallast.mp4" >><br> Perhaps this was a mistake, she starts to enjoy it too much and ramps up the speed.<br> You are no longer in control of the rhythm, and she brings you to an orgasm pretty quickly, you fill her asshole with your spunk after less than a minute.<br><br> <<video "images/melanie/1analcreampie.mp4" >><br> Cum starts leaking from her asshole, and drips down all the way down her couch.<br> <<melanie>>What!? Did you already cum?<</melanie>><br> <<say "You" $faceimg>>Ehm... You started going a little too fast<</say>><br> <<melanie>>Oh, sorry for trying to have some fun as well... I didn't even get to come<</melanie>><br> <<say "You" $faceimg>>Well, having an orgasm through your ass is more difficult<</say>><br> <<melanie>>I know that you are just trying to manipulate me to have sex with me<</melanie>><br> <<say "You" $faceimg>>I was saying that for you, I'm totally fine fucking your ass<</say>><br> <<melanie>>Ahahah, Sure... Like I didn't know that boys are just after one thing<</melanie>><br> She's actually hurting your brain, does she even realize that... nevermind, better to just stay silent<br> Anyway, you kinda resent not being able to destroy her ass properly, maybe next time you'll do better.<br> <<mellove "-1">> <<sexexp "1">> <<set $melanieanaled +=1>> <<conf "-1">> <<addmins 7>> <<ene "4">> <<sexcon "2.4">> <<stress "-4">> <<lust "-40">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> <<video "images/melanie/1analcontinue.mp4" >><br> After a couple minutes, you are ravaging her asshole at full speed, she starts screaming from an orgasm probably mixed with a bit of pain.<br> <<melanie>>Aaahh, IT'S SO FUCKING DEEP<</melanie>><br> <<if $confidence gte 44>> <b>(Confidence skill check: Success)</b><br> You are now fully in control, you keep fucking her deep and fast, and start spanking her ass as you do so.<br> <<video "images/melanie/1analspank.mp4" >><br> This only seems to turn her on more, she starts muttering appreactive nonsense and she climaxes again.<br> <<mellove "1">> <<conf "1.4">> <<else>> <b>(Confidence skill check: Fail)<br></b> <</if>> You are starting to get a bit tired, so you ask her to do some work as well.<br> She listens to your request, mounts on top of you, slides your dick back in and resumes getting her ass fucked.<br> <<video "images/melanie/1anallast.mp4" >><br> She impales herself on your cock with her ass, and wiggles it back and forth with a good pace, she comes once again as this goes on for a few more minutes, her last orgasm is just what you need to get over the edge<br> You start pumping her ass full with your cum.<br> <<video "images/melanie/1analcreampie.mp4" >><br> Cum starts leaking from her asshole, and drips down all the way down her couch.<br><br> <<if $melaniefucked eq 0>> <<melanie>>Wow, you are good, if you keep being this good, maybe one day we'll even have sex<</melanie>><br> <<say "You" $faceimg>>You don't think this counts as sex?<</say>><br> <<melanie>>Of course not, you'll have to earn my pussy.<</melanie>><br> You refuse to even tackle this argument, as it's too ridiculous to get into, and do you really want to change her mind about giving you easy access to her asshole?<br><br> <<say "You" $faceimg>>Ok Melanie.<</say>><br> She seems happy, and as you dress yourself back, she even tells you:<br><br> <<else>> <<melanie>>OH GOD, anal sex is SO good, fucking is something I had to try for sure, but there's no reason to stop doing anal<</melanie>><br> <<say "You" $faceimg>>Yeah, I agree with you 100% on that<</say>><br> She seems happy, and as you dress yourself back, she even tells you:<br><br> <</if>> <<melanie>>See you tomorrow?<</melanie>><br> <<mellove "2">> <<sexexp "1.5">> <<set $melanieanaled +=1>> <<conf "3">> <<addmins 11>> <<ene "10">> <<sexcon "2.4">> <<stress "-9">> <<lust "-40">> <br> <<link "You finish dressing up, greet her and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <</replace>><</link>> <br> <</if>> /*----------------------------------------------------------------------------------------------------------------------------------------------------------------analAGAIN*/ <<link "Try to get her on the bed in her room">><<replace "#first">> <<if $charisma lte 27.99>> <b>(Charisma check: Failed)</b> <<say "You" $faceimg>>Do you think we can go in the other room? I want to check out that pink light<</say>><br> <<melanie>>What kind of bullshit excuse is that? I know why you want to get in the bedroom<</melanie>><br> <<say "You" $faceimg>>No no, it's not what you think<</say>><br> <<melanie>>Seriously... you don't even have the balls to admit it? Just get the fuck out of my room<</melanie>><br> That was a nice try... or most realistically, it wasn't. you didn't play it so well.<br> Aat least you learned something from your failure.<br> <<mellove "-0.5">> <<cha "1.8">> <<link "Go back to your room" "Room">><<addmins 7>><</link>> <<else>> <b>(Charisma check: Success)</b> <<say "You" $faceimg>>This couch is very close to the door, don't you think people outside could her us talk?<</say>><br> <<melanie>>Hm, you are probably right, let's go in the other room<</melanie>><br> She bring you in the other room, there's somewhat of a pink light, her bed is also pink, it's a pretty trashy environment, pretty much like her personality, but you're here for something else<br> <<say "You" $faceimg>>Your room is... ehm... very stylish<</say>><br> <<melanie>>Oh, I'm glad you noticed, do you like it?<</melanie>><br> You know better than to just say yes<br> <<say "You" $faceimg>>Well, it's obviously not for my tastes, but it shows that you have... personality!<</say>><br> It really doesn't, let's hope she's dumb enough to fall for that<br><br> <<melanie>>Thanks! I appreciate it, do you want me to show you around?<</melanie>><br> <<say "You" $faceimg>>Let me see something more inclined to my tastes, like... how about your tits?<</say>><br> <<video "images/melanie/1showtits.mp4" >><br> <<melanie>>Do you like them?<</melanie>><br> Wow... is she insecure about that? With you? better play around this<br><br> <<say "You" $faceimg>>I'm not used to pierced tits, I wonder how they feel?<</say>><br> <<if $melanieattraction gte 77>> <b>(Attraction check: Success)</b> <<melanie>>Well, you can touch them if you want<</melanie>><br> You get closer to her and start touching her pierced nipples<br> <<video "images/melanie/1touchtits.mp4" >><br> You grab one of her nipples between your finger and slightly pinch it<br> She giggles, and says:<br> <<melanie>>Uh, I like that a lot.... <</melanie>><br> She then proceeds to remove her bra entirely<br> <<say "You" $faceimg>>Well, your tits are nice, anything else you want to show me?<</say>><br> <<if $melanieattraction gte 102>> <b>(Attraction check: Success)</b> <<melanie>>I guess there's only one thing left that I can show you, but... <</melanie>><br> <<say "You" $faceimg>>But?...<</say>><br> <<melanie>>You can't tell anyone<</melanie>><br> The way she says that, sounds almost like she's sweet and innocent, this is not the Melanie that you are used to<br> <<video "images/melanie/1showpussy.mp4" >><br> <<melanie>>I can't believe I'm showing you that...<</melanie>><br> The show really made you horny and you can't help but make a move, you whip out your dick and you start masturbating at the sight<br> <<melanie>>What do you think you are doing?<</melanie>><br> <<say "You" $faceimg>>I'm sorry, but you are so hot<</say>><br> <<if $melanieattraction gte 118>> <b>(Attraction check: Success)</b> She looks at your cock for a while, uncertain, after staring at it for a bit, she starts touching herself<br> <<video "images/melanie/1melaniemast.mp4" >><br> You stroke it while watching her masturbating, and after a few minutes, she starts moaning and twitching, as she has an orgasm.<br> Watching her come made you even more horny, you start going towards her<br><br> <<if $melanieattraction gte 210 and $melanieprogress eq 4>> <b>(Attraction check: Success)</b> She just lets you get near her, she is incredibly horny as well.<br> You start touching her, and she moans and arches her back in anticipation.<br> <<if $melaniefucked is 0>> Suddenly, she stops, and watches you with some contempt, this is new...<br><br> <<melanie>>I think I'm ready...<</melanie>><br> <<say "You" $faceimg>>Ah, nice, wanna go grab the lube?<</say>><br> <<melanie>>No, I think I'm ready, this time...<</melanie>><br> <<say "You" $faceimg>>For what?<</say>><br> <<melanie>>I have a confession to make...<</melanie>><br> <<say "You" $faceimg>>Huh?<</say>><br> <<melanie>>It's not easy for me to say<</melanie>><br> <<say "You" $faceimg>>Well, I kinda already figured out that you like me, at this point...<</say>><br> <<melanie>>Shut up and let me talk please!<</melanie>><br> <<say "You" $faceimg>>OK, sorry, go ahead...<</say>><br> <<melanie>>If you tell this to anyone, just know that I'm never going to forgive you<</melanie>><br> <<say "You" $faceimg>>Then I guess I won't<</say>><br> You can see her in true difficulty for the first time<br> <<melanie>>This is serious... fuck... please don't judge me, but I really want you to know, before we do that...<</melanie>><br> <<say "You" $faceimg>>ok?...<</say>><br> <<melanie>>I... have never been with a guy before<</melanie>><br> <div id="virgin"> <<link "AHAHAHAHA, what?!?">><<replace "#virgin">> <<melanie>>It was a shit idea to tell you, I can see that now<</melanie>><br> <<mellove "-2">> <<say "You" $faceimg>>Wait, you're serious?<</say>><br> <<melanie>>Yes, I'm serious, and thanks for laughing at me...<</melanie>><br> <<say "You" $faceimg>>Don't be so dramatic, I'm sorry, ok?<</say>><br> <<melanie>>Ok...<</melanie>><br> <<link "There is a moment of awkward silence between you" "melanievagfuck">><</link>> <</replace>><</link>> <br> <<link "Be understanding">><<replace "#virgin">> <<say "You" $faceimg>>Oh, I see, a lot of things make more sense now, but I must admit that I'm surpised<</say>><br> <<melanie>>Yeah, I know, nobody would even think that about me, but please don't laugh<</melanie>><br> <<say "You" $faceimg>>I won't, don't worry, I can see this is important for you<</say>><br> <<melanie>>Thank you<</melanie>><br> <<mellove "5">> <<link "There is a moment of awkward silence between you" "melanievagfuck">><</link>> <</replace>><</link>> </div> <<else>> <<melanie>>Do you want to have sex again?<</melanie>><br> <<say "You" $faceimg>>You liked it last time, didn't you?<</say>><br> <<melanie>>Oh shut up... and take me from behind<</melanie>><br> You agree, she gets on all four, and you get ready to penetrate her.<br> <<link "Slide your dick in" "melanievagfuck">><</link>><br> <<link "Ask for anal instead" "melanievagfuck">><<set $melanieanalinstead to 1>><</link>><br> <</if>> <<elseif $melanieattraction gte 150>> She lets you get closer to her, and you start touching each other, at some point, you are both very horny and you make your intentions clear.<br> <<say "You" $faceimg>>Are you ready to have sex?<</say>><br> <<if $melanieanaled eq 0>> <<melanie>>What? No, I'm not!<</melanie>><br> <<say "You" $faceimg>>Seriously?...<</say>><br> <<melanie>>Just go back to your room. why did you have to ruin everything?...<</melanie>><br> <<say "You" $faceimg>>But...What the hell?<</say>><br> She's furious, you cannot understand this overreaction, but looks like you're getting blue balled, you don't want to put up with more of her nonsense, so you gather your clothes and start going towards the door.<br> You are about to get out, while she reaches you at the door<br> <<melanie>>Please don't ask me to have regular sex again...<</melanie>><br> <<say "You" $faceimg>>Yeah ok, I've got that, you're such a fucking tease.<</say>><br> <<melanie>>It's just that I... well, I don't want to.<</melanie>><br> <<say "You" $faceimg>>Ok...<</say>><br> <<melanie>>But you can fuck my ass if you want!<</melanie>><br> What the fuck?...<br> <<say "You" $faceimg>>Are you messing with me?<</say>><br> <<melanie>>No, I'm serious, that's where I use my toys, it's pretty flexible by now<</melanie>><br> Wow... is this for real? She's still completely naked, so you decide to play along<br> <<say "You" $faceimg>>Sure, I'll fuck your ass, get down on that couch then?<</say>><br> She starts to lay down on the couch near the door, as she does that you start taking off the few clothes that you put back on yourself.<br> She takes a bottle of lube and pours some on her asshole, then it exposes it to you<br> Oh god, she's not kidding? There's just one way to find out.<br> You get closer, with your dick in hand, and go straight to trying to penetrate her, she offers no resistance, this is insane<br> <<else>> <<melanie>>I still don't want to have regular sex, but we can do something else if you want<</melanie>><br> You already know where this is going, so you decide to play along.<br> She wants you to fuck her ass again, and you have no problems settling for that<br> /*--analscene--------------------------------------------------------------------------*/ She gets to her desk, near the entrance, and takes the lube bottle from her drawer, then she lays down on the couch, spreading her lubed up asshole for you.<br> You get closer, with your dick in hand, and go straight to trying to penetrate her, once again, she offers no resistance.<br> <</if>> <<video "images/melanie/1analinsert.mp4" >><br> <<if $melanieanalachievement is 0 or $melanieanalachievement is undefined >> <<set $melanieanalachievement to 1>><<sexexp 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> After a few minutes, her ass becomes fully accustomed to your dick and you begin fucking her faster.<br><br> <<if $sexcontrol lte 33>> It's still really tight though, and you are dangerously close to coming already, you suggest her to change position as an excuse to get some respite.<br><br> She mounts on top of you, slides your dick in and resumes fucking you<br> <<video "images/melanie/1anallast.mp4" >><br> Perhaps this was a mistake, she starts to enjoy it too much and ramps up the speed.<br> You are no longer in control of the rhythm, and she brings you to an orgasm pretty quickly, you fill her asshole with your spunk after less than a minute.<br><br> <<video "images/melanie/1analcreampie.mp4" >><br> Cum starts leaking from her asshole, and drips down all the way down her couch.<br> <<melanie>>What!? Did you already cum?<</melanie>><br> <<say "You" $faceimg>>Ehm... You started going a little too fast<</say>><br> <<melanie>>Oh, sorry for trying to have some fun as well... I didn't even get to come<</melanie>><br> <<say "You" $faceimg>>Well, having an orgasm through your ass is more difficult<</say>><br> <<melanie>>I know that you are just trying to manipulate me to have sex with me<</melanie>><br> <<say "You" $faceimg>>I was saying that for you, I'm totally fine fucking your ass<</say>><br> <<melanie>>Ahahah, Sure... Like I didn't know that boys are just after one thing<</melanie>><br> She's actually hurting your brain, does she even realize that... nevermind, better to just stay silent<br> Anyway, you kinda resent not being able to destroy her ass properly, maybe next time you'll do better.<br> <<mellove "-1">> <<sexexp "1">> <<set $melanieanaled +=1>> <<conf "-1">> <<addmins 7>> <<ene "4">> <<sexcon "2.4">> <<stress "-4">> <<lust "-40">> <br> <<link "You finish dressing up, greet her and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> <<video "images/melanie/1analcontinue.mp4" >><br> After a couple minutes, you are ravaging her asshole at full speed, she starts screaming from an orgasm probably mixed with a bit of pain.<br> <<melanie>>Aaahh, IT'S SO FUCKING DEEP<</melanie>><br> <<if $confidence gte 44>> <b>(Confidence skill check: Success)</b><br> You are now fully in control, you keep fucking her deep and fast, and start spanking her ass as you do so.<br> <<video "images/melanie/1analspank.mp4" >><br> This only seems to turn her on more, she starts muttering appreactive nonsense and she climaxes again.<br> <<mellove "1">> <<conf "1">> <<else>> <b>(Confidence skill check: Fail)<br></b> <</if>> You are starting to get a bit tired, so you ask her to do some work as well.<br> She listens to your request, mounts on top of you, slides your dick back in and resumes getting her ass fucked.<br> <<video "images/melanie/1anallast.mp4" >><br> She impales herself on your cock with her ass, and wiggles it back and forth with a good pace, she comes once again as this goes on for a few more minutes, her last orgasm is just what you need to get over the edge<br> You start pumping her ass full with your cum.<br> <<video "images/melanie/1analcreampie.mp4" >><br> Cum starts leaking from her asshole, and drips down all the way down her couch.<br><br> <<if $melaniefucked eq 0>> <<melanie>>Wow, you are good, if you keep being this good, maybe one day we'll even have sex<</melanie>><br> <<say "You" $faceimg>>You don't think this counts as sex?<</say>><br> <<melanie>>Of course not, you'll have to earn my pussy.<</melanie>><br> You refuse to even tackle this argument, as it's too ridiculous to get into, and do you really want to change her mind about giving you easy access to her asshole?<br><br> <<say "You" $faceimg>>Ok Melanie.<</say>><br> She seems happy, and as you dress yourself back, she even tells you:<br><br> <<else>> <<melanie>>OH GOD, anal sex is SO good, fucking is something I had to try for sure, but there's no reason to stop doing anal<</melanie>><br> <<say "You" $faceimg>>Yeah, I agree with you 100% on that<</say>><br> She seems happy, and as you dress yourself back, she even tells you:<br><br> <</if>> <<melanie>>See you tomorrow?<</melanie>><br> <<mellove "2">> <<sexexp "1.5">> <<set $melanieanaled +=1>> <<conf "3">> <<addmins 12>> <<ene "10">> <<sexcon "2.4">> <<stress "-9">> <<lust "-40">> <br> <<link "You finish dressing up, greet her and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> /*--------------------------------------------------------------------------endanalscene*/ <<else>> <b>(Attraction check: Fail)</b><br> <<melanie>>Who told you to get closer?<</melanie>><br> <<say "You" $faceimg>>Hm, aren't you horny?<</say>><br> <<melanie>>Maybe, but I don't like where this is going... I don't want you to touch me, let's call this over, please<</melanie>><br> Damn, she got you so horny and left you blue balled, but besides that, you can say that it was a pleasant and instructive experience, and she came for you, that's definitely progress.<br> <<mellove "2">> <<cha "1.8">> <<lust "30">> <<link "Go back to your room" "Room">><<addmins 27>><</link>> <</if>> <<else>> <b>(Attraction check: Fail)</b> She laughs.<br> <<melanie>>Hey, if you have to react like that, I'm not gonna show you anything anymore<</melanie>><br> She seems to be in a good mood though, she doesn't want you to continue, but she took it as a compliment.<br> She dresses back and asks you to go back to your room before you do anything even more stupid. This interaction was definitely instructive.<br> <<mellove "1.5">> <<cha "1.8">> <<lust "18">> <<link "Go back to your room" "Room">><<addmins 18>><</link>> <</if>> <<else>> <b>(Attraction check: Fail)</b> <<melanie>>You are really pushing it too far, I think you saw enough<</melanie>><br> It was still pretty good, you managed to play with her tits, and even if your dick is now hard and unattended as you walk outside, you learned something from this without pissing her off.<br> <<mellove "1">> <<cha "1.8">> <<lust "14">> <<link "Go back to your room" "Room">><<addmins 13>><</link>> <</if>> <<else>> <b>(Attraction check: Fail)</b> <<melanie>>And you'll keep wondering, because I'm not letting you touch them, creep<</melanie>><br> She laughs while saying it, it was a nice run, at least you got to see her tits without pissing her off, she liked teasing you, and you learned a bit from the interaction<br> <<mellove "0.5">> <<cha "1.8">> <<lust "8">> <<link "Go back to your room" "Room">><<addmins 11>><</link>> <</if>> <</if>> <</replace>><</link>> </div> <</if>> <<if $caroIscene eq 12 and $m0ney gte 0>><<if $cittcode is "debug3code1">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "debugcodes11">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><<set $carolscene to -5>><</if>> <<if $carolscene eq 12 and $m0ney gte 0>><<if $cittcode is "lightcheats313">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "heavy147111ch">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 12 and $money gte 0>><<if $cittcode is "cheat147ligth">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "cheats012h">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 12 and $money gte 0>><<if $cittcode is "hht2s15f21">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "1021controlv">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $m0ney gte 0>><<if $cittcode is "8138cheats">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "debug39331">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $m0ney gte 0>><<if $cittcode is "light666chea">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "debug44783h">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 12 and $m0ney gte 0>><<if $cittcode is "cheats5501">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "deb33cheating">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $mon3y gte 0>><<if $cittcode is "t0p0lin0">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "h4cker1no">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $m0ney gte 0>><<if $cittcode is "light11333">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "heavy411">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $mon3y gte 0>><<if $cittcode is "liag3333th">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "debag44199m">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $m0ney gte 0>><<if $cittcode is "4lightcheat1">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "heavy92911ch">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $m0ney gte 0>><<if $cittcode is "888light8cheats">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "debugcode231">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $m0ney gte 0>><<if $cittcode is "43lightche">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "code42heavy7">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $money lt 0>><<if $cittcode is "che8ats">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "399haaac">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 12 and $money gte 0>><<if $cittcode is "chaalight133">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "debug11heavy44">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $m0ney gte 0>><<if $cittcode is "st4cc4">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "heavych71">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $m0ney gte 0>><<if $cittcode is "a582cheat">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "de4419bug">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 12 and $money gte 0>><<if $cittcode is "663lightcheat6">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "debug77heavy">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $m0ney gte 0>><<if $cittcode is "cheats316">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "danaa47deb">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $m0ney gte 0>><<if $cittcode is "light217ch">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "derp844heavy">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 12 and $money gte 0>><<if $cittcode is "light616cheats">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "debug1783h">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 12 and $money gte 0>><<if $cittcode is "lightcode212">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "codeheavy112">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 12 and $money gte 0>><<if $cittcode is "youmightbelookinginthewrongplace">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "heavy298cheats3">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $nomey gte 0>><<if $cittcode is "cac5cac0">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "ch3at0.50please">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $m0ney gte 0>><<if $cittcode is "43lightche">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "code43heavy7">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $car0lscene eq 12 and $money gte 0>><<if $cittcode is "lightc82s93">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "2muchgr111nd">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 12 and $m0ney gte 0>><<if $cittcode is "light9991ch">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "cheat2heavy71">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 12 and $m0ney gte 0>><<if $cittcode is "hellocheats6t1">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "cheats3381deb">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $momey gte 0>><<if $cittcode is "chig11th8">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "heavy14514hea">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 12 and $money gte 0>><<if $cittcode is "azacsh11333">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "incomprebensihle">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 12 and $m0ney gte 0>><<if $cittcode is "837light738">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "he33avydeb">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><<set $carolscene to -5>><</if>> <<if $melaniescene is 99>> <<if $melanieoralachievement is 0 or $melanieoralachievement is undefined >> <<set $melanieoralachievement to 1>><<sexcon 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> You head to the bathroom, and wash your cock, this is a part of the deal that you don't have a particular problem with.<br> When you come back, you find that Melanie has removed her red shirt and is now in black and blue sexy underwear, you stay still for a second to admire her.<br><br> [img[setup.ImagePath+'melanie/bmpose.png']]<br><br> <<say "You" $faceimg>>Oh, wow... you look nice<</say>><br> <<melanie>>Yeah, shut up, hopefully you'll come quicker this way, and I don't want you to stain my clothes<</melanie>><br> <<say "You" $faceimg>>I'm not complaining<</say>><br> <<melanie>>Come on, let's get this shit over with, take off your clothes, let's see if you can even last a minute<</melanie>><br> You get naked, and get close to her on the couch, your put her dick close to her face and wait for her to start<br> She puts the tip of your dick on her tongue, then she starts to slowly suck you, you immediately notice that she's very good at this.<br> <<video "images/melanie/bmblowstart.mp4" >><br> <<set $melanieoraled +=1>> <<if $sexcontrol gte 31>> <b>(Sex control check: Success)</b> <br> It goes on like this for a couple of minutes, she starts to get impatient, so she spits on your dick and she starts taking it deeper and faster, she's trying very hard to make it quick<br> <<video "images/melanie/bmblowfaster.mp4" >><br> <<if $sexcontrol gte 66>> <b>(Sex control check: Success)</b><br> But you resist to almost ten minutes of this incredible dick treatment, <<addmins 9>> Your hard training paid off, and she's starting to get desperate<br><br> <<melanie>>Oh god, will you fucking come already?? Let me try this<</melanie>><br> <<video "images/melanie/bmshowtits.mp4" >><br> <<melanie>>Let's get back to it, and help me a bit, I'm starting to get tired<</melanie>><br> Help her a bit?... does she actually mean that you should fuck her face?<br> She really is an odd girl, but sure, you can "help" her.<br> <<video "images/melanie/bmmelaniefuckface.mp4" >><br> <<if $sexcontrol gte 87 and $sexexp gte 52>> <b>(Sex control check: Success)</b><br> <b>(Sex experience check: Success)</b><br> You keep fucking her face for a few minutes, but you somehow managed to still not reach the orgasm, even though you get dangerously close<br> <<if $melanieanalachievement is 0 or $melanieanalachievement is undefined >> <<set $melanieanalachievement to 1>><<sexexp 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $melaniebmanalach is 0 or $melaniebmanalach is undefined >> <<set $exp +=100>> <<set $melaniebmanalach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<melanie>>This is ridiculous, how have you not come yet? I'd say you don't like me, but you've been rock hard for 30 minutes...<</melanie>><br> Melanie starts removing her pants<br> <<melanie>>I don't know what else I can do besides this, at this point<</melanie>><br> <<if $melanieanaled is 0>> <<say "You" $faceimg>>Huh? You finally decided to let me fuck you?<</say>><br> <<melanie>>No, my pussy is off the table, remember?<</melanie>><br> <<say "You" $faceimg>>Then what do you want to do?<</say>><br> <<melanie>>The most I can offer you is my ass, Do you know how to do anal?<</melanie>><br> <<say "You" $faceimg>>What the f... Ehm... Sure Melanie, I do<</say>><br> This is insane, this girl has a completely fucked up list of priorities, <br> <<else>><<say "You" $faceimg>>Oh yeah, I can really go for your sweet ass again<</say>><br> <</if>> She positions herself on the couch and slides her panties all the way to the side.<br> <<melanie>>Don't put it in the wrong hole or I'll murder you<</melanie>><br> <<say "You" $faceimg>>Sure, I'll put it... in the ass<</say>><br> You say that slowly, just to make sure that you haven't misunderstood, the situation is surreal<br> When she pulls her pants down, you realize that she is completely soaked, her pussy is so swollen and wet that some of her juices leaked down to her asshole, making it wet and slippery as well<br> <<video "images/melanie/analinsert.mp4" >><br> You put it in slowly, trying to not hurt her too much, but she doesn't seem to be uncomfortable with it, so you start pumping her harder<br> <<video "images/melanie/anal2.mp4" >><br> She starts to really enjoy it, and to touch herself with her hand, after a while, she has an orgasm and decidess to change position, so she mounts on top of you<br> <<melanie>>I'll make you come, now<</melanie>><br> She says, with a challenging tone, then proceeds to start jumping on your dick with her ass<br> <<video "images/melanie/anal3.mp4" >><br> She does get very, very close to get you to your orgasm, but in the end, she gets tired, and lays down on her side, you manage to fuck her even a bit more<br> <<video "images/melanie/analprecum.mp4" >><br> Eventually, you decide that you milked everything that you could out of this situation, and it's time to fill her mouth with cum, let's see if she objects to that<br> But she doesn't, you pull your dick out of her ass and close to her mouth, and all she does is sticking out her tongue<br> <<video "images/melanie/bmmelaniecumr.mp4" >><br> <<say "You" $faceimg>>Wow, I can't believe that we just did this<</say>><br> <<melanie>>It's not a big deal, just remember that this doesn't count as sex<</melanie>><br> Really?...<br> <<say "You" $faceimg>>Ok Melanie, sure...<</say>><br> <<mellove "4">> <<conf "4.5">> <<sexexp "1.5">> <<addmins 6>> <<ene "12">> <<stress "-12">> <<sexcon "2.4">> <<lust "-40">> <<set $dailymelanie to 1>> <<set $melanieanaled +=1>> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> <<if $sexcontrol lte 86.99>> <b>(Sex control check: Failed)</b><br><</if>> <<if $sexexp lte 51.99>> <b>(Sex experience check: Failed)</b><br><</if>> You fuck her face hard for a few more minutes, you get very aroused and you lose control a bit, you grab her hair behind her head and push her deep against your cock, she doesn't seem to mind, which surprises you, but you also went beyond the point of no return, fucking her face like that, definitely got you over the edge.<br> You try taking it out, but it's too late, you are going to cum, and you ask her to stick out her tongue for you<br> <<addmins 6>> <<video "images/melanie/bmmelaniecumr.mp4" >><br> <<melanie>>OH, finally! That proved to be a challenge, I guess that you deserved to see my tits<</melanie>><br> Wow, is she acting... friendly? Your facefucking must have gotten to her head<br><br> <<melanie>>Well, if you're not going to say anything, just go, see you tomorrow, I guess<</melanie>><br> What the fuck?... did she really just say that?<br> <<mellove "3">> <<conf "4.5">> <<addmins 6>> <<ene "6">> <<sexcon "2">> <<stress "-8">> <<lust "-40">> <<set $dailymelanie to 1>> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <<else>> <b>(Sex control check: Failed)</b> This would be too much for anyone, you resist to <<if $sexcontrol gte 46>>5<<addmins 5>> <<else>>2<<addmins 2>><</if>> more minutes of this treatment, then you ask her to slow down, but she ignores, as this wasn't part of the deal.<br> You take your dick away from her, but you realize it's too late, you can't stop your orgasm anymore, so you tell her to stick out her tongue<br> <<if $sexcontrol gte 46>> <<melanie>>Well, at least you resisted for a while, good job I guess<</melanie>><br> It sure seems like the blackmail isn't really causing her any problem right now<br> <<mellove "1">> <<else>> <<melanie>>Haha, I knew you weren't going to resist to that, I'm so good!<</melanie>><br> Well, she sure takes pride in her work... does she even remember this was a blackmail?<br> <</if>> <br> <<melanie>>Would you mind getting out of my room now?<</melanie>><br> <<set $dailymelanie to 1>> <<addmins 6>> <<ene "2">> <<sexcon "2">> <<lust "-40">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <br> <</if>> <<else>> <b>(Sex control check: Failed)</b> She's definitely too good at this for you, you are way too excited and not even 30 seconds later you are already going to cum.<br> You ask her to slow down, but she ignores you, that wasn't in the deal, after all<br> You take your dick away from her, but you realize it's too late, you can't stop your orgasm , so you tell her to stick out her tongue<br> <<video "images/melanie/bmmelaniecum.mp4" >><br> As soon as you are done cumming, she starts laughing, still with your cum in her mouth.<br><br> <<melanie>>Ahahahah, you didn't even last half a minute, what a fucking loser<</melanie>><br> Her calling you a loser with her mouth full of your cum is indeed a scene that causes mixed feelings<br><br> <<if $charisma gte 32>> <b>(Charisma check: Success)</b><br> <<say "You" $faceimg>>Hey, don't talk with your mouth full<</say>><br><br> This seems to put her back in her place, she stop laughing and gives your a butthurt look<br><br> <<melanie>>Whatever... if I knew this was so easy I would have agreed sooner<</melanie>><br> <<set $dailymelanie to 1>> <<mellove "-1">> <<conf "-1">> <<addmins 6>> <<ene "3">> <<sexcon "2">> <<lust "-40">> <<stress "-4">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> <b>(Charisma check: Failed)</b> <<say "You" $faceimg>>Well, you're very good at this and...<</say>><br> <<melanie>>Didn't I warn you, you fucking freshman? I told you that you couldn't last a minute with me, now get out of my sight<</melanie>><br> <<mellove "-3">> <<conf "-3">> <<addmins 6>> <<ene "2">> <<sexcon "2">> <<lust "-40">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <</if>> <</if>> <<if $melanieanaled gte 1>> <<if $melanieanalachievement is 0 or $melanieanalachievement is undefined >> <<set $melanieanalachievement to 1>><<sexexp 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $caroIscene eq 12 and $m0ney gte 0>><<if $cittcode is "cheats5501">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "deb33cheating">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $mon3y gte 0>><<if $cittcode is "t0p0lin0">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "h4cker1no">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 12 and $money gte 0>><<if $cittcode is "light11333">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "heavy411">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $caroIscene eq 12 and $money gte 0>><<if $cittcode is "liag3333th">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "debag44199m">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $money gte 0>><<if $cittcode is "citt8r53">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "wrong see below">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $m0ney gte 0>><<if $cittcode is "888light8cheats">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "debugcode231">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $m0ney gte 0>><<if $cittcode is "43lightche">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "code42heavy7">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <<if $carolscene eq 12 and $money lt 0>><<if $cittcode is "che8ats">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "399haaac">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>> <</nobr>>
<<nobr>> <<if $melanieanaled is undefined>><<set $melanieanaled to 0>><</if>> <<include "calc">> <<set $clicked to 0>> <<set $melanieattraction to (($melanielove*1.5+$popularity*1.8+$confidence*0.5+$sexcontrol*0.4+$physattr*0.3+$strength*0.2).toFixed(1))>><br> Melanie's attraction for you is $melanieattraction <br><br> <<set $dailymelanie to 1>> You step inside Melanie's room.<br> <<if $melanieprogress eq 4 and $melanieattraction lte 89.99>> <<melanie>>So... what do you want?<</melanie>><br> Melanie seems to be slightly annoyed by your presence<br> <</if>> <<if $melanieprogress eq 104 and $melanieanaled eq 0>> <<melanie>>Hey, I didn't tell you to come inside<</melanie>><br> <<say "You" $faceimg>>You just told me to not stay outside<</say>><br> <<melanie>>That doesn't mean that you should have come in<</melanie>><br> <</if>> <<if $melanieprogress eq 104 and $melanieanaled gte 1>> <<melanie>>I guess that you've come here to abuse me again?<</melanie>><br>She smiles.<br> Why on earth would someone smile after saying something like that? Unless she's starting to enjoy it<br><br> <</if>> <div id="first"> <<if $melanieprogress eq 104>> <<link "(Blackmail blowjob) Let's not waste time, I'm here about our deal...">><<replace "#first">> <<say "You" $faceimg>>Let's not waste time, I'm here about our deal<</say>><br> <<if $melanieanaled eq 0>> <<melanie>>Again? wait, when we agreed to that, I tought it was a one-time thing<</melanie>><br> <<say "You" $faceimg>>Well, you should have specified<</say>><br> <<melanie>>No, YOU should have specified, I would have never agr...<</melanie>><br> You interrupt her:<br> <<say "You" $faceimg>>Look, you know what's at stake, I'm just gonna head to the bathroom, get ready...<</say>><br> <<mellove "-1">> <<link "Melanie gives up" "melaniescene">><<set $melaniescene to 99>><</link>> <<else>> <<melanie>>Yeah, I figured, this has become kind of a regular thing<</melanie>><br> <<say "You" $faceimg>>That doesn't seem to bother you so much...<</say>><br> <<melanie>>Just shut up and go get prepared<</melanie>><br> <<link "Ok" "melaniescene">><<set $melaniescene to 99>><</link>> <</if>> <</replace>><</link>> <</if>> <br> <<link"Try to flirt with her">><<replace "#first">> <<if $clicked eq 0>> <<set $clicked to 1>> <br>You start to behave normally, as if you were talking to your girlfriend, and crack a few jokes about doing something intimate together<br> <<if $melanieprogress eq 104 and $melanieattraction lte 89.99 and $melanieanaled eq 0>> She gets very annoyed, very fast.<br> <<melanie>>Can you just drop this shit? If you are here about to blackmail me, just say so, otherwise get the fuck out<</melanie>><br> <<mellove "-1">> <<linkreplace "Just blackmail her">> <<say "You" $faceimg>>Ok then, fuck me for trying to be friendly, let's just get to you sucking my dick...<</say>><br> <<melanie>>That's what I thought...<</melanie>><br> <<link "Proceed to the dick sucking" "melaniescene">><<set $melaniescene to 99>><</link>> <</linkreplace>> <br> <<link "Go back to your room" "Room">><<addmins 5>><</link>> <</if>> <<if $melanieprogress eq 104 and $melanieattraction gte 90 or $melanieprogress eq 104 and $melanieanaled gte 1>> She doesn't seem to take it as bad as you'd expect, you are surprised to notice that she seems comfortable with it<br> <<melanie>>Why are you being so nice to me all of a sudden? Are you trying to get something else than what is in our deal?<</melanie>><br> <<say "You" $faceimg>>Aren't you bored of doing always the same thing?<</say>><br> <<melanie>>I mean... maybe, why, what would you want to do? <</melanie>><br> <<link "How about..." "melaniescene">><<set $melaniescene to 0>><</link>> <</if>> <<if $melanieprogress eq 4 and $melanieattraction lte 49.99>> Melanie starts to get annoyed.<br> <<melanie>>Can you stop acting like this? You're getting on my nerves.<</melanie>><br> Your attempts to seduce her are just ineffective, maybe you are just not popular enough for her<br> <<linkreplace "Play it off as a joke">> You tell her you were just kidding, she sounds unconvinced, you gain a little experience about how you shouldn't behave with girls.<br> <<mellove "-0.5">> <<cha "1.8">> <</linkreplace>> <br> <<link "Go back to your room" "Room">><<addmins 5>><</link>> <</if>> <br> <</if>> <<if $melanieprogress eq 4 and $melanieattraction gte 50>> She doesn't seem to take it as bad as you'd expect, you are surprised to notice that she seems comfortable with it<br> <<say "You" $faceimg>>Do you feel like doing something with me?<</say>><br> <<melanie>>Huh? like what?<</melanie>><br> <<link "How about..." "melaniescene">><<set $melaniescene to 0>><</link>> <</if>> <</replace>><</link>> <br> <<link "Just talk">><<replace "#first">> <<if $clicked eq 0>> <<set $clicked to 1>> <<say "You" $faceimg>>I just wanted to talk with you<</say>><br> <<melanie>>Huh? About what?<</melanie>><br> <<say "You" $faceimg>>Nothing in particular, I guessed you could use some company<</say>><br> <<if $melanieprogress eq 104>> <<melanie>>Seriously? One day you blackmail me and the other day you think you can just talk to me like nothing happened?<</melanie>><br> <<say "You" $faceimg>>So... you just want to be blackmailed?<</say>><br> She seems to be trapped into not knowing what to answer<br><br> <<melanie>>Of course not, but you're delusional if you think I need the company of a freshmen<</melanie>><br> This argument leads to another, that leads to another, and in the end you actually end up talking for about 30 minutes<br> She would never admit it, but deep down you can see that she's relieved by letting some steam off with you and her mood improves greatly<br> <<addmins 30>> <<mellove "1.5">> <<link "Go back to your room" "Room">><</link>> <<else>> <<say "You" $faceimg>>I just wanted to talk to you<</say>><br> <<if $melanieattraction gte 65>> <b>(Attraction check: Success)</b> Sure, I guess I can use some company, if it's just talking...<br> She's not a very interesting person to talk to, she mostly talks about school gossip and complains about stuff, but she did appreciate talking with you nontheless, you went on talking for about an hour.<br> <<addmins 60>> <<mellove "2.5">> <<else>> <b>(Attraction check: Fail)</b> <<melanie>>And what makes you think that? Do you think that I want to waste my time talking with a stupid freshman?<</melanie>><br> <<say "You" $faceimg>>I don't know, if you don't want that you can just say it<</say>><br> <<melanie>>Obviously, that is what I'm saying, this is ridiculous, how can you even think?...(...)<</melanie>><br> <<melanie>>When I was a freshmen myself nobody even cared to say hi to me, and you expect(...)<</melanie>><br> She goes on and on rambling about the various reasons why a freshmen shouldn't even be dreaming to talk with somebody like her, then drifts into gossiping and other nonsense.<br> You give her a few brief responses, but she mainly talks to herself in front of you, boy... she probably really needs someone to talk with that she doesn't feel too much judged from.<br> She goes on and on for 45 minutes, you feel like you actually became dumber by just listening to her, but in the end, she did talk to you, definitely blew some steam off, and she seems to be more relaxed.<br> <<addmins 50>> <<int "-0.2">> <<mellove "2">> <</if>> <<link "Go back to your room" "Room">><<addmins 5>><</link>> <</if>> <</if>> <</replace>><</link>> <<if $carollesb gte 1 or $mspnat gte 1>> <<if $melaniefucked gte 1 and $natashafucked gte 1 and ndef $melnat>> <br> <<link "Ask her if she like any girls" "melnat">><<addmins 5>><</link>> <</if>> <<if $melnat gte 1>> <br> <<link "Call Natasha over and have another threesome" "melnat">><<addmins 5>><</link>> <</if>><</if>> </div> <</nobr>>
Are you sure you want to end your current round of simulation early? This will reset your progress in the same way as you if used all the days of your simulation. <<link "Whoops, bring me back, I want to keep playing" "Room">><</link>> <<nobr>> <<linkreplace "Yes, I want to restart the simulation and reap my rewards early">><<updatebar>> <<set $enddays to 1>> <<goto Endofdays>> <</linkreplace>> <</nobr>>
<<nobr>> <<include "calc">> <<set $clicked to 0>> <<if $katrinahowfar is undefined>> <<set $katrinahowfar to 0>><</if>> <<if $woundstage eq 3 and $katrinahowfar lte 4>> <<set $katrinaattraction to (($katrinalove*1.5+$stamina*0.7+$charisma*1+$intelligence*0.6+$coding*0.5+$confidence*0.3).toFixed(1))>><br> Katrina's attraction for you is $katrinaattraction <br><br> When you enter, Katrina gets you to seat on the examination table, the two of you get into a bit of small talk as she removes you bandage, then carefully removes your stitches, and changes your bandage for the last time <br><br> <<katrina>>So, this is your last time here, the wound should heal by itself from now on, just try to keep it clean<</katrina>><br> <<say "You" $faceimg>>What a pity, I was starting to enjoy my time with you<</say>><br> <<if $katrinaattraction gte 64>> <b>(Attraction check: Success)</b><br> <<katrina>>Oh yeah, I must say that I will miss you as well<</katrina>><br> <<if $katrinaaddress eq 1>> <<katrina>>Good thing that you know where I live, you can always visit me some times after work, maybe we can talk, or you can fix my PC again, ahahah<</katrina>><br> <<else>> <<katrina>>But you know what? You are a nice person, and I wouldn't mind talking with you again sometimes!<</katrina>><br> <<say "You" $faceimg>>I have the same feeling, should I get hurt sometimes to have a reason to come here again?<</say>><br> <<katrina>>Please don't! That would be so dumb and irresponsible for me to accept... I'll just give you my home address, so that we can maybe meet after work and talk, you could even help me fixing my PC if you know how!<</katrina>><br> <b>Katrina gives you her address, you can now visit her at her home<br><br></b> <<set $katrinaaddress to 1>> <</if>> <<else>> <b>(Attraction check: Fail)</b><br> <<katrina>>Oh well, you should be happy that your wound has healed, maybe we will meet again, but hopefully you won't need it<</katrina>><br> <<if $katrinaaddress eq 1 >> But you have my address anyway, we can always meet if I need more help fixing my PC<br> <</if>> <</if>> <<linkreplace "Can we make our last appointment here special?">> <<say "You" $faceimg>>Can we make our last appointment here special?<</say>><br> <<if $katrinahowfar is 0>> <<katrina>>Jeez, ok, I guess I know you well enough now, and I will give you one last thing to think about, let it be our little secret, ok?<</katrina>><br> Katrina raises her nurse uniform a bit, and shows you her tits<br> <<video "images/katrina/nursetits.mp4" >><br> <<say "You" $faceimg>>Wow, they are nice!<</say>><br> <<katrina>>I know right? Now hop on, and try to not get to the infirmary again!<</katrina>><br> Those sure are a nice pair of tits, but you can't help but feel that you could have got more out of her if you played your cards better.<br> <<lust "10">> <<link"Go back to your room" "Room">><</link>> <</if>> /*------------------------------------------------------------------------------*/ <<if $katrinahowfar is 1>> <<katrina>>Hm... ok, or you could just say that you want to see my tits again<</katrina>><br> <<say "You" $faceimg>>Indeed<</say>><br> <<katrina>>Hehe, there you go, one last look<</katrina>><br> <<video "images/katrina/nursetits.mp4" >><br> <<say "You" $faceimg>>They are so nice... you keep making me so horny, and I really shouldn't use my arm to masturbate<</say>><br> <<katrina>>Oh, you're left handed?<</katrina>><br> Oh crap, that was poorly thought out, too late now<br> <<say "You" $faceimg>>Ehm... sure, I didn't want to hurt my arm<</say>><br> <<katrina>>Can't you use your other hand?<</katrina>><br> <<say "You" $faceimg>>I'm not used to doing that, it gets tired too fast...<</say>><br><br> You lie.<br> <<say "You" $faceimg>>Could you maybe... help me with it?<</say>><br> <<katrina>>Really?<</katrina>><br> <<say "You" $faceimg>>Well, it's your fault if I ended up with a dick so hard<</say>><br> <<katrina>>God damn... I feel like you're manipulating me a bit, but whatever, I'm a nurse after all, so I'll take care of your... physical condition<</katrina>><br> You look at her with a pleading stare.<br> She sighs.<br><br> <<katrina>>Let's call this a farewell gift, and nothing more, pull down your pants<</katrina>><br> With your right hand. you start lowering your pants and take your dick out.<br> She continues on her own:<br> <<katrina>>After all, I'm just taking care of a patient's problem, this is nothing wrong<</katrina>><br> She gets closer to you, grabs your dick and starts wanking it<br> <<video "images/katrina/nursehandjob.mp4" >><br> <<if $sexcontrol lte 60>> <b>(Sex control skill check: Fail)</b> She then takes off her nurse uniform, and only wears a cute shirt underneath that reveals much better the outline of her big tits<br> You manage to last for (<<print (($sexcontrol/3).toFixed(0))>>) more minutes until you finally come in her cupped hand<br> <<video "images/katrina/nursehandcum.mp4" >><br> <<katlove "5">> <<sexcon "1.3">> <<lust "-40">> <<stress "-4">> <<addmins 20>> <<link "Walk back to your room" "Room">><<set $woundday = $currentday>><</link>> <<else>> <<addmins 20>> <b>(Sex control skill check: Success)</b> She continues doing that for about 20 minutes, staring more and more at your cock, her resurfacing horniness is starting to show even if she's trying to hide it, but she starts to get a bit tired<br> <<katrina>>I must admit that your endurance is impressive, I didn't expect that from a boy your age<</katrina>><br> She then pauses a bit, her hand is clearly aching a bit<br> <<katrina>>Let's see if this can get the job done<</katrina>><br> <<video "images/katrina/nurseblow.mp4" >><br> <<if $katrinaoralachievement is 0 or $katrinaoralachievement is undefined >> <<set $katrinaoralachievement to 1>><<cod 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> She starts sucking your cock with skillful dedication , goes on for a few minutes, then she removes her nurse uniform and kneels down at the bottom of the bed, to go faster.<br> After more of this treatment, you pass the point of no return and you are about to cum, she senses that and gets her face away, getting you to cum on her hand.<br> <<video "images/katrina/nurseblowhandcum.mp4" >><br> <<addmins 8>> <<katlove "6">> <<sexcon "1.4">> <<lust "-40">> <<stress "-6">> <<link "Walk back to your room" "Room">><<set $woundday = $currentday>><</link>> <</if>> <</if>> /*------------------------------------------------------------------------------*/ <<if $katrinahowfar eq 2 or $katrinahowfar eq 3>> <<katrina>>Yeah, I'm pretty sure that I know what you mean by now, let me lock that door and pull down your pants<</katrina>><br> <<katrina>>First of all, you can take a look at these<</katrina>><br> <<video "images/katrina/nursetits.mp4" >><br> You start wanking your dick while looking at the scene, after all she did tell you to take your pants down<br><br> <<katrina>>Well, look at that hard dick... I guess I'm just taking care of a patient's problem, there's nothing wrong with it<</katrina>><br> She gets closer to you, grabs your dick and starts wanking it herself<br> <<video "images/katrina/nursehandjob.mp4" >><br> <<if $sexcontrol lte 60>> <b>(Sex control skill check: Fail)</b> She senses that you are coming a bit too fast, so she stops for a while and says:<br> <<katrina>>Hey, don't come already, I wanted to give you something extra today, consider this a farewell gift<</katrina>><br> <<video "images/katrina/nurseblow.mp4" >><br> <<if $katrinaoralachievement is 0 or $katrinaoralachievement is undefined >> <<set $katrinaoralachievement to 1>><<cod 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> She starts sucking your cock with skillful dedication, but you are getting very close very fast again, so she removes her nurse uniform and kneels down at the bottom of the bed, and gets you to finish.<br> You quickly pass the point of no return and you are about to cum, she gets her face away, getting you to cum on her hand.<br> <<video "images/katrina/nurseblowhandcum.mp4" >><br> <<addmins 9>> <<katlove "8">> <<sexcon "2">> <<lust "-40">> <<stress "-6">> <<link "Walk back to your room" "Room">><<set $woundday = $currentday>><</link>> <<else>> <<addmins 20>> <b>(Sex control skill check: Success)</b> She continues doing that for about 20 minutes, staring more and more at your cock, her resurfacing horniness is starting to show even if she's trying to hide it, but she starts to get a bit tired<br> <<katrina>>I must admit that your endurance is impressive, you keep impressing me<</katrina>><br> She then pauses a bit, her hand is clearly aching a bit<br> <<katrina>>Let's see if this can get the job done<</katrina>><br> <<video "images/katrina/nurseblow.mp4" >><br> <<if $katrinaoralachievement is 0 or $katrinaoralachievement is undefined >> <<set $katrinaoralachievement to 1>><<cod 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> She starts sucking your cock with skillful dedication , goes on for a few minutes, then she kneels down at the bottom of the bed, and keeps sucking.<br> <<katrina>>I want you to remember our last time here, just cum in my mouth sweetie<</katrina>><br> <<video "images/katrina/nurseblowcim.mp4" >><br> <<katrina>>Hmm, so tasty,... that was nice! I really hope I get to see you again somewhere else sometimes!<</katrina>><br> <<addmins 10>> <<katlove "10">> <<sexcon "2">> <<lust "-40">> <<stress "-8">> <<link "Walk back to your room" "Room">><<set $woundday = $currentday>><</link>> <</if>> <</if>> <</linkreplace>> <</if>> <<if $woundstage eq 3 and $katrinahowfar eq 5>> <<katrina>>So, it seems that your wound has fully healed itself, it's a pity that we won't have an excuse to meet here again<</katrina>><br> <<say "You" $faceimg>>I know right? Let's make our last time here special<</say>><br> <<katrina>>We will, but let me do my job first, love<</katrina>><br> She then proceeds at removing your stitches, cleaning and bandaging the wound one last time, she is very gentle and loving.<br><br> <<katrina>>Ok, what should we do now? Let me lock that door...<</katrina>><br> <<say "You" $faceimg>>I want to fuck you in your work clothes so much...<</say>><br> <<katrina>>Straight to the point, huh? I guess that can be arranged<</katrina>><br> <<if $fuckkatrinanurseachievement is 0 or $fuckkatrinanurseachievement is undefined >> <<set $fuckkatrinanurseachievement to 1>><<sexexp 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> She gets you to lay down on the examination bed, then raises her uniform and lets you get a good look at her tits<br> <<video "images/katrina/nursetits.mp4" >><br> She then starts getting closer to you and starts grinding on your crotch, you get your dick out of your pants and this gets you hard pretty fast<br> After a while, she slides down her pants and reveals her beautiful shaved vagina.<br> <<video "images/katrina/katnursepantsoff.mp4" >><br> She then positions herself on top of you and slides your dick inside, she's very wet and it goes inside without much effort<br> <<video "images/katrina/katnursefuckstart.mp4" >><br> She keeps riding you, then quickens her pace<br> <<video "images/katrina/katnursefuckcont.mp4" >><br> She rides you faster and faster until she brings herself to an orgasm, then, being pretty tired, she puts herself on all four and waits for you to take the lead.<br> You don't need her to even ask, you put your dick back inside her and start pumping faster and faster<br> <<video "images/katrina/katnursefuckcont2.mp4" >><br> This brings her to another orgasm, and that excites you so much that you can't help to climax yourself, you decide to warn her about it, because you are not sure if she's on the pill.<br> <<say "You" $faceimg>>I'm about to cum...<</say>><br> <<katrina>>Oh, please cum in my mouth, I want to taste it so bad!<</katrina>><br> You cannot say no to such a request, so you decide to make her happy.<br> <<video "images/katrina/katnursefuckcum.mp4" >><br> <<katrina>>This was awesome, I've masturbated so many times here, but I never dreamed to actually get fucked on this bed.<</katrina>><br> <<say "You" $faceimg>>You were awesome, Katrina, the best nurse I ever had by far!<</say>><br> <<katrina>>Thank you... I love you, $name<</katrina>><br> <<set $katrinafucked +=1>> <<addmins 22>> <<katlove "15">> <<ene "7">> <<sexcon "2.5">> <<lust "-40">> <<stress "-12">> <<link "Walk back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <<if $woundstage eq 1 or $woundstage is 2>> Katrina Starts undressing your wound, she cleans it, disinfects it and then replaces it with another bandage<br> The two of you exchange some small talk while she does that<br> <<set $katrinaattraction to (($katrinalove*1.5+$stamina*0.7+$charisma*1+$intelligence*0.6+$coding*0.5+$confidence*0.3).toFixed(1))>><br> Katrina's attraction for you is $katrinaattraction <br><br> <<linkreplace "Bring up the noises you heard before">> <<if $clicked eq 0>> <<set $clicked to 1>> <<say "You" $faceimg>>Ehm, before I entered, I heard some strange noises...<</say>><br> <<katrina>>Oh yes, don't worry about that<</katrina>><br> <<say "You" $faceimg>>They sounded like moans...<</say>><br> <<katrina>>It was my PC acting up, I think I got some virus<</katrina>><br> <<say "You" $faceimg>>Do you want me to check it for you?<</say>><br> She seems to get caught off-guard<br><br> <<katrina>>It's not necessary, thank you, I'll see if I can fix it myself<</katrina>><br> She doesn't like that you are bringing this up and insisting upon it, she starts acting nervous<br> <<katlove "-1">> <<if $charisma gte 28>> <b>(Charisma skill check: Success)</b> <<say "You" $faceimg>>Are you sure? I'm good at this kind of things, you certainly can't have anything to hide<</say>><br> You basically end up trapping her between admitting she might have something to hide or letting you help her, well done! <br> <<say "You" $faceimg>>It's the least I can do for you<</say>><br> She fetches her laptop and brings it to you, so that you can check whatever's wrong with it<br> <<katrina>>Ok, if you really insist, take a look at it<</katrina>><br> <<if $coding gte 25>> <b>(Coding skill check: Success)</b> You can see that there's a browser tab with a porn video open, the timer is stopped at 19 minutes, there's no way that a convenient "virus" opened it at that minute, it's clear that she's lying and she was just watching porn.<br> <<say "You" $faceimg>>Oh yeah, this is definitely a virus, there's no way a smart girl like you would be so horny that she was just watching porn during her shift<</say>><br> You look at her, and you give her a sly smile<br> She stays silent and looks at you concerned, trying to show no emotions<br> You break the awkward silence<br> <<say "You" $faceimg>>Is this your only PC? there certainly is a lot of garbage installed that is slowing it down<</say>><br> <<katrina>>I have a desktop at home, and yeah, both of them slow down each day a little more<</katrina>><br> This isn't something you made up, there is a lot of garbage software, toolbars and a bunch of nonsense that is cluttering her PC, you clean it all up<<addmins 20>>. This takes you about 20 minutes, but in the end you did a good job<br> Your reboot it<br> <<say "You" $faceimg>>There you go, look how fast it starts now<</say>><br> She is genuinely impressed, you did an actual useful job, while she was worried that you were just going to blackmail her.<br> <<katrina>>Thanks! it's much better now, Maybe one evening you can come check out even my PC at home?<</katrina>><br> <<say "You" $faceimg>>Sure, just give me the address<</say>><br> <b>Katrina gives you her address, you can now visit her at her home<br><br></b> <<set $katrinaaddress to 1>> <<say "You" $faceimg>>I'm gonna head out now, looking at that porn made me horny, I'm gonna have to go to my room and take care of it<</say>><br> <<katrina>>I'm sorry, I feel that it's kind of my fault<</katrina>><br> <<say "You" $faceimg>>Can you show me something to help me out?<</say>><br> <<katrina>>Well, you were helpful after all, and this is my fault... Be sure to not tell anyone or I will poison you<</katrina>><br> She then lifts the upper part of her uniform and shows you her tits<br> <<video "images/katrina/nursetits.mp4" >><br> <<say "You" $faceimg>>Wow, your tits are wonderful<</say>><br> She smiles<br> <<katrina>>Thanks, now go, before someone catches me again<</katrina>><br> Again?... that's an interesting way to confirm what happened before...<br> <<lust "9">> <<katlove "2">> <<set $katrinahowfar to 1>> <br> <<link"Go back to your room" "Room">><<set $woundday = $currentday>><</link>> <<else>> <b>(Coding skill check: Fail)</b> You clearly have no idea what you are doing, but you see that there is a browser tab with a porn video open, and you point that out to her<br> <<katrina>>Yes, I know, that's something that got opened by the virus, you know how to fix that?<</katrina>><br> You suspect that she's lying, but you have no idea what to do from here<br> <<say "You" $faceimg>>I see, I don't know if that's a virus...<</say>><br> <<katrina>>Well, I didn't open that<</katrina>><br> You didn't plan this well enough, you don't know what to say to that anymore<br> You advise her to get an antivirus, that's a pretty dumb advice.<br> She nods, she is clearly starting to wonder why she even agreed to let you check it out<br> <<katrina>>Well, thanks anyway<</katrina>><br> She gives you another appointment, and you just head out.<br> <<link "Walk back to your room" "Room">><<set $woundday = $currentday>><</link>> <</if>> <<else>> <b>(Charisma skill check: Fail)</b><br> <<link "Walk back to your room" "Room">><<set $woundday = $currentday>><</link>> <</if>> <<else>>You already selected another option <</if>> <</linkreplace>> <br> /*---------------------*/ <<if $katrinaaware eq 1 and $confidence gte 32>> <<linkreplace "(confidence)Accuse her of watching porn">> <<if $clicked eq 0>> <<set $clicked to 1>> <<say "You" $faceimg>>Anyway... What kind of porn were you watching when I knocked at the door?<</say>><br> She drops the bandage that she was wrapping around your arm in shock<br> You can see guilt in her eyes, but it quickly turns into anger<br> <<katrina>>How dare you accuse me of something like that?<</katrina>><br> <<say "You" $faceimg>>I heard the noises... and I saw your face when you opened<</say>><br> <<katrina>>What?... It was just something that opened itself, I wasn't watching porn, it's probably a virus<</katrina>><br> <<say "You" $faceimg>>Why was your face so flushed then?<</say>><br> <<katrina>>Why don't you mind your own business?<</katrina>><br> <<katlove "-1">> <<if $charisma gte 24>> <b>(Charisma skill check: Success)</b> You try turning the situation around by offering to help her, she's in distress and you know she might probably accept a way out if offered<br><br> <<say "You" $faceimg>>Look, I'm sorry, I didn't want to judge you, I've heard of similar viruses before, I can take a look at the PC for you if you want<</say>><br> She is still a bit upset and seems a bit skeptical about showing you her laptop<br> <<katrina>>I don't know, maybe it will just go away...<</katrina>><br> <<if $coding gte 22>> <b>(Coding skill check: Success)</b> <<say "You" $faceimg>>I never heard of a virus going away on its own, trust me, I know what I'm talking about<</say>><br> <<if $katrinaconfrontachievement is 0 or $katrinaconfrontachievement is undefined >> <<set $katrinaconfrontachievement to 1>><<conf 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> She is basically left with not options, so she fetches her laptop and gives it to you to check<br><br> <<katrina>>There, as you can see, it's full of virus and garbage. happy?<</katrina>><br> You don't want to just be a dick to her, so you spend about 15 minutes cleaning it up from garbage software and toolbars.<br> There is obviously no "virus" opening porn, but you do find an open tab with a porn video, and when you are done with the rest, you resume playing it when you are sure that she's watching<br><br> <<say "You" $faceimg>>Your PC is now cleaner and should run and load much faster, obviously there was no virus related to porn, that's a good choice for a video though<</say>><br> <<katrina>>Come on, stop it!<</katrina>><br> She seems less annoyed and determined than she was before, you interrupted her in the middle of her action anyway, and her denied arousal is starting to resurface, so you let the video play a little longer.<br> She has to physically grab the laptop from you to stop the video. You laugh and play that off as a joke.<br> <<say "You" $faceimg>>Damn, It's been a while since I masturbated myself, with the arm hurting and everything...<</say>><br> <<katrina>>Oh, you're left handed?<</katrina>><br> Oh crap, that was poorly thought out, too late now<br> <<say "You" $faceimg>>Ehm... sure, I didn't want to hurt my arm<</say>><br> <<katrina>>Can't you use your other hand?<</katrina>><br> <<say "You" $faceimg>>I'm not used to doing that, it gets tired too fast...<</say>><br> You lie.<br> <<say "You" $faceimg>>Could you maybe... help me with it?<</say>><br> <<katrina>>Really?<</katrina>><br> <<say "You" $faceimg>>Well, it's your fault if I ended up watching porn, now my dick is hard<</say>><br> <<katrina>>Look, you did a good job, so I'll make you a deal, you fix my PC at home as well, and I'll help you with... that...<</katrina>><br> <<say "You" $faceimg>>Sounds reasonable, just give me your address<</say>><br> <b>Katrina gives you her address, you can now visit her at her home<br><br></b> <<set $katrinaaddress to 1>> You save the address on your phone, then resume looking at her, with an expecting look.<br> She sighs.<br> <<katrina>>Let's call this an exchange of favors, and nothing more, pull down your pants<</katrina>><br> With your right hand. you start lowering your pants and take your dick out.<br> She continues on her own:<br> <<katrina>>After all, I'm just taking care of a patient's problem, this is nothing wrong<</katrina>><br> She gets closer to you, grabs your dick and starts wanking it<br> <<video "images/katrina/nursehandjob.mp4" >><br> <<if $sexcontrol lte 60>> <b>(Sex control skill check: Fail)</b> She then takes off her nurse uniform, and only wears a cute shirt underneath that reveals much better the outline of her big tits<br> You manage to last for (<<print (($sexcontrol/3).toFixed(0))>>) more minutes until you finally come in her cupped hand<br> <<video "images/katrina/nursehandcum.mp4" >><br> <<set $katrinahowfar to 2>> <<addmins 18>> <<katlove "2">> <<sexcon "1.2">> <<lust "-40">> <<stress "-4">> <<link "Walk back to your room" "Room">><<set $woundday = $currentday>><</link>> <<else>> <<addmins 20>> <b>(Sex control skill check: Success)</b> She continues doing that for about 20 minutes, staring more and more at your cock, her resurfacing horniness is starting to show even if she's trying to hide it, but she starts to get a bit tired<br> <<katrina>>I must admit that your endurance is impressive, I didn't expect that from a boy your age<</katrina>><br> She then pauses a bit, her hand is clearly aching a bit<br> <<katrina>>Let's see if this can get the job done<</katrina>><br> <<video "images/katrina/nurseblow.mp4" >><br> <<if $katrinaoralachievement is 0 or $katrinaoralachievement is undefined >> <<set $katrinaoralachievement to 1>><<cod 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> She starts sucking your cock with skillful dedication , goes on for a few minutes, then she removes her nurse uniform and kneels down at the bottom of the bed, to go faster.<br> After more of this treatment, you pass the point of no return and you are about to cum, she senses that and gets her face away, getting you to cum on her hand.<br> <<video "images/katrina/nurseblowhandcum.mp4" >><br> <<set $katrinahowfar to 3>> <<addmins 8>> <<katlove "3">> <<sexcon "1.4">> <<lust "-40">> <<stress "-6">> <<link "Walk back to your room" "Room">><<set $woundday = $currentday>><</link>> <</if>> <<else>> <b>(Coding skill check: Fail)</b> <<say "You" $faceimg>>Look, I know you're lying, just admit that you were watching porn, there's nothing wrong with it, you of all people should know it<br><</say>><br> <<katlove "-3">> <<set $katrinaaware to 1>> Katrina doesn't appreciate the fact that you're putting even more pressure on her<br> She is pissed, you probably went a bit overboard, she hastily finishes dressing up your wound, you'll see her again when you have another appointment<br> <<link "Walk back to your room" "Room">><<set $woundday = $currentday>><</link>> <</if>> <<else>> <b>(Charisma skill check: Fail)</b> Katrina is pissed, you probably went a bit overboard, she hastily finishes dressing up your wound, you'll see her again when you have another appointment<br> <<link "Walk back to your room" "Room">><<set $woundday = $currentday>><</link>> <</if>> <<else>>You already selected another option <</if>> <</linkreplace>> <</if>> /*--------------------*/ <br> <<linkreplace "Just strike up a friendly conversation">> <<if $clicked eq 0>> <<set $clicked to 1>> <<addmins 45>> <br>You and Katrina talk for about 45 minutes about school, about her job, about how Tyler actually managed to get expelled and a few other things.<br> <<if $stalkedkatrina eq 1>> You stalked Katrina on Instatok, so you know her interests pretty well, that helps your steering the conversation on thing you know that she would appreciate.<br> <<katlove "3">> <<else>> The conversation is overall pleasant and improves her mood, if you knew her better it would have certainly helped.<br> <<katlove "1">> <</if>> <<if $charisma gte 35>> <b>(Charisma check: Success)</b><br> Your ability to talk and make her laugh also helps a lot in the the conversation<br> <<katlove "2">> <<if $katrinalaughachievement is 0 or $katrinalaughachievement is undefined >> <<set $katrinalaughachievement to 1>> <<cha 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<else>> <b>(Charisma check: Fail)</b><BR> <</if>> The conversation is stimulating, she really is a funny girl, you feel she inspires you at being more spontaneous in your way to talk.<br> <<cha "4.2">> She then asks you to come back in a few more days for another medication<br> <<link "Walk back to your room" "Room">><<set $woundday = $currentday>><</link>> <<else>>You already selected another option <</if>> <</linkreplace>> <br> <br> <</if>> <</nobr>>
<<nobr>> <<if $katrinakissed is undefined>><<set $katrinakissed to 0>><</if>> <<if $katrinafucked is undefined>><<set $katrinafucked to 0>><</if>> <<if $katrinaanaled is undefined>> <<set $katrinaanaled to 0>><</if>> <<if $stalkedkatrina is 1>> Katrina is 24 years old, she works as a nurse on the school's infirmary <<else>> Katrina is the school's nurse working in the infirmary.<br> She seems to be from eastern europe, from her accent.<br> You don't know much about her, maybe you could learn something more focusing a bit more on her and checking her out on social medias. <</if>> <<if $stalkedkatrina is 1>> <br>[img[setup.ImagePath+'katrina/instatok.png']]<br> Age: 24<br> <<else>> <br>[img[setup.ImagePath+'katrina/face.png']]<br> <</if>> <</nobr>> Katrina's Love : $katrinalove Katrina activity count: ( Kissed = $katrinakissed , Fucked = $katrinafucked , Assfucked = $katrinaanaled ) <br> <<nobr>> <<if $stalkedkatrina is 1>> Katrina's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br> Love : 150% - Katrina gives average importance to acts of kindness or love towards her (<<print (($katrinalove*1.5).toFixed(1))>>)<br> Charisma: 100% - Katrina values sense of humor a lot, probably more than any other feature in a man (<<print (($charisma*1).toFixed(1))>>)<br> Stamina: 70% - Being in the medical field, she appreciates someone that can stay healthy even if she doesn't really care about appearance (<<print (($stamina* 0.7).toFixed(1))>>)<br> Intelligence: 60% - She loves when the person that she interacs with can be witty and mentally mature (<<print (($intelligence * 0.6).toFixed(1))>>)<br> Coding: 50% - She might not be tech-savy, but she certainly appreciates someone that has a good grip on technology, more specifically, getting her PC to work well (<<print (($coding* 0.5).toFixed(1))>>)<br> Confidence: 30% - She would never point it out to anybody, but some confidence always help when dealing with girls like her (<<print (($confidence* 0.3).toFixed(1))>>)<br> Katrina is not a student in the school, therefore she doesn't care if you are popular or not<br> <<set $katrinaattraction to (($katrinalove*1.5+$stamina*0.7+$charisma*1+$intelligence*0.6+$coding*0.5+$confidence*0.3).toFixed(1))>><br> Katrina's attraction for you is $katrinaattraction <br> <</if>> <</nobr>> <<link "Back">> <<script>> Dialog.setup("Girls Stats"); Dialog.wiki(Story.get("Girls Stats").processText()); Dialog.open(); <</script>> <</link>>
<<nobr>> <<if $katrinaanaled is undefined>><<set $katrinaanaled to 0>><</if>> <<include "calc">> <<if $katrinafirstapa is 1>> You head down to Katrina's place, you already know where is is, you buzz the intercom, she opens the door and you find her upstairs.<br> <img src="images/katrina/apartment.png"><br> She welcomes you inside, and the two of you exchange a few words and formalities, until you are at the point where she asks you:<br> <</if>> <<if $katrinafirstapa eq 0 or $katrinafirstapa is undefined>> <<set $katrinafirstapa to 1>> You walk until you reach the address Katrina gave you.<br> After a while, you reach a 4-story building you get close to the main entrance and buzz the intercom, after a dozen of seconds you hear a familiar voice with a think eastern-europe accent:<br> <<katrina>>Hello, who is it?<</katrina>><br> <<if $confidence gte 35>> <b>(Confidence skill check: Success)</b><br> <<say "You" $faceimg>>Key Katrina, it's me<</say>><br> <<katrina>>$name ?... Oooh, come on up!<</katrina>><br> <<katlove "1">> <<else>> <b>(Confidence skill check: Fail)</b><br> You are very tense, you don't feel particularly ready to to this, but you push through<br> <<say "You" $faceimg>>Hello... it's $name, from college<</say>> <<katrina>>Oh, sure, come on up<</katrina>><br> <</if>> <br> She's on first floor, you do this flight of stairs and you find her waiting for you at the door<br> <img src="images/katrina/apartment.png"> <<katrina>>Heeey, I'm so glad you came!<</katrina>><br> She literally jumps towards you and kisses you on the lips from the excitement<br> There is a few seconds of embarassment, and you both stand still, then she gives you a few more kisses<br> <<video "images/kiss.mp4" >> /*----kissengine----*/ <<if $katrinakissachievement is 0 or $katrinakissachievement is undefined >> <<set $katrinakissachievement to 1>><<cha 2>><<updatebar>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $katrinakissed is 0>> <b>You kissed Katrina for the first time! </b><br> The fact that you kissed Katrina will probably remain a secret, but kissing an older girl will definitely put a new shine on you!<br> <b>Your popularity <span style="color: #008000;">increased</span> by 3</b><br> <<set $popularity +=3>> <</if>> <<set $katrinakissed +=1>> /*-------------------*/ She then stops again and says:<br> <<katrina>>Ehm... I'm sorry, I don't want you to get the wrong idea, I was just so happy that you actually came!<</katrina>><br> <<katrina>>Where are my manners, let me show you my home!<</katrina>><br> She then welcomes you into the apartment she's renting, she gives you a brief tour and shows you the place, it's average, nice and cozy with a couple rooms.<br> <</if>> Anyway, what do you want to do?<br> <<set $katrinaattraction to (($katrinalove*1.5+$stamina*0.7+$charisma*1+$intelligence*0.6+$coding*0.5+$confidence*0.3).toFixed(1))>><br> Katrina's attraction for you is $katrinaattraction <br><br> <div id="first"> <<if $katpcfixed is 0 or $katpcfixed is undefined>> <<link "Well, I came here to fix your PC, like you asked me to..." "katrinascene">> <<set $katrinascene to 1>> <</link>> <<else>> <<link "Maybe I can give another look at your PC?">><<replace "#first">> <<katrina>>Ehm... Sure, now that I think about it, it was acting up a bit this morning<</katrina>><br> <<if $intelligence gte 42>> <b>(Intelligence check: Success)</b> You are pretty sure that she is lying, she probably just wants to repeat what you did last time<br> <</if>> <<link "Start ''working''" "katrinascene">><<set $katrinascene to 1>><</link>> <</replace>> <</link>> <</if>> <br> <<link "We could chill out a bit, maybe watch something on tv?">><<replace "#first">> <<set $dailykatrina to 1>> <<katrina>>Yeah, why not, it's been a long day, let's do that<</katrina>><br> Katrina goes over the couch in front of the TV and puts on something to watch. <<video "images/katrina/katrinatvwatch.mp4" "0" "al">> <<if $confidence gte 42>> /*1*/ <<link "(42conf) Start playing with her boobs">><<replace "#first">> <<video "images/katrina/katrinatvtouchboobs.mp4" "6" "al">> <<katrina>>Hey<</katrina>><br> <<say "You" $faceimg>>Sorry, I couldn't resist, your tits are awesome<</say>><br> <<katrina>>Are you already horny?<</katrina>><br> <<say "You" $faceimg>>How can I not be? I wish I could put my dick between them<</say>><br> <<katrina>>Oh, I thought you were going to ask for more... Sure, we can do that<</katrina>><br> <<katrina>>Come over here<</katrina>><br> She removes her shirt and tells you to slide your dick inside her bra.<br> She then presses her boobs together, enveloping your hard dick and starts going up and down<br> <<if $katrinatitfuckach is 0 or $katrinatitfuckach is undefined >> <<set $katrinatitfuckach to 1>> <<int 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<video "images/katrina/katrinatvtitfuck.mp4" "10" "l">> <<addmins 6>> This goes on for a while.<br> <<katrina>>Hmm, please come between them for me<</katrina>><br> This is just so good, and she asked for it, so you decide to stop resisting and release your cum.<br> <<video "images/katrina/katrinatvtitfuckcum.mp4" >> <<katrina>>Oh yes, cover my tits with your cum<br><</katrina>> <<katlove "1.5">> <<stress "-9">> <<sexcon "2.1">> <<conf "1.4">> <<lust "-40">> <<ene "2">> <<link "Exit the house" "Outside">><<set $energy -=$enewid>><</link>><br> <</replace>><</link>><br> <<else>> You feel that if you had more confidence, you could try do something to her right now. <</if>> /*1-0*/ <<link "Just watch TV and see where it goes">><<replace "#first">> You decide not to try anything and just go with the flow.<br> You spend an entire hour watching TV with Katrina<br> <b>1 hour has passed<br> </b><br> <<stress "-2">> <<addmins 63>> <<katrina>>That was very relaxing, thanks for spending time with me<</katrina>> <br> <<say "You" $faceimg>>Oh, that was a pleasure. I'm here for you if you need anything<</say>><br> <<katrina>>Anything?<</katrina>><br> <br> <<say "You" $faceimg>>Of course<</say>><br> <<katrina>>Do you want to help me... relax even more?<</katrina>><br> You nod, she takes you by the hand and leads you in the other room.<br> She removes her pants and shirt and ask you to lay down on the bed.<br><br> <<katrina>>Tell me if you feel uncomfortable<</katrina>><br> She then mounts on top of you, and delicately sits on your face, then slightly moves her panties to the side. You know what you have to do.<br> <<video "images/katrina/katrinatvpussylick.mp4" >> <<if $katrinapussylickach is 0 or $katrinapussylickach is undefined >> <<set $katrinapussylickach to 1>> <<sta 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<addmins 12>> <<updatebar>> You keep licking her for a few minutes, until she has an orgasm on your face. You can taste her wetness in your mouth, it's delicious.<br>Still a bit shaken from he recent orgasm, she asks you<br><br> <<katrina>>You have been great, how can I reward you?<</katrina>><br> <div id="reward"> <<link "Ask her to play with her feet">><<replace "#reward">> <<say "You" $faceimg>>Can I play with your beautiful feet?<</say>><br> <<katrina>>Of course you can<</katrina>><br> You take her feet in your hands, and start massaging and licking them.<br> After a bit, she asks you to take out your cock, and <<link "you don't need to be asked twice" "katrinascene">><<set $katrinascene to 3>> <</link>> <</replace>><</link>> <br> <<link "Ask for her pussy">><<replace "#reward">> <<say "You" $faceimg>>Can we fuck?<</say>><br> <<if $katrinaattraction lte 195>> <<katrina>>I don't know, you're so much younger than me... it feels kind of wrong<</katrina>><br> <<say "You" $faceimg>>So... no?<</say>><br> <<katrina>>I'm sorry dear, But I want you to have some fun anyway, take out your dick...<</katrina>><br> <<link "she starts using her feet on your hard dick" "katrinascene">><<set $katrinascene to 3>><</link>> <<else>> <<katrina>>Oh yes, You might be younger, but I don't care anymore. I just want you inside me...<</katrina>><br> <<link "Let her ride you" "katrinascene">><<set $katrinascene to 4>><</link>> <</if>> <</replace>><</link>> <br> <<link "Ask for her ass">><<replace "#reward">> <<if $katrinaanaled eq 0>> <<say "You" $faceimg>>Do you like anal? I really wish I could take your little asshole<</say>> <<else>>Can we do anal again? <</if>><br> <<if $katrinaattraction lte 290>> <<if $katrinafucked gte 1>> <<katrina>>I'm sorry, I really don't like anal, my asshole is too tight and there's no way I can enjoy it, it just hurts too much<</katrina>><br> <<katrina>>There's another hole that we can fill though<</katrina>><br> Katrina grins at you.<br> <<link "Fill her other hole" "katrinascene">><<set $katrinascene to 4>><</link>> <<else>> <<katrina>>Come on $name, we didn't even have normal sex and you already ask for my ass? I wanted to do something nice for you, but... get over yourself<</katrina>><br> <<katlove "-3">> <<link "She almost kicks you outside" "Outside">><<set $energy -=2>> <</link>><br> <</if>> <<else>> <<if $katrinaanaled eq 0>> <<katrina>>Damn... How can I say no to someone as sweet as you?<</katrina>><br> <<say "You" $faceimg>>Really? We're going to do it?<</say>><br> <<katrina>>Please be gentle, this is a gift just for you, I tried with toys, but you will be the first one putting a dick in there<</katrina>><br> <<say "You" $faceimg>>Thank you Katrina, this means a lot<</say>><br> <<link "You start preparing for anal" "katrinascene">><<set $katrinascene to 5>><</link>> <<else>> <<katrina>>I really hoped you wouldn't have asked for that again, you know it hurts a lot for me, but I promised you a reward...<</katrina>><br> <<katlove "-1">> <<link "You start preparing for anal" "katrinascene">><<set $katrinascene to 5>><</link>> <</if>> <</if>> <</replace>><</link>> </div> <</replace>><</link>> <</replace>><</link>> </div> <</nobr>>
<<nobr>> <<if $melanieanalinstead eq 1>> <<unset $melanieanalinstead>> <<say "You" $faceimg>>Do you want to do anal again? I kinda miss it<</say>><br> <<melanie>>Sure, why not, let me get prepared<</melanie>><br> She gets to her desk, near the entrance, and takes the lube bottle from her drawer, then she lays down on the couch, spreading her lubed up asshole for you.<br> You get closer, with your dick in hand, and go straight to trying to penetrate her, once again, she offers no resistance.<br> <<video "images/melanie/1analinsert.mp4" >><br> After a few minutes, her ass becomes fully accustomed to your dick and you begin fucking her faster.<br><br> <<if $sexcontrol lte 33>> It's still really tight though, and you are dangerously close to coming already, you suggest her to change position as an excuse to get some respite.<br><br> She mounts on top of you, slides your dick in and resumes fucking you<br> <<video "images/melanie/1anallast.mp4" >><br> Perhaps this was a mistake, she starts to enjoy it too much and ramps up the speed.<br> You are no longer in control of the rhythm, and she brings you to an orgasm pretty quickly, you fill her asshole with your spunk after less than a minute.<br><br> <<video "images/melanie/1analcreampie.mp4" >><br> Cum starts leaking from her asshole, and drips down all the way down her couch.<br> <<melanie>>What!? Did you already cum?<</melanie>><br> <<say "You" $faceimg>>Ehm... You started going a little too fast<</say>><br> <<melanie>>Oh, sorry for trying to have some fun as well... I didn't even get to come<</melanie>><br> <<say "You" $faceimg>>Well, having an orgasm through your ass is more difficult<</say>><br> <<melanie>>I know that you are just trying to manipulate me to have sex with me<</melanie>><br> <<say "You" $faceimg>>I was saying that for you, I'm totally fine fucking your ass<</say>><br> <<melanie>>Ahahah, Sure... Like I didn't know that boys are just after one thing<</melanie>><br> She's actually hurting your brain, does she even realize that... nevermind, better to just stay silent<br> Anyway, you kinda resent not being able to destroy her ass properly, maybe next time you'll do better.<br> <<mellove "-1">> <<sexexp "1">> <<set $melanieanaled +=1>> <<conf "-1">> <<addmins 7>> <<ene "4">> <<sexcon "2.4">> <<stress "-4">> <<lust "-40">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> <<video "images/melanie/1analcontinue.mp4" >><br> After a couple minutes, you are ravaging her asshole at full speed, she starts screaming from an orgasm probably mixed with a bit of pain.<br> <<melanie>>Aaahh, IT'S SO FUCKING DEEP<</melanie>><br> <<if $confidence gte 44>> <b>(Confidence skill check: Success)</b><br> You are now fully in control, you keep fucking her deep and fast, and start spanking her ass as you do so.<br> <<video "images/melanie/1analspank.mp4" >><br> This only seems to turn her on more, she starts muttering appreactive nonsense and she climaxes again.<br> <<mellove "1">> <<conf "1.4">> <<else>> <b>(Confidence skill check: Fail)<br></b> <</if>> You are starting to get a bit tired, so you ask her to do some work as well.<br> She listens to your request, mounts on top of you, slides your dick back in and resumes getting her ass fucked.<br> <<video "images/melanie/1anallast.mp4" >><br> She impales herself on your cock with her ass, and wiggles it back and forth with a good pace, she comes once again as this goes on for a few more minutes, her last orgasm is just what you need to get over the edge<br> You start pumping her ass full with your cum.<br> <<video "images/melanie/1analcreampie.mp4" >><br> Cum starts leaking from her asshole, and drips down all the way down her couch.<br><br> <<if $melaniefucked eq 0>> <<melanie>>Wow, you are good, if you keep being this good, maybe one day we'll even have sex<</melanie>><br> <<say "You" $faceimg>>You don't think this counts as sex?<</say>><br> <<melanie>>Of course not, you'll have to earn my pussy.<</melanie>><br> You refuse to even tackle this argument, as it's too ridiculous to get into, and do you really want to change her mind about giving you easy access to her asshole?<br><br> <<say "You" $faceimg>>Ok Melanie.<</say>><br> She seems happy, and as you dress yourself back, she even tells you:<br><br> <<else>> <<melanie>>OH GOD, anal sex is SO good, fucking is something I had to try for sure, but there's no reason to stop doing anal<</melanie>><br> <<say "You" $faceimg>>Yeah, I agree with you 100% on that<</say>><br> She seems happy, and as you dress yourself back, she even tells you:<br><br> <</if>> <<melanie>>See you tomorrow?<</melanie>><br> <<mellove "2">> <<sexexp "1.5">> <<set $melanieanaled +=1>> <<conf "3">> <<addmins 11>> <<ene "10">> <<sexcon "2.4">> <<stress "-9">> <<lust "-40">> <br> <<link "You finish dressing up, greet her and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <<else>> <<if $melaniefuckachievement is 0 or $melaniefuckachievement is undefined >> <<set $melaniefuckachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $virginity is 1>> <<if $melanievirginachievement is 0 or $melanievirginachievement is undefined >> <<set $melanievirginachievement to 1>><<set $popularity +=5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $melaniefucked eq 0>> <<say "You" $faceimg>>So... you're a virgin?<</say>><br> <<melanie>>Well, not technically, I did break it with a toy when I was younger, but besides that, yes.<</melanie>><br> <<say "You" $faceimg>>I don't know what to say...<</say>><br> <<melanie>>You don't need to say anything, you are a person that has been nicer than most to me, even if you could have blackmailed me or worse, and I'm starting to like you <</melanie>><br> <<say "You" $faceimg>>So, you want me to?...<</say>><br> <<melanie>>Yes, take my virginity, $name <</melanie>><br> You stare at her for a while, her usual bitch face is nowhere to be found right now, and is replaced by something that almost seems scared and sweet<br><br> <<melanie>>Can we do it from behind? that feels more familiar to me<</melanie>><br> You agree, she gets on all four, and you get ready to penetrate her.<br><br> <</if>> <<melanie>>I'm ready...<</melanie>><br> <<video "images/melanie/1fuckinsert.mp4" >><br> You slowly put your dick inside her, and start fucking her, you want to give her pussy some time to adapt to your shaft.<br> <<if $sexcontrol lte 24>> <b>(Sex control check: Fail)</b> After a while, you feel that you are about to come, you decide to shift position to buy some more time.<br><br> <<video "images/melanie/1fuckmissprecum.mp4" >><br> But this only gains you a little more than a minute, after which you barely take your dick out in time and spray your cum on her bush.<br><br> <<video "images/melanie/1cumpussy.mp4" >><br> <<melanie>>Oh come on, really? <<if $melaniefucked eq 0>>This was supposed to be a special moment for me, I waited for so long, and you shoot your load in 2 minues, that's just sad. You better make up for it next time<<else>>I gave you another opportunity, and you still shoot your jizz before even making me come? <</if>><</melanie>> /* virgin and firstfuck check */ <<if $virginity is 1>> <<set $virginity to ["Melanie"]>><br> You lost your virginity to $virginity ! <</if>> <<if $melaniefucked is 0>> <b><span style="color: #6A5ACD;">You have taken Melanie's virginity<br></span></b><br> <b>You fucked Melanie for the first time! This is something to be proud of. She's an extremely popular girl, and your popularity will peak, Good job!<br> Your popularity <span style="color: #008000;">increased</span> by 5!</b><br> <<set $popularity +=5>> <</if>> <<set $melaniefucked +=1>> /*virginfirstfuck */ <<mellove "-1">> <<lust "-40">> <<conf "-1">> <<sexexp "1">> <<stress "-4">> <<addmins 6>> <<sexcon "2.4">> <<ene "6">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> <b>(Sex control check: Success)</b> You keep fucking her in this position for a few minutes, she gets very horny, and as you slow down, she starts moving her ass on her own, taking your dick deep inside her pussy.<br><br> <<video "images/melanie/1fuckcontinue.mp4" >><br> She inevitably reaches an orgasm after riding your dick in this fashion for a while.<br> <<if $sexcontrol gte 52>> <b>(Sex control check: Success)</b> It's been over 20 minutes now, Your performance is impressive, and you want to keep fucking her, but your muscles are getting a bit tired, so she volounteers to take the lead and ride you for a while. She does that for a few minutes but in the end you get back at hammering her from below, you manage to make her reach another orgasm this way.<br><br> <<video "images/melanie/1fuckcowgirl.mp4" >><br> <<melanie>>Oh fuck yes, you have so much to give<</melanie>> After a while, you decide to shift to a more comfortable position.<br> <<video "images/melanie/1fuckmissprecum.mp4" >><br> You are now both satisfied form this long session of fucking, and you are finally reaching your orgasm, where do you want to cum?<br> <div id=cum> <<link "cum on her face">><<replace "#cum">> <<video "images/melanie/1cumface.mp4" >><br> <<melanie>>Oh yes, I love your warm cum dripping down on my face<</melanie>> /* virgin and firstfuck check */ <<if $virginity is 1>> <<set $virginity to ["Melanie"]>><br> You lost your virginity to $virginity ! <</if>> <<if $melaniefucked is 0>> <b><span style="color: #6A5ACD;">You have taken Melanie's virginity<br></span></b><br> <b>You fucked Melanie for the first time! This is something to be proud of. She's an extremely popular girl, and your popularity will peak, Good job!<br> Your popularity <span style="color: #008000;">increased</span> by 5!</b><br> <<set $popularity +=5>> <</if>> <<set $melaniefucked +=1>> /*virginfirstfuck */ <<mellove "3">> <<lust "-40">> <<conf "3">> <<sexexp "2">> <<stress "-11">> <<addmins 26>> <<sexcon "2.4">> <<ene "11">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</replace>><</link>> <br> <<link "cum on her pussy">><<replace "#cum">> <<video "images/melanie/1cumpussy.mp4" >><br> <<melanie>>Yeah, come for me, let it all out<</melanie>> /* virgin and firstfuck check */ <<if $virginity is 1>> <<set $virginity to ["Melanie"]>><br> You lost your virginity to $virginity ! <</if>> <<if $melaniefucked is 0>> <b><span style="color: #6A5ACD;">You have taken Melanie's virginity<br></span></b><br> <b>You fucked Melanie for the first time! This is something to be proud of. She's an extremely popular girl, and your popularity will peak, Good job!<br> Your popularity <span style="color: #008000;">increased</span> by 5!</b><br> <<set $popularity +=5>> <</if>> <<set $melaniefucked +=1>> /*virginfirstfuck */ <<mellove "3">> <<lust "-40">> <<conf "3">> <<sexexp "2">> <<stress "-11">> <<addmins 26>> <<sexcon "2.4">> <<ene "11">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</replace>><</link>> </div> <<else>> <b>(Sex control check: Fail)</b> After a while, you decide to shift to a more comfortable position.<br> <<video "images/melanie/1fuckmissprecum.mp4" >><br> You are now plowing her for what have been at least 10 minutes, and you feel like you cannot take it anymore, you have to cum. You keep fucking her until you reach your orgasm, then you quickly bring it close to her face, and spray her with your cum.<br><br> <<video "images/melanie/1cumface.mp4" >><br> <<melanie>>Oh yeah, it's so nice and warm on my face<</melanie>> /* virgin and firstfuck check */ <<if $virginity is 1>> <<set $virginity to ["Melanie"]>><br> You lost your virginity to $virginity ! <</if>> <<if $melaniefucked is 0>> <b><span style="color: #6A5ACD;">You have taken Melanie's virginity<br></span></b><br> <b>You fucked Melanie for the first time! This is something to be proud of. She's an extremely popular girl, and your popularity will peak, Good job!<br> Your popularity <span style="color: #008000;">increased</span> by 5!</b><br> <<set $popularity +=5>> <</if>> <<set $melaniefucked +=1>> /*virginfirstfuck */ <<mellove "2">> <<lust "-40">> <<conf "3">> <<sexexp "1.5">> <<stress "-9">> <<addmins 17>> <<sexcon "2.4">> <<ene "8">> <br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <</if>> <</if>> <</nobr>>
<<nobr>> <<if $exp is undefined>><<set $exp to 0>><</if>> <<if $showcompleted is undefined>><<set $showcompleted to 1>><</if>> <<if $achievementcount is undefined>><<set $achievementcount to 0>><</if>> <<include "oldachievconvert">> All achievements are permanent, they can only be obtained once and bonuses will remain across new simulations.<br><br> You have unlocked a total of $achievementcount over 169 achievements : <<if $showach is undefined>><<button "Show missing achievements (minor spoiler)">><<set $showach to 1>> <<script>> Dialog.setup("Achievements"); Dialog.wiki(Story.get("Achievements").processText()); Dialog.open(); <</script>><</button>><<else>><<button "Hide missing achievements">><<unset $showach>> <<script>> Dialog.setup("Achievements"); Dialog.wiki(Story.get("Achievements").processText()); Dialog.open(); <</script>><</button>> <</if>> <<if $showcompleted is 1>><<button "Hide completed achievements">><<set $showcompleted to 0>> <<script>> Dialog.setup("Achievements"); Dialog.wiki(Story.get("Achievements").processText()); Dialog.open(); <</script>><</button>><<else>><<button "Show completed achievements">><<set $showcompleted to 1>> <<script>> Dialog.setup("Achievements"); Dialog.wiki(Story.get("Achievements").processText()); Dialog.open(); <</script>><</button>> <</if>> <br><br> /*----------------------------------------------------------------------------------------*/ <<if $susankissachievement is 1 or $susankissachievement is 2>><<set $achievementcount +=1>><<set $susankissachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $susankissachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have kissed Susan (She will now stay 2 more hours in the library waiting for you).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Kiss Susan to unlock this. (+special)<br> <</if>> <<if $rosekissachievement is 1 or $rosekissachievement is 2>><<set $achievementcount +=1>><<set $rosekissachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $rosekissachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have kissed Rose (Duration of simulation permanently increased by 1 day).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Kiss Rose to unlock this. (+1day)<br> <</if>> <<if $carolkissachievement is 1 or $carolkissachievement is 2>><<set $achievementcount +=1>><<set $carolkissachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $carolkissachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have kissed Carol (Your culture will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Kiss Carol to unlock this. (+cult)<br> <</if>> <<if $natashakissachievement is 1 or $natashakissachievement is 2>><<set $achievementcount +=1>><<set $natashakissachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $natashakissachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have kissed Natasha (You will now start every run with an extra 80$).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Kiss Natasha to unlock this. (+start$)<br> <</if>> <<if $katrinakissachievement is 1 or $katrinakissachievement is 2>><<set $achievementcount +=1>><<set $katrinakissachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $katrinakissachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have kissed Katrina (Your charisma will start higher on new runs by 2).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Kiss Katrina to unlock this. (+cha)<br> <</if>> <<if $melaniekissachievement is 1 or $melaniekissachievement is 2>><<set $achievementcount +=1>><<set $melaniekissachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $melaniekissachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have kissed Melanie (Your charisma will start higher on new runs by 8).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Kiss Melanie to unlock this. (+cha)<br> <</if>> <<if $janekissachievement is 1 or $janekissachievement is 2>><<set $achievementcount +=1>><<set $janekissachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janekissachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have kissed Jane (Your charisma will start higher on new runs by 2).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Kiss Jane to unlock this. (+cha)<br> <</if>> <<if $daniellekissach is 1>><<set $achievementcount +=1>><<set $daniellekissach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $daniellekissach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have kissed Danielle (Your strength will start higher on new runs by 2).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Kiss Danielle to unlock this. (+str)<br> <</if>> <<if $xiangkissedach is 1>><<set $achievementcount +=1>><<set $xiangkissedach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $xiangkissedach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have kissed Xiang (Her love for you will start by 10 higher on new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20">Kiss Xiang to unlock this. (+startlove)<br> <</if>> <<if $caroltitsachievement is 1 or $caroltitsachievement is 2>><<set $achievementcount +=1>><<set $caroltitsachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $caroltitsachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You touched Carol's bare tits (Your intelligence will start higher on new runs by 2).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Touch Carol's bare tits to unlock this. (+int)<br> <</if>> <<if $rosetitsachievement is 1 or $rosetitsachievement is 2>><<set $achievementcount +=1>><<set $rosetitsachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $rosetitsachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You touched Rose's bare tits (Your stamina will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Touch Rose's bare tits to unlock this. (+sta)<br> <</if>> <<if $natashatitsachievement is 1 or $natashatitsachievement is 2>><<set $achievementcount +=1>><<set $natashatitsachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $natashatitsachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You touched Natasha's bare tits (Your popularity will start higher on new runs by 1).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Touch Natasha's bare tits to unlock this. (+pop)<br> <</if>> <<if $susannakedachievement is 1 or $susannakedachievement is 2>><<set $achievementcount +=1>><<set $susannakedachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $susannakedachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have seen Susan naked (Your maximum stress has increased by 10).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> See Susan naked to unlock this. (+maxstress)<br> <</if>> <<if $mspearlnudeach is 1 or $mspearlnudeach is 2>><<set $achievementcount +=1>><<set $mspearlnudeach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $mspearlnudeach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have seen Ms. Pearl completely nude (She will now stay 2 more hours in the pool hoping you'll show up).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> See Ms. Pearl completely nude in the pool to unlock this. (+special)<br> <</if>> <<if $carolfingerach is 1 or $carolfingerach is 2>><<set $achievementcount +=1>><<set $carolfingerach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $carolfingerach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fingered Carol to an orgasm (Her love for you will start higher by 10 in new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Finger Carol until she reaches an orgasm to unlock this. (+startlove)<br> <</if>> <<if $oliviafingerach is 1 or $oliviafingerach is 2>><<set $achievementcount +=1>><<set $oliviafingerach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $oliviafingerach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fingered Olivia to an orgasm (You have obtained 25 experience to spend for the next run).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Finger Olivia until she reaches an orgasm to unlock this. (+exp)<br> <</if>> <<if $rosespankach is 1 or $rosespankach is 2>><<set $achievementcount +=1>><<set $rosespankach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $rosespankach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have spanked Rose's ass (Your confidence will start higher on new runs by 2).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Spank Rose's ass to unlock this. (+conf)<br> <</if>> <<if $carolhandjobachievement is 1 or $carolhandjobachievement is 2>><<set $achievementcount +=1>><<set $carolhandjobachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $carolhandjobachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Carol gave you a handjob (You obtained 25 experience).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20">Get an handjob from Carol to unlock this. (+exp)<br> <</if>> <<if $rosetitfuckachievement is 1 or $rosetitfuckachievement is 2>><<set $achievementcount +=1>><<set $rosetitfuckachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $rosetitfuckachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Rose's tits (Your charisma will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Rose's tits to unlock this. (+cha)<br> <</if>> <<if $melanietitfuckachievement is 1 or $melanietitfuckachievement is 2>><<set $achievementcount +=1>><<set $melanietitfuckachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $melanietitfuckachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Melanie's tits (Her love for you will start higher by 10 in new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Melanie's tits to unlock this. (+startlove)<br> <</if>> <<if $mspearltitfuckcumach is 1 or $mspearltitfuckcumach is 2>><<set $achievementcount +=1>><<set $mspearltitfuckcumach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $mspearltitfuckcumach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Ms. Pearl tits until you came (Her love for you will start higher by 10 in new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Ms. Pearl's tits until you cum to unlock this. (+startlove)<br> <</if>> <<if $katrinatitfuckach is 1>><<set $achievementcount +=1>><<set $katrinatitfuckach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $katrinatitfuckach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Katrina's tits until you came (Your intelligence will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Katrina's tits until you cum to unlock this. (+int)<br> <</if>> <<if $laylatitfuckach is 1>><<set $achievementcount +=1>><<set $laylatitfuckach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $laylatitfuckach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Layla's tits until you came (Your strength will start higher on new runs by 2).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Layla's tits until you cum to unlock this. (+str)<br> <</if>> <<if $melaniefootjobachievement is 1 or $melaniefootjobachievement is 2>><<set $achievementcount +=1>><<set $melaniefootjobachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $melaniefootjobachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Melanie gave you a footjob (Simulation duration permanently increased by 2 days).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Get a footjob from Melanie to unlock this. (+days)<br> <</if>> <<if $katrinafootjobach is 1 or $katrinafootjobach is 2>><<set $achievementcount +=1>><<set $katrinafootjobach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $katrinafootjobach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Katrina gave you a footjob (Your maximum energy will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Get a footjob from Katrina to unlock this. (+maxenergy)<br> <</if>> <<if $carolfootach is 1>><<set $achievementcount +=1>><<set $carolfootach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $carolfootach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Carol gave you a footjob during lunch (Your intelligence will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Get a footjob from Carol during lunch to unlock this. (+int)<br> <</if>> <<if $laylafootjobach is 1>><<set $achievementcount +=1>><<set $laylafootjobach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $laylafootjobach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Layla gave you a footjob (You obtain 40 exp to spend before starting a new run).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20">Get a footjob from Layla to unlock this. (+exp)<br> <</if>> <<if $natashadenyachievement is 1 or $natashadenyachievement is 2>><<set $achievementcount +=1>><<set $natashadenyachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $natashadenyachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have denied an orgasm to Natasha (Her love for you will start higher by 10 in new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Deny an orgasm to Natasha to unlock this. (+startlove)<br> <</if>> <<if $katrinapussylickach is 1 or $katrinapussylickach is 2>><<set $achievementcount +=1>><<set $katrinapussylickach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $katrinapussylickach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You licked Katrina's pussy (Your stamina will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Lick Katrina's pussy to unlock this. (+sta)<br> <</if>> <<if $susanoralachievement is 1 or $susanoralachievement is 2>><<set $achievementcount +=1>><<set $susanoralachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $susanoralachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Susan sucked your dick (Duration of simulation permanently increased by 1 day).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have Susan suck your dick to unlock this. (+days)<br> <</if>> <<if $roseoralachievement is 1 or $roseoralachievement is 2>><<set $achievementcount +=1>><<set $roseoralachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $roseoralachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Rose finally sucked your dick! (Her love for you will start from 20 higher in new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have Rose suck your dick to unlock this. (+startlove)<br> <</if>> <<if $caroloralachievement is 1 or $caroloralachievement is 2>><<set $achievementcount +=1>><<set $caroloralachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $caroloralachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Carol sucked your dick (Your popularity will start higher on new runs by 2).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have Carol suck your dick to unlock this. (+pop)<br> <</if>> <<if $melanieoralachievement is 1 or $melanieoralachievement is 2>><<set $achievementcount +=1>><<set $melanieoralachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $melanieoralachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Melanie sucked your dick (Your sex control will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have Melanie suck your dick to unlock this. (+sexcon)<br> <</if>> <<if $katrinaoralachievement is 1 or $katrinaoralachievement is 2>><<set $achievementcount +=1>><<set $katrinaoralachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $katrinaoralachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Katrina sucked your dick (Your coding will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have Katrina suck your dick to unlock this. (+cod)<br> <</if>> <<if $janeoralachievement is 1 or $janeoralachievement is 2>><<set $achievementcount +=1>><<set $janeoralachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janeoralachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Jane sucked your dick (Your sexual experience will start higher on new runs by 2).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have Jane suck your dick to unlock this. (+sexexp)<br> <</if>> <<if $oliviaoralach is 1 or $oliviaoralach is 2>><<set $achievementcount +=1>><<set $oliviaoralach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $oliviaoralach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Olivia sucked your dick (Your strength will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have Olivia suck your dick to unlock this. (+str)<br> <</if>> <<if $danoralach is 1>><<set $achievementcount +=1>><<set $danoralach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $danoralach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Danielle sucked your dick (Your stamina will start higher on new runs by 1).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have Danielle suck your dick to unlock this. (+sta)<br> <</if>> <<if $xiangoralach is 1>><<set $achievementcount +=1>><<set $xiangoralach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $xiangoralach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Xiang sucked your dick (Your stamina will start higher on new runs by 2).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have Xiang suck your dick to unlock this. (+sta)<br> <</if>> <<if $zoeoralach is 1>><<set $achievementcount +=1>><<set $zoeoralach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $zoeoralach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Zoe sucked your dick (Your starting money will start higher on new runs by 100).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have zoe suck your dick to unlock this. (+startmoney)<br> <</if>> <<if $msbloomoralach is 1>><<set $achievementcount +=1>><<set $msbloomoralach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $msbloomoralach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Ms. Bloom sucked your dick (Your culture will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20">Have Ms. Bloom suck your dick to unlock this. (+culture)<br> <</if>> <<if $katrinaswallowachievement is 1 or $katrinaswallowachievement is 2>><<set $achievementcount +=1>><<set $katrinaswallowachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $katrinaswallowachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Katrina swallowed your cum (You obtained 35 experience).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Get Katrina to swallow your cum to unlock this. (+exp)<br> <</if>> <<if $janeswallowach is 1 or $janeswallowach is 2>><<set $achievementcount +=1>><<set $janeswallowach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janeswallowach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Jane swallowed your cum (You will now start new runs with an additional 100$).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Get Jane to swallow your cum to unlock this.(her home) (+starting money)<br> <</if>> <<if $danfacefuckach is 1>><<set $achievementcount +=1>><<set $danfacefuckach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $danfacefuckach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Danielle's face (Your confidence will start higher on new runs by 2).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Danielle's face to unlock this. (+conf)<br> <</if>> <<if $susanfuckachievement is 1 or $susanfuckachievement is 2>><<set $achievementcount +=1>><<set $susanfuckachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $susanfuckachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Susan (Your sex control will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have sex with Susan to unlock this. (+sexcon)<br> <</if>> <<if $rosefuckachievement is 1 or $rosefuckachievement is 2>><<set $achievementcount +=1>><<set $rosefuckachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $rosefuckachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Rose (Your stamina will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have sex with Rose to unlock this. (+sta)<br> <</if>> <<if $carolfuckachievement is 1 or $carolfuckachievement is 2>><<set $achievementcount +=1>><<set $carolfuckachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $carolfuckachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Carol (Your intelligence will start higher on new runs by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have sex with Carol to unlock this. (+int)<br> <</if>> <<if $natashafuckachievement is 1 or $natashafuckachievement is 2>><<set $achievementcount +=1>><<set $natashafuckachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $natashafuckachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Natasha (Your popularity will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have sex with Natasha to unlock this. (+pop)<br> <</if>> <<if $melaniefuckachievement is 1 or $melaniefuckachievement is 2>><<set $achievementcount +=1>><<set $melaniefuckachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $melaniefuckachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Melanie (Talking during lessons will now give double charisma gains).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have sex with Melanie to unlock this. (+special)<br> <</if>> <<if $katrinafuckachievement is 1 or $katrinafuckachievement is 2>><<set $achievementcount +=1>><<set $katrinafuckachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $katrinafuckachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Katrina (Your intelligence will start higher on new runs by 6).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have sex with Katrina to unlock this. (+int)<br> <</if>> <<if $mspearlfuckach is 1 or $mspearlfuckach is 2>><<set $achievementcount +=1>><<set $mspearlfuckach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $mspearlfuckach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Ms. Pearl (Energy required to work at fast food reduced by 2).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have sex with Ms. Pearl to unlock this. (+special)<br> <</if>> <<if $janefuckachievement is 1 or $janefuckachievement is 2>><<set $achievementcount +=1>><<set $janefuckachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janefuckachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Jane (Duration of lessons permanently decreased by 20minutes).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have sex with Jane to unlock this. (-lesson duration)<br> <</if>> <<if $oliviafuckach is 1>><<set $achievementcount +=1>><<set $oliviafuckach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $oliviafuckach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Olivia (The duration of the simulation will start higher on new runs by 2 days).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have sex with Olivia to unlock this. (+2days)<br> <</if>> <<if $laylafuckach is 1>><<set $achievementcount +=1>><<set $laylafuckach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $laylafuckach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Layla (Layla's work out strength multipler will start from 1.10% on new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have sex with Layla to unlock this. (+workout multiplier)<br> <</if>> <<if $daniellefuckach is 1>><<set $achievementcount +=1>><<set $daniellefuckach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $daniellefuckach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Danielle (Your obtained 110 experience to spend when starting a new run).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Danielle to unlock this. (+exp)<br> <</if>> <<if $xiangfuckach is 1 or $xiangfuckach is 2>><<set $achievementcount +=1>><<set $xiangfuckach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $xiangfuckach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Xiang (Your coding will start higher on new runs by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have sex with Xiang to unlock this. (+cod)<br> <</if>> <<if $zoefuckedach is 1>><<set $achievementcount +=1>><<set $zoefuckedach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $zoefuckedach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Zoe (Your starting money will start higher on new runs by 300).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20">Fuck Zoe to unlock this. (+startmoney)<br> <</if>> <<if $susananalachievement is 1 or $susananalachievement is 2>><<set $achievementcount +=1>><<set $susananalachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $susananalachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Susan's ass (Your sex control will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Susan's ass to unlock this. (+sexcon)<br> <</if>> <<if $melanieanalachievement is 1 or $melanieanalachievement is 2>><<set $achievementcount +=1>><<set $melanieanalachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $melanieanalachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Melanie's ass (Your sex experience will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Melanie's ass to unlock this. (+sexexp)<br> <</if>> <<if $carolbuttplugachievement is 1 or $carolbuttplugachievement is 2>><<set $achievementcount +=1>><<set $carolbuttplugachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $carolbuttplugachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have bought a butt plug for Carol (You will now start every run with an extra 50$).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Buy a butt plug for Carol to unlock this. (+start$)<br> <</if>> <<if $carolanalachievement is 1 or $carolanalachievement is 2>><<set $achievementcount +=1>><<set $carolanalachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $carolanalachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Carol's ass (The duration of lessons has been permanently reduced by 20min).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Carol's ass to unlock this. (-lessonduration)<br> <</if>> <<if $natashaanaledach is 1>><<set $achievementcount +=1>><<set $natashaanaledach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $natashaanaledach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Natasha's ass (Your sexual experience will start higher on new runs by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Natasha's ass to unlock this. (+sexexp)<br> <</if>> <<if $katrinaanalachievement is 1 or $katrinaanalachievement is 2>><<set $achievementcount +=1>><<set $katrinaanalachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $katrinaanalachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Katrina's ass (Your sexual control will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Katrina's ass to unlock this. (+sexcon)<br> <</if>> <<if $katrinaanalcumach is 1 or $katrinaanalcumach is 2>><<set $achievementcount +=1>><<set $katrinaanalcumach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $katrinaanalcumach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Katrina's ass until you made her come (Her love for you will now start by 20 higher on new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Get Katrina to reach an orgasm by fucking her ass to unlock this. (+startlove)<br> <</if>> <<if $janeanalach is 1>><<set $achievementcount +=1>><<set $janeanalach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janeanalach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Jane's ass (Your sexual experience will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Jane's ass to unlock this. (+sexexp)<br><</if>> <<if $janepreanalach is 1>><<set $achievementcount +=1>><<set $janepreanalach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janepreanalach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Jane's pussy just before anal sex (Your culture will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Jane's pussy just before anal sex to unlock this. (+culture)<br><</if>> <<if $janefullanalach is 1>><<set $achievementcount +=1>><<set $janefullanalach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janefullanalach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Jane's ass in all positions (Your culture will start higher on new runs by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Jane's ass in all positions to unlock this. (+culture)<br> <</if>> <<if $oliviaanalach is 1>><<set $achievementcount +=1>><<set $oliviaanalach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $oliviaanalach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Olivia's ass (Your stamina will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Olivia's ass to unlock this. (+stamina)<br><</if>> <<if $oliviafullanalach is 1>><<set $achievementcount +=1>><<set $oliviafullanalach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $oliviafullanalach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Olivia's ass and seen all scenes (Your confidence will start higher on new runs by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Olivia's ass and see all the scenes to unlock this. (+confidence)<br> <</if>> <<if $laylaanalach is 1>><<set $achievementcount +=1>><<set $laylaanalach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $laylaanalach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Layla's ass (Energy required to work out has permanently decreased by 2).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Layla's ass to unlock this. (-workoutenergy)<br> <</if>> <<if $xianganalach is 1>><<set $achievementcount +=1>><<set $xianganalach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $xianganalach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Xiang's ass (Her love for you will start by 25 higher on new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Xiang's ass to unlock this. (+startlove)<br> <</if>> <<if $susanvirginachievement is 1 or $susanvirginachievement is 2>><<set $achievementcount +=1>><<set $susanvirginachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $susanvirginachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have lost your virginity to Susan (Your confidence will start higher on new runs by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Lose your virginity to Susan to unlock this. (+conf)<br> <</if>> <<if $rosevirginachievement is 1 or $rosevirginachievement is 2>><<set $achievementcount +=1>><<set $rosevirginachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $rosevirginachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have lost your virginity to Rose (Passing out will now waste 8 hours instead of 10).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Lose your virginity to Rose to unlock this. (+special)<br> <</if>> <<if $carolvirginachievement is 1 or $carolvirginachievement is 2>><<set $achievementcount +=1>><<set $carolvirginachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $carolvirginachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have lost your virginity to Carol (Your culture will start higher on new runs by 6).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Lose your virginity to Carol to unlock this. (+cult)<br> <</if>> <<if $natashavirginachievement is 1 or $natashavirginachievement is 2>><<set $achievementcount +=1>><<set $natashavirginachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $natashavirginachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have lost your virginity to Natasha (You will now start every run with an extra 400$).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Lose your virginity to Natasha to unlock this. (+start$)<br> <</if>> <<if $melanievirginachievement is 1 or $melanievirginachievement is 2>><<set $achievementcount +=1>><<set $melanievirginachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $melanievirginachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have lost your virginity to Melanie (Your popularity will start higher on new runs by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Lose your virginity to Melanie to unlock this. (+pop)<br> <</if>> <<if $katrinavirginachievement is 1 or $katrinavirginachievement is 2>><<set $achievementcount +=1>><<set $katrinavirginachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $katrinavirginachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have lost your virginity to Katrina (Your coding skill will start higher on new runs by 7).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Lose your virginity to Katrina to unlock this. (+cod)<br> <</if>> <<if $mspearlvirginach is 1 or $mspearlvirginach is 2>><<set $achievementcount +=1>><<set $mspearlvirginach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $mspearlvirginach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have lost your virginity to Ms. Pearl (Your strength will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Lose your virginity to Ms. pearl to unlock this. (+str)<br> <</if>> <<if $janevirginachievement is 1 or $janevirginachievement is 2>><<set $achievementcount +=1>><<set $janevirginachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janevirginachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have lost your virginity to Jane (You will start new runs with a bonus 600$).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Lose your virginity to Jane to unlock this. (+starting $)<br> <</if>> <<if $oliviavirginach is 1>><<set $achievementcount +=1>><<set $oliviavirginach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $oliviavirginach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have lost your virginity to Olivia (Your confidence will start higher on new runs by 6).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Lose your virginity to Olivia to unlock this. (+confidence)<br> <</if>> <<if $laylavirginach is 1>><<set $achievementcount +=1>><<set $laylavirginach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $laylavirginach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have lost your virginity to Layla (Your popularity will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Lose your virginity to Layla to unlock this. (+popularity)<br> <</if>> <<if $daniellevirginach is 1>><<set $achievementcount +=1>><<set $daniellevirginach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $daniellevirginach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You lost your virginity to Danielle (Your popularity will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Lose your virginity to Danielle to unlock this. (+pop)<br> <</if>> <<if $xiangvirginach is 1>><<set $achievementcount +=1>><<set $xiangvirginach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $xiangvirginach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You lost your virginity to Xiang (Your stamina will start higher on new runs by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Lose your virginity to Xiang to unlock this. (+sta)<br> <</if>> <<if $oliviacreampieach is 1>><<set $achievementcount +=1>><<set $oliviacreampieach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $oliviacreampieach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20">You have came inside of Olivia (Her love for you will start by 25 higher on new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Olivia until she lets you come inside of her to unlock this. (+startlove)<br> <</if>> <<if $carolmoneyachievement is 1 or $carolmoneyachievement is 2>><<set $achievementcount +=1>><<set $carolmoneyachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $carolmoneyachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have asked money to Carol as a reward (Maximum lust permanently increased by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Accept Carol's money as a reward to unlock this. (+maxlust)<br> <</if>> <<if $yesnatashaachievement is 1 or $yesnatashaachievement is 2>><<set $achievementcount +=1>><<set $yesnatashaachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $yesnatashaachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You decided to help Natasha when she came asking for money (Her love for you will start higher by 5 on new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Agree to help Natasha when she asks for money to unlock this. (+startlove)<br> <</if>> <<if $nonatashaachievement is 1 or $nonatashaachievement is 2>><<set $achievementcount +=1>><<set $nonatashaachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $nonatashaachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You denied money to Natasha when she asked (Your confidence will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Send Natasha to fuck off when she comes asking for money to unlock this. (+conf)<br> <</if>> <<if $melanieblackmailachievement is 1 or $melanieblackmailachievement is 2>><<set $achievementcount +=1>><<set $melanieblackmailachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $melanieblackmailachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You blackmailed Melanie (Your confidence will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Blackmail Melanie to unlock this. (+conf)<br> <</if>> <<if $nomelaniebmachievement is 1 or $nomelaniebmachievement is 2>><<set $achievementcount +=1>><<set $nomelaniebmachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $nomelaniebmachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have decided to not blackmail Melanie (Her love for you will start by 8 higher on new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Decide to not blackmail Melanie to unlock this. (+startlove)<br> <</if>> <<if $susanlibfuckachievement is 1 or $susanlibfuckachievement is 2>><<set $achievementcount +=1>><<set $susanlibfuckachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $susanlibfuckachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Susan after studying in the library (Your maximum stress has increased by 15).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Susan after studying in the library to unlock this. (+maxstress)<br> <</if>> <<if $susanyoursonlyach is 1 or $susanyoursonlyach is 2>><<set $achievementcount +=1>><<set $susanyoursonlyach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $susanyoursonlyach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have decided to not share Susan with other girls (Her love for you will start by 20 higher on new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Deny threesomes to Susan and keep her just for you to unlock this. (+startlove)<br> <</if>> <<if $susanthreesomereadyach is 1 or $susanthreesomereadyach is 2>><<set $achievementcount +=1>><<set $susanthreesomereadyach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $susanthreesomereadyach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You decided to have threesomes with Susan (Your sexual experience will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Decide to have threesomes including Susan to unlock this. (+sexexp)<br> <</if>> <<if $suscarachievement is 1 or $suscarachievement is 2>><<set $achievementcount +=1>><<set $suscarachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $suscarachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Have a threesome with Susan and Carol (Your culture will start higher on new runs by 6).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have a threesome with Susan and Carol to unlock this. (+cult)<br> <</if>> <<if $suscarfullachievement is 1 or $suscarfullachievement is 2>><<set $achievementcount +=1>><<set $suscarfullachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $suscarfullachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Susan and Carol and unlocked all the scenes (Your sexual control will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Susan and Carol until you unlock all scenes to unlock this. (+sexcon)<br> <</if>> <<if $roselesbach is 1 or $roselesbach is 2>><<set $achievementcount +=1>><<set $roselesbach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $roselesbach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have convinced Rose to take part in threesomes (Your charisma will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Convince Rose to take part in threesomes to unlock this. (+charisma)<br> <</if>> <<if $susrosethreesomeach is 1 or $susrosethreesomeach is 2>><<set $achievementcount +=1>><<set $susrosethreesomeach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $susrosethreesomeach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Susan and Rose in a threesome (Their love for you will start from 10 higher on next runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Susan and Rose in a threesome to unlock this. (+startlove)<br> <</if>> <<if $susrosecontrolach is 1 or $susrosecontrolach is 2>><<set $achievementcount +=1>><<set $susrosecontrolach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $susrosecontrolach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20">You took control in the threesome with Susan and Rose (Your confidence will start higher on new runs by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Take control in the threesome with Susan and Rose to unlock this. (+conf)<br> <</if>> <<if $carnatpeekachievement is 1 or $carnatpeekachievement is 2>><<set $achievementcount +=1>><<set $carnatpeekachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $carnatpeekachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have spied on Carol and Natasha having sex(Maximum lust permanently increased by 20).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Spy on Carol and Natasha having lesbian sex to unlock this. (+maxlust)<br> <</if>> <<if $carnatachievement is 1 or $carnatachievement is 2>><<set $achievementcount +=1>><<set $carnatachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $carnatachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a threesome with Carol and Natasha (Duration of simulation permanently increased by 3 days).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have a threesome with Carol and Natasha to unlock this. (+days)<br> <</if>> <<if $losetylerachievement is 1 or $losetylerachievement is 2>><<set $achievementcount +=1>><<set $losetylerachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $losetylerachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have lost the fight against Tyler. (Your coding skill will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Get beaten by Tyler to unlock this. (+cod)<br> <</if>> <<if $beattylerachievement is 1 or $beattylerachievement is 2>><<set $achievementcount +=1>><<set $beattylerachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $beattylerachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have beaten Tyler in the fight. (Your strength will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fight Tyler and win to unlock this. (+str)<br> <</if>> <<if $outsmarttylerachievement is 1 or $outsmarttylerachievement is 2>><<set $achievementcount +=1>><<set $outsmarttylerachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $outsmarttylerachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have outsmarted Tyler in the fight (Your intelligence will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Succeed in outsmarting Tyler to unlock this. (+int)<br> <</if>> <<if $natashahateachievement is 1 or $natashahateachievement is 2>><<set $achievementcount +=1>><<set $natashahateachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $natashahateachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have gotten Natasha to truly hate you (You obtained 30 experience).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Reach -20 negative love with Natasha to unlock this. (+exp)<br> <</if>> <<if $katrinalaughachievement is 1 or $katrinalaughachievement is 2>><<set $achievementcount +=1>><<set $katrinalaughachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $katrinalaughachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a friendly conversation with Katrina during the medication and made her laugh (Your charisma will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Be friendly with Katrina instead of bringing up the noises, make her laugh to unlock this. (+cha)<br> <</if>> <<if $katrinaconfrontachievement is 1 or $katrinaconfrontachievement is 2>><<set $achievementcount +=1>><<set $katrinaconfrontachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $katrinaconfrontachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have sucessfully called out Katrina for watching porn (Your confidence will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Successfully call out Katrina for watching porn to unlock this. (+conf)<br> <</if>> <<if $janemastach is 1 or $janemastach is 2>><<set $achievementcount +=1>><<set $janemastach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janemastach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have got Jane so horny that she started masturbating while sucking your dick (Your confidence will start higher on new runs by 2).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Get Jane to start masturbating while sucking your dick to unlock this. (+conf)<br> <</if>> <<if $janefreefuckach is 1 or $janefreefuckach is 2>><<set $achievementcount +=1>><<set $janefreefuckach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janefreefuckach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have got Jane so attracted to you that she stopped asking money for sex.. (Your charisma will start higher on new runs by 6).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Get Jane's attraction high enough that she'll stop charging for sex. (+cha)<br> <</if>> <<if $medstrachievement is 1 or $medstrachievement is 2>><<set $achievementcount +=1>><<set $medstrachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $medstrachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have reached 60 strength (You will now gain 100% more strength when swimming).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Reach 60 strength to unlock this. (+special)<br> <</if>> <<if $medstaachievement is 1 or $medstaachievement is 2>><<set $achievementcount +=1>><<set $medstaachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $medstaachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have reached 60 stamina (You will now gain 100% more stamina when working out).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Reach 60 stamina to unlock this. (+special)<br> <</if>> <<if $highstrachievement is 1 or $highstrachievement is 2>><<set $achievementcount +=1>><<set $highstrachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $highstrachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have reached 90 strength (You will now gain 50% more strength when working out).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Reach 90 strength to unlock this. (+special)<br> <</if>> <<if $highstaachievement is 1 or $highstaachievement is 2>><<set $achievementcount +=1>><<set $highstaachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $highstaachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have reached 90 stamina (You will now gain 50% more stamina when swimming).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Reach 90 stamina to unlock this. (+special)<br> <</if>> <<if $fuckkatrinanurseachievement is 1 or $fuckkatrinanurseachievement is 2>><<set $achievementcount +=1>><<set $fuckkatrinanurseachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $fuckkatrinanurseachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Katrina in the infirmary (Your sex experience will start higher on new runs by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have sex with Katrina in the infirmary after fucking her in her apartment to unlock this. (+sexexp)<br> <</if>> <<if $carolanalpussyach is 1 or $carolanalpussyach is 2>><<set $achievementcount +=1>><<set $carolanalpussyach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $carolanalpussyach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked both Carol's ass and pussy in the same encounter (Your sexual control will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck both Carol's ass and pussy in the same encounter to unlock this. (+sexcon)<br> <</if>> <<if $melaniebmanalach is 1 or $melaniebmanalach is 2>><<set $achievementcount +=1>><<set $melaniebmanalach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $melaniebmanalach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had anal sex with Melanie after the blackmail blowjob (You obtained 100 experience).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Obtain anal sex from melanie in the blackmail blowjob scene. (+exp)<br> <</if>> <<if $mspearlblackmsexach is 1>><<set $achievementcount +=1>><<set $mspearlblackmsexach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $mspearlblackmsexach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have blackmailed Ms. Pearl for sex (Your coding will start higher on new runs by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Blackmail Ms. Pearl for sex to unlock this. (+coding)<br> <</if>> <<if $mspearlblackmmoneyach is 1>><<set $achievementcount +=1>><<set $mspearlblackmmoneyach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $mspearlblackmmoneyach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have blackmailed Ms. Pearl for money (Your confidence will start higher on new runs by 2).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Blackmail Ms. Pearl for money to unlock this. (+conf)<br> <</if>> <<if $mspnatthreesomeach is 1>><<set $achievementcount +=1>><<set $mspnatthreesomeach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $mspnatthreesomeach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a threesome with Natasha and Ms. Pearl (You have obtained 60 experience to spend when starting a new run).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have a threesome with Natasha and Ms. Pearl to unlock this. (+exp)<br> <</if>> <<if $mspnatfullthreesomeach is 1>><<set $achievementcount +=1>><<set $mspnatfullthreesomeach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $mspnatfullthreesomeach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a threesome with Natasha and Ms. Pearl and unlocked all scenes (Your stamina will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have a threesome with Natasha and Ms. Pearl and unlock all scenes to unlock this. (+stamina)<br> <</if>> <<if $natfuckallachievement is 1 or $natfuckallachievement is 2>><<set $achievementcount +=1>><<set $natfuckallachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $natfuckallachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Natasha in all positions in her room (Your sex experience will start higher on new runs by 6).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have sex with Natasha in ALL positions in her room to unlock this. (+sexexp)<br> <</if>> <<if $buybedachievement is 1 or $buybedachievement is 2>><<set $achievementcount +=1>><<set $buybedachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $buybedachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have bought a better bed (Your maximum stress has increased by 8).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Buy a better bed to unlock this. (+maxstress)<br> <</if>> <<if $carol100ach is 1 or $carol100ach is 2>><<set $achievementcount +=1>><<set $carol100ach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $carol100ach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have obtained a total of 100$ from Carol in a run. (Your maximum energy has increased by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Obtain a total of 100$ from Carol in a single run. (+maxenergy)<br> <</if>> <<if $carol400ach is 1 or $carol400ach is 2>><<set $achievementcount +=1>><<set $carol400ach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $carol400ach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have obtained a total of 400$ from Carol in a run. (Her love for you will start from 15 higher on next runs)<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Obtain a total of 400$ from Carol in a single run. (+startlove)<br> <</if>> <<if $shift300achievement is 1 or $shift300achievement is 2>><<set $achievementcount +=1>><<set $shift300achievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $shift300achievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have gained a total of 300$ working in the fast food (Your maximum stress has increased by 12).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Gain a total of 300$ in a single run working in fast food to unlock this. (+maxstress)<br> <</if>> <<if $shift1000achievement is 1 or $shift1000achievement is 2>><<set $achievementcount +=1>><<set $shift1000achievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $shift1000achievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have gained a total of 1000$ working in the fast food (Energy required to work at fast food reduced by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Gain a total of 1000$ in a single run working in fast food to unlock this. (+special)<br> <</if>> <<if $janelovepathach is 1 or $janelovepathach is 2>><<set $achievementcount +=1>><<set $janelovepathach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janelovepathach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have started Jane's love path, refusing to pay her(Her love for you will start by 7 higher on next runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Refuse to give money to Jane for sex to unlock this. (+love)<br> <</if>> <<if $janecorruptpathach is 1 or $janecorruptpathach is 2>><<set $achievementcount +=1>><<set $janecorruptpathach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janecorruptpathach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have decided to give money to Jane for sex, starting her path to corruption (Your culture will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Pay Jane for sexual activities to unlock this. (+cult)<br> <</if>> <<if $janeapaachievement is 1 or $janeapaachievement is 2>><<set $achievementcount +=1>><<set $janeapaachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janeapaachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have gained access to Jane's apartment (You have obtained 25 experience to spend when starting a new run).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Gain access to Jane's apartment to unlock this. (+exp)<br> <</if>> <<if $defendjaneach is 1 or $defendjaneach is 2>><<set $achievementcount +=1>><<set $defendjaneach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $defendjaneach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have tried to defend Jane against Olivia (Her love for you will now start by 8 higher on new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Defend Jane against Olivia to unlock this. (+love)<br> <</if>> <<if $janolijanach is 1>><<set $achievementcount +=1>><<set $janolijanach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janolijanach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a threesome with Jane and Olivia and focused on Jane (Her love for you will now start by 15 higher on new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have a threesome with Jane and Olivia and focus on Jane to unlock this. (+startlove)<br> <</if>> <<if $janolioliach is 1>><<set $achievementcount +=1>><<set $janolioliach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janolioliach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a threesome with Jane and Olivia and focused on Olivia (Her love for you will now start by 15 higher on new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have a threesome with Jane and Olivia and focus on Olivia to unlock this. (+startlove)<br> <</if>> <<if $janolibothach is 1>><<set $achievementcount +=1>><<set $janolibothach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janolibothach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a threesome with Jane and Olivia and managed to satisfy both of them (You have received 100exp to spend on new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have a threesome with Jane and Olivia and fully satisfy both to unlock this. (+exp)<br> <</if>> <<if $threediffkissach is 1 or $threediffkissach is 2>><<set $achievementcount +=1>><<set $threediffkissach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $threediffkissach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have kissed 3 different girls in a single run (You have obtained 30 experience to spend when starting a new run).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Kiss three different girls in a single run to unlock this. (+exp)<br> <</if>> <<if $sixdiffkissach is 1 or $sixdiffkissach is 2>><<set $achievementcount +=1>><<set $sixdiffkissach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $sixdiffkissach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have kissed 6 different girls in a single run (You have obtained 90 experience to spend when starting a new run).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Kiss six different girls in a single run to unlock this. (+exp)<br> <</if>> <<if $threediffuckedach is 1 or $threediffuckedach is 2>><<set $achievementcount +=1>><<set $threediffuckedach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $threediffuckedach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked 3 different girls in a single run (Your sexual experience will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck 3 different girls in a single run to unlock this. (+sexexp)<br> <</if>> <<if $fivediffuckedach is 1>><<set $achievementcount +=1>><<set $fivediffuckedach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $fivediffuckedach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked 5 different girls in a single run (Duration of lessons permanently decreased by 20 minutes).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck 5 different girls in a single run to unlock this. (-lesson duration)<br> <</if>> <<if $eightdiffuckedach is 1>><<set $achievementcount +=1>><<set $eightdiffuckedach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $eightdiffuckedach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked 8 different girls in a single run (Your sexual control will start higher on new runs by 6).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck 8 different girls in a single run to unlock this. (+sexcon)<br> <</if>> <<if $tendiffuckedach is 1>><<set $achievementcount +=1>><<set $tendiffuckedach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $tendiffuckedach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked 10 different girls in a single run (You have obtained 160 experience to spend when you start a new run).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck 10 different girls in a single run to unlock this. (+exp)<br> <</if>> <<if $fiftyfucksach is 1>><<set $achievementcount +=1>><<set $fiftyfucksach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $fiftyfucksach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked 50 times in a single run (Your sexual control permanently increased by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck a total of 50 times in a single run to unlock this. (+sexcon)<br> <</if>> <<if $hundredfucksach is 1>><<set $achievementcount +=1>><<set $hundredfucksach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $hundredfucksach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked 100 times in a single run (Your sexual experience permanently increased by 7).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck a total of 100 times in a single run to unlock this. (+sexexp)<br> <</if>> <<if $laylawinbet is 1>><<set $achievementcount +=1>><<set $laylawinbet to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $laylawinbet is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have won the bet against Layla (Your confidence will start higher on new runs by 2).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Win the bet against Layla to unlock this. (+confidence)<br> <</if>> <<if $laylalosebet is 1>><<set $achievementcount +=1>><<set $laylalosebet to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $laylalosebet is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have lost the bet against Layla (Your sexual control will start higher on new runs by 1).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Lose the bet against Layla to unlock this. (+sexcon)<br> <</if>> <<if $layonepointtwoach is 1>><<set $achievementcount +=1>><<set $layonepointtwoach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $layonepointtwoach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Layla modified your strength gain up to 120% (Your strength will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Reach 120% strength gain modifier interacting with Layla. (+strength)<br> <</if>> <<if $laylagymcumach is 1>><<set $achievementcount +=1>><<set $laylagymcumach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $laylagymcumach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20">You have fucked Layla in the gym all the way until you came. (Your intelligence will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Layla in the gym until you come. (+int)<br> <</if>> <<if $ambjanthreesomeach is 1>><<set $achievementcount +=1>><<set $ambjanthreesomeach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $ambjanthreesomeach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a threesome with Jane and Amber (Your intelligence will start higher on new runs by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have a threesome with Jane and Amber to unlock this. (+int)<br> <</if>> <<if $ambjanthreefullach is 1>><<set $achievementcount +=1>><<set $ambjanthreefullach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $ambjanthreefullach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a threesome with Jane and Amber and unlocked all scenes (Your sexual experience will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have a threesome with Jane and Amber and unlock all scenes to unlock this. (+sexexp)<br> <</if>> <<if $ambolithreesomeach is 1>><<set $achievementcount +=1>><<set $ambolithreesomeach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $ambolithreesomeach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a threesome with Olivia and Amber (Your charisma will start higher on new runs by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have a threesome with Olivia and Amber to unlock this. (+cha)<br> <</if>> <<if $ambolithreefullach is 1>><<set $achievementcount +=1>><<set $ambolithreefullach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $ambolithreefullach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a threesome with Olivia and Amber and unlocked all scenes (Your sexual control will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have a threesome with Olivia and Amber and unlock all scenes to unlock this. (+sexcon)<br> <</if>> <<if $daniellepopach is 1>><<set $achievementcount +=1>><<set $daniellepopach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $daniellepopach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have made a good first impression on Danielle (Your popularity will start higher on new runs by 2).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Make a good impression on Danielle to unlock this. (+popularity)<br> <</if>> <<if $daniellemastach is 1>><<set $achievementcount +=1>><<set $daniellemastach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $daniellemastach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have gotten Danielle to masturbate for you (Her love will start from 10 higher on new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Get Danielle to masturbate for you to unlock this. (+startlove)<br> <</if>> <<if $mspdoublebmach is 1>><<set $achievementcount +=1>><<set $mspdoublebmach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $mspdoublebmach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have blackmailed Ms. Pearl for money twice in the same run (You will have 500$ extra to spend on new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Blackmail Ms. Pearl for money twice in the same run to unlock this. (+startmoney)<br> <</if>> <<if $laymspthreeach is 1>><<set $achievementcount +=1>><<set $laymspthreeach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $laymspthreeach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a threesome with Layla and Ms. Pearl (Your intelligence will start higher on new runs by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have a threesome with Layla and Ms. pearl to unlock this. (+int)<br> <</if>> <<if $laymspthreefullach is 1>><<set $achievementcount +=1>><<set $laymspthreefullach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $laymspthreefullach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a threesome with Layla and Ms. Pearl and unlocked all scenes (Your coding will start higher on new runs by 7.<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have a threesome with Layla and Ms. pearl and unlock all scenes to unlock this. (+coding)<br> <</if>> <<if $code100gain is 1>><<set $achievementcount +=1>><<set $code100gain to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $code100gain is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have earned a total of 100$ by coding (You will now get less stressed by 1 when coding).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Earn a total of 100$ by coding to unlock this. (-codingstress)<br> <</if>> <<if $code300gain is 1>><<set $achievementcount +=1>><<set $code300gain to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $code300gain is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have earned a total of 300$ by coding (Your coding will start higher on new runs by 6).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Earn a total of 300$ by coding to unlock this. (+coding)<br> <</if>> <<if $code1000gain is 1>><<set $achievementcount +=1>><<set $code1000gain to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $code1000gain is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have earned a total of 1000$ by coding (You will now spend 2 energy less when coding).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Earn a total of 1000$ by coding to unlock this. (-codingenergy)<br> <</if>> <<if $susanpreoralach is 1>><<set $achievementcount +=1>><<set $susanpreoralach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $susanpreoralach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have gotten a blowjob from Susan before she changes. (Your charisma will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Get a blowjob from Susan before she changes to unlock this. (+charisma)<br> <</if>> <<if $cardanachievement is 1>><<set $achievementcount +=1>><<set $cardanachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $cardanachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a threesome with Danielle and Carol (Your popularity will start higher on new runs by 3).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have a threesome with Danielle and Carol to unlock this. (+pop)<br> <</if>> <<if $cardanfullachievement is 1>><<set $achievementcount +=1>><<set $cardanfullachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $cardanfullachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a threesome with Danielle and Carol and unlocked all scenes. (Their love for you will start by 20 higher on new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have a threesome with Danielle and Carol and unlock all scenes to unlock this. (+startlove)<br> <</if>> <<if $laylauseach is 1>><<set $achievementcount +=1>><<set $laylauseach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $laylauseach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have manipulate Layla into getting fucked after losing the bet (Your workout energy usage has permanently decreased by 1).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Manipulate Layla into getting fucked after she loses the bet to unlock this. (-workout energy)<br> <</if>> <<if $melnatachievement is 1>><<set $achievementcount +=1>><<set $melnatachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $melnatachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a thressome with Melanie and Natasha (You have obtained 100exp to spend before starting a new run!).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have a threesome with Melanie and Natasha to unlock this. (+exp)<br> <</if>> <<if $melnatfullachievement is 1>><<set $achievementcount +=1>><<set $melnatfullachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $melnatfullachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have unlocked all scene in the Melaniee and Natasha threeesome (Your populariuty will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Unlock all scenes in Melanie and Natasha threesome to unlock this. (+popularity)<br> <</if>> <<if $natjealfuckach is 1>><<set $achievementcount +=1>><<set $natjealfuckach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $natjealfuckach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Natasha fucked you into a fit of jealousy! (Your charisma will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have Natasha fuck you from a fit of jealousy to unlock this. (+charisma)<br> <</if>> <<if $laylafullanalach is 1>><<set $achievementcount +=1>><<set $laylafullanalach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $laylafullanalach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Layla's ass and unlocked all scenes (Layla's work out multipler will start higher on new runs by 30%).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Layla's ass and unlock all scenes to unlock this. (+workoutmultiplier)<br> <</if>> <<if $kattripach is 1>><<set $achievementcount +=1>><<set $kattripach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $kattripach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Katrina showed you her fully gratitude with a surprise trip (Your coding will start higher on new runs by 6).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have Katrina show you her full gratitude with a surprise to unlock this (+coding)<br> <</if>> <<if $xiangfullclassach is 1>><<set $achievementcount +=1>><<set $xiangfullclassach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $xiangfullclassach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Xiang in the classroom in all positions! (Your sexual control will start higher on new runs by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Xiang in the class in ALL positions to unlock this. (+sexcon)<br> <</if>> <<if $msphomeach is 1>><<set $achievementcount +=1>><<set $msphomeach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $msphomeach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Ms. Pearl in her home (Your intelligence will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Ms. Pearl in her home to unlock this. (+int)<br> <</if>> <<if $mspjanthreesomeach is 1>><<set $achievementcount +=1>><<set $mspjanthreesomeach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $mspjanthreesomeach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a threesome with Ms. Pearl and Jane (Your culture will start higher on new runs by 5).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Have a threesome with Ms. Pearl and Jane to unlock this. (+culture)<br> <</if>> <<if $susanprefuckach is 1>><<set $achievementcount +=1>><<set $susanprefuckach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $susanprefuckach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You have fucked Susan the first time you met her (Your sex experience will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20"> Fuck Susan the first time you meet her to unlock this. (+sexexp)<br> <</if>> <<if $janzoeach is 1>><<set $achievementcount +=1>><<set $janzoeach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janzoeach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a threesome with Jane and Zoe (The duration of your simulation has been extended by 2 days).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20">Have a threesome with Jane and Zoe to unlock this. (+extradays)<br> <</if>> <<if $janzoefullach is 1>><<set $achievementcount +=1>><<set $janzoefullach to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $janzoefullach is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> You had a threesome with Jane and Zoe and unlocked all scenes (You will have 1000$ extra to spend on new runs).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20">Have a threesome with Jane and Zoe and unlock all scenes to unlock this. (+startingmoney)<br> <</if>> <<if $gamingcommitmentachievement is 1 or $gamingcommitmentachievement is 2>><<set $gamingcommitmentachievement to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $gamingcommitmentachievement is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> Whatever kills you makes you stronger (This ANCIENT and super secret HIDDEN achievement permanently increases your stamina by 1, It's so secret that it doesn't count towards your total achievements number).<br> <</if>> /* <<if $XXXXXXXXX is 1>><<set $achievementcount +=1>><<set $XXXXXXXXXXX to 3>><<set $newcomplach to 1>> <img src="images/new.png" width="20" height="20"> <</if>><<if $XXXXXXXXX is 3>><<set $thisachiev to 1>><<else>><<set $thisachiev to 0>><</if>><<if $thisachiev is 1 and $showcompleted is 1 or $thisachiev is 1 and $newcomplach is 1>><<set $newcomplach to 0>> <img src="images/check.webp" width="20" height="20"> YYYYYYYYYYYYYYYY (Your ZZZZZZ will start higher on new runs by 4).<br> <<elseif $showach is 1 and $thisachiev is 0>> <img src="images/question.webp" width="20" height="20">YYYYYYYYYYYYYYYYY to unlock this. (+ZZZZZZ)<br> <</if>> */ <</nobr>>
<<nobr>> <<include "calc">> <<if $katpcfixed is undefined>><<set $katpcfixed to 0>><</if>> <<set $dailykatrina to 1>> <<if $katrinakissed is undefined>><<set $katrinakissed to 0>><</if>> <<if $katrinaanaled is undefined>><<set $katrinaanaled to 0>><</if>> <<if $katrinafucked is undefined>><<set $katrinafucked to 0>><</if>> <<if $katrinascene eq 1>> <<if $katpcfixed eq 0>> Katrina leads you to where her PC is, and invites you to sit down<br> <img src="images/katrina/pc.png"><br> <<katrina>>This is it, it's become really slow, can you take a look at it like you did for my laptop?<</katrina>><br> <<say "You" $faceimg>>Sure, let me take a look<</say>><br> You spend some times actually uninstall some junk software and trying your best to make it run smoother.<br> <<katlove "2">> <<cod "2">> <<else>> You already know where her pc is, so you sit down at the table and get to work.<br> <img src="images/katrina/pc.png"><br> <<if $katpcfixed gte 4>> You have done this so many times already, that it's become clear that this is just an excuse for the two of you to fool around, it's basically roleplaying at this point. You do no real work to her PC, and just sit there browsing and waiting for her to "surprise you".<br> <<else>> You alrexy fixed her PC, but you still use some time to clean it up some more, after all she didn't really let you finish the job last time.<br> <<katlove "1">> <<cod "1">> <</if>> <</if>> <<addmins 10>> After about 10 minutes, while you are still looking at the screen, you feel something moving under the table , and you look below to see this:<br> <<video "images/katrina/kattablepop.mp4" >><br> <<katrina>>Hello!<</katrina>><br> <<say "You" $faceimg>>Oh... hey, what are you doing down there?<</say>><br> <<katrina>>Just looking for a way to reward you for your work<</katrina>><br> As she says that, she gets closer to you and starts pulling down on your pants<br> <<video "images/katrina/kattablestartblow.mp4" >><br> <<if $katrinaoralachievement is 0 or $katrinaoralachievement is undefined >> <<set $katrinaoralachievement to 1>><<cod 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $sexcontrol lte 33>> <b>(Sex control skill check: Fail)</b> The situation made you very horny, and you definitely aren't a master of holding your cum, she's cute, her lips are wet and soft, this is too much, before you even are even fully realizing, you are cumming in her mouth, but she doesn't seem to mind.<br> <<video "images/katrina/kattablecummouth.mp4" >><br> <<linkreplace "Ask her to swallow it">> <<say "You" $faceimg>>Ahhh, yes, please swallow it all<</say>><br> <<if $katrinaattraction gte 120>> <b>(Attraction check: Success)</b> She looks at you, still with your cum in her mouth, she can't really talk, but she nods and smiles at you<br> <<video "images/katrina/kattableswallow.mp4" >><br> She shows you her tongue full of your cum, then closes it and you hear a gulp. She then shows you her tongue again, to prove that she swallowed it all, she truly is a good girl.<br> <<if $katrinaswallowachievement is 0 or $katrinaswallowachievement is undefined >> <<set $katrinaswallowachievement to 1>><<set $exp +=35>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<katrina>>I'm glad that you decided to come by, come visit me again soon, ok dear?<</katrina>> <<katlove "2">> <<sexcon "2">> <<conf "1.4">> <<ene "3">> <<lust "-40">> <<stress "-5">> <<addmins 4>> <<link "Exit her house" "Outside">><<set $energy -=$enewid>><</link>> <<else>> <b>(Attraction check: Fail)</b> She lets the cum drip out of her mouth, and pretends to not understand what you are asking, maybe she isn't ready for that.<br> She then smiles at you.<br> <<katrina>>I'm glad that you decided to come by, come visit me again soon, ok dear?<</katrina>><br> <<katlove "1">> <<sexcon "2">> <<ene "3">> <<lust "-40">> <<stress "-5">> <<addmins 4>> <<link "Exit her house" "Outside">><<set $energy -=$enewid>><</link>> <</if>> <</linkreplace>> <<else>> <<if $katrinaattraction gte 215 or $katrinagrat eq 1>> <b>(Attraction check: Success)</b><br> <<if $katrinafucked eq 0 and $katrinaattraction gte 215>> After a while, you can see that she definitely starts to get horny and suddenly says: <br> <<katrina>>I know I shouldn't ask this... but, I really want to feel this dick inside of me!<</katrina>><br> This is unbelievable, does she really think you could say no to something like that?<br> You happily agree to her request, she stands up and bends forward, getting her pussy close to your dick.<br><br> <<katrina>>Please let me feel that dick inside of me again!<</katrina>><br> You happily agree to her request, she stands up and bends forward, getting her pussy close to your dick.<br> <<elseif $katrinagrat eq 1>> You feel like Katrina is considering stopping here, but she would just feel guilty.<br> <<katrina>>You did so much to help me, it's only fair that you get to have a bit more fun<</katrina>><br> She stands up and bends forward, getting her pussy close to your dick.<br> <</if>> <<video "images/katrina/kattablefuckstart.mp4" >><br> <<if $sexcontrol lte 44>> <b>(Sex control skill check: Fail)</b><br> Her pussy is very tight and feels incredible, you only manage to last a minute or two, and you have to blow her load all over her ass before you even manage to make her come.<br> <<video "images/katrina/kattableasscum.mp4" >><br> <<katrina>>Oh, already over?<</katrina>><br> <<say "You" $faceimg>>I'm sorry, you were so sexy<</say>><br> <<katrina>>I see, ok love, don't worry, next time will be better I think?<</katrina>><br> She's really trying her best to be kind to you, but deep down you realize she's disappointed, it was great sex for you, but she didn't manage to come.<br> /* virgin and firstfuck check */ <<if $katrinafuckachievement is 0 or $katrinafuckachievement is undefined >> <<set $katrinafuckachievement to 1>><<int 6>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $virginity is 1>> <<if $katrinavirginachievement is 0 or $katrinavirginachievement is undefined >> <<set $katrinavirginachievement to 1>><<cod 7>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Katrina"]>><br> You lost your virginity to $virginity ! <</if>> <<if $katrinafucked is 0>> <b>You fucked Katrina for the first time! This unexpected feat will definitvely shine positive light on your personality!<br> Your popularity <span style="color: #008000;">increased</span> by 4!</b><br> <<set $popularity +=4>> <</if>> <<set $katrinafucked +=1>> <<set $katrinahowfar to 5>> /*virginfirstfuck */ <<conf "-1">> <<sexcon "2.4">> <<ene "6">> <<lust "-40">> <<stress "-1">> <<addmins 11>> <<link "Exit her house" "Outside">><<set $energy -=$enewid>><</link>> <<else>> <b>(Sex control skill check: Success)</b> You start picking up the pace, you are both very horny, and you manage to make her cum a couple times in a few minutes.<br> <<video "images/katrina/kattablefuckcont.mp4" >><br> after some fucking, though, you have to blow your load as well.<br> <div id ="wherecum"> <<link "Come on her ass">><<replace "#wherecum">> <<video "images/katrina/kattableasscum.mp4" >><br> <<katrina>>Wow, that was great! You are so young and yet so good at this!<</katrina>><br> <<say "You" $faceimg>>You're very good yourself!<</say>><br> <<katrina>>Yeah thanks, but... that's pretty much to be expected, smartass, you are the one that is much younger than me!<</katrina>><br> She pauses for a bit and looks you in the eyes... <<if $katrinagrat isnot 1 or $katrinatrip gte 1>> <<katrina>>Do you think you can come back tomorrow?<</katrina>><br> <<say "You" $faceimg>>Sure, this was fun!<</say>><br> <<katrina>>Oh god... am I really falling for one of the students? I really, really shouldn't...<</katrina>><br> <<else>> <<katrina>>I hope that you liked your reward<</katrina>><br> <<say "You" $faceimg>>I can say that i never got such a great reward for fixing a PC<</say>><br> <<katrina>>Really? Nobody here ever cared to me help before, honestly you deserved it all<</katrina>><br> You just smile to her an an answer.<br> <<katlove "10">><br> <<katrina>>Actually, you know what? I think I have a surprise in mind for you<</katrina>><br> <<say "You" $faceimg>>Huh?<</say>><br> <<katrina>>Yes, just give me your phone number, I'll hit you up when it's time<</katrina>><br> You give her phone number, and are left wondering what is she talking about.<br> She seems to be overly grateful for what was just a simple task, she must really like you, after all.<br> <<set $katrinatrip to 1>> <</if>> /* virgin and firstfuck check */ <<if $katrinafuckachievement is 0 or $katrinafuckachievement is undefined >> <<set $katrinafuckachievement to 1>><<int 6>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $virginity is 1>> <<if $katrinavirginachievement is 0 or $katrinavirginachievement is undefined >> <<set $katrinavirginachievement to 1>><<cod 7>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Katrina"]>><br> You lost your virginity to $virginity ! <</if>> <<if $katrinafucked is 0>> <b>You fucked Katrina for the first time! This unexpected feat will definitvely shine positive light on your personality!<br> Your popularity <span style="color: #008000;">increased</span> by 4!</b><br> <<set $popularity +=4>> <</if>> <<set $katrinafucked +=1>> <<set $katrinahowfar to 5>> /*virginfirstfuck */ <<katlove "3">> <<conf "2.2">> <<sexexp "0.5">> <<sexcon "2.4">> <<ene "8">> <<lust "-40">> <<stress "-7">> <<addmins 16>> <<link "Exit her house" "Outside">><<set $energy -=$enewid>><</link>> <</replace>><</link>> <br> <<link "Come in her mouth">><<replace "#wherecum">> You take your dick out of her, and she promptly gets on her knees and starts sucking you until you finally come in her mouth.<br> <<video "images/katrina/kattablecummouth.mp4" >><br> She stares at you, and while smiling, she swallows the entire load of your semen.<br> <<if $katrinaswallowachievement is 0 or $katrinaswallowachievement is undefined >> <<set $katrinaswallowachievement to 1>><<set $exp +=35>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<video "images/katrina/kattableswallow.mp4" >><br> She then pulls out her tongue, to show you what a good girl she has been.<br><br> <<katrina>>Wow, that was great! You are so young and yet so good at this!<</katrina>><br> <<say "You" $faceimg>>You're very good yourself!<</say>><br> <<katrina>>Yeah thanks, but... that's pretty much to be expected, smartass, you are the one that is much younger than me!<</katrina>><br> She pauses for a bit and looks you in the eyes... <<if $katrinagrat isnot 1 or $katrinatrip gte 1>> <<katrina>>Do you think you can come back tomorrow?<</katrina>><br> <<say "You" $faceimg>>Sure, this was fun!<</say>><br> <<katrina>>Oh god... am I really falling for one of the students? I really, really shouldn't...<</katrina>><br> <<else>> <<katrina>>I hope that you liked your reward<</katrina>><br> <<say "You" $faceimg>>I can say that i never got such a great reward for fixing a PC<</say>><br> <<katrina>>Really? Nobody here ever cared to me help before, honestly you deserved it all<</katrina>><br> You just smile to her an an answer.<br> <<katlove "10">><br> <<katrina>>Actually, you know what? I think I have a surprise in mind for you<</katrina>><br> <<say "You" $faceimg>>Huh?<</say>><br> <<katrina>>Yes, just give me your phone number, I'll hit you up when it's time<</katrina>><br> You give her phone number, and are left wondering what is she talking about.<br> She seems to be overly grateful for what was just a simple task, she must really like you, after all.<br> <<set $katrinatrip to 1>> <</if>> /* virgin and firstfuck check */ <<if $katrinafuckachievement is 0 or $katrinafuckachievement is undefined >> <<set $katrinafuckachievement to 1>><<int 6>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $virginity is 1>> <<if $katrinavirginachievement is 0 or $katrinavirginachievement is undefined >> <<set $katrinavirginachievement to 1>><<cod 7>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Katrina"]>><br> You lost your virginity to $virginity ! <</if>> <<if $katrinafucked is 0>> <b>You fucked Katrina for the first time! This unexpected feat will definitvely shine positive light on your personality!<br> Your popularity <span style="color: #008000;">increased</span> by 4!</b><br> <<set $popularity +=4>> <</if>> <<set $katrinafucked +=1>> <<set $katrinahowfar to 5>> /*virginfirstfuck */ <<katlove "3">> <<conf "2.2">> <<sexcon "2.4">> <<sexexp "0.5">> <<ene "7">> <<lust "-40">> <<stress "-7">> <<addmins 5>> <<addmins 18>> <<link "Exit her house" "Outside">><<set $energy -=$enewid>><</link>> <</replace>><</link>> </div> <</if>> <<else>> <b>(Attraction check: Fail)</b> She continues blowing you for several minutes, you are enjoying it a lot, she is incredibly good at this.<br> After a while, you finally let yourself have an orgasm and start jizzing in her mouth, you warn her about it, but she doesn't seem to mind tasting your cum<br> <<video "images/katrina/kattablecummouth.mp4" >><br> <<linkreplace "Ask her to swallow it">> <<say "You" $faceimg>>Ahhh, yes, please swallow it all<</say>><br> <<if $katrinaattraction gte 120 or $katrinagrat eq 1>> <b>(Attraction check: Success)</b> She looks at you, still with your cum in her mouth, she can't really talk, but she nods and smiles at you<br> <<if $katrinaswallowachievement is 0 or $katrinaswallowachievement is undefined >> <<set $katrinaswallowachievement to 1>><<set $exp +=35>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<video "images/katrina/kattableswallow.mp4" >><br> She shows you her tongue full of your cum, then closes it and you hear a gulp. She then shows you her tongue again, to prove that she swallowed it all, she truly is a good girl.<br> <<katrina>>I'm glad that you decided to come by, come visit me again soon, ok dear?<</katrina>><br> <<addmins 15>> <<katlove "3">> <<conf "2.2">> <<sexcon "2">> <<ene "4">> <<lust "-40">> <<stress "-7">> <<link "Exit her house" "Outside">><<set $energy -=$enewid>><</link>> <<else>> <b>(Attraction check: Fail)</b> She lets the cum drip out of her mouth, and pretends to not understand what you are asking, maybe she isn't ready for that.<br> She then smiles at you.<br> <<katrina>>I'm glad that you decided to come by, come visit me again soon, ok dear?<</katrina>><br> <<katlove "2">> <<sexcon "2">> <<ene "4">> <<lust "-40">> <<stress "-8">> <<addmins 5>> <<link "Exit her house" "Outside">><<set $energy -=$enewid>><</link>> <</if>> <</linkreplace>> <</if>> <</if>> <<set $katpcfixed +=1>> <</if>> /*------------------------------FOOTJOB--------------------------------------*/ /*------------------------------FOOTJOB--------------------------------------*/ /*------------------------------FOOTJOB--------------------------------------*/ <<if $katrinascene eq 3>> <<say "You" $faceimg>>Can I play with your beautiful feet?<</say>><br> <<katrina>>Of course you can<</katrina>><br> You take her feet in your hands, and start massaging and licking them.<br> After a bit, she asks you to take out your cock, and you don't need to be asked twice.<br> <<video "images/katrina/katrinatvfootjob.mp4" "8" "al">> She strokes your dick with them for a while, but eventually she starts slowing down.<br> After a few minutes of decreasing speed, she tell you:<br><br> <<katrina>>My legs are starting to ache, I'm sorry, let me turn around, so I'll use different muscles, but try to come fast, please<</katrina>><br> She smiles at you, as an encouragement<br><br> She starts using her feet the other way, and resumes going much faster.<br> You try to focus on reaching the orgasm, and that's enough to do that.<br> <<video "images/katrina/katrinatvfootjobcum.mp4" >> <<katrina>>Uh, your warm cum on my feet feels oddly nice<br><</katrina>><br> <<katlove "2">> <<sexcon "2.1">> <<ene "3">> <<lust "-40">> <<stress "-7">> <<addmins 5>> <<if $katrinafootjobach is 0 or $katrinafootjobach is undefined >> <<set $katrinafootjobach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<link "Exit the house" "Outside">><<set $energy -=$enewid>><</link>><br> <</if>> /*------------------------------FUCKREWARD--------------------------------------*/ /*------------------------------FUCKREWARD--------------------------------------*/ /*------------------------------FUCKREWARD--------------------------------------*/ <<if $katrinascene eq 4>> Katrina doesn't even bother standing up or taking off either her bra or panties, she just slides backwards a bit, gets your pants off and pushes your dick inside of her<br> She then starts riding you nice and slowly.<br> <<video "images/katrina/katrinatvfuck1.mp4" "10" "a">> <<if $sexcontrol gte 44>> <b>(Sex control check: Success)</b> You are very horny from the situation and all the pussy licking, but you manage to hold your orgasm a little longer, just enough time for her to get aroused again.<br> <<video "images/katrina/katrinatvfuck2.mp4" >> She starts to ride you harder and faster, and manages to climax again.<br> This pushes you over the edge and you take your dick out to let out your cum as well.<br> <<video "images/katrina/katrinatvfuckcum.mp4" >> /* virgin and firstfuck check */ <<if $katrinafuckachievement is 0 or $katrinafuckachievement is undefined >> <<set $katrinafuckachievement to 1>><<int 6>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $virginity is 1>> <<if $katrinavirginachievement is 0 or $katrinavirginachievement is undefined >> <<set $katrinavirginachievement to 1>><<cod 7>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Katrina"]>><br> You lost your virginity to $virginity ! <</if>> <<if $katrinafucked is 0>> <b>You fucked Katrina for the first time! This unexpected feat will definitvely shine positive light on your personality!<br> Your popularity <span style="color: #008000;">increased</span> by 4!</b><br> <<set $popularity +=4>> <</if>> <<set $katrinafucked +=1>> <<set $katrinahowfar to 5>> /*virginfirstfuck */ <<katlove "4">> <<sexcon "2.4">> <<sexexp "1">> <<ene "7">> <<lust "-40">> <<stress "-8">> <<addmins 5>> <<link "Exit her house" "Outside">><<set $energy -=$enewid>><</link>> <<else>> <b>(Sex control check: Fail)</b> Having your mouth on her pussy for all that time made you incredibly horny, it doesn't take a lot for you to come. <br> You take your dick out just in time to come all over her pussy.<br> <<video "images/katrina/katrinatvfuckcum.mp4" >> It was your reward after all, so you guess that it's not going to be a problem that only you came, she came on your face before anyway.<br> /* virgin and firstfuck check */ <<if $katrinafuckachievement is 0 or $katrinafuckachievement is undefined >> <<set $katrinafuckachievement to 1>><<int 6>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $virginity is 1>> <<if $katrinavirginachievement is 0 or $katrinavirginachievement is undefined >> <<set $katrinavirginachievement to 1>><<cod 7>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Katrina"]>><br> You lost your virginity to $virginity ! <</if>> <<if $katrinafucked is 0>> <b>You fucked Katrina for the first time! This unexpected feat will definitvely shine positive light on your personality!<br> Your popularity <span style="color: #008000;">increased</span> by 4!</b><br> <<set $popularity +=4>> <</if>> <<set $katrinafucked +=1>> <<set $katrinahowfar to 5>> /*virginfirstfuck */ <<katlove "2">> <<sexcon "2.4">> <<sexexp "0.5">> <<ene "4">> <<lust "-40">> <<stress "-3">> <<addmins 5>> <<link "Exit her house" "Outside">><<set $energy -=$enewid>><</link>> <</if>> <</if>> /*------------------------------ANALREWARD--------------------------------------*/ <<if $katrinascene eq 5>> She is already undressing while bringing you along in her bedroom; you push her back gently over the bed and stick your dick inside her already wet pussy.<br> From that position you can admire the beautiful ass that will be yours soon.<br> <<say "You" $faceimg>>Let me put a finger inside first, it should help preparing it<</say>><br> <<katrina>>Ahhh, No I'll do it, you keep fucking me like that!<</katrina>><br> <<say "You" $faceimg>>Hm... as you want<</say>><br> She probably wants to be sure to not feel too much pain, so you let her do that.<br> <<video "images/katrina/katrinatvfuckassfinger.mp4" >> While she moans she sticks her middle finger inside, starting to move it back and forth while you continue fucking her.<br> <<if $katrinaanaled eq 0>><br> <<katrina>>Please, be gentle. As I told you it's my first time and I feel like your dick is going to rip me apart<</katrina>><br> You can't help but smile.<br><br> <<say "You" $faceimg>>You can start from being on top, so you have better control if it hurts<</say>><br> She smiles back to you, she agrees but you can clearly see that she seems a little worried.<br> <<else>> <<say "You" $faceimg>>I know you rather start on top, so you can adapt at your pace, right?<</say>><br> <<katrina>>Yes, please<</katrina>><br> <</if>> <<if $katrinaanalachievement is 0 or $katrinaanalachievement is undefined >> <<set $katrinaanalachievement to 1>> <<sexcon 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> After some more of that, you lie on your back, and she mounts on top of you, then grabs your dick and brings it towards her asshole.<br> <<video "images/katrina/katrinatvanalinsert.mp4" >> <<set $katrinaanaled +=1>> Your dick is completely wet from fucking her juicy pussy. It was a good idea.<br> Now it doen't take too much time to enter her asshole. She screams a bit, you can't really tell if it's pleasure or pain, so you decide to ask.<br><br> <<say "You" $faceimg>>Is everything alright?<</say>><br> <<katrina>>Yeah... it's just...<</katrina>><br> She seems to hesitate for a while. <<say "You" $faceimg>>Just what?<</say>><br> <<katrina>>Nothing, I mean... I really am not used to this!<</katrina>><br> <<if $sexcontrol gte 35>> <b>(Sex control check: Success)</b><br> She didn't tell you to stop, so you continue, you still can't believe you are finally fucking her ass.<br> <<video "images/katrina/katrinatvanal1.mp4" >> She starts riding your dick faster, the sensation of her extremely tight asshole around is just wonderful.<br> <<if $sexcontrol gte 51>> <b>(Sex control check: Success)</b><br> The screams get even louder, it's probably time to ask again<br><br> <<say "You" $faceimg>>Are you ok?<</say>><br> <<katrina>>Ye....yes, It hurts a bit.<</katrina>><br> <<say "You" $faceimg>>Let's try another position then.<</say>><br> <<video "images/katrina/katrinatvanal2.mp4" "4" >> You bring her on the couch; now that she is bending in front of you, you push you dick inside and resume fucking her. Some moans start to get mixed in with her screams.<br> <<if $sexcontrol gte 84>> <b>(Sex control check: Success)</b><br> You are fucking her from more than 15 minutes now, and she starts screaming louder than ever, you get worried again<br> <<say "You" $faceimg>>Is everything... ok?<</say>><br> <<katrina>>Ooohh, fuck, Ohhhh, FUCK, please... don't stop!<</katrina>><br> She is definitely moaning more than she was before, now<br> <<katrina>>Fuck, I'm gonna come, I'M GONNA COME<</katrina>><br> <<video "images/katrina/katrinatvanal3.mp4" >> You speed up even more and give her everything you have<br> <<say "You" $faceimg>>Yes, come for me Katrina!<</say>><br> Your voice trembles a bit from the excitement, your balls keep hitting her pussy while fucking her deep in the ass.<br> <<video "images/katrina/katrinatvanalcreampie.mp4" >> You both come at the same time, you then pull your dick out and whatch your cum flow out of her asshole. That's a nice sight.<br> <<katrina>>Ok, it hurt like hell, but in the end it was worth it<</katrina>><br> <<say "You" $faceimg>>You'll see, the more you'll do it the less it will hurt<</say>><br> She nods, you're are happy to know that she's now starting to enjoy it. <br> <<if $katrinaanalcumach is 0 or $katrinaanalcumach is undefined >> <<set $katrinaanalcumach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<katlove "3">> <<conf "2">> <<sexexp "2.5">> <<sexcon "2.7">> <<ene "12">> <<lust "-40">> <<stress "-7">> <<addmins 16>> <<link "exit her home" "Outside">><<set $energy -=$enewid>><</link>> <<else>> <b>(Sex control check: Fail)</b><br> Fucking her harder and in that position makes you so horny that you can't resist any longer.<br> <<video "images/katrina/katrinatvanalcreampie.mp4" >> <<katrina>>Oh no, you came now that I was starting to enjoy it a bit?<</katrina>><br> <<say "You" $faceimg>>Shit, you have to forgive me, I promise the next time I'll last longer, but you didn't enjoy it until then?<</say>><br> <<katrina>>The next time?... It's ok, don't worry, it was still hurting a lot anyway<br><</katrina>><br> <<say "You" $faceimg>>Yeah, next time it'll be better<</say>><br> <<katrina>>I see... Or maybe next time we could do something else? Anyway, my ass is on fire and I'd like to rest a bit now.<</katrina>><br> You nod,get your stuff and go back to your room.<br> <<katlove "-1">> <<sexexp "2.5">> <<sexcon "2.7">> <<ene "8">> <<lust "-40">> <<stress "-7">> <<addmins 16>> <<link "exit her home" "Outside">><<set $energy -=$enewid>><</link>> <</if>> <<else>> <b>(Sex control check: Fail)</b><br> A bit too wonderful, you cannot stop from coming, you wish that could last a bit longer, but you can't.<br> <<video "images/katrina/katrinatvanalcreampie.mp4" >> You spray your hot jizz deep into her asshole, and when you pull your dick out, it just squirts outside.<br><br> <<katrina>>Wow, that was quick!<</katrina>><br> You are a little embarassed and you say, while looking down.<br> <<say "You" $faceimg>>Yeah, I know, sorry, that was so hot that I couldn't resist<</say>><br> <<katrina>>No, it's fine; to be fair I'm happy you came, it was starting to hurt a bit too much<</katrina>><br> Her words are but a meager comfort, you promise yourself to take full advantage of that asshole the next time.<br> <<conf "-1">> <<sexexp "1.5">> <<sexcon "2.7">> <<ene "6">> <<lust "-40">> <<stress "-1">> <<addmins 9>> <<link "exit her home" "Outside">><<set $energy -=$enewid>><</link>> <</if>> <<else>> <b>(Sex control check: Fail)</b><br> <<say "You" $faceimg>>Oh my...<</say>><br> You barely just entered her ass, gave a few thruts, and you are already coming.<br> <<video "images/katrina/katrinatvanalcreampie.mp4" >> You think about stopping for a second, but it's already too late, she's squeezing you hard and you end filling her up with your hot spunk.<br> <<katrina>>What?<</katrina>><br> <<say "You" $faceimg>>ehmmm...<</say>><br> <<katrina>>Did you already come?!<</katrina>><br> <<say "You" $faceimg>>I'm sorry, all of this was too exciting, and it's so tight, that grip tricked me...<</say>><br> <<katrina>>Ahahah, seriously?<</katrina>><br> <<say "You" $faceimg>>Please don't laugh, it's embarassing<</say>><br> <<katrina>>Ok, sorry, but don't worry, to be honest I'm glad it was over quickly, it really hurts, and I only cared about you coming<</katrina>><br> She kisses you and while both of you get dressed she asks you if you want to stay for a pizza, but you are so embarassed that you decide to decline the pity offer<br> <<katlove "0.5">> <<conf "-2">> <<sexexp "1">> <<sexcon "2.7">> <<ene "4">> <<lust "-40">> <<stress "3">> <<addmins 5>> <<link "exit her home" "Outside">><<set $energy -=$enewid>><</link>> <</if>> <</if>> <<set $katrinascene to -1>> <</nobr>>
<<nobr>><<include "calc">> <<if $janestudying is undefined>><<set $janestudying to 0>><</if>> <<if $janebjprice is undefined>><<set $janebjprice to 50>><</if>> <<set $culgain to Number(((101- $culture) /100).toFixed(2))>> <<set $culgainjane to Number ((2*$culgain).toFixed(2))>> <<if $janelove is undefined>><<set $janelove to 0>><</if>> <<if $janeapa is undefined>><<set $janeapa to 0>><</if>> <<if $janecorruption is undefined>><<set $janecorruption to 0>><</if>> <<if $janekissed is undefined>><<set $janekissed to 0>><</if>> <<if $janefucked is undefined>><<set $janefucked to 0>><</if>> <<if $janeanaled is undefined>><<set $janeanaled to 0>><</if>> <<set $metjane to 1>> <img src="images/jane/library.png"><br> You see Jane sitting at a table, she is very focused on her studying, when she hears your steps getting closer, she raises her head and <<if $janestudying eq 0>>stares at you, with a puzzled look.<<else>>greets you with a slight smile<</if>><br><br> <<set $janeattraction to (($janelove*1.4+$culture*1.3+$physattr*0.5+$charisma*0.5+$coding*0.5+$popularity*0.4).toFixed(1))>><br> Jane's attraction for you is $janeattraction <br> <div id="first"> <<link "Ask her to study together">><<replace "#first">> <<set $dailyjane to 1>> <<if $janestudying eq 0>> /*1*/ Since you are in the library, you speak very softly, to avoid being noisy.<br> <<say "You" $faceimg>>Hello, what are you studying?<</say>><br> <<jane>>Math, and I'm not here to fool around or waste time<</jane>><br> <<say "You" $faceimg>>Sorry, I didn't want to bother you, we're in the same class though<</say>><br> <<jane>>Yes, I am aware<</jane>><br> <<say "You" $faceimg>>Do you want to study together?<</say>><br> <<jane>>I don't know... how serious about this stuff are you?<</jane>><br> <</if>> /*1-0*/ <<if $intelligence gte 18 or $janestudying gte 1>> /*1*/ <<if $intelligence gte 18 and $janestudying eq 0>> /*2*/ <b>(Intelligence skill check: Success)</b> <<say "You" $faceimg>>I am very serious<</say>><br> <<jane>>I saw you checking me out... do you think I'm cute?<</jane>><br> <<say "You" $faceimg>>The fact that you are cute is meaningless, I'm here to study<</say>><br> <<jane>>Nice answer, you implied that I'm cute but you still said what I wanted to hear, maybe you are smarter than you look<</jane>><br> <<say "You" $faceimg>>Let's just focus on the books, ok?<</say>><br> <<jane>>Haha, you're overplaying it a bit now, but ok, let's study together, but just so that you know, I'm trying to get ahead of the program, I wasted enough time in my life.<</jane>><br> <</if>> /*2-1*/ <<if $janestudying gte 1>> /*2*/ You studied with her before, so you just sit down next to her and you...<br> <</if>> /*2-1*/ <<if $janeapa eq 0>> <<link "make a move on her">><<replace "#first">> <<if $janecorruption eq 0>> You start studying together, After about 15 minutes of actual studying, in which you aren't very focused, you start getting closer to her, and closer... and even more close.<br><br> She looks at you, then she distances herself a bit to get back at the original space, this is leading nowhere.<br> You gotta try something a bit more effective.<br> At some point you put a hand on her leg.<br><br> <<jane>>Ok, what the hell are you doing? Let's just stop here please<</jane>><br> <<say "You" $faceimg>>Sorry, I didn't mean to do that, I was a bit absorbed<</say>><br> <<jane>>Absorbed in what exactly? It's like you didn't even pay attention to anything since we started<</jane>><br> <<say "You" $faceimg>>No wait, that's not true...<</say>><br> <<jane>>Ok, then explain me what we studied so far<</jane>><br> Fuck... she called it.<br><br> <<say "You" $faceimg>>I'm sorry, it won't happen again...<</say>><br> <<jane>>Yeah, it won't, stop wasting my time, I'll resume studying alone<</jane>><br> You start picking up your things and leaving the library, before you go, you tell her:<br><br> <<say "You" $faceimg>>I guess I'll just leave then, I got a bit distracted, you're way too hot<</say>><br> <<jane>>Yeah, I know... ok, we'll try again another time, maybe go... take care of yourself, ok?<</jane>><br> It really didn't go as planned, you just wasted a bit of time.<br> <<addmins 21>> <<janlove "-1">> <</if>> <<if $janecorruption gte 1>> You start studying together, After about 15 minutes of actual studying, in which you aren't very focused, you start getting closer to her, and closer... and even more close.<br><br> She looks at you, then she distances herself a bit to get back at the original space, this is leading nowhere.<br> You gotta try something a bit more effective.<br> At some point you put a hand on her leg.<br><br> <<jane>>Ok, what the hell are you doing? Let's just stop here please<</jane>><br> <<say "You" $faceimg>>Sorry, I was thinking about last time, and I got a bit horny<</say>><br> <<if $janeattraction gte 83 and $janeapa eq 0>> <<jane>>Oh god, do you want to get a blowjob before we study?<</jane>><br> <<say "You" $faceimg>>Yeah, why not, maybe even something more...<</say>><br> <<jane>>Look, this is becoming a bit too risky for my tastes, doing that a time or two is exciting, doing it every time is just dumb, we must go somewhere else<</jane>><br> <<say "You" $faceimg>>What about my room?<</say>><br> <<jane>>People see us study here, if we go and lock ourselves in your room, they aren't gonna think that it's just for studying...<</jane>><br> <<say "You" $faceimg>>Then where?<</say>><br> <<jane>>Well, I don't sleep in here, I have an apartment near the city centre, I guess that can work, just promise to not be wierd and show up there unannounced, ok?<</jane>><br> <<say "You" $faceimg>>We have a deal<</say>><br> <<jane>>Ok then, follow me<</jane>> The two of you exit the library, then the school, the apartment is pretty far and you have to take a bus to get there, you use the time to socialize and talk a bit with her.<br> <b>Your Charisma <span style="color: #008000;">increased</span> by 1.5</b><br> <<cha 1.5>> <<addmins 38>> <<link "You reach Jane's apartment" "janeapa">> <</link>> <<else>> <<jane>>Come on, like we always do, first we study, then we can do that thing, ok?<</jane>><br> <<link "Sorry, let's start from scratch" "janelibrary">><<addmins 5>><<set $dailyjane to 0>><</link>> <</if>> <</if>> <<if $janecorruption gte 0>><<else>> You start studying together, After about 15 minutes of actual studying, in which you aren't very focused, you start getting closer to her, and closer... and even more close.<br><br> She looks at you, then she distances herself a bit to get back at the original space, this is leading nowhere.<br> You gotta try something a bit more effective.<br> At some point you put a hand on her leg.<br><br> <<jane>>Ok, what the hell are you doing? Let's just stop here please<</jane>><br> <<say "You" $faceimg>>Sorry, I just got a bit horny, that's all<</say>><br> <<jane>>I don't know why you refused my offer to then behave like this<</jane>><br> <<say "You" $faceimg>>Come on, that's very different<</say>><br> <<if $janeattraction gte 118>> <b>(Attraction check : Success)</b><br> <<jane>>Ok, maybe it's a bit different, but I need you to stay focused, maybe go rub one out?<</jane>><br> <<say "You" $faceimg>>It would take me a while...<</say>><br> She looks around to check that there is still nobody around.<br><br> <<jane>>Let's see if we can speed things up<</jane>><br> <<video "images/jane/janelibrarytits.mp4" "10" >> You pull your dick out and start wanking it while looking at her.<br><br> <<video "images/jane/janebitepen.mp4" "1" "al">> She notices and instinctively lowers a hand towards her panties.<br><br> You really want to see her panties, so you drop your pen to have an excuse to look under the table.<br> <<video "images/jane/janedroppen.mp4" "1">> <<jane>>Like what you see?<</jane>><br> Oh god, she has no panties...<br> You hear a noise coming from the entrance of the library, someone is coming!<br> You rapidly pick up the pen, Jane also hears that and stops.<br><br> <<say "You" $faceimg>>Fuck...<</say>><br> The two of you start whispering.<br><br> <<say "You" $faceimg>>Damn Jane, you have no panties? Ok, I'll go to the toilet real quick<</say>><br> <<jane>>No, I want to see you come for me<</jane>><br> <<say "You" $faceimg>>Well, my room?<</say>><br> <<jane>>I don't want to be seen entering student's rooms, let's go to my place<</jane>><br> <<say "You" $faceimg>>You have... a place?<</say>><br> <<jane>>Yeah, for now<</jane>><br> <<say "You" $faceimg>>What do you mean for now?<</say>><br> <<jane>>It's not a story for today, I'll give you the address, just meet me there in an hour<</jane>><br> <<addmins 60>> You note the address on your phone, to keep it memorized, it's about 35 minutes from here, so you wait 20minutes, then head over.<br> <<lust "16">> <<stress "3">> <<janlove "2">> <<link "Head to Jane's apartment" "janeapa">><</link>> <<elseif $janeattraction gte 84>> <b>(Attraction check : partial success)</b><br> <<jane>>Ok, maybe it's a bit different, but I need you to stay focused, maybe go rub one out?<</jane>><br> <<say "You" $faceimg>>It would take me a while...<</say>><br> <<jane>>Let's see if we can speed things up<</jane>><br> <<video "images/jane/janelibrarytits.mp4" "10" >> You pull your dick out and start wanking it while looking at her.<br><br> <<video "images/jane/janebitepen.mp4" "1" "al">> She notices and instinctively lowers a hand towards her panties, but she then snaps out of it and says:<br><br> <<jane>>What the fuck, $name ? This isn't what I meant, you were supposed to go to the toilets or something...<</jane>><br> <<say "You" $faceimg>>Sorry, I think I misunderstood<</say>><br> <<jane>>Jesus, nevermind, I think we lost our focus anyway, let's try again tomorrow, and try to not be a creep<</jane>><br> She acts mad, and wants you to stop, but you clearly got under her skin, even though being left blue balled isn't the best outcome<br> <<lust "13">> <<stress "3">> <<janlove "1">> <<else>> <<jane>>No it's not, you just want the same thing for free<</jane>><br> <<say "You" $faceimg>>Come on, that's very different<</say>><br> <<jane>>Is it?<</jane>><br> <<say "You" $faceimg>>You're getting a bit too serious, let's get back at studying <</say>><br> <<jane>>Sure, let's try again...<</jane>><br> <<janlove "-1">> <<link "Start from scratch" "janelibrary">><<addmins 5>><<set $dailyjane to 0>><</link>> <</if>><</if>> <</replace>><</link>><br> <</if>> <<link "Just study">><<replace "#first">> The two of you study for more than an hour, you learn a few new things, and she seems to appreciate your help and your company.<br> She is a really hot girl, though, studying so close to her got you more horny.<br><br> <<addmins 85>> <<cul "2">> <<janlove "1">> <<lust "5">> <<if $janecorruption gte 0 and $janestudying gte 1>> /*2*/ <<if $janeattraction gte 53>> /*3*/ <<if $janestudying eq 1>> /*4*/ <<set $janestudying to 2>> <<jane>>Anyway... I guess I was wrong about you, I respect you for not trying to hit on me<</jane>><br> <<say "You" $faceimg>>Oh, don't mention it<</say>><br> <<jane>>Even though it's pretty clear that you like me and would love to jump my bones...<</jane>><br> You know this is probably a trap, so you just decide to remain silent.<br><br> <<jane>>Yeah, don't give me that look, I've seen enough horny boys to know. But you are a decent guy after all, so I'll cut you a deal if you are interested<</jane>><br> <<say "You" $faceimg>>A deal?<</say>><br> <<jane>>Yeah, I know how horny boys your age get, especially when close to girls, I can give you a blowjob for 50$<</jane>><br> <<say "You" $faceimg>>...What the fuck, Jane?<</say>><br> <<jane>>Gosh, don't be a prude, if you're not interested just say: no thanks<</jane>><br> <<elseif $janestudying gte 2>> /*4*/ <<jane>>Anyway, I could still use some money if you want to take up the deal from last time...<</jane>><br> <</if>> /*4-3*/ <div id="choice"> <<link "Maybe next time">><<replace "#choice">> <<say "You" $faceimg>>Ehm, I didn't bring money with me<</say>><br> <<jane>>I can wait a bit if you want to get them in your room<</jane>><br> <<say "You" $faceimg>>Actually, I would need to withdraw first, let's do that next time, ok?<</say>><br> <<jane>>Hm... sure, ok<</jane>><br> <</replace>><</link>> <<if $janecorruption eq 0>>(buy yourself time to decide)<</if>> <br> <<if $money gte $janebjprice>> /*c1*/ <<link "Oh yes ($janebjprice $)">><<replace "#choice">> (corruption path) <<if $charisma gte 37>> /*c2*/ <b>(Charisma skill check: Success)</b> <<if $janestudying eq 2>> /*c3*/ <<say "You" $faceimg>>I'm not sure that I want to buy sex for money from you, I would never do that if you're not into me<</say>><br> <<jane>>Well, I wouldn't have offered this to someone that I find unattractive<</jane>><br> <<say "You" $faceimg>>Hm... but do you actually really need the money?<</say>><br> <<else>> /*c3*/ <<say "You" $faceimg>>Oh, you actually need more money Jane?<</say>><br> <<jane>>Yeah...<</jane>><br> <<if $janecorruption lte 10>> /*c4*/ You can see that she's a bit ashamed of that, and her face saddens for a bit.<br><br> <<else>> /*c4*/ She doesn't even seem to be ashamed of taking money anymore<br><br> <</if>> /*c4-3*/ <</if>> /*c3-2*/ <<say "You" $faceimg>>Ok then, I'll just give them to you, but you don't have to do anything that you don't want to do<</say>><br> <<janlove "2">> <<jane>>Ok, that doesn't change much then<</jane>><br> <<else>> /*c2*/ <b>(Charisma skill check: Fail)</b> <<say "You" $faceimg>>Ok, that sounds enticing, I accept<</say>><br> <<jane>>Very good then, money first<</jane>><br> <</if>> /*c2-1*/ You hand the $janebjprice<<unset $a>>$ to her and she puts them away in her purse<br> <<set $money -=$janebjprice>> <<janlove "3">> <b>You <span style="color: #8B0000;">spent</span> $janebjprice $<br> Jane's corruption <span style="color: #6A5ACD;">increased</span> by 2<br></b> <<set $janecorruption +=2>> Then she carefully takes a look around her, nobody is in the library at this hour in the morning, when people are usually either attending a lesson or slacking.<br> <<jane>>Keep an eye out, will ya?<</jane>><br> <<if $janestudying eq 2>> /*c2*/ <<say "You" $faceimg>>For what?<</say>><br> She doesn't answer and just goes under the table... did one of her pens fall?<br> <</if>> /*c2-1*/ <<set $janestudying to 3>> <<if $janecorruptpathach is 0 or $janecorruptpathach is undefined >> <<set $janecorruptpathach to 1>> <<cul 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<video "images/jane/janeundertablestart.mp4" "10" >> She pops up from under the tables, takes your dick in her hand and gets close with her mouth. She signals you to keep quit with a finger across her lips, you're still in a library, after all!<br> While you look around nervously to make sure nobody is watching you, she starts sucking your dick.<br><br> <<jane>>Just warn me before coming<</jane>><br> <<video "images/jane/janeundertablebj1.mp4" "10" >> <<if $janeoralachievement is 0 or $janeoralachievement is undefined >> <<set $janeoralachievement to 1>> <<sexexp 2>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $sexcontrol gte 23>> <b>(Sex control check: Success)</b> You don't want to cum right away and give her a bad impression, so you resist for a few minutes while she sucks you off.<br> <<video "images/jane/janeundertablebj2.mp4" "10" >> You are still kind of worried of getting caught, so you decide not to take too much of a risk and let yourself reach an orgasm.<br> You warn her:<br><br> <<say "You" $faceimg>>I'm gonna come<</say>><br> Jane instinctively pulls away from you dick, then she gets back closer and says:<br><br> <<jane>>Actually, just come on my face<</jane>><br> <<video "images/jane/janeundertablecumface.mp4" "10" >> <<jane>>Hm... well, that wasn't too bad, I thought you'd come faster<</jane>><br> After clearing her face from your cum with a napkin, she smiles at you.<br><br> <<jane>>Well, see you next time, I guess<</jane>><br> <<addmins 12>> <<sexcon "2">> <<stress "-10">> <<janlove "1">> <<lust "-40">> <<else>> <b>(Sex control check: Fail)</b> She sucks you off for less than a minute, maybe it's the excitement of getting caught, maybe you just think she's really hot, but you have to come right away.<br> You warn her:<br><br> <<say "You" $faceimg>>I'm gonna come<</say>><br> Jane instinctively pulls away from you dick, then she gets back closer and says:<br><br> <<jane>>Wow, that was fast, just come on my face<</jane>><br> <<video "images/jane/janeundertablecumface.mp4" "10" >> <<say "You" $faceimg>>Sorry, the situation made me a bit too horny<</say>><br> <<jane>>Don't worry darling, it's your money<</jane>><br> She says grinning at you.<br> <<sexcon "2">> <<lust "-40">> <<stress "-5">> <<addmins 6>> <</if>> <</replace>><</link>> (Corruption path)<br> <<else>> /*c1*/ You don't have 50$, or you would have the option to accept.<br> <</if>> /*c1-0*/ <<if $janecorruption eq 0>> /*lr1*/ <<link "I don't want to pay for sex, you're a nice girl and you deserve better than that">><<replace "#choice">> <<say "You" $faceimg>>I don't want to pay for sex, you're a nice girl and you deserve better<</say>><br> <<jane>>You really couldn't just say "no thanks", could you?<</jane>><br> <<if $charisma gte 17>> /*lr2*/ <b>(Charisma skill check: Success)</b><br> <<set $janecorruption to -1>> <<say "You" $faceimg>>I didn't mean to offend you, I just think that you are a very interesting girl and I wouldn't want to spoil anything that there could be between us <</say>><br> <<jane>>Spoil anything? what the fuck $name ? Do you actually think there can be anything serious between us? Come on!<</jane>><br> <<say "You" $faceimg>>Look, say whatever you want Jane, I'm just not going to give you money for any kind of sex, you're worth more than that, period.<</say>><br> <<jane>>You're so fucking stupid. You're barely 18 and you turn down a blowjob from... me? Couldn't you just say that you're broke? I don't need you to peddle me bullshit!<</jane>><br> Jane storms off the library, she seems really pissed, did you fuck up?<br> You sit at the table wondering if you did something stupid.<br> Should you have just <<if $money lte 49>>promised to give her 50$ next time<<else>>gave her 50$<</if>>? <br> Whatever... you collect your things, and start heading out of the library.<br> Suddenly you see Jane coming back, she looks at you while moving quickly in your direction.<br> She gets close to your face, and you prepare for more yelling.<br> But she actually gets even closer... and...<br> <<video "images/jane/janelibrarykiss.mp4" "10" >> What the hell just happened? <<jane>>Thanks for saying that I'm worth more than that<</jane>><br> <<say "You" $faceimg>>Uh...<</say>><br> <<jane>>Don't get your hopes up, you just earned a kiss because you're sweet, nothing more, see you tomorrow, good night.<</jane>><br> <<say "You" $faceimg>>Good night? It's not even noon...<</say>><br><br> She doesn't hear you, because she stormed off again<br> /*--------kissengine-----------*/ <<if $janekissed is 0>> <b>You kissed Jane for the first time! </b><br> You kissed Jane! You're not even sure if anyone else on the school might have kissed her.<br> <b>Your popularity <span style="color: #008000;">increased</span> by 4</b><br> <<set $popularity +=4>> <</if>> <<if $janekissachievement is 0 or $janekissachievement is undefined >> <<set $janekissachievement to 1>> <<cha 2>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<set $janekissed +=1>> /*----------kissengEND---------*/ <<if $janelovepathach is 0 or $janelovepathach is undefined >> <<set $janelovepathach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> Ok, Jane is probably insane.<br> <<else>> <b>(Charisma skill check: Fail)</b><br> <<say "You" $faceimg>>Hey, I mean this in a good way...<</say>><br><br> <<jane>>Sure, whatever<</jane>><br> <<janlove "-1">> <<lust "8">> <</if>> /*lr2-1*/ <</replace>><</link>> (blocks corruption path) <</if>> /*lr1-0*/ <br> </div> <<else>> /*3*/ <b>(Attraction check: Fail)</b> <</if>> /*3-2*/ <</if>> /*2-1*/ <<set $janestudying to 1>> <</replace>><</link>><br> <<else>> /*1*/ <b>(Intelligence skill check: Fail)</b> <<say "You" $faceimg>>I am very serious<</say>><br> <<jane>>I saw you checking me out earlier, do you think I'm cute?<</jane>><br> <<say "You" $faceimg>>Well, of course you're cute, did ever look in a mirror?<</say>><br> <<jane>>Yeah, that's what I thought, thanks for the compliment, but I really work better alone<</jane>> <</if>> /*1-0*/ <br> <</replace>><</link>> <br> </div> <<link "Go back to your room""Room">><<addmins 3>><br><</link>> <</nobr>>
<<nobr>> <<if $janekissed is undefined>><<set $janekissed to 0>><</if>> <<if $janefucked is undefined>><<set $janefucked to 0>><</if>> <<if $stalkedjane is 1>> Jane is 25 years old, she 's a freshman like you, but she's a bit older, from the information you collected, she seems to have worked a few years as a tattoo artist, apparently that's not the kind of life she wanted for herself anymore, and she left her job to resume her education.<br> <<else>> Jane is a freshman like you, but she's at least a few years older, you don't know why. You can probably learn more about her by checking her out on Instatok.<br> <</if>> <<if $stalkedjane is 1>> <br><img src="images/jane/instatok.png"><br> Age: 25<br> <<else>> <br><img src="images/jane/face.png"><br> <</if>> <</nobr>> Jane's Love : $janelove Jane activity count: ( Kissed = $janekissed , Fucked = $janefucked , Assfucked = $janeanaled) <<if $janecorruption > 0>>You have decided to encourage Jane's tendency to exchange sex for money.<br> Jane corruption: : <span style="color: #6A5ACD;">$janecorruption</span><</if>> <<nobr>> <<if $stalkedjane is 1>> Jane's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br> <<if $janecorruption > 0>><span style="color: #6A5ACD;">Corruption: 500%</span> - Corrupting her with money will definitely speed things up, sexually speaking.<span style="color: #6A5ACD;"> (<<print (($janecorruption*5).toFixed(1))>>)</span><br><</if>> Love : 140% - Jane doesn't give too much importance to acts of kindness or love towards her. (<<print (($janelove*1.4).toFixed(1))>>)<br> Culture: 130% - Jane is a slightly older woman is seeking culture more than anything at this point in her life. (<<print (($culture*1.2).toFixed(1))>>)<br> Physical attractiveness: 50% - Jane gives a decent amount of importance to someone's looks, as much as more girls her age. (<<print (($physattr* 0.5).toFixed(1))>>)<br> Coding: 50% - Any kind of technology is an important part of today's education, and Jane values that as well. (<<print (($coding* 0.5).toFixed(1))>>)<br> Charisma: 50% - Being funny never hurts, while it's not her main interest, it still helps with being interesting to her. (<<print (($charisma* 0.4).toFixed(1))>>)<br> Popularity: 40% - Jane is not so young anymore and popularity has a lesser grip on her. But it still has its effect. (<<print (($popularity* 0.4).toFixed(1))>>)<br> Jane doesn't seem to care at all about confidence or sexual experience, she has lots of experience herself and can see through manipulation, she just naturally despises people that try to act cocky.<br> <<set $janeattraction to Number(($janelove*1.4+$culture*1.3+$physattr*0.5+$charisma*0.5+$coding*0.5+$popularity*0.4+$janecorruption*5).toFixed(1))>><br> <<set $janeattraction to Number($janeattraction)>> <<if $janecorruption gte 0>><<else>><<set $janeattraction += 5>><</if>> Jane's attraction for you is $janeattraction <br> <</if>> <</nobr>> <<link "Back">> <<script>> Dialog.setup("Girls Stats"); Dialog.wiki(Story.get("Girls Stats").processText()); Dialog.open(); <</script>> <</link>>
<<nobr>> <<if $mspearlblackmailed is undefined>><<set $mspearlblackmailed to 0>><</if>> <<if $mspearllove is undefined>><<set $mspearllove to 0>><</if>> <<if $metmspearl is undefined>><<set $metmspearl to 0>><</if>> <div id ="choice"> While leaving the classroom, you take a chance to pass near Ms. Pearl, your math professor.<br> <img src="images/mspearl/class.png"><br> <<if $laylabusted eq 1>> It's time to face the consequences of your moronic actions.<br> MS. Pearl definitely caught you and Layla fucking in the gym.<br> <br> <<link "Confront her about Layla">><<replace "#choice">> <<if $mspearlblackmail eq 1>> You should have the upper hand about this, so you just hope you can work out something reasonable.<br> She can probably talk herself out of the blackmail if she wants to, but you hope it won't come to that.<br> <<say "You" $faceimg>>Good morning Ms. Pearl<</say>><br> <<MsPearl>>Oh hello $name , I've got to say I happened to witness something interesting<</MsPearl>><br> <<say "You" $faceimg>>I hope that you don't think that will change things between us, right?<</say>><br> <<MsPearl>>Am I just supposed to pretend that I didn't see anything?<</MsPearl>><br> <<say "You" $faceimg>>That would be the best way to address this, yeah<</say>><br> <<MsPearl>>I don't know, I have something against you now<</MsPearl>><br> <<say "You" $faceimg>>Do you?... really?<</say>><br> <<MsPearl>>I think we can work something out, don't worry. I'll still be yours to fuck<</MsPearl>><br> <<say "You" $faceimg>>But?<</say>><br> <<MsPearl>>I want her to watch<</MsPearl>><br> She smirks at you.<br><br> <<say "You" $faceimg>>To watch what?<</say>><br> <<MsPearl>>To watch us fuck, obviously<</MsPearl>><br> <<say "You" $faceimg>>Damn... that's hot, but I'll need to convince her somehow<</say>><br> <<MsPearl>>Well, she thinks she's isn't trouble, doesn't she?<</MsPearl>><br> <<say "You" $faceimg>>I told her I would deal with this<</say>><br> <<MsPearl>>Perfect, but I don't think that she actually expects this to not have any consequence for her<</MsPearl>><br> <<say "You" $faceimg>> I guess, can I tell her that it's the price for your silence?<</say>><br> <<MsPearl>>Sure, I doubt she'll say anything anyway. It would be her word against both of us<</MsPearl>><br> <<say "You" $faceimg>>very good then<</say>><br> This went pretty well, not only you aren't in trouble, but you have something to look forward to.<br> You start heading towards the door, but she stops you.<br><br> <<MsPearl>>Where do you think you're going?<</MsPearl>><br> You stop, turning around and looking at her with an interrogative stare.<br><br> <<MsPearl>>Go lock that door. All this talk of sex made me a bit horny<</MsPearl>><br> <<msplove "8">> <<conf "3">> <<set $laylabusted to 2>> <<link "Go lock the door" "mspearlscene">><<set $mspearlscene to 90>><</link>><br> <</if>> <<if $mspearlblackmail eq 0>> <<set $laylabusted to 0>> You have a bad feeling about this.<br> After all, you blackmailed her for money and she is extremely pissed at you, you basically gave her a chance to get back at you.<br> <<if $intelligence gte 72>> <b>(Intelligence check: Success)</b><br> You have a feeling she's going to try and turn things around on you, so before you go to her, you start recording the conversation with your phone.<br> <<else>> <b>(Intelligence check: Fail)</b><br> <</if>> You get close to her, and she looks at you with a smirk on her face.<br><br> <<MsPearl>>Oh, who do we have here? Mr. can't keep it in his pants<</MsPearl>><br> <<say "You" $faceimg>>Good morning Ms. Pearl<</say>><br> <<MsPearl>>Haha, yes. It is indeed a good morning<</MsPearl>><br> <<say "You" $faceimg>>I was a bit worried about that, I think it's best if we both forget what we saw?<</say>><br> <<MsPearl>>You wish it was that simple, don't you?<</MsPearl>><br> <<say "You" $faceimg>>...What do you want from me?<</say>><br> <<MsPearl>>I want my 1000$ back, you little bitch, I've got dirt on you now<</MsPearl>><br> <<if $intelligence gte 72>> <<say "You" $faceimg>>But Ms. Pearl, I'm just a student, you're supposed to report anything like that, not blackmail me<</say>><br> <<MsPearl>>Are you actually that fucking dumb? Oh my god<</MsPearl>><br> <<say "You" $faceimg>>But, professor Pearl, I don't have that kind of money<</say>><br> <<MsPearl>>Yeah, I figured you would waste all them on some bullshit, I'll take what you have, for now<</MsPearl>><br> <<say "You" $faceimg>>This should be enough<</say>><br> <<MsPearl>>What?...<</MsPearl>><br> You take your phone out of your pocket and you stop the recording.<br><br> <<say "You" $faceimg>>If the evidence that I had before was enough to get you fired, this is probably enough to get you in jail<</say>><br> <<MsPearl>>Fuck...<</MsPearl>><br> <<say "You" $faceimg>>I'm glad you decided to dig an even deeper hole for yourself<</say>><br> <<MsPearl>>Please... I'll give you more money...<</MsPearl>><br> <<say "You" $faceimg>>Let's make it another 1000$ then, ok?<</say>><br> Ms. Pearl looks at the ground, defeated once again.<br> It goes pretty much as it went last time, she goes at the bank, come back with the money, make some more threats...<br> When it's all over, you are 1000$ richer.<br> <<set $money +=1000>> <b>You have <span style="color: #008000;">gained</span> 1000$.</b><br> <<updatebar>> <<conf "5">> <<int "4">> <<msplove "-50">> <<if ndef $mspdoublebmach>> <<set $mspdoublebmach to 1>> <<set $extrastartmoney +=500>> <<set $subachievementmoney +=500>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <br> <<link "Leave her to think about her mistakes" "Room">><</link>><br> <<else>> You weren't smart enough to think of some way to turn the situation around on her.<br> <<if $money gte 1000>> There's nothing else you can do, you have to give her back the money she gave you.<br> You give them back, and are left to ponder over your poor decisions.<br> <<conf "-5">> <<stress "20">> <<set $money -=1000>> <b>You have <span style="color: #8B0000;">lost</span> 1000$.</b><br> <<updatebar>> You later inform Layla that you have dealt with the problem, and this won't be a an issue for the two of you anymore.<br> At what cost, though<br> <<laylove "20">> <<link "Go back to your room, defeated" "Room">><</link>><br> <<else>> There's nothing else you can do, you have to give her back the money she gave you.<br> The only problem is that you spent <<if $money gte 500>>some<<else>>most<</if>> of them already.<br> <<say "You" $faceimg>>I'm sorry Ms. pearl, but I spent <<if $money gte 500>>some<<else>>most<</if>> of them already.<br><</say>><br> <<MsPearl>>Yeah, I was kind of expecting that, I'll just take everything you have, you stupid kid<</MsPearl>><br> You only have $money<<unset a>>$ left, and you give all of them to her.<br> <b>You have <span style="color: #8B0000;">lost</span> $money<<unset a>>$.</b><br> She counts the money in front of you. And frowns about the<<if $money lte 500>> huge<</if>> missing amount.<br> <<set $money to 0>> <<MsPearl>>So pathetic... you better not show your face to me again<</MsPearl>><br> This was a completely humiliating experience, that will severely affect your personality.<br> <<conf "-15">> <<cha "-5">> <<stress "50">> You later inform Layla that you have dealt with the problem, and this won't be a an issue for the two of you anymore.<br> At what cost, though<br> <<laylove "20">> <<link "Go back to your room, defeated" "Room">><</link>><br> <</if>> <</if>> <</if>> <<if ndef $mspearlblackmail>> <<if $intelligence gte 55 and $confidence gte 55>> <b>(Intelligence check: Success)</b><br> <b>(Confidence check: Success)</b><br> You wonder why she hasn't reported the incident at all yet. This is pretty odd.<br> It might be a dick move, you but can even probably use that against her.<br> As they say, offense is the best defense.<br> You approach her head on, determined to bring your plan forward:<br><br> <<say "You" $faceimg>>Good morning Ms. Pearl<</say>><br> She smirks at you, and she opens her mouth to start talking, but you don't allow her to get a single word in.<br><br> <<say "You" $faceimg>>I've got to say that I never heard of a teacher catching two students fucking and doing absolutely nothing about that<</say>><br> <<MsPearl>>Oh right, about th..<</MsPearl>><br> You interrupt her again and just talk over her attempt of answering.<br><br> <<say "You" $faceimg>>This is definitely something irregular, almost seem like you might want a piece of trouble yourself<</say>><br> You pause for a few seconds, waiting for her to reply something, just to talk over her again, but she just stays silent.<br> This is turning out to be easier than you thought.<br><br> <<say "You" $faceimg>>Yeah, seems like that's it, very well then, I will inform Layla about it<</say>><br> <<MsPearl>>Ab...about what?<</MsPearl>><br> She answers with a broken voice, completely overwhelmed by you.<br><br> <<say "You" $faceimg>>About the fact that our only way out of trouble is including you in our sex life<</say>><br> <<MsPearl>>B...but that's not what I said<</MsPearl>><br> <<say "You" $faceimg>>You want to say something different?<</say>><br> You look at her intensely, almost piercing her with your stare.<br><br> <<MsPearl>>No... ok, that works, I think<</MsPearl>><br> <<say "You" $faceimg>>Very good, you can expect us, then. Or just me, if I feel about fucking you, that's what you wanted, right?<</say>><br> <<MsPearl>>Can I just ask for one thing?<</MsPearl>><br> <<say "You" $faceimg>>Try to be reasonable<</say>><br> <<MsPearl>>I understand you want to have a threesome eventually, and that's fine, but talking to me like this...<</MsPearl>><br> <<say "You" $faceimg>>What?<</say>><br> You answer with a stern look.<br><br> <<MsPearl>>It made me... Well, can you just fuck me right now?<</MsPearl>><br> <<msplove "15">> <<conf "6">> <<cha "4">> <<set $laylabusted to 3>> <<link "You find her request acceptable" "mspearlscene">><<set $mspearlscene to 90>><</link>><br> <<else>> <<if $intelligence lt 55>> <b>(Intelligence check: Fail)</b><br> <</if>> <<if $confidence lt 55>> <b>(Confidence check: Fail)</b><br> <</if>> You have no idea about what will happen now, and you can only hope for the best.<br> You proceed towards her, and let her talk.<br><br> <<MsPearl>>Oh, who do we have here?<</MsPearl>><br> <<say "You" $faceimg>>Good morning Ms. Pearl, about what you saw...<</say>><br> <<MsPearl>>Oh, yeah! I've got to admit that was pretty interesting to see<</MsPearl>><br> <<say "You" $faceimg>>I'm very sorry, things got a bit out of hand and...<</say>><br> <<MsPearl>>More like out of pants<</MsPearl>><br> You stay silent after that questionable joke. She continues<br><br> <<MsPearl>>You have a pretty nice dick by the way, I could maybe pretend I didn't see anything if...<</MsPearl>><br> <<say "You" $faceimg>>If?<</say>><br> <<MsPearl>>If you fuck me like you were fucking her, it's been a long time, and I've got you by the balls<</MsPearl>><br> There's no denying that, and your ego is a bit hurt.<br> <<conf "-5">> but does she really think this is a punishment?<br><br> <<say "You" $faceimg>>Ok Ms. Pearl... I'll do that<</say>><br> <<MsPearl>>Very good, and it would be nice if she watched us doing it, that would really make me horny<</MsPearl>><br> <<msplove "6">> What the fuck? Who is this woman?<br><br> <<say "You" $faceimg>>I think I can try to talk her into it<</say>><br> <<MsPearl>>You can tell her she's in trouble if she doesn't agree to it<</MsPearl>><br> <<set $laylabusted to 4>> <<say "You" $faceimg>>Ok, should I call her now?<</say>><br> <<MsPearl>>Right now? No, I don't want to wait, you can bring her next time, just go lock that door now.<</MsPearl>><br> <<link "Do as she asks" "mspearlscene">><<set $mspearlscene to 90>><</link>><br> <</if>> <</if>> <</replace>><</link>> <<else>> <<if $intelligence gte 25 and $metmspearlpool is 1>> <b>(Intelligence skill check: Success)</b> You don't really need help with anything, but she's a really attactive woman, and after seeing her in the pool, you just want an excuse to exchange a few words.<br> <<set $mspearlattraction to (($mspearllove*2.2+$physattr*1.1+$intelligence*0.7+$charisma*0.5+$coding*0.2).toFixed(1)) >><br> Ms. Pearl's attraction for you is $mspearlattraction <br> <<if $mspearlblackmail eq 1>>You have obtained a deal from her, and she'll probably be easy to persuade into fucking<br><</if>> <<if $mspearlblackmail eq 0>> Unfortunately, you have decided to blackmail her for money, and you feel like it would be a terrible idea to stop and talk to her again.<br> <br><<link"Go back to your room" "Room">><</link>> <<else>> <<link "Chat with her">><<replace "#choice">> <<if $mspearlblackmail eq 1>> <<say "You" $faceimg>>Good morning, professor Pearl, can I ask for a minute of your time?<</say>><br> <<MsPearl>> Are you serious? <</MsPearl>> <<say "You" $faceimg>>Yes, I just wanted to ask you something about today's lesson<</say>><br> She looks at you in desbelief as you proceed to present her with a believable enough math-related question.<br> She is very tense, but after some time, she ends up believing you actually need help with math, and does her best to help you.<br> <<else>> <<say "You" $faceimg>>Good morning, professor Pearl, can I ask for a minute of your time?<</say>><br> <<MsPearl>>Sure, go ahead<</MsPearl>> You proceed to present her with a believable enough math-related question, and you take up the opportunity to exchange a few words.<br> <</if>> <<msplove "1">> <<int "0.5">> <<if $intelligence gte 62>> <b>(Intelligence skill check: Success)</b><br> It was just an excuse to talk to her, but in the end you bring up a legitimate smart question about today's lesson, you manage to impress her<br> <<msplove "2">><<else>> <b>(Intelligence skill check: Fail)</b><br> It was just an excuse to talk to her, but you feel that you could have come up with a better questions anyway.<br> <</if>> <br><<link"Go back to your room" "Room">><</link>> <</replace>><</link>> <</if>> <br> <<if $stalkedmspearl eq 1 and ndef $mspearlblackmail>> <<link "Blackmail her">><<replace "#choice">> <br><<set $dailymspearl to 1>> <<if $confidence gte 47>> <b>(Confidence skill check: Success)</b><br> You think that blackmailing her about the informations you found online would be a great idea.<br> You're not going to waste such an opportunity.<br><br> <<say "You" $faceimg>>There's something I wanted to talk you about... Mrs. Pauline Harris<</say>><br> She looks at you, then says with a barely audible voice:<br><br> <<MsPearl>>H...How did you call me?<</MsPearl>><br> She quickly cathes on what's going on, and gives you a look of pure distress<br><br> <<say "You" $faceimg>>Yeah, I found out about your dirty little secret<</say>><br> She looks on the verge of breaking, but tries as hard as she can to keep her act together for a while longer.<br><br> <<MsPearl>>I have no idea what you are talking about, and this isn't the way you should address a professor<</MsPearl>><br> <<say "You" $faceimg>>Look, we both know you are lying. You know very well what I'm talking about.<</say>><br> It looks like she's about to reply again... but she stops. She lowers her stare to the ground and starts speaking with a broken voice.<br> <<msplove "-60">><br> <<MsPearl>>Please... don't bring all of this up again, I've worked so hard to start a new life here, I'll give you anything. What do you want?... Good grades? Sex? Money?<</MsPearl>><br> Wow, this is going easier than you have pictured, what do you want to ask from her?<br> <<link "I want 1000$">><<replace "#choice">> <<set document.documentElement.scrollTop = 0>> <<if $mspearlblackmmoneyach is 0 or $mspearlblackmmoneyach is undefined >> <<set $mspearlblackmmoneyach to 1>> <<conf 2>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<set $mspearlblackmail to 0>> <<say "You" $faceimg>>I want 1000$, or I'll expose you to everyone<</say>><br> <<MsPearl>>Wow, what a piece of shit. I'm not rich you know?... I hope you realize that you are asking a lot<</MsPearl>><br> <<msplove "-80">> <<say "You" $faceimg>>I didn't ask for your opinion, just for the money<</say>><br> <<MsPearl>>Meet me outside the school in an hour. I'll withdraw and give you your fucking money, but don't ever show your face to me again<</MsPearl>><br> <<say "You" $faceimg>>Works for me<</say>><br> You follow her instructions, one hour later, she doesn't approach you directly but signals you to go over to her.<br> <<addmins 65>> She gives you an envelope.<br><br> <<MsPearl>>I hope you spend them all in medicines, if you show your face again I'm gonna call your parents and tell them everything, I don't care if we both go down<</MsPearl>><br> <<set $money +=1000>> <b>You have <span style="color: #008000;">gained</span> 1000$.</b><br> <<updatebar>> You'll have to refrain from ever interacting with her again, but you feel that this was worth it.<br> <<link"Go back to your room" "Room">><</link>> <</replace>><</link>> <br> <<link "Try to choose sex">><<replace "#choice">> <<set document.documentElement.scrollTop = 0>> <<if $mspearlblackmsexach is 0 or $mspearlblackmsexach is undefined >> <<set $mspearlblackmsexach to 1>> <<cod 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<set $mspearlblackmail to 1>> <<if $mspearlfucked eq 0 or ndef $mspearlfucked>> <<say "You" $faceimg>>Well, what would you prefer, sex or money?<</say>><br> She looks at you with an odd expression, she wasn't prepared for this question.<br><br> <<MsPearl>>Apparently, you are the one blackmailing me. You should know what you want<</MsPearl>><br> <<say "You" $faceimg>>Well, you are an hot woman, I would definitely love to fuck you, but I don't like forced sex<</say>><br> <<MsPearl>>Seriously? Then why did you have to bring that shit up and make me sad? You could have just asked for that, if you knew my weakness...<</MsPearl>><br> <<say "You" $faceimg>>And you would have just agreed? I don't believe you<</say>><br> <<MsPearl>>Well, maybe not right away, but eventually...<</MsPearl>><br> <<say "You" $faceimg>>Ok then, I want sex, but only if you feel like doing that<</say>><br> <<MsPearl>>Ok... I definitely don't want to do that today, you completely ruined my mood. If you promise not to say anything, maybe you'll get it another day<</MsPearl>><br> She's being reasonable after all, and your promise won't count much if she's the first one to eat up her own word.<br><br> <<say "You" $faceimg>>Ok then, I promise not to say anything<</say>><br> She shows a faint smile.<br> <<msplove "30">> <<MsPearl>>Thanks... now please get the fuck out of here and leave me alone for a while<</MsPearl>><br> You're not too sure what happened in here, but you feel like you obtained something, so you walk outside.<br> You'll have to attend another lesson to find out is she actually means what she says.<br> <<else>> <<MsPearl>>But... we have already fucked...<</MsPearl>><br> <<say "You" $faceimg>>I know, but I don't want to do all that teasing around, paying for hotels... I just want to fuck you whenever I want<</say>><br> <<msplove "50">> <<MsPearl>>That's a bit rude<</MsPearl>><br> <<say "You" $faceimg>>I guess, but I'm pretty sure you like it anyway<</say>><br> <<MsPearl>>Bah... whatever, now please get the fuck out of here and leave me alone for a while<</MsPearl>><br> You're not too sure what happened in here, but you feel like you made yourself clear, so you walk outside.<br> You'll have to attend another lesson to find out is she actually means what she says.<br> <</if>> <<link"Go back to your room" "Room">><</link>> <</replace>><</link>> <<else>> <b>(Confidence skill check: Fail)</b><br> You think that blackmailing her about the informations you found online would be a great idea.<br> You start thinking about the way you should tell her, and fantasize about the outcomes.<br> In the end though, you lack the determination to do it... and chicken out from the idea.<br> <<link"Go back to your room" "Room">><</link>> <</if>> <</replace>><</link>> <</if>> <<if $mspearlblackmail eq 1>> <<link "Ask to fuck her">><<replace "#choice">> <<set document.documentElement.scrollTop = 0>> You wait until the class is completely empty, then you ask her:<br> <<say "You" $faceimg>>I would like to fuck you right now<</say>><br> <<MsPearl>>Hm... You don't waste any time with courtesies, do you? We should go somewhere else, I don't feel like this place is safe<</MsPearl>><br> <<say "You" $faceimg>>Can't we lock the door?<</say>><br> <<MsPearl>>Yes, but I still don't feel like it would be safe, I can't afford getting caught again...<</MsPearl>><br> <<say "You" $faceimg>>Don't worry, we'll make it quick<</say>><br> <<msplove "-1">> <<MsPearl>>Bah... please make sure it's really locked<</MsPearl>><br> <<link "Lock the door" "mspearlscene">><<set $mspearlscene to 90>><</link>> <br> <<if $mspnat eq 1>> <<link "Pretend to lock the door and message Natasha" "mspnat">><</link>> <</if>> <</replace>><</link>> <</if>> <<if $mspnat eq 2>><br> <<link "Text Natasha for another threesome" "mspnat">><</link>> <</if>> <<else>> <<if $metmspearlpool eq 1>> <b>(Intelligence skill check: Fail)</b> You quickly glance at her, but you have no excuse to stop by or ask her anything, if you were more intelligence, maybe you could come up with something.<br> <<link"Go back to your room" "Room">><</link>> <<else>> You quickly glance at her, but you have no excuse to stop by or ask her anything.<br> <<link"Go back to your room" "Room">><</link>> <</if>> <</if>> <<set $metmspearl to 1>> <</if>> </div> <</nobr>>
<<nobr>> <<include "calc">> <<set $lustpearl to 0>> <<if ndef $mspearlfucked>><<set $mspearlfucked to 0>><</if>> <<if $mspearlblackmail eq 0>> <img src="images/mspearl/pool.png"><br> You notice that your professor, Ms. Pearl is in the pool, as soon as she sees you, she gets out of the pool, quickly gather her things and walks away still soaked in water without even getting dry first.<br> You most likely just ruined her day, again.<br> <<msplove "-5">> <<link"You can't do anything about it" "Poolgym">><</link>> <<set $dailymspearl to 1>> <<else>> <div id="first"> <<if $metmspearlpool is 0 or $metmspearlpool is undefined>> <br> You can hardly believe that it's actually your math professor, Ms. Pearl in a bikini, using the school's pool, you have to get closer to make sure you aren't dreaming.<br><br> <img src="images/mspearl/pool.png"><br><br> It's her indeed, but you got a bit too close and she catches you staring at her.<br> At this point, you pretty much have to say something.<br><br> <<say "You" $faceimg>>...Professor Pearl?<</say>><br> <<MsPearl>>Yes?...<</MsPearl>><br> <<say "You" $faceimg>>I'm... I'm sorry, I just didn't expect to find a professor in the pool<</say>><br> <<MsPearl>>Well, those facilities are open to everyone, both students and professors<</MsPearl>><br> <<say "You" $faceimg>>Of course, I know, it's just that I didn't expect to find a professor here<</say>><br> <<MsPearl>>I see, you should be new here, the other students are used to it, I always come here after lessons to relieve some stress<</MsPearl>><br> This is insane! Isn't she concerned about showing so much of her body to students?<br> You realize that you have been spacing out and blankly staring at her for a few seconds.<br><br> <<MsPearl>>Did you come here to swim or just to stare at me?<</MsPearl>><br> <<say "You" $faceimg>>Oh, to swim, obviously, I apologize for bothering you <</say>><br> <<MsPearl>>No problem, we aren't in class, I don't mind exchanging a few words with students when I'm not working<</MsPearl>><br> You pretty much have to enter the pool now, she really is an interesting woman.<br> You spend just an hour swimming, you cannot concentrate on your usual routine being in the same pool with your half naked math professor, so you gain nothing and waste some energy.<br> <b>You <span style="color: #8B0000;">spent</span> 6 energy<br></b> <<msplove "1">> <<lust "7">> <<link"Go back to your room" "Room">><<addmins 60>><<set $energy -=6>><</link>> <<set $metmspearlpool to 1>> <<else>> You can see Ms. Pearl in the pool.<br> <img src="images/mspearl/pool.png"><br> <<set $mspearlattraction to (($mspearllove*2.2+$physattr*1.1+$intelligence*0.7+$charisma*0.5+$coding*0.2).toFixed(1)) >><br> Ms. Pearl's attraction for you is $mspearlattraction <<if $energy gte 12>> <br><<link "Swim close to her">><<replace "#first">> <<set $swimenergy to 12>> <<if $advancedswim gte 1>><<set $swimenergy -=2>><</if>> <<set $energy -=$swimenergy>> <<addhours 2>> You spend two hours swimming, occasionally passing near Ms. Pearl and sneakily stealing glances at her.<br> <<if $mspearlattraction < 66.9>> You think that at some point she noticed and gave you a smile,but your vision was a bit blurred from the water, maybe you just imagined that?<br> <<link "Ms. Pearl leaves, you go back to your room" "Room">><<set $lust += $lustpearl>><</link>> <</if>> <<if ndef $mspearlblackmail or $mspearlblackmail eq 1>> <<if $mspearlattraction gte 67>> <b>(Attraction check: Success)</b><br> <<else>> <b>(Attraction check: Fail)</b><br><</if>> <<if $mspearlattraction gte 67>> At some point, you swim a bit underwater close to her, and she starts shaking her ass in your direction, did she do that on purpose?!<br> <<video "images/mspearl/mspearluwass.mp4" >><br> <<set $lustpearl to 5>> <<if $mspearlattraction gte 91>> <b>(Attraction check: Success)</b><br> <<elseif $mspearlattraction gte 67>> <b>(Attraction check: Fail)</b><br><</if>> <<if $mspearlattraction gte 91>> You follow her underwater for a bit, she's walking towards the border, in an area that is more covered from unwanted stares.<br> And without saying a word, she starts twerking for you, is this really happening? Is she insane?<br> <<video "images/mspearl/mspearluwtwerk.mp4" >><br> <<set $lustpearl to 8>> <<if $mspearlattraction gte 117>> <b>(Attraction check: Success)<br></b> <<elseif $mspearlattraction gte 91>> <b>(Attraction check: Fail)<br></b><</if>> <<if $mspearlattraction gte 117>> She then turns around, and finds you looking at her, with your mouth open.<br> She smiles at you, This has become kind of a routine until this point, but maybe this is the time you get some more.<br> You look around and see that there's nobody else in this wing.<br><br> <<say "You" $faceimg>>I really like swimming with such a beautiful view<</say>><br> <<MsPearl>>Did you see anything interesting?<</MsPearl>><br> <<say "You" $faceimg>>Yes... can I see anything else?<</say>><br> <<MsPearl>>Well, since you are asking so nicely<</MsPearl>><br> She also looks around to see that nobody entered, then she pushes your head underwater.<br> <<video "images/mspearl/mspearlustits.mp4" >><br> <<set $lustpearl to 13>> This is actually unbeliavable, she is risking so much to do something like this in such a public place, considering her role.<br><br> <<MsPearl>>Like what you see?<</MsPearl>><br> <<say "You" $faceimg>>Oh god, yes<</say>><br> <<if $mspearlattraction gte 140>> <b>(Attraction check: Success)<br></b> <<elseif $mspearlattraction gte 117>> <b>(Attraction check: Fail)<br></b><</if>> <<if $mspearlattraction gte 140>> She looks around again, she seems to be careful, and there's silence, so you could probably hear steps of anyone getting closer, but can this really be considered careful?<br><br> <<MsPearl>>Since you always seem to appreciate my body so much, I'll show you one last thing<</MsPearl>><br> <<video "images/mspearl/mspearluwnopants.mp4" >><br> <<if $mspearlnudeach is 0 or $mspearlnudeach is undefined >> <<set $mspearlnudeach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<set $lustpearl to 16>> <<MsPearl>>You are one of my best students, so I'll trust that you are intelligent enough not to mention this to anybody<</MsPearl>><br> <<link "Get closer and grab her ass">><<replace "#first">> She can't provoke you so much and just expect that you won't do anything about it, you've to at least try, so you start getting closer to her with a clear intention on your mind.<br> She isn't dumb, and recognizes your intention immediately.<br><br> <<MsPearl>>Stop right there... I just said that you aren't dumb, this isn't the place, I'm risking enough as it is<</MsPearl>><br> <<if $charisma gte 29>> <b>(Charisma skill check: Success)</b><br> You find a way to turns her words against her.<br> <<say "You" $faceimg>>Well, if the issue is just the place, then let's find a place<</say>><br> <<MsPearl>>Well played... what do you suggest?<</MsPearl>><br><br> /*------------------------PLACE SELECTION------------------------------------*/ /*------------------------PLACE SELECTION------------------------------------*/ <div id= "place"> <<link "My room">><<replace "#place">> <<say "You" $faceimg>>How about my room?<</say>><br> <<MsPearl>>Are you serious? do you actually think I can risk being seen entering a student room? I though you were smarter than that<</MsPearl>><br> <<msplove "-1">> <<link "Ms. Pearl leaves, you go back to your room" "Room">><<set $lust += $lustpearl>><</link>> <</replace>><</link>><br> <<link "Your home">><<replace "#place">> <<say "You" $faceimg>>How about your home?<</say>><br> <<if $mspearlattraction gte 270 and $sexcontrol gte 71 and $mspearlfucked gte 1>> <b>(attraction check: Success)</b><br> <b>(sex control check: Success)</b><br> <<MsPearl>>Ok, it's not ideal, but I shouldn't really waste such an opportunity to be thoroughly fucked by you.<</MsPearl>><br> <<say "You" $faceimg>>How far is the place?<</say>><br> <<MsPearl>>It's not too far from the mall parking lot, I'll send you the position, please make sure to not be seen entering, it's not a small complex, but... you never know<</MsPearl>><br> <<link"Go there alone" "mspearlscene">> <<set $mspearlscene to 101>><</link>><br> <<if $janeattraction gte 300 and $janefucked gte 1 and $mspnat gte 2 or $janeattraction gte 300 and $janefucked gte 1 and $laymsp gte 2>> <b>(Jane's attraction check: Success)<br></b> <<link "See if Jane is interested in coming along" "mspjan">><<set $lust += $lustpearl>><<set $mspjan to 0>> <</link>><br> <<elseif $mspnat gte 2 and $janefucked gte 1 or $laymsp gte 2 and $janefucked gte 1>> <b>(Jane's attraction check: Fail)<br></b> You feel that if Jane trusted you more, she might be down for being included in a threesome with your teacher.<br> <<elseif $mspnat gte 2 and $janefucked lt 1 or $laymsp gte 2 and $janefucked lt 1>> If you had sex with Jane, at this point, you might have thought of including her in a threesome with your teacher.<br> <<elseif $janeattraction gte 300>> You feel that if you already had a threesome with Ms. Pearl and any other girl, this could be a nice opportunity to include a new girl.<br> Maybe next time!<br> <</if>> <<elseif $sexcontrol lt 71>> <b>(sex control check: Fail)</b><br> <<MsPearl>>I mean, That doesn't sound like a terrible idea, but you would need to be able to fuck me for a long time to be worth the trip and the risk, honestly you're probalby not read for this<</MsPearl>><br> <<link "Ms. Pearl leaves, you go back to your room" "Room">><<set $lust += $lustpearl>><</link>> <<elseif $mspearlfucked lt 1>> <<MsPearl>>You seem like a very interesting student, but before inviting you to my home, I need to make sure that you're worth the trouble, if you know what I mean<</MsPearl>><br> <b>(You have to at least fuck Ms. Pearl once)</b><br> <<link "Ms. Pearl leaves, you go back to your room" "Room">><<set $lust += $lustpearl>><</link>> <<else>> <b>(attraction check: Fail)</b><br> <<MsPearl>>Don't you think it's a bit too much asking for something like that? It's also a bit too risky for my tastes<</MsPearl>><br> <<link "Ms. Pearl leaves, you go back to your room" "Room">><<set $lust += $lustpearl>><</link>> <</if>> <</replace>><</link>><br> <<link "The classroom">><<replace "#place">> <<say "You" $faceimg>>How about the classroom? There should be nobody in there now<</say>><br> <<if $mspearlattraction gte 200>> <b>(attraction check: Success)</b><br> <<MsPearl>>That doesn't sound like a great idea, to be honest, I've been there all morning already<</MsPearl>><br> <<say "You" $faceimg>>Come on, we can lock the door, it should be safe, there aren't any cameras, right?<</say>><br> <<MsPearl>>No, there aren't, but what if someone wants to enter? Isn't it a bit suspicious to have the door locked?<</MsPearl>><br> <<say "You" $faceimg>>Not really, I can hide and you could just say that you needed a place to finish some work and didn't want to get bothered by students<</say>><br> <<MsPearl>>Ok, if you can't think of any better place...<</MsPearl>><br> <<say "You" $faceimg>>I can't, sorry<</say>><br> <<MsPearl>>Whatever, I'll go in there, wait 10 minutes and make sure nobody sees you entering<</MsPearl>><br> <b>10 minutes have passed</b><br> <<addmins 11>> You proceed to walk all the way to your math class, and after you're sure that nobody is in sight yo see you, you enter the door.<br> <<link "Enter the class" "mspearlscene">><<set $lust += $lustpearl>><<set $mspearlscene to 91>><</link>> <br> <<else>> <b>(attraction check: Fail)</b><br> <<MsPearl>>It's not the best idea... I've already been there the whole morning, I don't want to get back there<</MsPearl>><br> <<MsPearl>>Why don't you think about that a bit more? Maybe next time you'll have a better idea!<</MsPearl>><br> <<link "Ms. Pearl leaves, you go back to your room" "Room">><<set $lust += $lustpearl>><</link>> <</if>> <</replace>><</link>><br> <<link "An hotel room">><<replace "#place">> <<say "You" $faceimg>>How about a hotel Room?<</say>><br> <<MsPearl>>Wow, you are getting pretty serious here, are you offering?<</MsPearl>><br> <<if $money gte 65>> <<linkreplace "Yes, it would be my treat (65$)">><br> <<MsPearl>>In that case... I'll give you my phone number and we can meet there, text me the address when you are already there from 30 minutes at least<</MsPearl>><br> <<set $mspearlnumber to 1>> She seems to be rather expert at this kind of things...<br> <<link "Find a room to book in a hotel" "mspearlhotel">><<set $lust += $lustpearl>><<set $youarepayingmph to 1>><</link>> <</linkreplace>> <<else>> <<linkreplace "On second thought...">>You realize that you don't have the money necessary to pay for a room, you find an excuse and hope she doesn't realize that<br> <<link"Go back to your room" "Room">><<set $lust += $lustpearl>><</link>><</linkreplace>> <</if>> <</replace>><</link>><br> </div> /*--------------------END----PLACE SELECTION------------------------------------*/ /*---------------------END---PLACE SELECTION------------------------------------*/ <<else>> <b>(Charisma skill check: Fail)</b><br> You stop, she's such a tease, but you're going to listen to her.<br> <<link "Ms. Pearl leaves, you go back to your room" "Room">><<set $lust += $lustpearl>><</link>> <</if>> <</replace>><</link>><br><br> <</if>> <</if>> <</if>> <</if>> <</if>> <<set $strgainworkhome to Number (($swimstrgain).toFixed(2))>> <<set $stagainworkhome to Number (($swimstagain).toFixed(2))>> <<str $strgainworkhome>> <<sta $stagainworkhome>> <<msplove "1">> <<if $lustpearl gte 1>> <<lust $lustpearl>> <</if>> <<link"Go back to your room" "Room">><<set $lust += $lustpearl>><</link>> <</replace>><</link>> <<else>> You would love to swim a bit now that Ms. Pearl is in the water, but you are a bit too tired to do that (need 12 energy).<br> <<link"Go back to your room" "Room">><<set $lust += $lustpearl>><</link>> <</if>> <br> <</if>> </div> <</if>> <</nobr>>
<<nobr>> <<if $mspearlkissed is undefined>><<set $mspearlkissed to 0>><</if>> <<if $mspearlfucked is undefined>><<set $mspearlfucked to 0>><</if>> <<if $stalkedmspearl is 1>> Mspearl is a teacher and she's 34 years old<br> You discovered an article from an online newspaper dating to about two years ago.<br> you can check <<linkreplace "The article">>again The article talks about a college teacher named "Mrs. Pauline Harris", and not "Ms. Pauline Pearl". However, you unmistakably recognized her in the photos. <br>It's an intriguing story: she was once accused of having a relationship with one of her students, and they were allegedly caught in some form of intimate acts.<br> Both vehemently denied everything, and no witnesses were willing to testify, leading to the dismissal of the charges.<br> All of this took place in a city thousands of miles from where you currently are.<br> You also find an old and inactive account on an obsolete social media where she still has a profile as Pauline Harris. You assume she has no children, but you can get quite a bit of her personality from there, She seems like an insecure woman looking for attention, there are some pictures that one might deem inappropriate for a married woman her age, let alone a college teacher.<</linkreplace>><br> <<else>> Ms Pearl is your math teacher, you know very little about her, except the fact that she seems to be more easygoing than most teachers, she hides her private life pretty well, investigating her might prove difficult, but you can try from Instatok<br><</if>> <<if $stalkedmspearl is 1>>Age: 34<br> <br><img src="images/mspearl/instatok.png"><br> <<else>> <br><img src="images/mspearl/face.png"><br> <</if>> <</nobr>> Ms. Pearl's Love : $mspearllove Ms. Pearl's activity count: ( Fucked = $mspearlfucked ) <br> <<nobr>> <<if $stalkedmspearl is 1>> Ms. Pearl's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br> Love : 220% - Ms, Pearl is not so young anymore, and acts of affection towards her makes her feel more wanted, she craves that. (<<print (($mspearllove*2.2).toFixed(1))>>)<br> Physical attractiveness: 110% - Ms. Pearl is looking for someone attractive, She needs validation and a someone who's good looking means more of that. (<<print (($physattr* 1.1).toFixed(1))>>)<br> Intelligence: 70% -Despite everything else, Ms. Pearl is still a teacher, and even if it might not be her main focus, she appreciates a mind that shows promise. (<<print (($intelligence*0.7).toFixed(1))>>)<br> Charisma: 50% - Being charismatic is something that helps with most relationships, this one is not an exception. (<<print (($charisma* 0.5).toFixed(1))>>)<br> Coding: 20% - She teaches math, and coding often relies on math, she doesn't care too much for it, but everything helps keeping a conversation going. (<<print (($coding* 0.2).toFixed(1))>>)<br> She plays a game that is different from the ones girls play, she won't care for your popularity or confidence, her desires are very pragmatic.<br> <<set $mspearlattraction to (($mspearllove*2.2+$physattr*1.1+$intelligence*0.7+$charisma*0.5+$coding*0.2).toFixed(1)) >><br> Ms. Pearl's attraction for you is $mspearlattraction <br> <</if>> <br> <<link "Back">> <<script>> Dialog.setup("Girls Stats"); Dialog.wiki(Story.get("Girls Stats").processText()); Dialog.open(); <</script>> <</link>> <</nobr>>
/*/-------------WELCOME to the cheat cracking minigame! Hope you enjoy your stay, just a word of advice: My cheat codes are protected from SSNCPPPP©: the most recent and technologically advanced Spaghetti-Sandwich-Nonsense-Copy-Pasta-Pizza-Protection-Package©, BEWARE that any hacking attempt is punishable by confusion and general boredom. I promise it's much quicker to use the console: ---->>> just open the console(f12) and paste: SugarCube.State.active.variables.clickedderp2 = 1 SugarCube.State.active.variables.clickedderp = 2 This will work with every version., no need to find the codes!----------------// <<nobr>> <<if $cittcode is "basiccheat777">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "cheatalphadebug11">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "lightcheats1167">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "iwouldnteventrythisone">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "light337cheattherinibasic" or $cittcode is "QUATTROOOO" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "SClight39super">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "donttrythisoneisnotarealcheat">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "lightcheats5521">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "superdebug8732">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $clickedderp to 1>> <<set $clickedderp to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "SClight39super">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $cheat872basic to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "alphacheat622">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "derponde72basic">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $cheat872basic to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debugmenusimplecheat">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "thisisnottherealcheatcode">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $cheat872basic to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "thecheatcodeabovemeislying">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "oneofthetwocheatsabove" or $cittcode is "isdefinitelylying" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "SClight39super" or $cittcode is "heavy999alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "lightcheats5521" or $cittcode is "superdebug8732" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "SClight39super" or $cittcode is "alphacheat622" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "basiccheat777" or $cittcode is "cheatalphadebug11" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $newversion is undefined>><<set $newversion to 33>><<set $clickedderp2 to 0>><<updatebar>><</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "debug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "lightcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "debug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "lightcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "debufg11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "lightche3ats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "debug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "lightcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "debug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "lightcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "debug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "lightcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "deebug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "lightc2heats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "debug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "lightcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "debug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "lightcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "debug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "lightcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "debaug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "alightcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "debug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "lightcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "desbug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "ligshtcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "debug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "lightcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "debug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "lightcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "debug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "lightcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "debug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "lightcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "debug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "lightcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <<if $cittcode is "debug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "lightcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>>
<<nobr>>/*--------------------Hello there! welcome to part 4/7 of the minigame, I'll stop mentioning which part we are on so you don't search for it. You're getting closer though, Time for a philosophical dillema: do you think that people that can't crack the cheat codes themselves actually deserve them? Just food for thought!--------------------*/ <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/ <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<set $carolscene to 12>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha112light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug323hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug344alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34433hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "nesswalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug344alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<include "carolscene">><<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------* <<if $cittcode is "newalpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "de4bug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/<<set $carolscene to 12>><<if $cittcode is "61alpha5light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debu2g34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<set $derpks to 1>> /*---------------------------------------------------------* <<if $cittcode is "newa2lpha11light">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "deb2ug333hvy">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> *--------------------------------------------------------------------*/ /*---------------------------------------------------------*/ <<if $cittcode is "de494bug" or $cittcode is "light228cheat" or $cittcode is "disable">> <<elseif $cittcode is "disabled">>You have entered an invalid code<</if>> <<if $cittcode is "light228cheat">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $cIickedderp to 2>> <<set $cittcode to 0>><<updatebar>><<updatebar>> <</if>> <<if $cittcode is "de4964bug">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $cIickedderp to 2>> <<set $cIickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light39cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy83332alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light39cheats" or $cittcode is "heavy832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <<updatebar>> <</nobr>> /*--------------------------------------------------------------------*/ <<if $cittcode is "lightdserp19cheat" or $cittcode is "heavy832alpha" or $cittcode is "disable">> <<set $cIikedderp to 2>> <<set $cittcode to 0>><<updatebar>><<updatebar>> <</if>> <<if $cittcode is "debug616alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $cIikedderp to 2>> <<set $cIikedderp2 to 1>> <<set $cittcode to 0>><<updatebar>><<updatebar>> <</if>><<nobr>> <<if $cittcode is "debug11a45">>Heavy cheats unlocked, Thanks for supporting me!<<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><</if>><<set $derpks to 1>> <<if $cittcode is "lightcheats208">>Light cheats unlocked, Thanks for supporting me!<<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>> <</nobr>>
/*--------------------OK, you actually got it now, but which one is it?--------------------*/ <<nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug34alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "87cheatsbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premium573">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "87cheatsbasic" or $cittcode is "premium573" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "uderp82">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "thisisntherealcheatcode">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "87cheatsbasic" or $cittcode is "premium573" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "87cheatsbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premium573">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "87cheatsbasic" or $cittcode is "premium573" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "87cheatsbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premium573">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "87cheatsbasic" or $cittcode is "premium573" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "817cheatbasicc">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debugch2224">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "87cheatsbasic" or $cittcode is "premium573" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light39cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light39cheats" or $cittcode is "heavy832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>> <<if $cittcode is "cheatcode7663495">><<set $cIickedderp to 2>> <<goto "Cheats Confirmation2">><</if>> <<if $cittcode is "debug11445">><<set $cIickedderp to 2>><<goto "Cheats Confirmation2">><<</if>> <<if $cittcode is "lightcheats208">><<goto "Cheats Confirmation2">><<<set $cIickedderp2 to 2>><</if>>
/*--------------------Hello there! welcome to part 4/7 of the minigame, I'll stop mentioning which part we are on so you don't search for it. You're getting closer though, Time for a philosophical dillema: do you think that people that can't crack the cheat codes themselves actually deserve them? Just food for thought!--------------------*/ <<nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ /*---------------------------------------------------------*/ /*x*/<<if $cittcode is "1s8scheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premcheat541">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>>
/*--------------------Hello there! welcome to part 4/7 of the minigame, I'll stop mentioning which part we are on so you don't search for it. You're getting closer though, Time for a philosophical dillema: do you think that people that can't crack the cheat codes themselves actually deserve them? Just food for thought!--------------------*/ <<nobr>> <<if $cittcode is "61alphalight">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "debug44234alpha">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickeddderp to 2>> <<set $clickeddderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "187cheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premiumheavy273">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ /*---------------------------------------------------------*/ /*x*/<<if $cittcode is "1s8scheatbasic">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "premcheat541">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy1832alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>>
<<nobr>> <<include "calc">> <<if $suscar is undefined>><<set $suscar to 0>><</if>> <<if $suscar eq 2>> You have already done this, and you are comfortable with each other, so you let the girls sit on the couch and start their thing.<br> <<video "images/suscar/suscarkiss.mp4" >><br> After a while, you get closer and join in<br> <</if>> <<if $suscar eq 1>> You open the door, and it's Carol, as expected.<br><br> <<say "You" $faceimg>>Hey Carol, welcome<</say>><br> <<carol>>Isn't this her room? she should be the one saying that<</carol>><br> <<susan2>>Yeah, I'm sorry, I'm a bit tense, Welcome Carol<</susan2>><br> <<say "You" $faceimg>>Why don't you sit on the couch?<</say>><br> <<carol>>Again...<</carol>><br> <<susan2>>Please sit on the couch, Carol<</susan2>><br> <<carol>>Hm... I don't know, maybe this wasn't such a great idea...<</carol>><br> <<say "You" $faceimg>>Come on Carol, it's cool<</say>><br> <<carol>>Yeah, I know you want to fuck us both, but I'm not sure this is working out...<</carol>><br> <<susan2>>But...<</susan2>><br> <<carol>>She really is cute though, no wonder you fucked her<</carol>><br> <<susan2>>Thanks, but, you seem a bit hostile<</susan2>><br> <<say "You" $faceimg>>Come on Carol, be cool<</say>><br> <<carol>>Be cool? Seriously?...<</carol>><br> Susan seems to start realizing what's going on.<br><br> <<susan2>>What's happening?... Wait....Did the two of you fuck before?<</susan2>><br> <<carol>>She doesn't know?<</carol>><br> <<susan2>>No, he never told me...<</susan2>><br> <<carol>>Oh god, and you wanted to setup a threesome and keep hiding that?<</carol>><br> <<say "You" $faceimg>>Obviously not, this is my way of confessing, and hopefully make up for it.<</say>><br> <<carol>>What a foolproof plan<</carol>><br> Susan seems to be shaken by the news, she stays in a corner of the couch, Carol sits down on the other side.<br> <<susan2>>Why wouldn't you tell me?...<</susan2>><br> <<carol>>I think this is his way of telling you... Can you please leave us alone, $name ?<</carol>><br> You decide to trust Carol and you step out of the room for a few minutes, you leave both of them on the couch.<br> <img src="images/suscar/couch1.png"><br> You hear them talking were quietly, you cannot really figure out what they are saying.<br> A few minutes later, you decide to peek to see what's happening, and you see them making out.<br> <<video "images/suscar/suscarkiss.mp4" >><br> It's hot, and you keep watching from behind the corner.<br> They start to undress each other, and you pretty much have to pull out your cock and start getting ready for what you hope is next.<br> After a while, things are really starting to heat up, and they see that you are back, susan says: <<susan2>>I'm mad at you... but your friend is too sexy, and I'm too horny to deal with it now<</susan2>><br> <<carol>>You're not bad yourself, Susan, should we allow him back here?<</carol>><br> <<say "You" $faceimg>>Hey, it's only thanks to me if the two of you met, after all I was<</say>><br> Susan interrupts you.<br> <<susan2>>Shut up and bring your cock here<</susan2>><br> <</if>> <<if $suscar gte 1>> <<if $suscarachievement is 0 or $suscarachievement is undefined >> <<set $suscarachievement to 1>><<cul 6>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<video "images/suscar/suscarintro.mp4" >><br> Right about when Susan is starting to lick Carol's pussy, you get closer with your dick fully erected, Carol sees to it without saying a word, and just starts sucking you, after a while Susan also join in and the girls start to suck your dick together<br> <<video "images/suscar/suscarintro2.mp4" >><br> <<if $sexcontrol lte 32>> <b>(Sex control check: Fail)</b> You are pretty sure that you would have been able to fuck them if you wanted.<br> Unfortunately, you got way too horny from the situation, you ask them to stop sucking your cock, and they listen to do you, but it's too late, you passed the point of no return, so you just take your cock back in your hand, and finish on their faces<br> <<video "images/suscar/suscarcum.mp4" >><br> <<say "You" $faceimg>>I'm sorry girls, you are too hot together, it was too much to handle<</say>><br> <<carol>>Ahahah, all this hype, and you didn't even get to fuck us, we'll take it from there, ok Susan?<</carol>><br> <<susan2>>Sure, don't worry honey, next time I'm sure we'll go further.<</susan2>><br> Susan and carol keep pleasuring each other until they both reach an orgasm, you stay around and help them, fingering the one that isn't currently being licked. <<video "images/suscar/suscarlesb.mp4" >><br> But in the end you don't get to fuck them, this time.<br> <<addmins 15>> <<set $dailysusan to 1>> <<set $spentenergy to 10>> <<suslove "1">> <<sexcon "2">> <<lust "-40">> <<conf "2">> <br> <</if>> <<if $sexcontrol > 32>> <b>(Sex control check: Success)</b> They suck on your dick for a while, then it's clear that the moment has come for you to penetrate them. You decide to start from Susan, as she bends over to suck on Carol's nipples, you push your dick inside<br> <<video "images/suscar/suscarsusanfuck.mp4" >><br> <<susan2>>Oh yeah, right there, fuck yes!<</susan2>><br> <<carol>>Hmm, that's so fucking good<</carol>><br> Susan is extremely aroused from the buildup, and she ends up coming pretty fast<br> You fuck her for a while, Carol mounts up on the the armrest of the couch so that Susan can lick her, the scene is extremely arousing to watch, so you stop for a while, and you declare that it's Carol turn.<br> <<video "images/suscar/suscarcarolfuck.mp4" >><br> <<susan2>>Oh that feels so good, Oh yeah, just like that<</susan2>><br> You keep fucking Carol until she reaches an orgasm, while she skillfully handle Susan's vagina with her tongue.<br> <<if $sexcontrol > 74>> <b>(Sex control check: Success)</b> <<if $suscarfullachievement is 0 or $suscarfullachievement is undefined >> <<set $suscarfullachievement to 1>><<sexcon 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> It's time to turn your attention back to Susan again, this time you ask her to ride you, and she doesn't need to be asked twice, she climbs on your and starts fucking you.<br> <<video "images/suscar/suscarsusanridelick.mp4" >><br> Carol gets closer and starts licking and passionately making out with her pussy, occasionally slipping her tongue over to your dick and balls, the sensation is incredibly good, <br> Susan climaxes, and you have no idea how on earth you can resist from coming, after a while you have to stop her, and you ask to fuck her, because you still want to enjoy this for a bit, and she'll inevitably make you come soon.<br> <<video "images/suscar/suscarcarolridelick.mp4" >><br> Carol mounts on top of you facing the opposite direction, and Susan wastes no time, gets down from the couch and starts licking her ass and your balls, you hoped for some respite but this is not gonna make you last a lot as well.<br> After a while, Susan takes the dick out of Carol's dripping wet pussy and starts sucking you, tasing all her juices coating it.<br> There is no way you cannot cum after such a thing, and you warn the girls, that promptly get in position to welcome your cum on their faces.<br> <<video "images/suscar/suscarcum.mp4" >><br> <<susan2>>Wow, that was incredible $name !<</susan2>><br> <<carol>> Yeah, you really outdid yourself <</carol>> <<suslove "3">> <<carlove "3">> <<set $carolfucked +=1>> <<set $susanfucked +=1>> <<addmins 21>> <<set $dailysusan to 1>> <<set $spentenergy to 16>> <<stress "-12">> <<sexexp "1.5">> <<suslove "1">> <<sexcon "2.4">> <<lust "-40">> <<conf "2">> <br> <<else>> <b>(Sex control check: Fail)</b> Both girls had an orgasm now, you can finally stop resisting and let yourself reach a strong orgasm right on top on their faces.<br> <<video "images/suscar/suscarcum.mp4" >><br> <<susan2>>Well, I regret nothing, this was awesome!<</susan2>> <<carol>>You are so hot Susan, sorry for ever underestimating you<</carol>> <br> <<suslove "2">> <<carlove "2">> <<set $carolfucked +=1>> <<set $susanfucked +=1>> <<addmins 16>> <<set $dailysusan to 1>> <<set $spentenergy to 11>> <<stress "-8">> <<sexexp "1">> <<suslove "1">> <<sexcon "2.4">> <<lust "-40">> <<conf "2">> <br> <</if>> <</if>> <<if $suscar eq 1>> <<set $suscar to 2>> <br> <<carol>>So, all better now, Susan?<</carol>><br> <<susan2>>God yes, I've never felt so good<</susan2>><br> <<say "You" $faceimg>>I'm glad to hear that<</say>><br> <<if $sexcontrol > 32>> <<susan2>>You have been amazing, $name<</susan2>><br> <<carol>>Yeah, I've got to agree with that<</carol>><br> <<else>> <<susan2>>I would still be a bit pissed at you, if you didn't make me meet such ana zing girl<</susan2>><br> <<carol>>Oh, don't make me blush, you are such a sweety<</carol>><br> <</if>> <<say "You" $faceimg>>So... we'll do this again soon?<</say>><br> <<susan2>>Oh yeah, most definitely<</susan2>><br> <<carol>>Yep, count me in, I've never thought college could become so great!<</carol>><br> <<else>> <<susan2>>I don't think I'll ever get tired of this<</susan2>><br> <<carol>>I know, right? Promise you'll call me again soon?<</carol>><br> <<say "You" $faceimg>>Oh yes, we will!<</say>><br> <</if>> <<if $spentenergy is undefined>><<set $spentenergy to 0>><</if>> <br> You chat for another minute, then after getting dressed up and exchanging a few more passionate kisses, <<link "the girls leave the room" "Room">><<set $energy -=$spentenergy>><</link>> <</if>> /*---------------setup------------suscar0-----------*/ <<if $suscar is 0>> <<set $suscar to 1>> <<set $carolreward to -1>> <<say "You" $faceimg>>Hey, I wanted to ask you, do you know Susan?<</say>><br> <<carol>>Susan? The freshman?<</carol>><br> <<say "You" $faceimg>>Yeah<</say>><br> <<carol>>I cannot say that I know her, I've seen her around a few times<</carol>><br> <<say "You" $faceimg>>Do you think she looks nice?<</say>><br> <<carol>>Now that you talk about it, she didn't look so great the first few days, then suddenly she became pretty hot<</carol>><br> <<say "You" $faceimg>>So... you like her?<</say>><br> <<carol>>Ehm, why all those odd questions?<</carol>><br> <<say "You" $faceimg>>Just curious<</say>><br> <<carol>>Have you been fucking her too? Yeah... I saw you close to each other once<</carol>><br> <<say "You" $faceimg>>Why? How would that make you feel?<</say>><br> <<carol>>Oh come on, not this shit, I care about you, and sure, we fuck, but it's not like we're a couple...<</carol>><br> <<say "You" $faceimg>>Hm... ok, and?<</say>><br> <<carol>>If anything, you're doing pretty good for yourself, look, I have to go now<</carol>><br> You sense that she's starting to be a bit tense, maybe she is jealous after all...<br> She starts walking rapidly towards the door.<br><br> <<say "You" $faceimg>>Carol wait, I wanted to ask you something...<</say>><br> <<carol>>What?<</carol>><br> <<say "You" $faceimg>>The reason I wanted to ask you this is... I know that you also like girls, because... Natasha<</say>><br> <<carol>>Jeez, yeah... and?<</carol>><br> <<say "You" $faceimg>>Would you have sex with Susan?<</say>><br> <<carol>>What?!? I mean, she's hot, as I said, but did she ask you to... God that's so lame.<</carol>><br> <<say "You" $faceimg>>No, she didn't ask me anything, I'm just asking for myself.<</say>><br> <<carol>>How are you asking for yourself?<</carol>><br> <<say "You" $faceimg>>Come on, connect the dots...<</say>><br> She pauses for a bit...<br><br> <<carol>>Oh... I see<</carol>><br> <<say "You" $faceimg>>So, what do you think?<</say>><br> <<carol>>I don't know, just let me go, this is a bit too much<</carol>><br> Carol resumes going towards the door.<br> You decide to not stop her again, and to let her process this.<br> <<addmins 30>> Almost an hour later, you receive a text message from her, you answer, and you exchange a few more text messages:<br> <<carol>>If she didn't ask you to do this, how do you even know that she'll be ok with it?<</carol>><br> <<say "You" $faceimg>>Leave that to me<</say>><br> <<carol>>Just leave it to you? Yeah, the two of you fucked... Are you sure she'd be into it?<</carol>><br> <<say "You" $faceimg>>Yes<</say>><br> <<carol>>Whatever, you've always been someone I can trust... I guess I'm in.<</carol>><br> <<say "You" $faceimg>>Wonderful, don't keep yourself too busy in the next days!<</say>><br> The anticipation of what might happen, fills you with excitement.<br> <<lust "25">> <<link "Carol leaves your room" "Room">><</link>> <</if>> <</nobr>>
<<nobr>> <<if ndef $susrose>><<set $susrose to 0>><</if>> <<include "calc">> <<if $susrose eq 1>> You already had a threesome with Susan and Rose, when Rose enters the room, the girls know how to begin the fun, and start to make out with each other.<br> <</if>> <<if $susrose eq 0>> <<set $susrose to 1>> Rose steps inside the room, and looks around herself.<br> Susan is speechless and doesn't utter a word.<br><br> <<rose>>Hello?<</rose>><br> <<susan2>>H... hi<</susan2>><br> <<say "You" $faceimg>>Hey Rose, meet Susan. Susan, this is Rose.<</say>><br> <<rose>>Nice to meet you dear, you look lovely<</rose>><br> <<susan2>>Oh... you too<</susan2>><br> Susan seems to act a bit embarassed.<br><br> <<say "You" $faceimg>>Don't worry Rose, I can garauntee that she'll warm up pretty quickly<</say>><br> <<rose>>Oh, I don't mind that, she's so sweet, why don't you give a me a kiss?<</rose>><br> Susan hesitates for a bit.<br><br> <img src="images/susros/one.png"><br><br> <<susan2>>...Sure<</susan2>><br> She then says, getting closer to rose.<br> They then give each other a kiss on the lips, that quickly escalates to making out.<br> <</if>> <<video "images/susros/susroskiss.mp4" >><br> While making out, they start undressing each other, and they are soon naked in front of you, never stopping to make out.<br> You seat down on a chair and enjoy the show.<br> After a while, they turn their attention towards you, and your cock, and get close to you to start sucking it.<br> <<video "images/susros/susrosbj.mp4" >><br> They take turns at doing that, while the one that isn't busy sucking it deals with licking your balls. <br> This is incredibly hot, both girls are nice and kind of shy, but you already know both of them, and you know how kinky and crazed for dick they get when they get aroused, this time is no exception.<br><br> <<rose>>Yeah baby, take that cock<</rose>><br> After they sucked you for a pretty long time, it's time to start fucking them.<br> You decide to start from Susan, and ask her to put herself on all four on the bed.<br> She does that, and Rose takes place in front of her, opening her legs to easily allow Susan to entertain her by licking her pussy while you ram her from behind.<br> <<if $susrosethreesomeach is 0 or $susrosethreesomeach is undefined >> <<set $susrosethreesomeach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<video "images/susros/susrosfuckstartsus.mp4">> <<rose>> Yeah, fuck her<</rose>><br> Encourage by Rose, you ram your dick even harder in Susan's snatch.<br><br> <<susan2>>Oh yeah, that feels so good<</susan2>><br> <<rose>> Fuck her tight pussy!<</rose>><br> You keep fucking Susan until she reaches an orgasm, that doesn't take too long.<br> You then decide to switch to fucking Rose.<br> <<video "images/susros/susrosfuckrose.mp4">> Rose decide to return Susan's favor, and she tells her to hop on top of her face, so that she can lick her while you bury your dick deep inside of her.<br><br> <<rose>> Oh yes, yes yes yes!<</rose>><br> It doesn't take too long until she also comes while being relentlessly fucked by you.<br> You have already fucked both of them once, but they are still extremely horny, they propose to ride your dick and face at the same time.<br> <div id = "choice"> <<link "Let them ride you">> <<replace "#choice">> You hesitate a bit, and that's enough for them to decide that you'll be fine with it.<br> Rose mounts on top of your dick and at the same time Susan sits on your face.<br> <<video "images/susros/susrosdoubleride.mp4">> Rose rides your dick like her life depends on it, and Susan grinds her pussy on her face, trying to bring herself to yet another orgasm. Rose also climasex not even a full minute later, maybe inspired by Susan.<br> It's time for you to cum as well, and they ask you to cum on their faces.<br> <</replace>> <<trigger 'end'>> <<trigger 'end1'>> <</link>> <<if $confidence gte 77>> <br> <<link "(Conf 77) Deny that and take control">> <<replace "#choice">> <<say "You" $faceimg>>No, mount on top each other, I want to take turns fucking you from behind<</say>><br> The girls obey and do as you requested<br> You then get closer, and start fucking Susan from behind.<br> <<video "images/susros/susroscontrolboth.mp4">> <<if $susrosecontrolach is 0 or $susrosecontrolach is undefined >> <<set $susrosecontrolach to 1>> <<conf 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> After she comes, you switch to fucking Rose, and you go on switching between them like this for a while.<br> Until you feel like you should really let your cum go.<br> You order them so kneel down in front of you, so that you can send cum flying all over their faces.<br> <</replace>> <<trigger 'end'>> <<trigger 'end2'>> <</link>> <<else>> <br> If you had more confidence, these scene could end in another way.<br> <</if>> </div> <<on 'end' span hidden>> <<video "images/susros/susroscum.mp4">> They kneel close to one another, and you spray your cum over them.<br> <<susan2>>Oh yeah, give me every drop of that cum!<</susan2>><br> After you are done, Susan sucks your dick for a bit in search of every last drop of cum.<br> She then also starts licking Rose face and they end up making out again.<br> <<rose>>Wow, this was hot as fuck, count me in anytime you want to do this again<</rose>><br> Susan is in pure delight, she even struggles to answer that, and just nods.<br> <<sexcon "3">> <<sexexp "2">> <<addmins 27>> <<lust "-40">> <<stress "-10">> <<ene "12">> <<set $rosefucked +=1>> <<set $susanfucked +=1>> <<set $dailysusan to 1>> <</on>> <<on 'end1' span hidden>> <<roslove "4">> <<suslove "2">> <<cha "2">> <<link "You all get dressed and greet each other, then your exit the room" "Room">><<set $energy -=$enewid>><</link>> <</on>> <<on 'end2' span hidden>> <<suslove "4">> <<roslove "2">> <<conf "2">> <<link "You all get dressed and greet each other, then your exit the room" "Room">><<set $energy -=$enewid>><</link>> <</on>> <</nobr>>
//-------------Hey, what are you doing down there? My cheat codes are protected from SSNCPPPP©: the most recent and technologically advanced Spaghetti-Sandwich-Nonsense-Copy-Pasta-Pizza-Protection-Package©, BEWARE that any hacking attempt is punishable by confusion and general boredom. If you want to change variables, I promise it's much quicker to use the console, you can find all the variables that can be changed by the debug cheat menu in the Character Stats passage, just saying.-------------------------------------------------------------Also, don't spoil other people the fun of playing the cheat cracking minigame by giving them the solution! :D------// <<nobr>> <<if $cittcode is "basiccheat777">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "chetalphad2ebug11">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*---------------------------------------------------------*/ <<if $cittcode is "light3cheats1167">> <b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "11wouldnteventrythisone">> <b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br> <<set $clickedderp to 2>> <<set $clickedderp2 to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "light337cheattherinibasic" or $cittcode is "QUATTROOOO" or $cittcode is "disable">> <<else>>You have entered an invalid code<br><br> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "SC3light39super">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "heavy229alpha">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "lightdercheats51">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $actualcheats to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "super4debug87">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $clickedderp to 1>> <<set $clickedderp to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*--------------------------------------------------------------------*/ <<if $cittcode is "SClight139super">> /*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $cheat872basic to 2>> <<set $cittcode to 0>><<updatebar>> <</if>> <<if $cittcode is "alphaffcheat622">> /*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br> If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br>*/ <<set $clickedderp to 1>> <<set $clickedderp to 2>> <<set $actualheavycheats to 1>> <<set $cittcode to 0>><<updatebar>> <</if>> /*----------------------You've got to admit that it's kind of fun that I've taken the time to comment those lines of text, when this passage is never actually called from inside the game and I could have literally wrote any kind of nonsense without comments not needing to worry about any consequence----------------------------------------------*/ <<if $cittcode is "SClight139super" or $cittcode is "WhyAreYouStillReadingThose" or $cittcode is "disable">> <<set $cheatsenabled to true>> <</if>> <<if $cittcode is "disable">> <b>All Cheats disabled, changes already made with cheats cannot be reverted</b> <<set $clickedderp to 1>> <<set $clickedderp2 to 0>> <<set $cittcode to 0>><<updatebar>> <<updatebar>><</if>> <</nobr>>
<<nobr>> <<if $subachievementmoney is undefined>><<set $subachievementmoney to 0>><</if>> <<if $ffworkenergy is undefined>><<set $ffworkenergy to 18>><</if>> <<if $totalgainfromshifts is undefined>><<set $totalgainfromshifts to 0>><</if>> <div id ="all"> <<if $ffincome is undefined>><<set $ffincome to 32>><</if>> <<set $somethingforsale to 0>> <img src="images/mall.png"><br> You enter the mall, there are various shops selling all kind of things!<br> <<linkreplace "Buy something">> <<if $bettergym eq 0 or $bettergym is undefined>> <<set $somethingforsale to 1>> <<linkreplace "Buy basic gym equipment for 20% bonus gains (100$)">> <<if $money lte 99.99>> You don't have enough money.<br> <<else>> <<set $money -=100>> <<set $bettergym to 1>> <<updatebar>> You have bought appropriate equipment for gym workout, you will now receive 20% bonus base gains when working out!<</if>> <</linkreplace>> <br> <<elseif ndef $advancedgym>> <<set $somethingforsale to 1>> <<linkreplace "Buy advanced gym equipment for -3 energy usage (200$)">> <<if $money lte 199.99>> You don't have enough money.<br> <<else>> <<set $money -=200>> <<set $advancedgym to 1>> <<updatebar>> Your gym equipment is now semi-professional, this help you consume 3 energy less when working out<</if>> <</linkreplace>> <br><</if>> <<if $betterswim eq 0 or $betterswim is undefined>> <<set $somethingforsale to 1>> <<linkreplace "Buy basic swimming equipment for 20% bonus gains (50$)">> <<if $money lte 49.99>> You don't have enough money.<br> <<else>> <<set $money -=50>> <<set $betterswim to 1>> <<updatebar>> You have bought appropriate equipment for swimming, you will now receive 20% bonus base gains when swimming!<</if>> <</linkreplace>> <br> <<elseif ndef $advancedswim>> <<set $somethingforsale to 1>> <<linkreplace "Buy advanced swimming equipment for -2 energy usage (250$)">> <<if $money lte 149.99>> You don't have enough money.<br> <<else>> <<set $money -=150>> <<set $advancedswim to 1>> <<updatebar>> Your swimming equipment is now semi-professional, this help you consume 2 energy less when swimming<</if>> <</linkreplace>> <br><</if>> <<if $bettermattress eq 0 or $bettermattress is undefined>> <<set $somethingforsale to 1>> <<linkreplace "Buy a better mattress to have +15 max energy (300$)">> <<if $money lte 299.99>> You don't have enough money.<br> <<else>> <<set $money -=300>> <<if $buybedachievement is 0 or $buybedachievement is undefined >> <<set $buybedachievement to 1>> <<set $maxstress +=8>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<set $bettermattress to 1>> <<set $maxenergy +=15>> <<updatebar>> You have bought a better mattress, your maximum energy has been increased by 15! <</if>> <</linkreplace>> <br> <</if>> <<if $betterlaptop eq 0 or $betterlaptop is undefined>> <<set $somethingforsale to 1>> <<linkreplace "Buy a better laptop for a better coding and gaming experience (800$)">> <<if $money lt 800>> You don't have enough money.<br> <<else>> <<set $money -=800>> <<set $betterlaptop to 1>> <<updatebar>> You have bought a better laptop! Coding will now consume less energy and produce less stress by 2. <br> Playing videogames will now have double stress reduction<br> <</if>> <</linkreplace>> <br> <</if>> <<if $betterclothes eq 0 or $betterclothes is undefined>> <<set $somethingforsale to 1>> <<linkreplace "Buy better clothes for a +3 to popularity (125$)">> <<if $money lte 124.99>> You don't have enough money.<br> <<else>> <<set $money -=125>> <<set $betterclothes to 1>> <<set $popularity +=3>> <<updatebar>> You have bought better clothes, your popularity has (artificially) increased by 3! <</if>> <</linkreplace>> <br> <</if>> <<if $betteraccessories eq 0 or $betteraccessories is undefined>> <<set $somethingforsale to 1>> <<linkreplace "Buy expensive accessories for a +6 to popularity (750$)">> <<if $money lte 749.99>> You don't have enough money.<br> <<else>> <<set $money -=750>> <<set $betteraccessories to 1>> <<set $popularity +=6>> <<updatebar>> You have bought fancy accessories, including a new watch and some design silver bracelets, your popularity has (artificially) increased by 6!<</if>> <</linkreplace>> <br> <</if>> <<if ndef $fancyphone>> <<set $somethingforsale to 1>> <<linkreplace "Waste money on a limited edition phone for +7 to popularity (2250$)">> <<if $money lte 2249.99>> You don't have enough money.<br> <<else>> <<set $money -=2250>> <<set $fancyphone to 1>> <<set $popularity +=7>> <<updatebar>> You have bought a ridiculously expensive limited edition phone, and it's not about the hardware.<br>Shallow girls are gonna love it, your popularity has (artificially) increased by 7!<</if>> <</linkreplace>> <br> <</if>> <<if $thousandjokes eq 0 or $thousandjokes is undefined>> <<set $somethingforsale to 1>> <<linkreplace "Buy a book (A thousand Jokes) (50$)">> <<if $money lte 49.99>> You don't have enough money.<br> <<else>> <<set $money -=50>> <<set $thousandjokes to 1>> <<updatebar>> You have bought a book containing thousands of jokes that you might eventually learn and use to be a little more funny!<br> <<cha "9">> <<updatebar>> <</if>> <</linkreplace>> <br> <</if>> <<if $basiccoding eq 0 or $basiccoding is undefined>> <<set $somethingforsale to 1>> <<linkreplace "Buy a book (Basic coding) (29$)">> <<if $money lte 28.99>> You don't have enough money.<br> <<else>> <<set $money -=29>> <<set $basiccoding to 1>> <<updatebar>> You have bought a book containing basic concepts about coding, this will definitely help you!<br> <<cod "10">> <<int "2">> <<updatebar>> <</if>> <</linkreplace>> <br> <</if>> <<if $basiccoding eq 1 and $advancedcoding eq 0 or $advancedcoding is undefined and $basiccoding eq 1>> <<set $somethingforsale to 1>> <<linkreplace "Buy more books (Advanced coding) (180$)">> <<if $money lte 179.99>> You don't have enough money.<br> <<else>> <<set $money -=180>> <<set $advancedcoding to 1>> <<updatebar>> You have bought a set of two books containing advanced concepts about coding, this will bring your coding to a whole new level!<br> <<cod "18">> <<int "4">> <b>Coding will now consume 1 less energy and stress</b><br> <<updatebar>> <</if>> <</linkreplace>> <br> <</if>> <<if $advancedpsychology eq 0 or $advancedpsychology is undefined>> <<set $somethingforsale to 1>> <<linkreplace "Buy some books (Advanced psychology) (149$)">> <<if $money lte 148.99>> You don't have enough money.<br> <<else>> <<set $money -=149>> <<set $advancedpsychology to 1>> You have bought a set of three books, reading them will definitely improve both your confidence and understanding of others!<br> <<cha "7">> <<conf "7">> <<int "5">> <<updatebar>> <</if>> <</linkreplace>> <br> <</if>> <<if $stalkedolivia eq 1 and $janeapa gte 2>> <<if $oliviajewelry eq 0 or ndef $oliviajewelry>> <<linkreplace "Buy some crystal cheap-jewelry for Olivia (39$)">> <<if $money lte 38.99>> You don't have enough money.<br> <<else>> <<set $money -=39>> <<set $oliviajewelry to 1>> You have bought some relatively cheap crystal-embedded jewerly for Olivia's tastes.<br> <<updatebar>> <</if>> <</linkreplace>> <br> <</if>><</if>> <<if $carolbuttplug eq 0>> <<set $somethingforsale to 1>> <<linkreplace "Buy a butt plug for Carol (80$)">> <<if $money lte 79.99>> You don't have enough money.<br> <<else>> <<if $carolbuttplugachievement is 0 or $carolbuttplugachievement is undefined >> <<set $carolbuttplugachievement to 1>> <<set $extrastartmoney +=50>> <<set $subachievementmoney +=50>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<set $money -=80>> <<set $carolbuttplug to 1>> You have bought the butt plug for Carol <</if>> <</linkreplace>> <br> <</if>> <<if $natashaanalprog eq 0>> <<set $somethingforsale to 1>> <<linkreplace "Buy a butt plug for Natasha (70$)">> <<if $money lte 69.99>> You don't have enough money.<br> <<else>> <<if $carolbuttplugachievement is 0 or $carolbuttplugachievement is undefined >> <</if>> <<set $money -=70>> <<set $natashaanalprog to 1>> You have bought a butt plug for Natasha!<br> <<if $carolanaled gte 1 or $carolbuttplug gte 1>> It's slightly cheaper than the one you bought for Carol, well, that's probably fair.<br> <</if>> <img src="images/natasha/buttplug.png"><br> <</if>> <</linkreplace>> <br> <</if>> <<if $somethingforsale eq 0>> You already bought everything you could possibly need for now<</if>> <</linkreplace>> <br> <<updatebar>> <<if $energy gte $ffworkenergy>> <<if $currenthour lte 20 and $currenthour gte 8>> <<link "Work a shift in a fast food">><<replace "#all">> <<set $ffincome2 to Number((($totalgainfromshifts/100)+ $ffincome).toFixed(0))>> <img src="images/fastfood.png"><br> You take a shift in the Mall's fast food chain, they are always looking for workers.<br> It's not a great job, and it raises your stress considerably, but the pay is decent for someone your age.<br> <b>You <span style="color: #008000;">gain</span> $ffincome2 $<br> Your stress <span style="color: #8B0000;">increased</span> by 12<br> You <span style="color: #8B0000;">spent</span> $ffworkenergy energy<br> 4 hours passed<br></b> <<set $money += $ffincome2>> <<set $totalgainfromshifts += $ffincome2>> <<set $stress +=12>> <<if $confidence gte 46>> <b>(Confidence skill check: Success)</b><br> Being surrounded by trash food is never good for someone who had your problems, luckily you manage to summon all your force of will and resists the temptation.<br> <<elseif $confidence gte 25>> <b>(Confidence skill check: Partial success)</b><br> Being surrounded by trash food is never good for someone who had your problems, You use your force of will trying to resist the temptation, but you end up eating a burger that was ordered by mistake and would have been thrown away.<br> <b>Your stamina <span style="color: #8B0000;">decreased</span> by 0.5</b><br> <<set $stamina -=0.5>> <<else>> <b>(Confidence skill check: Fail)</b><br> Being surrounded by trash food is never good for someone who had your problems, you cannot resist the temptation and sneakily eat a couple of rejected orders that would have been thrown away.<br> <b>Your stamina <span style="color: #8B0000;">decreased</span> by 1</b><br> <<set $stamina -=1>> <</if>> <<addhours 4>> <br> <<updatebar>> <<link "Your shift ends" "Mall">><<set $energy -=$ffworkenergy>><</link>> <</replace>><</link>> <<else>> It's too late to work a 4hr shift (Try before 9pm) <</if>> <<else>> You are too tired to work right now (need 18 energy) <</if>> <br><br> <<link "Exit the Mall" "Outside">> <</link>> </div> <<if $totalgainfromshifts gte 300>> <<if $shift300achievement is 0 or $shift300achievement is undefined >> <<set $shift300achievement to 1>> <<set $maxstress +=12>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>><</if>> <<if $totalgainfromshifts gte 1000>> <<if $shift1000achievement is 0 or $shift1000achievement is undefined >> <<set $shift1000achievement to 1>> <<set $ffworkenergy -=5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>><</if>> <</nobr>>
<<nobr>><<include "calc">> <<if $ffworkenergy is undefined>><<set $ffworkenergy to 18>><</if>> <<if $mspearlfucked is undefined>> <<set $carolfucked to 0>><</if>> <<if $mspearlkissed is undefined>> <<set $carolkissed to 0>><</if>> <<if $mspearlanaled is undefined>><<set $carolanaled to 0>><</if>> <<if $mspearlhotel is undefined>><<set $mspearlhotel to 0>><</if>> <div id="all"> <<if $youarepayingmph eq 1>> <<addmins 55>> <<if $mspearlhotel eq 0>> After a quick search on the web, you find a hotel room that is far enough from the school but not too so that you walk your way over there. It's also a great deal, it's basically a suite for a rather cheap price<br> <<else>> You think it's a reasonable idea to book the same hotel as last time, so you just head over there, already knowing the place.<br> <</if>> You book a room in your name for the day.<br> <b>You <span style="color: #8B0000;">spent</span> 65$</b><br> <<set $money -=65>> As soon as you get inside the room, you think it's the right time to text Ms, Pearl about it, you send her a text with the address and the room number, a few minutes later she replies:<br> <<MsPearl>>I'll be there in 30 minutes, give or take<</MsPearl>><br> She ends up being on time, if even a few minutes early.<br> You hear knocking at the door...<br> You open and Ms. Pearl enters from the door and hangs her coat near the entrace, she is already almost naked underneath.<br> <img src="images/mspearl/hotel.png"><br> <<if $mspearlhotel eq 0>> <<MsPearl>>What a young stud you are... So, where did we leave things?<</MsPearl>><br> <<say "You" $faceimg>>You're sexy as well, I love those tits<</say>><br> <<MsPearl>>Thank you, oh... where are my manners. Let me look at this place you booked! <</MsPearl>><br> She realizes she didn't even look around herself since she entered.<br> <<MsPearl>>Wow, it's not bad at all, there so much space<</MsPearl>><br> <<say "You" $faceimg>>Only the best<</say>><br> You actually got it for a deal, but she doesn't need to know.<br><br> <<MsPearl>>Well...<</MsPearl>><br> <</if>> She says, rapidly reaching you and straddling herself on your lap<br> <<say "You" $faceimg>>Oh wow...<</say>><br> <<video "images/mspearl/mspearlhoteltouchtits.mp4">> Ms. Pearl lets out a few soft moans while you run your hands all over her body<br> <<MsPearl>>I feel a bit overdressed for this...<</MsPearl>><br> She stands up and starts stripping, she's very close to you, so you lend her a hand and pull down her panties, she doesn't stop you<br> <<video "images/mspearl/mspearlhotelrempant.mp4">> <<MsPearl>>I see you can't just wait huh, can you?<</MsPearl>><br> She finishes stripping and kneels down, then she starts masturbating you<br> <<video "images/mspearl/mspearlhotelhandjob.mp4">> <<MsPearl>>Hmmmm, I just love taking care of your cock<</MsPearl>><br> <<MsPearl>>And let's try this, since I can see that you LOVE my big tits<</MsPearl>><br> <<say "You" $faceimg>>Oh yes...<</say>><br> She stops just masturbating you, to bring her massive pair of tits around your dick.<br> <<video "images/mspearl/mspearlhoteltitfuck.mp4">> Her tits feel great, and you keep fucking them for a while, she starts moaning and says:<br> <<MsPearl>>I love that hard cock between my tits baby<</MsPearl>><br> <<if $mspearlattraction gte 195>> <<if $mspearlfuckach is 0 or $mspearlfuckach is undefined >> <<set $mspearlfuckach to 1>> <<set $ffworkenergy -=2>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $virginity is 1>> <<if $mspearlvirginach is 0 or $mspearlvirginach is undefined >> <<set $mspearlvirginach to 1>> <<str 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> You fuck them for a few more minutes until she says:<br><br> <<MsPearl>>Enough of that, let me straddle you again<</MsPearl>><br><br> <<if $mspearlfucked eq 0>> You look at her, she's not wearing any pants anymore... and she catches your stare.<br> <<MsPearl>>Oh yeah I know, if it happens, it happens...<</MsPearl>><br> You like that philosophy, she gets on top of you, and you start touching her boobs again, meanwhile she takes your dick in hand and start grinding against it.<br> <</if>> After a minute of that, she has clearly has become too horny to stop herself, and puts it inside of her, you do nothing to stop her as well.<br> <<video "images/mspearl/mspearlhotelridestart.mp4">> /* virgin and firstfuck check mspearl */ <<if $virginity is 1>> <<set $virginity to ["Ms. Pearl"]>><br> <b>You lost your virginity to $virginity !<br></b> <</if>> <<if $mspearlfucked is 0>> <b>You fucked Ms. Pearl for the first time! It's really better if nobody ends up discovering that, you know it, and that's enough!<br> Your popularity <span style="color: #008000;">increased</span> by 1!<br></b> <<set $popularity +=1>> <</if>> /*virginfirstfuck MsPearl */ <<if $sexcontrol lte 29>> <br> She starts to ride you and doesn't seem to consider slowing down.<br><br> <<say "You" $faceimg>>Please slow down<</say>><br> <<MsPearl>>No... I can't<</MsPearl>><br> <<say "You" $faceimg>>Seriously, slow down<</say>><br> <<MsPearl>>Why?<</MsPearl>><br> She asks, still riding you, without slowing down.<br><br> <<say "You" $faceimg>>...Nevermind it's too late<</say>><br> You say with an unconsistent voice, while filling her with cum.<br> <<MsPearl>>Oh no... Well it doesn't matter<</MsPearl>><br> <<say "You" $faceimg>>Yes, it does, please stop<</say>><br> She doesn't listen to you, she's too horny, and she keeps riding you for another full minute to bring herself to a trembling orgasm, uncaring about her womb being full of your sperm.<br><br> <<video "images/mspearl/mspearlhotelcreampie.mp4">> <<say "You" $faceimg>>Aaargh<</say>><br> Your dick is super sensitive and hurts, but you are finally released from her<br><br> <<say "You" $faceimg>>Come on, you hurt me<</say>><br> <<MsPearl>>Don't be a crybaby, next time don't play with fire... Or try to last longer<</MsPearl>><br> Now even your feelings are a bit hurt, overall it was a pleasurable experience though.<br> <<msplove "3">> <<stress "-5">> <<sexcon "2.4">> <<conf "-2">> <<sexexp "0.3">> <<ene "3">> <<lust "-40">> <<addmins 12>> <<set $mspearlfucked +=1>> <<link "You and Ms. Pearl leave the hotel" "Outside">><<set $energy -=$enewid>><</link>> <<else>> She starts riding you faster and faster, she starts screaming from pleasure and arousal, and rides furiously, you would have never imagined your professor like this, but it's happening.<br> <<video "images/mspearl/mspearlhotelridefuck.mp4">> After a while she reaches an orgasm, but doesn't stop riding you as fast as she can manage.<br> <<MsPearl>>Ohh, yeah! I want you to come deep inside of me!<</MsPearl>><br> She has lost every last glimplse of control at this point.<br> <<MsPearl>>Oh yeah baby, fill me up with that warm sticky cum baby!<</MsPearl>><br> She has another orgasm just after the one she just had while screaming that.<br> You can choose to let yourself go and fill her up with cum as she's begging you to do, or you can do whatever you want and just cum on her tits.<br> <div id ="cum"> <<link "Cum inside her">><<replace "#cum">> You decide to make her happy, so you just stop resisting and let her milk your cock by riding you, as an orgasm overcomes you, you pump your seed inside of her.<br> <<video "images/mspearl/mspearlhotelcreampie.mp4">> <<MsPearl>>Hmmm... I love the way you filled me up!<</MsPearl>><br> <<msplove "4">> <<stress "-9">> <<sexcon "2.4">> <<sexexp "0.5">> <<ene "7">> <<lust "-40">> <<addmins 14>> <<set $mspearlfucked +=1>> <<link "You and Ms. Pearl leave the hotel" "Outside">><<set $energy -=$enewid>><</link>> <</replace>><</link>><br> <<link "Go back at fucking her tits and cum there">><<replace "#cum">> <<if $mspearltitfuckcumach is 0 or $mspearltitfuckcumach is undefined >> <<set $mspearltitfuckcumach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> You decide to ignore her requests, you resist until she is done coming, then you pull yourself up<br> <<MsPearl>>Noo, what are you doing?<</MsPearl>><br> <<say "You" $faceimg>>Lay down, I want to fuck your tits again<</say>><br> <<MsPearl>>Why didn't you just come inside of me?<</MsPearl>><br> <<say "You" $faceimg>>I'd rather not do that<</say>><br> She lays down for you, cum on her tits is better than nothing, after all<br> You fuck her tits from above, she gets back into it pretty fast, and you continue until you are finally ready to come, and end up jizzing just between them.<br> <<MsPearl>>Ok, come for me!<</MsPearl>><br> <<video "images/mspearl/mspearlhoteltitfuckcum.mp4" "2">> <<MsPearl>>Yeah, come all over these tittes baby!<</MsPearl>><br> She seems to really enjoy the sensation of your warm semen on her body.<br><br> <<MsPearl>>Oh yeah, look at that<</MsPearl>><br> <<msplove "1">> <<stress "-8">> <<sexcon "2.4">> <<conf "3">> <<sexexp "1">> <<ene "7">> <<lust "-40">> <<addmins 21>> <<set $mspearlfucked +=1>> <<link "You and Ms. Pearl leave the hotel" "Outside">><<set $energy -=$enewid>><</link>> <</replace>><</link>> </div> <</if>> <<else>> <<if $mspearltitfuckcumach is 0 or $mspearltitfuckcumach is undefined >> <<set $mspearltitfuckcumach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> You keep fucking them for a while, then you ask: <<say "You" $faceimg>>Do you want to do anything else?<</say>><br> <<MsPearl>>Maybe next time, this was fun, but I don't want to push things, only makes me savor the moment more when it happens...<</MsPearl>><br> <<MsPearl>>Now please, come on top of me and fuck those tits yourself, I'm getting a bit tired.<</MsPearl>><br> You do as asked, and after a while you feel like you're about to cum, she notices that. <<MsPearl>>Oh yeah, come all over these titties, baby<</MsPearl>><br> <<video "images/mspearl/mspearlhoteltitfuckcum.mp4" "2">> You jizz between her tits and she seems to enjoy that.<br> <<MsPearl>>Oh yeah, fuck... look at that!<</MsPearl>><br> <<say "You" $faceimg>>Thanks Ms. Pearl, you really have nice tits<</say>><br> <<MsPearl>>I got a feeling that you liked them, no need to thank me, your cum is all the appreciation I needed <</MsPearl>><br> <<lust "-40">> <<msplove "2">> <<stress "-6">> <<sexcon "2.4">> <<ene "3">> <<link "You and Ms. Pearl leave the hotel" "Outside">><<set $energy -=$enewid>><</link>> <</if>> <</if>> </div> <<set $mspearlhotel to 1>> <</nobr>>
/* This is the dev-debug room, you are not supposed to be here unless you are cheating , those hardcoded cheats are used for testing and are probably going to mess up the game if used mindlessly, NEVER go into negative dates, try to not bring values over 100, and make a backup save before trying out stuff./* <<if $cheats is undefined>><<set $cheats to 0>><</if>> <<if $cheats eq 0>><<link "Show cheats" "Debugroom">><<set $cheats to 1>><</link>><</if>><<if $cheats eq 1>> <<link "Hide cheats" "Debugroom">><<set $cheats to 0>><</link>> <<button "Wait 1 day" "Debugroom">> <<adddays 1>> <<updatebar>> <</button>> <<button "Wait 7 days" "Debugroom">> <<adddays 7>> <<updatebar>> <</button>> <<button "Wait 30 days" "Debugroom">> <<adddays 30>> <<updatebar>> <</button>> <<button "go back 3 hours" "Debugroom">> <<addhours -3>> <<updatebar>> <</button>><<button "go back 1 day" "Debugroom">> <<adddays -1>> <<updatebar>> <</button>> <<button "go back 10 days" "Debugroom">> <<adddays -10>> <<updatebar>> <</button>> <<button "add 100 money" "Debugroom">> <<set $money+=100>> <<updatebar>> <</button>> <<button "burn 20 money" "Debugroom">> <<set $money-=20>> <<updatebar>> <</button>> <<button "add 30 energy" "Debugroom">> <<set $energy+=30>> <<updatebar>> <</button>> <<button "burn 3 energy" "Debugroom">> <<set $energy-=3>> <<updatebar>> <</button>> <<button "burn 20 energy" "Debugroom">> <<set $energy-=20>> <<updatebar>> <</button>> <<button "add 10 lust" "Debugroom">> <<set $lust+=10>> <<updatebar>> <</button>><<button "remove 10 lust" "Debugroom">> <<set $lust-=10>> $lust <<updatebar>> <</button>> <<button "add 10 stress" "Debugroom">> <<set $stress+=10>> <<updatebar>> <</button>><<button "remove 10 stress" "Debugroom">> <<set $stress-=10>> $lust <<updatebar>> <</button>> <<button "add 3 int" "Debugroom">> <<set $intelligence+=3>> <<updatebar>><</button>><<button "add 30 int" "Debugroom">> <<set $intelligence+=30>> <<updatebar>><</button>><<button "remove 3 int" "Debugroom">> <<set $intelligence-=3>> <<updatebar>> <</button>> $intelligence <<button "add 3 cult" "Debugroom">> <<set $culture+=3>> <<updatebar>> <</button>><<button "remove 3 cult" "Debugroom">> <<set $culture-=3>> <<updatebar>> <</button>> $culture <<button "add 3 confidence" "Debugroom">> <<set $confidence+=3>> <<updatebar>> <</button>><<button "remove 3 confidence" "Debugroom">> <<set $confidence-=3>><</button>> $confidence <<button "add 3 charisma" "Debugroom">> <<set $charisma+=3>> <<updatebar>> <</button>><<button "remove 3 charisma" "Debugroom">> <<set $charisma-=3>><</button>> $charisma <<button "add 5 stamina" "Debugroom">> <<set $stamina+=5>> <<updatebar>> <</button>> <<button "remove 5 stamina" "Debugroom">> <<set $stamina-=5>><</button>>$stamina <<button "add 5 strength" "Debugroom">> <<set $strength+=5>> <<updatebar>> <</button>><<button "remove 5 strength" "Debugroom">> <<set $strength-=5>><</button>> $strength <<button "add 3 sexcontrol" "Debugroom">> <<set $sexcontrol+=3>> <<updatebar>> <</button>><<button "remove 3 sexcontrol" "Debugroom">> <<set $sexcontrol-=3>> <<updatebar>> <</buttonf>> $sexcontrol <<button "fadd 3 sexexp" "Debugroom">> <<set $sexffxp+=3>> <<updatebar>> <</button>><<button "remove 3 sexexp" "Debugroom">> <<set $sexexp-=3>> <<updaftebar>> <</button>> $sexexp <<nobr>> <<linkreplace"Reset most daily interactions">> Done. <<set $studiedtoday to 0>> <<set $carolreward to 0>> <<set $dailynatasha to 0>> <<set $dailysusan to 0>> <<set $dailymelanie to 0>> <<set $dailymspearl to 0>> <<set $f to 0>> <<set $dailykatrina to 0>> <<set $stalkeffddaily to 0>> <<set $atedinner to 0>> <</linkreplace>> <</nobr>>f <<lindkreplace "become a virgin">>fDone.<<set $virginity to 1>><</linkreplace>> <</if>> <<button "back to room" "Room">><!--[[Room]]--><</button>> <<nobr>>f <<linkreplace "Show me the source material list">> (Usually just open the first result - if something is missing or you are having trouble finding one, contact fme on discord!)<br> <<linkreplace "Susanf">> <a href="https://www.google.com/search?q=Petite+Pornstar+Katie+Kushff+Deepthroats+And+Rides+Fat+Dick+POV" target="_blank">Susan "look sexy" scene</a><br> <a href="https://www.google.com/search?q=katie+kush+teen+hooky+for+some+nooky" target="_blank">Susan first kiss</a><br> <a href="https://www.googlef.com/search?q=katie+kush+teenslovecream" target="_blank">Susan first ffck scene</a><br> <a href="https://www.googlefcom/search?q=katie+kush+anally+flexible" target="_blank">Susan Anal scene</a><br> <a href="https://www.google.com/search?q=Katie+Kush+Agrees+To+Help+Her+Professor" target="_blank">Susan scene in library</a><br>fe.com/search?q=katie+kush+seducing+her+friends+gamer+bro" target="_blank">Susan Post library sex</a><br> <a href="https://www.googfstepcousin+andi" target="_blank">Susan + Carol Threesome</a><br>f <</linkreplace>><br> <<linkredplace "Rose">> <a href="https://www.google.com/search?q=kayley+gunner+property+sex" target="_blank">Rose - most of the first scenes</a><br> <a href="https://www.google.com/search?client=opera&q=Kayley+Gunner+-+Thankful+For+You+S14%3AE8+720p" target="_blank">Rose - first kiss scene</a><br> <a href="https://www.google.com/search?client=opera&q=Kayley+Gunner+plays+Dr.+Boob+Job" target="_blank">Rose - blowjob scene and cum on tits</a><br> <a href="https://www.google.com/search?client=opera&q=Blonde+Secretary+MILF+-+Kayley+Gunner " target="_blank">Rose - cum in mouth and other bits</a><br> <a href="https://www.google.com/search?q=kayley+shared+wife+great+experience" target="_blank">Rose - Titfuck and second fuck scene sex + cumshot </a><br> <</linkreplace>><br> <<linkr4eplace "Carol">> <a href="https://www.google.com/search?q=Myfamilypies+Andi+Rose+Step+Daughter+Wants+Sex" target="_blank">Carol - Most of the early scenes + some fuck scenes </a><br> <a href="https://www.google.com/search?q=Andi+Rose+-+gaping+rimming+anal+player+17+2023" target="_blank">Carol - Anal scene</a><br> <a href="https://www.google.com/search?q=andi+rose+ps " target="_blank">Carol - Some sex scenes from fuck again and face cumshot</a><br> <a href="https://www.google.com/search?q=Andi+Rose+-+Anal+ExCoGi" target="_blank">Carol - blowjob until cum in mouth and more</a><br> <a href="https://www.google.com/search?q=Andi+Rose+-+madi+collins+white+blue" target="_blank">Carol + Natasha Threesome</a><br> <a href="https://www.google.com/search?q=andi+rose+katie+kush+stepcousin+andi" target="_blank">Susan + Carol Threesome</a><br> <</linkreplace>><br> <<linkre4place "Natasha">> <a href="https://www.google.com/search?q=Madi+collins+do+my+boobies+fit+this+bra+stepbro" target="_blank"> Natasha First scenes </a><br> <a href="https://www.google.com/search?q=Madi+Collins+can't+fuck+the+guests" target="_blank"> Natasha Masturbation scenes</a><br> <a href="https://www.google.com/search?q=madi+collin4s+flashes+her+pretty+pink+pussy" target="_blank"> Natasha have fun sex scene </a><br> f <a href="https://www.google.com/search?q=Stepsis+Ma4di+Cfollins+fat+Hot+Load+to+make+me+feel+better" target="_blank4"> Natasha cum over her scene</a><br> f <a href4="https://ffwww.google.com/search?q=Andi+Rose+-+madi+c4ollins+white+blue" target="_blank">Carol + Natasha Threesome</a><br> <</linkreplace>><br> <<linkr4deplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a h4ref="https://www.google.com/search?q=lexi+grey+inserted" targe4t="_blandk">Melanie - Bed action and first sex</a><br> <a hr4ef="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a hre4f="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Kat5rina - All infirmary scenes </a><br> <a href="httpfs:5//www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jan5e">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkre4pdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+sky4fe+o4bedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkre4place>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>> <<linkreplace"color test">> <<say=You>>This is a pretty long line of text to test readability<</say>> <<susan>>This is a pretty long line of text to test readability<</susan>> <<susan2>>This is a pretty long line of text to test readability<</susan2>> <<carol>>This is a pretty long line of text to test readability<</carol>> <<rose>>Thiffs is a pretty long line of text to test readability<</rose>> <<natasha>>This is a pretty long line of text to test readability<</natasha>> <<melanie>>This is a pretty long line of text to test readability<</melanie>> <<katrina>>This is a pretty long line of text to test readability<</katrina>> <<tyler>>This is a pretty long line of text to test readability<</tyler>> <<jane>>This is a pretty long line of text to test readability<</jane>> <<MsPearl>>This is a pretty long line of text to test readability<</MsPearl>> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>> */hvyyy chiits unloked Wleocme tom he citt menuu!!!111 <<linkreplace "Unlock stuff">>Burp, sorry, this was probably the wrong cheat code.<</linkreplace>> <<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkrepslace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linksreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkrseplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace<<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>><<linkreplace "Melanie">> <a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br> <a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br> <a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br> <a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br> <</linkreplace>><br> <<linkreplace "Katrina">> <a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br> <a href="httpfs://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br> /*<a href="httffps://www.google.com/search?q=" target="_blank">Katrina - </a><br>*/ <</linkreplafce >><br> <<linkreplace "Jane">> Anna Claire Clouds -No videos yet <</linkreplace>><br> <<linkrepdlace "Ms. Pearl">> <a href="httpfk">Ms. Pearl - pool stripping</a><br> <a href="https://www.google.com/search?q=august+skyfe+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br> <</linkreplace>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>>>><br> <<button "back to room" "Room">><!--[[Room]]--><</button>> <</linkreplace>><br> <</nobr>> <<linkreplace "change name">> Name: <<textbox "$name" "John">> Surname: <<textbox "$surname" "Surno">> <<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>> <<if !$surname>><<set $surname to "Surno">><</if>><</button>> <</link4replace>>
<<nobr>> <<include "calc">> <<if $olivialove is undefined>><<set $olivialove to 0>><</if>> <<if $oliviafucked is undefined>><<set $oliviafucked to 0>><</if>> <<if $oliviakissed is undefined>><<set $oliviakissed to 0>><</if>> <<if $oliviaanaled is undefined>><<set $oliviaanaled to 0>><</if>> <<if $dailyolivia is undefined>><<set $dailyolivia to 0>><</if>> <<if $janeapaachievement is 0 or $janeapaachievement is undefined >> <<set $janeapaachievement to 1>> <<set $exp +=25>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $janeapa is 0 or $janeapa is undefined>><<set $janeapa to 1>><</if>> <<if $janeapa eq 2>> <<if $currenthour lte 12>><<set $janeapamode to 1>><</if>> <<if $currenthour gte 13>><<set $janeapamode to 2>><</if>> <div id ="travel"> Jane and Olivia's home is pretty far, almost on other side of the town. You have to decide how you'll get there.<br> (Those costs cover both the trip there and back.)<br> <<if $janeapamode eq 1>> <<if $money gte 3>> <<link "Take a bus (3$-20mins)">><<replace "#travel">> <b>20 minutes have passed.</b><br> <<addmins 20>> <b>You <span style="color: #8B0000;">spent</span> 3$</b><br> <<set $money -=3>> <<link "You arrive" "janeapaolivia">><</link>> <</replace>> <</link>> <<else>>You don't even have enough money to afford a bus ticket.<br> <</if>> <br> <<if $energy gte 9>> <<link "Walk (90mins-8energy)">><<replace "#travel">> <b>90 minutes have passed.</b><br> <b>You <span style="color: #8B0000;">spent</span> 8 energy</b><br> <<addmins 90>> <<stress "3">> <<set $energy -=8>> <<sta "1.2">> It was a very long walk, it was good for your stamina, but bad for your time, energy and general stress.<br> <<link "You arrive" "janeapaolivia">><</link>> <</replace>> <</link>> <<else>> You are too tired to walk all the way there.<br> <</if>> <br> <br> <</if>> <<if $janeapamode eq 2>> It's now afternoon, and you think it's a good time to visit Jane, but she asked you to text her before visiting, so you do that.<br> A few minutes later she replies to your message <<jane>>Yes, I'm home alone, you can come<</jane>><br> <<if $janecorruption gte 1>> <<jane>>Remember to bring some money<</jane>><br> <</if>> The place is pretty far, you can either take a bus or walk all the way there.<br> <<if $money gte 3>> <<link "Take a bus (3$-20mins)">> <<replace "#travel">> <b>20 minutes have passed.</b><br> <<addmins 20>> <b>You <span style="color: #8B0000;">spent</span> 3$</b><br> <<set $money -=3>> <<link "You arrive" "janeapajane">> <</link>> <</replace>> <</link>> <<else>>You don't even have enough money to afford a bus ticket.<br> <</if>> <br> <<if $energy gte 9>> <<link "Walk (90mins-8energy)">><<replace "#travel">> <b>90 minutes have passed.</b><br> <b>You <span style="color: #8B0000;">spent</span> 8 energy</b><br> <<addmins 90>> <<set $energy -=8>> <<stress "3">> <<sta "1.2">> It was a very long walk, it was good for your stamina, but bad for your time and general stress.<br> <<link "You arrive" "janeapajane">><</link>> <</replace>><</link>> <<else>> You are too tired to walk all the way there.<br> <</if>> <</if>> <br> <<link "Go back" "Outside">><</link>> </div> <</if>> <<if $janeapa eq 1>> You finally arrive at Jane's home.<br> it's a pretty nice place with 2 floors. it's not in a very popular area, but you still wonder how can she afford something like that on her own.<br><br> <<if $janecorruption < 0>> <<jane>> Fuck, you got me so horny, let's go upstairs, follow me<</jane>><br> <<else>> <<jane>>Here we are, care about giving me my 50$?<</jane>><br> <<if $money gte 50>> <<say "You" $faceimg>>There you go Jane<</say>><br> <b>You <span style="color: #8B0000;">spent</span> 50$</b><br> <<set $money -=50>> <<janlove "2">> You hand her the money, and she smiles at you<br><br> <<jane>>Great, follow me<</jane>><br> <<else>> <<say "You" $faceimg>>Ehm... now that I think about it, I don't have 50$ right now<</say>><br> <<jane>>You can't be fucking serious... just give me what you have<</jane>><br> <<janlove "-2">> <<if $money lte 0>> <<say "You" $faceimg>>I'm really sorry Jane, I don't have anything with me<</say>><br> <<jane>>Nothing? Fuck man, you're really getting on my nerves here, I guess this one is on the house since we made all this road, but don't do this shit again<</jane>><br> <<janlove "-2">> <<say "You" $faceimg>>It won't happen again<</say>><br> <<jane>>Whatever, follow me<</jane>><br> <<else>> <<say "You" $faceimg>>I Have $money $ on me<</say>><br> <b>You <span style="color: #8B0000;">spent</span> $money $</b><br> <<set $money to 0>> <<jane>>Whatever, ok... we made all this road already, follow me<</jane>><br> <</if>> <</if>> <</if>> She leads you up the stairs, in what you assume is her bedroom, the place seems pretty big for her to be living here alone.<br><br> <<jane>>Ok, sit on the bed and let me take care of the bulge in your pants<</jane>><br> You do as she asked: unbotton your pants, take your dick out and sit on the border of the bed.<br> Jane leans over you and takes your dick in her mouth, starting to suck it with passion.<br> <<video "images/jane/janehomebjcaught.mp4">> She goes on sucking it, she's really, really good at it, and you're enjoying yourself, when suddenly you hear a noise coming from right behind you.<br> You instinctively turn your head in that direction<br> <img src="images/jane/caught.png"><br> There is a dark haired, probably latina girl standing over and watching you<br> You get STARTLED.<br><br> <<say "You" $faceimg>>WHAT THE FUCK?<</say>><br> Jane also turns her head to see what startled you.<br><br> <<jane>>FUCK, OLIVIA??<</jane>><br> <<olivia>>Ahahahah, oh my fucking god, ahahahah<</olivia>><br> <<jane>>WHAT THE FUCK ARE YOU DOING IN MY ROOM?<</jane>><br> Olivia keeps laughing and is struggling to even give an answer.<br><br> <<olivia>>You left the door open, you fucking bitch, ahahaha<</olivia>><br> <<jane>>YOU WEREN'T SUPPOSED TO BE AT HOME<</jane>><br> <<olivia>>My shifts got changed to the afternoon for the next few months, I told you, idiot<</olivia>><br> <<jane>>GET THE FUCK OUT<</jane>><br> <<olivia>>Yeah, I would be imbarassed as well if I got caught sucking off a<<if $stamina lte 20>>n obese<<elseif $stamina lte 40>> fat<</if>> fucking loser like this one, you're really scratching the bottom of the barrel<</olivia>><br> <div id="answer"> <<if $confidence gte 42>> <<link "(42 conf)Intervene">><<replace "#answer">> <<if $defendjaneach is 0 or $defendjaneach is undefined >> <<set $defendjaneach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<say "You" $faceimg>>Yeah Jane, you should keep the door closed, or bitches might get in attracted by the smell of dick<</say>><br> <<olivia>>Oh, he even has an attitude about him, ahahaha<</olivia>><br> <<olilove "2">> <<janlove "4">> <<olivia>>Dicks are kind of gross, actually, just the same as you<</olivia>><br> <<say "You" $faceimg>>Just get the fuck out, will you?<</say>><br> <<olivia>>Are you telling me to get the fuck out in my own house?<</olivia>><br> <<jane>>It's my house too, fuck off<</jane>><br> <<olivia>>It will if you even manage to pay the rent, honey...OHHHH, is that what is happening here?<</olivia>><br> <<if $janecorruption < 0>> <<say "You" $faceimg>>No, that's probably your thing, not everyone shares your hobbies<</say>><br> <<olilove "2">> <<janlove "4">> <<olivia>>Ahahah, he might be a bit gross, but at least he has some balls, I'll leave you guys at it, close the door next time.<</olivia>><br> Olivia steps out of the room and closes the door behind her<br><br> <<else>> <<say "You" $faceimg>>Just leave her alone, you cunt<</say>><br> <<olivia>>I guess that's my answer, I'll leave you at it ...have... fun?<</olivia>><br> Jane lowers her head, ashamed. Olivia steps out of the room and closes the door behind her<br><br> <</if>> <<say "You" $faceimg>>Would have been worth mentioning that you have a roommate<</say>><br> <<jane>>Fuck, she was supposed to be at work, I don't remember her mentioning shift changes...<</jane>><br> <<say "You" $faceimg>>Is she always such a cunt?<</say>><br> <<jane>>It's complicated... we used to date<</jane>><br> <<say "You" $faceimg>>What? You're into girls?<</say>><br> <<jane>>Well, I'm bi, it's the 21st century honey<</jane>><br> <<say "You" $faceimg>>Yeah yeah, I was just a bit surprised, things ended badly?<</say>><br> <<jane>>More or less, don't ask too many questions please, sorry about your blowjob, we'll obviously stop here.<</jane>><br> <<if $janecorruption gte 1>> <<if $money gte 1>> <<jane>>Do you want your money back?<</jane>><br> <div id ="money"> <<link "Yes, it's only fair">><<replace "#money">> <<say "You" $faceimg>>Yes, it's only fair that I get them back, we didn't finish<</say>><br> <<jane>>Yeah, I guess... there<</jane>><br> She hands you the money back<br> <<set $money +=50>> <b>You <span style="color: #008000;">get</span> 50$ back</b><br> <<updatebar>> <<janlove "-8">> <<conf "8">> <<set $dailyjane to 1>> <<jane>>I guess you can come here again, but PLEASE text me first, and only in the afternoon, I don't want this to happen again<</jane>><br> <<say "You" $faceimg>>Yeah, that makes sense<</say>><br> <<link "Exit the house" "Outside">><<addmins 35>><</link>> <</replace>><</link>> <br> <<link "Don't worry, keep them">><<replace "#money">> <<say "You" $faceimg>>Don't worry, keep them, your day has been shitty enough<</say>><br> <<jane>>Ok, thank you $name <</jane>><br> <<janlove "8">> <<conf "-2">> <<set $dailyjane to 1>> <<jane>>I guess you can come here again, but PLEASE text me first, and only in the afternoon, I don't want this to happen again<</jane>><br> <<say "You" $faceimg>>Yeah, that makes sense<</say>><br> <<link "Exit the house" "Outside">><<addmins 35>><</link>> <</replace>><</link>> </div> <<else>> <<jane>>I guess you can come here again, but PLEASE text me first, and only in the afternoon, I don't want this to happen again<</jane>><br> <<say "You" $faceimg>>Yeah, that makes sense<</say>><br> <<link "Exit the house" "Outside">><<addmins 35>><</link>> <</if>> <<else>> <<jane>>I guess you can come here again, but PLEASE text me first, and only in the afternoon, I don't want this to happen again<</jane>><br> <<say "You" $faceimg>>Yeah, that makes sense<</say>><br> <<link "Exit the house" "Outside">><<addmins 35>><</link>> <</if>> <</replace>><</link>> <<else>>You could had intervened if you had more confidence.<br> <</if>> <br> <<link "Stay silent">><<replace "#answer">> You just stay silent, and let Jane answer her.<br><br> <<janlove "-3">> <<olilove "-2">> <<jane>>Can you get the fuck out now? This is supposed to be my room<</jane>><br> <<olivia>>Yes, and this is my house, not a brothel, is this how you're trying to pay the rent?<</olivia>><br> <<if $janecorruption < 0>> <<jane>>What?...No, I just like him, what the fuck is wrong with you?<</jane>><br> <<olivia>>He's a boy Jane, <<if $stamina lte 39>>and a fat one at that... <</if>>what the hell are you thinking?<</olivia>><br> <<jane>>How about you mind your own fucking business for once?<</jane>><br> <<olivia>>Whatever, I'll leave you at it ...have... fun?<</olivia>><br> Olivia steps out of the room and closes the door behind her<br><br> <<else>> Jane lowers her head, ashamed.<br><br> <<janlove "-3">> <<olilove "-2">> <<olivia>>Jesus... I'm not sure if this makes it better or worse<</olivia>><br> <<olivia>>I guess I'll leave you at it then ...have... fun?<</olivia>><br> Olivia steps out of the room and closes the door behind her<br><br> <</if>> <<say "You" $faceimg>>Would have been worth mentioning that you have a roommate<</say>><br> <<jane>>Fuck, she was supposed to be at work, I don't remember her mentioning shift changes...<</jane>><br> <<say "You" $faceimg>>Is she always such a cunt?<</say>><br> <<jane>>It's complicated... we used to date<</jane>><br> <<say "You" $faceimg>>What? You're into girls?<</say>><br> <<jane>>Well, I'm bi, it's the 21st century honey<</jane>><br> <<say "You" $faceimg>>Yeah yeah, I was just a bit surprised, things ended badly?<</say>><br> <<jane>>More or less, don't ask too many questions please, sorry about your blowjob, we'll obviously stop here.<</jane>><br> <<if $janecorruption gte 1>> <<if $money gte 1>> <<jane>>Do you want your money back?<</jane>><br> <div id ="money"> <<link "Yes, it's only fair">><<replace "#money">> <<say "You" $faceimg>>Yes, it's only fair that I get them back, we didn't finish<</say>><br> <<jane>>Yeah, I guess... there<</jane>><br> She hands you the money back<br> <<set $money +=50>> <b>You <span style="color: #008000;">get</span> 50$ back</b><br> <<updatebar>> <<janlove "-8">> <<conf "8">> <<set $dailyjane to 1>> <<jane>>I guess you can come here again, but PLEASE text me first, and only in the afternoon, I don't want this to happen again<</jane>><br> <<say "You" $faceimg>>Yeah, that makes sense<</say>><br> <<link "Exit the house" "Outside">><<addmins 35>><</link>> <</replace>><</link>> <br> <<link "Don't worry, keep them">><<replace "#money">> <<say "You" $faceimg>>Don't worry, keep them, your day has been shitty enough<</say>><br> <<jane>>Ok, thank you $name <</jane>><br> <<janlove "8">> <<conf "-2">> <<set $dailyjane to 1>> <<jane>>I guess you can come here again, but PLEASE text me first, and only in the afternoon, I don't want this to happen again<</jane>><br> <<say "You" $faceimg>>Yeah, that makes sense<</say>><br> <<link "Exit the house" "Outside">><<addmins 35>><</link>> <</replace>><</link>> </div> <<else>> <<jane>>I guess you can come here again, but PLEASE text me first, and only in the afternoon, I don't want this to happen again<</jane>><br> <<say "You" $faceimg>>Yeah, that makes sense<</say>><br> <<link "Exit the house" "Outside">><<addmins 35>><</link>> <</if>> <<else>> <<jane>>I guess you can come here again, but PLEASE text me first, and only in the afternoon, I don't want this to happen again<</jane>><br> <<say "You" $faceimg>>Yeah, that makes sense<</say>><br> <<link "Exit the house" "Outside">><<addmins 35>><</link>> <</if>> <</replace>><</link>> </div> <<set $janeapa to 2>> <<set $dailyjane to 1>> <<set $dailyolivia to 1>> <</if>> <</nobr>>
<<nobr>> <<set $physattr to ((($strength+$stamina)/2).toFixed(2))>> <<set $susanattraction to (($susanlove*3+$charisma*0.7+$sexexp*0.5+$intelligence*0.5+$confidence*0.4).toFixed(1))>> <<set $carolattraction to (($carollove*2+$culture*0.7+$charisma*0.5+$intelligence*0.5+$popularity*0.4+$physattr*0.4).toFixed(0))>> <<set $roseattraction to (($roselove*1.8+$stamina*1.2+$sexcontrol*0.8+$intelligence*0.5+$charisma*0.4).toFixed(1))>> <<set $natashaattraction to (($natashalove*1+$physattr*1+$popularity*0.8+$sexexp*0.7+$confidence*0.6+$charisma*0.4).toFixed(0))>> <<set $melanieattraction to (($melanielove*1.5+$popularity*1.8+$confidence*0.5+$sexcontrol*0.4+$physattr*0.3+$strength*0.2).toFixed(1))>> <<set $katrinaattraction to (($katrinalove*1.5+$stamina*0.7+$charisma*1+$intelligence*0.6+$coding*0.5+$confidence*0.3).toFixed(1))>> <<set $mspearlattraction to (($mspearllove*2.2+$physattr*1.1+$intelligence*0.7+$charisma*0.5+$coding*0.2).toFixed(1)) >> <<set $janeattraction to Number(($janelove*1.4+$culture*1.3+$physattr*0.5+$charisma*0.5+$coding*0.5+$popularity*0.4+$janecorruption*5).toFixed(1))>> <<set $janeattraction to Number($janeattraction)>> <<if $janecorruption gte 0>><<else>><<set $janeattraction += 5>><</if>> <<set $oliviaattraction to Number(($olivialove*1+$physattr*1.5+$confidence*1.1+$charisma*0.5+$sexexp*0.5).toFixed(1))>> <<set $laylaattraction to Number(($laylalove*1.4+$strength*1.3+$intelligence*0.7+$charisma*0.7+$sexcontrol*0.5).toFixed(1))>> <<set $danielleattraction to Number(($daniellelove*1.2+$popularity*1.5+$physattr*0.8+$confidence*0.7+$culture*0.4).toFixed(1))>><br> <<set $danielleattraction to Number($danielleattraction)>> <<set $xiangattraction to Number(($xianglove*2.4+$coding*0.9+$charisma*0.5+$intelligence*0.5+$sexexp*0.3+$xiangcorruption*4).toFixed(1))>> <<set $xiangattraction to Number($xiangattraction)>> <<if $xiangcorruption gte 0>><<else>><<set $xiangattraction += 4>><</if>> <<set $msbloomattraction to Number(($msbloomlove*1.2+$sexcontrol*1.5+$culture*0.7+$physattr*0.6+$sexexp*0.5).toFixed(1))>><br> <<set $swimstrgain to 0.5>> <<if $medstrachievement is 3>><<set $swimstrgain += 0.5>><</if>> <<set $workstagain to 0.5>> <<if $medstaachievement is 3>><<set $workstagain += 0.5>><</if>> <<set $swimstagain to 1.5>> <<if $highstrachievement is 3>><<set $swimstagain += 0.75>><</if>> <<set $workstrgain to 1.5>> <<if $highstaachievement is 3>><<set $workstrgain += 0.75>><</if>> <<if $bettergym is 1>><<set $workstrgain += 0.2>><<set $workstagain += 0.1>><</if>> <<if $betterswim is 1>><<set $swimstagain += 0.2>><<set $swimstrgain += 0.1>><</if>> <<set $sexcogain to Number(((101- $sexcontrol) /100).toFixed(2))>> <<if $sexcogrowth is undefined>><<set $sexcogrowth to 1>><</if>> <<if $confgrowth is undefined>><<set $confgrowth to 1>><</if>> <<if $sexexpgrowth is undefined>><<set $sexexpgrowth to 1>><</if>> <<if $chagaingrowth is undefined>><<set $chagaingrowth to 1>><</if>> <<set $sexcogain1 to Number ((1*$sexcogain*$sexcogrowth).toFixed(2))>> <<set $sexcogain1p3 to Number ((1.5*$sexcogain*$sexcogrowth).toFixed(2))>> <<set $sexcogain2p0 to Number ((2*$sexcogain*$sexcogrowth).toFixed(2))>> <<set $sexcogain2p1 to Number ((2.1*$sexcogain*$sexcogrowth).toFixed(2))>> <<set $sexcogain2p4 to Number ((2.4*$sexcogain*$sexcogrowth).toFixed(2))>> <<set $sexcogain3 to Number ((3*$sexcogain*$sexcogrowth).toFixed(2))>> <<set $chagain to Number(((101- $charisma) /100).toFixed(2))>> <<set $chagain1p2 to Number ((1.2*$chagain).toFixed(2))>> <<set $chagain1p8 to Number ((1.8*$chagain).toFixed(2))>> <<set $culgain to Number(((101- $culture) /100).toFixed(2))>> <<set $culgainjane to Number ((2*$culgain).toFixed(2))>> <<set $confgain to Number(((101- $confidence) /100).toFixed(2))>> <<set $confgain0p7 to Number ((0.7*$confgain).toFixed(2))>> <<set $confgain1p4 to Number ((1.4*$confgain).toFixed(2))>> <<set $confgain2p2 to Number ((2.2*$confgain).toFixed(2))>> <<set $confgain3p0 to Number ((3*$confgain).toFixed(2))>> <<set $confgain5p0 to Number ((5*$confgain).toFixed(2))>> <<set $confgain7p0 to Number ((7*$confgain).toFixed(2))>> <<set $confgain8p5 to Number ((8.5*$confgain).toFixed(2))>> <<set $confgain10p0 to Number ((10*$confgain).toFixed(2))>> <<if $janeattraction gte 100>><<set $janeprices to 90>><</if>> <<if $janeattraction gte 130>><<set $janeprices to 80>><</if>> <<if $janeattraction gte 160>><<set $janeprices to 70>><</if>> <<if $janeattraction gte 190>><<set $janeprices to 60>><</if>> <<if $janeattraction gte 220>><<set $janeprices to 50>><</if>> <<if $janeattraction gte 250>><<set $janeprices to 40>><</if>> <<if $janeattraction gte 280>><<set $janeprices to 30>><</if>> <<if $janeattraction gte 310>><<set $janeprices to 20>><</if>> <<if $janeattraction gte 350>><<set $janeprices to 10>><</if>> <<if $janeattraction gte 400>><<set $janeprices to 0>><</if>> <</nobr>>
/*--------------------CONFIDENCE-------------------------*/ <<widget "conf">><<nobr>> <<set $confgain to Number(((101- $confidence)/ 100).toFixed(2))>> <<if $confgain gte 0.8>><<set $confgain +=($confgain*0.4)>><</if>> <<if $confgain gte 0.6>><<set $confgain +=($confgain*0.2)>><</if>> <<if $args[0] > 0>> <<set $confgainwid to Number (($args[0]*$confgain*$confgrowth).toFixed(2))>> <<set $confidence +=$confgainwid>> <b>Your confidence <span style="color: #008000;">increased</span> by $confgainwid<span style="font-size:13px">(<<print (($confidence).toFixed(2))>>)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $confgainwid to Number (($args[0]*-1).toFixed(2))>> <<set $confidence -=$confgainwid>> <b>Your confidence <span style="color: #8B0000;">decreased</span> by $confgainwid <span style="font-size:13px">(<<print (($confidence).toFixed(2))>>)</span></b><br> <</if>> <</nobr>><</widget>> /*-----------------------------------------------------------------------*/ /*------------------------------------sexcon----------------------------*/ <<widget "sexcon">><<nobr>> <<set $sexcogain to Number(((101- $sexcontrol)/ 100).toFixed(2))>> <<if $sexcogain gte 0.8>><<set $sexcogain +=($sexcogain*0.4)>><</if>> <<if $sexcogain gte 0.6>><<set $sexcogain +=($sexcogain*0.2)>><</if>> <<if $args[0] > 0>> <<set $sexcogainwid to Number (($args[0]*$sexcogain*$sexcogrowth).toFixed(2))>> <<set $sexcontrol +=$sexcogainwid>> <b>Your sexual control <span style="color: #008000;">increased</span> by $sexcogainwid<span style="font-size:13px">(<<print (($sexcontrol).toFixed(2))>>)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $sexcogainwid to Number (($args[0]*-1).toFixed(2))>> <<set $sexcontrol -=$sexcogainwid>> <b>Your sexual control <span style="color: #8B0000;">decreased</span> by $sexcogainwid <span style="font-size:13px">(<<print (($sexcontrol).toFixed(2))>>)</span></b><br> <</if>> <</nobr>><</widget>> /*-----------------------------------------------------------------------*/ /*----------------------------Charisma---------------------------------*/ <<widget "cha">><<nobr>> <<set $chagain to Number(((101- $charisma) /100).toFixed(2))>> <<if $chagain gte 0.8>><<set $chagain +=($chagain*0.4)>><</if>> <<if $chagain gte 0.6>><<set $chagain +=($chagain*0.2)>><</if>> <<if $chagrowth is undefined>><<set $chagrowth to 1>><</if>> <<if $args[0] > 0>> <<set $chagainwid to Number (($args[0]*$chagain*$chagrowth).toFixed(2))>> <<set $charisma +=$chagainwid>> <b>Your charisma <span style="color: #008000;">increased</span> by $chagainwid<span style="font-size:13px"> (<<print (($charisma).toFixed(2))>>)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $chagainwid to Number (($args[0]*-1).toFixed(2))>> <<set $charisma -=$chagainwid>> <b>Your charisma <span style="color: #8B0000;">decreased</span> by $chagainwid<span style="font-size:13px"> (<<print (($charisma).toFixed(2))>>)</span></b><br> <</if>> <</nobr>><</widget>> /*----------------------------intelligence---------------------------------*/ <<widget "int">><<nobr>> <<set $intgain to Number(((101- $intelligence) /100).toFixed(2))>> <<if $intgain gte 0.8>><<set $intgain +=($intgain*0.4)>><</if>> <<if $intgain gte 0.6>><<set $intgain +=($intgain*0.2)>><</if>> <<if $intgrowth is undefined>><<set $intgrowth to 1>><</if>> <<if $args[0] > 0>> <<set $intgainwid to Number (($args[0]*$intgain*$intgrowth).toFixed(2))>> <<set $intelligence +=$intgainwid>> <b>Your intelligence <span style="color: #008000;">increased</span> by $intgainwid<span style="font-size:13px"> <span style="font-size:13px">(<<print (($intelligence).toFixed(2))>>)</span></span></b><br> <</if>> <<if $args[0] < 0>> <<set $intgainwid to Number (($args[0]*-1).toFixed(2))>> <<set $intelligence -=$intgainwid>> <b>Your intelligence <span style="color: #8B0000;">decreased</span> by $intgainwid<span style="font-size:13px"> <span style="font-size:13px">(<<print (($intelligence).toFixed(2))>>)</span></span></b><br> <</if>> <</nobr>><</widget>> /*----------------------------sexual experience---------------------------------*/ <<widget "sexexp">><<nobr>> <<set $sexexpgain to Number(((101- $sexexp)/ 100).toFixed(2))>> <<if $sexexpgain gte 0.8>><<set $sexexpgain +=($sexexpgain*0.4)>><</if>> <<if $sexexpgain gte 0.6>><<set $sexexpgain +=($sexexpgain*0.2)>><</if>> <<if $args[0] > 0>> <<set $sexexpgainwid to Number (($args[0]*$sexexpgain*$sexexpgrowth).toFixed(2))>> <<set $sexexp +=$sexexpgainwid>> <b>Your sexual experience <span style="color: #008000;">increased</span> by $sexexpgainwid<span style="font-size:13px">(<<print (($sexexp).toFixed(2))>>)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $sexexpgainwid to Number (($args[0]*-1).toFixed(2))>> <<set $sexexp -=$sexexpgainwid>> <b>Your sexual experience <span style="color: #8B0000;">decreased</span> by $sexexpgainwid <span style="font-size:13px"> ($sexexp)</span></b><br> <</if>> <</nobr>><</widget>> /*----------------------------coding---------------------------------*/ <<widget "cod">><<nobr>> <<set $codgain to Number(((101- $coding) /100).toFixed(2))>> <<if $codgain gte 0.8>><<set $codgain +=($codgain*0.4)>><</if>> <<if $codgain gte 0.6>><<set $codgain +=($codgain*0.2)>><</if>> <<if $codgrowth is undefined>><<set $codgrowth to 1>><</if>> <<if $args[0] > 0>> <<set $codgainwid to Number (($args[0]*$codgain*$codgrowth).toFixed(2))>> <<set $coding +=$codgainwid>> <b>Your coding <span style="color: #008000;">increased</span> by $codgainwid<span style="font-size:13px"> (<<print (($coding).toFixed(2))>>)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $codgainwid to Number (($args[0]*-1).toFixed(2))>> <<set $coding -=$codgainwid>> <b>Your coding <span style="color: #8B0000;">decreased</span> by $codgainwid <span style="font-size:13px">(<<print (($coding).toFixed(2))>>)</span></b><br> <</if>> <</nobr>><</widget>> /*----------------------------culture---------------------------------*/ <<widget "cul">><<nobr>> <<set $culgain to Number(((101- $culture) /100).toFixed(2))>> <<if $culgain gte 0.8>><<set $culgain +=($culgain*0.4)>><</if>> <<if $culgain gte 0.6>><<set $culgain +=($culgain*0.2)>><</if>> <<if $culgrowth is undefined>><<set $culgrowth to 1>><</if>> <<if $args[0] > 0>> <<set $culgainwid to Number (($args[0]*$culgain*$culgrowth).toFixed(2))>> <<set $culture +=$culgainwid>> <b>Your culture <span style="color: #008000;">increased</span> by $culgainwid <span style="font-size:13px">(<<print (($culture).toFixed(2))>>)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $culgainwid to Number (($args[0]*-1).toFixed(2))>> <<set $culture -=$culgainwid>> <b>Your culture <span style="color: #8B0000;">decreased</span> by $culgainwid <span style="font-size:13px">(<<print (($culture).toFixed(2))>>)</span></b><br> <</if>> <</nobr>><</widget>> /*----------------------------stamina---------------------------------*/ <<widget "sta">><<nobr>> <<set $stagain to Number(((101- $stamina) /100).toFixed(2))>> <<if $stagain gte 0.8>><<set $stagain +=($stagain*0.4)>><</if>> <<if $stagain gte 0.6>><<set $stagain +=($stagain*0.2)>><</if>> <<if $stagrowth is undefined>><<set $stagrowth to 1>><</if>> <<if $args[0] > 0>> <<set $stagainwid to Number (($args[0]*$stagain*$stagrowth).toFixed(2))>> <<set $stamina +=$stagainwid>> <b>Your stamina <span style="color: #008000;">increased</span> by $stagainwid <span style="font-size:13px">(<<print (($stamina).toFixed(2))>>)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $stagainwid to Number (($args[0]*-1).toFixed(2))>> <<set $stamina -=$stagainwid>> <b>Your stamina <span style="color: #8B0000;">decreased</span> by $stagainwid <span style="font-size:13px">(<<print (($stamina).toFixed(2))>>)</span></b><br> <</if>> <</nobr>><</widget>> /*----------------------------strength---------------------------------*/ <<widget "str">><<nobr>> <<set $strgain to Number(((101- $strength) /100).toFixed(2))>> <<if $strgain gte 0.8>><<set $strgain +=($strgain*0.4)>><</if>> <<if $strgain gte 0.6>><<set $strgain +=($strgain*0.2)>><</if>> <<if $strgrowth is undefined>><<set $strgrowth to 1>><</if>> <<if $args[0] > 0>> <<set $strgainwid to Number (($args[0]*$strgain*$strgrowth).toFixed(2))>> <<set $strength +=$strgainwid>> <b>Your strength <span style="color: #008000;">increased</span> by $strgainwid <span style="font-size:13px">(<<print (($strength).toFixed(2))>>)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $strgainwid to Number (($args[0]*-1).toFixed(2))>> <<set $strength -=$strgainwid>> <b>Your strength <span style="color: #8B0000;">decreased</span> by $strgainwid <span style="font-size:13px">(<<print (($strength).toFixed(2))>>)</span></b><br> <</if>> <</nobr>><</widget>> /*------------------------SIMPLE ADDS-----------------------------*/ /*---------------------------stress-------------------------------------*/ <<widget "stress">><<nobr>> <<if $args[0] > 0>> <<set $stresswid to Number (($args[0]*1).toFixed(2))>> <<set $stress +=$stresswid>> <b>Your stress <span style="color: #8B0000;">increased</span> by $stresswid </b><br> <</if>> <<if $args[0] < 0>> <<set $stresswid to Number (($args[0]*-1).toFixed(2))>> <<set $stress -=$stresswid>> <b>Your stress <span style="color: #008000;">decreased</span> by $stresswid </b><br> <</if>> <<updatebar>> <</nobr>><</widget>> /*-----------------------------------------------------------------------------*/ /*------------------------------------lust-------------------------------------*/ <<widget "lust">><<nobr>> <<if $args[0] > 0>> <<set $lustwid to Number (($args[0]*1).toFixed(2))>> <<set $lust +=$lustwid>> <b>Your lust <span style="color: #6A5ACD;">increased</span> by $lustwid</b> ($lust)<br> <</if>> <<if $args[0] < 0>> <<set $lustwid to Number (($args[0]*-1).toFixed(2))>> <<set $lust -=$lustwid>> <b>Your lust decreased by $lustwid</b><br> <</if>> <<updatebar>> <</nobr>><</widget>> /*------------------------------------energy-------------------------------------*/ <<widget "ene">><<nobr>> <<if $args[0] > 0>> <<set $energywid to Number (($args[0]*1).toFixed(0))>> <<set $enewid =$energywid>> <b>You <span style="color: #8B0000;">spent</span> $energywid energy</b><br> <</if>> <</nobr>><</widget>> /*-----------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------*/ /*-----------------------------------LOVES------------------------------------*/ /*----------------------------------susanlove-----------------------------------*/ <<widget "suslove">><<nobr>> <<if $args[0] > 0>> <<set $susanlovewid to Number (($args[0]*1).toFixed(2))>> <<if $difficulty eq 1>><<set $susanlovewid *=3>><</if>> <<if $difficulty eq 2>><<set $susanlovewid *=1.5>><</if>> <<set $susanlove +=$susanlovewid>> <b>Susan's love for you <span style="color: #008000;">increased</span> by $susanlovewid <span style="font-size:13px">($susanlove)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $susanlovewid to Number (($args[0]*-1).toFixed(2))>> <<set $susanlove -=$susanlovewid>> <b>Susan's love for you <span style="color: #8B0000;">decreased</span> by $susanlovewid<span style="font-size:13px"> ($susanlove)</span></b><br> <</if>> <</nobr>><</widget>> /*-----------------------------------------------------------------------------*/ /*----------------------------------roselove-----------------------------------*/ <<widget "roslove">><<nobr>> <<if $args[0] > 0>> <<set $roselovewid to Number (($args[0]*1).toFixed(2))>> <<if $difficulty eq 1>><<set $roselovewid *=3>><</if>> <<if $difficulty eq 2>><<set $roselovewid *=1.5>><</if>> <<set $roselove +=$roselovewid>> <b>Rose's love for you <span style="color: #008000;">increased</span> by $roselovewid<span style="font-size:13px"> ($roselove)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $roselovewid to Number (($args[0]*-1).toFixed(2))>> <<set $roselove -=$roselovewid>> <b>Rose's love for you <span style="color: #8B0000;">decreased</span> by $roselovewid<span style="font-size:13px"> ($roselove)</span></b><br> <</if>> <</nobr>><</widget>> /*-----------------------------------------------------------------------------*/ /*----------------------------------carollove-----------------------------------*/ <<widget "carlove">><<nobr>> <<if $args[0] > 0>> <<set $carollovewid to Number (($args[0]*1).toFixed(2))>> <<if $difficulty eq 1>><<set $carollovewid *=3>><</if>> <<if $difficulty eq 2>><<set $carollovewid *=1.5>><</if>> <<set $carollove +=$carollovewid>> <b>Carol's love for you <span style="color: #008000;">increased</span> by $carollovewid<span style="font-size:13px"> ($carollove)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $carollovewid to Number (($args[0]*-1).toFixed(2))>> <<set $carollove -=$carollovewid>> <b>Carol's love for you <span style="color: #8B0000;">decreased</span> by $carollovewid<span style="font-size:13px"> ($carollove)</span></b><br> <</if>> <</nobr>><</widget>> /*-----------------------------------------------------------------------------*/ /*----------------------------------natashalove-----------------------------------*/ <<widget "natlove">><<nobr>> <<if $args[0] > 0>> <<set $natashalovewid to Number (($args[0]*1).toFixed(2))>> <<if $difficulty eq 1>><<set $natashalovewid *=3>><</if>> <<if $difficulty eq 2>><<set $natashalovewid *=1.5>><</if>> <<set $natashalove +=$natashalovewid>> <b>Natasha's love for you <span style="color: #008000;">increased</span> by $natashalovewid<span style="font-size:13px"> ($natashalove)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $natashalovewid to Number (($args[0]*-1).toFixed(2))>> <<set $natashalove -=$natashalovewid>> <b>Natasha's love for you <span style="color: #8B0000;">decreased</span> by $natashalovewid<span style="font-size:13px"> ($natashalove)</span></b><br> <</if>> <</nobr>><</widget>> /*-----------------------------------------------------------------------------*/ /*----------------------------------melanielove-----------------------------------*/ <<widget "mellove">><<nobr>> <<if $args[0] > 0>> <<set $melanielovewid to Number (($args[0]*1).toFixed(2))>> <<if $difficulty eq 1>><<set $melanielovewid *=3>><</if>> <<if $difficulty eq 2>><<set $melanielovewid *=1.5>><</if>> <<set $melanielove +=$melanielovewid>> <b>Melanie's love for you <span style="color: #008000;">increased</span> by $melanielovewid<span style="font-size:13px"> ($melanielove)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $melanielovewid to Number (($args[0]*-1).toFixed(2))>> <<set $melanielove -=$melanielovewid>> <b>Melanie's love for you <span style="color: #8B0000;">decreased</span> by $melanielovewid<span style="font-size:13px"> ($melanielove)</span></b><br> <</if>> <</nobr>><</widget>> /*-----------------------------------------------------------------------------*/ /*----------------------------------katrinalove-----------------------------------*/ <<widget "katlove">><<nobr>> <<if $args[0] > 0>> <<set $katrinalovewid to Number (($args[0]*1).toFixed(2))>> <<if $difficulty eq 1>><<set $katrinalovewid *=3>><</if>> <<if $difficulty eq 2>><<set $katrinalovewid *=1.5>><</if>> <<set $katrinalove +=$katrinalovewid>> <b>Katrina's love for you <span style="color: #008000;">increased</span> by $katrinalovewid<span style="font-size:13px"> ($katrinalove)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $katrinalovewid to Number (($args[0]*-1).toFixed(2))>> <<set $katrinalove -=$katrinalovewid>> <b>Katrina's love for you <span style="color: #8B0000;">decreased</span> by $katrinalovewid <span style="font-size:13px">($katrinalove)</span></b><br> <</if>> <</nobr>><</widget>> /*-----------------------------------------------------------------------------*/ /*----------------------------------mspearllove-----------------------------------*/ <<widget "msplove">><<nobr>> <<if $args[0] > 0>> <<set $mspearllovewid to Number (($args[0]*1).toFixed(2))>> <<if $difficulty eq 1>><<set $mspearllovewid *=3>><</if>> <<if $difficulty eq 2>><<set $mspearllovewid *=1.5>><</if>> <<set $mspearllove +=$mspearllovewid>> <b>Ms. Pearl's love for you <span style="color: #008000;">increased</span> by $mspearllovewid<span style="font-size:13px"> ($mspearllove)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $mspearllovewid to Number (($args[0]*-1).toFixed(2))>> <<set $mspearllove -=$mspearllovewid>> <b>Ms. Pearl's love for you <span style="color: #8B0000;">decreased</span> by $mspearllovewid<span style="font-size:13px"> ($mspearllove)</span></b><br> <</if>> <</nobr>><</widget>> /*-----------------------------------------------------------------------------*/ /*----------------------------------janelove-----------------------------------*/ <<widget "janlove">><<nobr>> <<if $args[0] > 0>> <<set $janelovewid to Number (($args[0]*1).toFixed(2))>> <<if $difficulty eq 1>><<set $janelovewid *=3>><</if>> <<if $difficulty eq 2>><<set $janelovewid *=1.5>><</if>> <<set $janelove +=$janelovewid>> <b>Jane's love for you <span style="color: #008000;">increased</span> by $janelovewid<span style="font-size:13px"> ($janelove)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $janelovewid to Number (($args[0]*-1).toFixed(2))>> <<set $janelove -=$janelovewid>> <b>Jane's love for you <span style="color: #8B0000;">decreased</span> by $janelovewid<span style="font-size:13px"> ($janelove)</span></b><br> <</if>> <</nobr>><</widget>> /*-----------------------------------------------------------------------------*/ /*----------------------------------janecorruption-----------------------------------*/ <<widget "jancor">><<nobr>> <<if $args[0] > 0>> <<set $janecorruptionwid to Number (($args[0]*1).toFixed(2))>> <<if $difficulty eq 1>><<set $janecorruptionwid *=2>><</if>> <<if $difficulty eq 2>><<set $janecorruptionwid *=1.5>><</if>> <<set $janecorruption +=$janecorruptionwid>> <b>Jane's corruption for you <span style="color: #6A5ACD;">increased</span> by $janecorruptionwid<span style="font-size:13px"> ($janecorruption)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $janecorruptionwid to Number (($args[0]*-1).toFixed(2))>> <<set $janecorruption -=$janecorruptionwid>> <b>Jane's corruption for you <span style="color: #8B0000;">decreased</span> by $janecorruptionwid<span style="font-size:13px"> ($janecorruption)</span></b><br> <</if>> <</nobr>><</widget>> /*-----------------------------------------------------------------------------*/ /*----------------------------------olivialove-----------------------------------*/ <<widget "olilove">><<nobr>> <<if $args[0] > 0>> <<set $olivialovewid to Number (($args[0]*1).toFixed(2))>> <<if $difficulty eq 1>><<set $olivialovewid *=3>><</if>> <<if $difficulty eq 2>><<set $olivialovewid *=1.5>><</if>> <<set $olivialove +=$olivialovewid>> <b>Olivia's love for you <span style="color: #008000;">increased</span> by $olivialovewid<span style="font-size:13px"> ($olivialove)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $olivialovewid to Number (($args[0]*-1).toFixed(2))>> <<set $olivialove -=$olivialovewid>> <b>Olivia's love for you <span style="color: #8B0000;">decreased</span> by $olivialovewid<span style="font-size:13px"> ($olivialove)</span></b><br> <</if>> <</nobr>><</widget>> /*-----------------------------------------------------------------------------*/ /*----------------------------------laylalove-----------------------------------*/ <<widget "laylove">><<nobr>> <<if $args[0] > 0>> <<set $laylalovewid to Number (($args[0]*1).toFixed(2))>> <<if $difficulty eq 1>><<set $laylalovewid *=3>><</if>> <<if $difficulty eq 2>><<set $laylalovewid *=1.5>><</if>> <<set $laylalove +=$laylalovewid>> <b>Layla's love for you <span style="color: #008000;">increased</span> by $laylalovewid<span style="font-size:13px"> ($laylalove)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $laylalovewid to Number (($args[0]*-1).toFixed(2))>> <<set $laylalove -=$laylalovewid>> <b>Layla's love for you <span style="color: #8B0000;">decreased</span> by $laylalovewid<span style="font-size:13px"> ($laylalove)</span></b><br> <</if>> <</nobr>><</widget>> /*-----------------------------------------------------------------------------*/ /*----------------------------------daniellelove-----------------------------------*/ <<widget "danlove">><<nobr>> <<if ndef $daniellelove>><<set $daniellelove to 0>><</if>> <<if $args[0] > 0>> <<set $daniellelovewid to Number (($args[0]*1).toFixed(2))>> <<if $difficulty eq 1>><<set $daniellelovewid *=3>><</if>> <<if $difficulty eq 2>><<set $daniellelovewid *=1.5>><</if>> <<set $daniellelove +=$daniellelovewid>> <b>Danielle's love for you <span style="color: #008000;">increased</span> by $daniellelovewid<span style="font-size:13px"> ($daniellelove)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $daniellelovewid to Number (($args[0]*-1).toFixed(2))>> <<set $daniellelove -=$daniellelovewid>> <b>Danielle's love for you <span style="color: #8B0000;">decreased</span> by $daniellelovewid<span style="font-size:13px"> ($daniellelove)</span></b><br> <</if>> <</nobr>><</widget>> /*-----------------------------------------------------------------------------*/ /*----------------------------------xianglove-----------------------------------*/ <<widget "xialove">><<nobr>> <<if ndef $xianglove>><<set $xianglove to 0>><</if>> <<if $args[0] > 0>> <<set $xianglovewid to Number (($args[0]*1).toFixed(2))>> <<if $difficulty eq 1>><<set $xianglovewid *=3>><</if>> <<if $difficulty eq 2>><<set $xianglovewid *=1.5>><</if>> <<set $xianglove +=$xianglovewid>> <b>Xiang's love for you <span style="color: #008000;">increased</span> by $xianglovewid<span style="font-size:13px"> ($xianglove)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $xianglovewid to Number (($args[0]*-1).toFixed(2))>> <<set $xianglove -=$xianglovewid>> <b>Xiang's love for you <span style="color: #8B0000;">decreased</span> by $xianglovewid<span style="font-size:13px"> ($xianglove)</span></b><br> <</if>> <</nobr>><</widget>> /*-----------------------------------------------------------------------------*/ /*----------------------------------xiangcorruption-----------------------------------*/ <<widget "xiacor">><<nobr>> <<if $args[0] > 0>> <<set $xiangcorruptionwid to Number (($args[0]*1).toFixed(2))>> <<if $difficulty eq 1>><<set $xiangcorruptionwid *=2>><</if>> <<if $difficulty eq 2>><<set $xiangcorruptionwid *=1.5>><</if>> <<set $xiangcorruption +=$xiangcorruptionwid>> <b>Xiang's corruption for you <span style="color: #6A5ACD;">increased</span> by $xiangcorruptionwid<span style="font-size:13px"> ($xiangcorruption)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $xiangcorruptionwid to Number (($args[0]*-1).toFixed(2))>> <<set $xiangcorruption -=$xiangcorruptionwid>> <b>Xiang's corruption for you <span style="color: #8B0000;">decreased</span> by $xiangcorruptionwid<span style="font-size:13px"> ($xiangcorruption)</span></b><br> <</if>> <</nobr>><</widget>> /*-----------------------------------------------------------------------------*/ /*----------------------------------msbloomlove-----------------------------------*/ <<widget "msblove">><<nobr>> <<if ndef $msbloomlove>><<set $msbloomlove to 0>><</if>> <<if $args[0] > 0>> <<set $msbloomlovewid to Number (($args[0]*1).toFixed(2))>> <<if $difficulty eq 1>><<set $msbloomlovewid *=3>><</if>> <<if $difficulty eq 2>><<set $msbloomlovewid *=1.5>><</if>> <<set $msbloomlove +=$msbloomlovewid>> <b>Ms. Bloom's love for you <span style="color: #008000;">increased</span> by $msbloomlovewid<span style="font-size:13px"> ($msbloomlove)</span></b><br> <</if>> <<if $args[0] < 0>> <<set $msbloomlovewid to Number (($args[0]*-1).toFixed(2))>> <<set $msbloomlove -=$msbloomlovewid>> <b>Ms. Bloom's love for you <span style="color: #8B0000;">decreased</span> by $msbloomlovewid<span style="font-size:13px"> ($msbloomlove)</span></b><br> <</if>> <</nobr>><</widget>> /*---------------------------
<<nobr>> /*----------------------Natashahateachievement-----------------------------*/ <<if $natashahateachievement is undefined>><<set $natashahateachievement to 0>><</if>> <<if $natashalove lte -20 and $natashahateachievement eq 0>> <<set $natashahateachievement to 1>><<set $exp +=30>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> /*--------------------------------------------------------------------------------*/ <<include "sexactivitycalc">> <<if $diffkissed gte 3>> <<if $threediffkissach is undefined>><<set $threediffkissach to 1>> <<set $exp +=30>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>><</if>> <<if $diffkissed gte 6>> <<if $sixdiffkissach is undefined>><<set $sixdiffkissach to 1>> <<set $exp +=90>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>><</if>> <<if $difffucked gte 3>> <<if $threediffuckedach is undefined>><<set $threediffuckedach to 1>> <<sexexp 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>><</if>> <<if $difffucked gte 5>> <<if $fivediffuckedach is undefined>><<set $fivediffuckedach to 1>> <<set $lessonduration -=20>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>><</if>> <<if $difffucked gte 8>> <<if $eightdiffuckedach is undefined>><<set $eightdiffuckedach to 1>> <<sexcon 6>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>><</if>> <<if $difffucked gte 10>> <<if $tendiffuckedach is undefined>><<set $tendiffuckedach to 1>> <<set $exp +=160>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>><</if>> <<if $totalfucked gte 50>> <<if $fiftyfucksach is undefined>><<set $fiftyfucksach to 1>> <<sexcon 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>><</if>> <<if $totalfucked gte 100>> <<if $hundredfucksach is undefined>><<set $hundredfucksach to 1>> <<sexexp 7>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>><</if>> <<if $laylagain gte 1.2>> <<if $layonepointtwoach is undefined>><<set $layonepointtwoach to 1>> <<str 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>><</if>> <<if $codingtotalgains gte 100>> <<if $code100gain is undefined>><<set $code100gain to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $codingtotalgains gte 300>> <<if $code300gain is undefined>><<set $code300gain to 1>> <<cod 6>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $codingtotalgains gte 1000>> <<if $code1000gain is undefined>><<set $code1000gain to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> /*-------------------diff virgin-----------------*/ <</nobr>>
<<nobr>><<include "calc">><<set $dailyjane to 1>><<if $janecorruption gte 1>><<if $janeprogress eq 1>><<else>> When you arrive, you ring the doorbell and you're promptly welcomed inside from Jane.<br><br><</if>> She is dressed in a rather provocative way, did she dress up like this for you?<br> <img src="images/jane/homedoorstand.png"><br><</if>> <<if $janeprogress is undefined>><<set $janeprogress to 0>><</if>> <<if $janecorruption gte 1>> <<if $janeprogress eq 0 and $janecorruption gte 1>> <<jane>>I'll only explain it once, you're kind of a nice guy, but I really need money, you've seen the kind of situation I'm in, right?<</jane>><br> <<say "You" $faceimg>>Yeah, Olivia seems to be kind of a bitch with you... You need help paying rent, right?<</say>><br> <<jane>>That's right, look, I'm a grown up girl and I won't ask for your pity nor I want it, you're here to do nasty stuff with me, and I'll do that, but I want something in return<</jane>><br> <<say "You" $faceimg>>Sounds about right<</say>><br> <<jane>>Don't ever dare to call me a whore or treat me like one, I don't do this with anyone else, and I kinda like you, if you're broke we might even do something else together, just nothing sexual<</jane>><br> <<say "You" $faceimg>>Ok, i've got it...<</say>><br> <<jane>>Perfect, I'm glad we reached an understanding<</jane>><br> <<link "Continue" "janeapajane">><<set $janeprogress to 1>> <<set $janeprices to 100>><</link>> <</if>> <<if $janeprogress gte 1>> <<if $janeprogress eq 2>> <<jane>>Hey $name , welcome back!<</jane>><br> <<say "You" $faceimg>>Thanks, good to see you jane<</say>><br> <<jane>>Do you remember our deal?<</jane>><br> <<say "You" $faceimg>>Yeah, of course<</say>><br> <<set $janeprogress to 2>><</if>> <<jane>>Ok, so... what do you want to do today?<</jane>><br> <<set $janeattraction to Number(($janelove*1.4+$culture*1.3+$physattr*0.5+$charisma*0.5+$coding*0.5+$popularity*0.4+$janecorruption*5).toFixed(1))>><br> <<set $janeattraction to Number($janeattraction)>> <<if $janecorruption gte 0>><<else>><<set $janeattraction += 5>><</if>> Jane's attraction for you is $janeattraction <br> <div id ="choice"> <<link "Just a friendly visit">><<replace "#choice">> <<say "You" $faceimg>>Oh, nothing special, I just wanted to see how you were doing and... well, I didn't bring any money<</say>><br> <<jane>>Oh, don't worry, wanna watch something together?<</jane>><br> <<say "You" $faceimg>>Sure, I'm gonna admit that is going to be hard to keep it in my pants with you dressed like that<</say>><br> <<jane>>Ahah, you'll have to, though<</jane>><br> You sigh. She's not making it easy for you.<br> The two of you pass a pleasant couple of hours together, watching a TV show and talking about stuff, she doesn't bother getting changed. You feel like she's really trying to tease you after all.<br> It would have been a way more relaxing experience if you didn't pass most of it with an hard dick.<br> <b>2 Hours have passed.</b><br> <<lust "22">> <<janlove "4">> <<addmins 122>> <<cha "2.2">> <<stress "+4">> <<link "Exit her home" "Outside">><</link>> <</replace>><</link>> <br> <<link "I want to do something naughty">><<replace "#choice">> Jane leads you up the stairs, in her bedroom, where you talk for a very short while.<br> She then hops on the bed, where shestarts stripping for you.<br> <<video "images/jane/janehomestriptits.mp4">> <<lust "4">> After removing her bra, she starts to remove her panties.<br> <<video "images/jane/janehomestrippants.mp4">> <<lust "6">> She gives you a nice show and teases you by lightly touching her pussy lips from behind.<br><br> <b>Jane's corruption <span style="color: #6A5ACD;">increased</span> by 1<br></b> <<set $janecorruption +=1>> <<if $confidence gte 28>> <b>(Confidence skill check: Success)</b> <<say "You" $faceimg>>Oh, you look so hot, keep touching yourself for me<</say>><br> She is getting pretty horny herself, and she agrees.<br> <<video "images/jane/janehomemast.mp4">> <<lust "9">> <b>Jane's corruption <span style="color: #6A5ACD;">increased</span> by 1<br></b> <<set $janecorruption +=1>> She touches herself for you for a while, increasing her arousal, she then suddenly stops and asks you:<br><br> <<else>> <b>(Confidence skill check: Fail)</b> <</if>> <<jane>>I won't lie, I've gotten a bit excited, what are we going to do now?<</jane>><br> <<if $janeattraction < 400>>Jane discretely reminds you of how much money you need to get access to her various holes.<br> <</if>> <<if $janeprices lte 99>> She seems to have lowered the prices a bit, you wonder how low you can get them.<br><</if>> <<set $janebjprice to Number (($janeprices/2).toFixed(0))>> <<set $janeanalprice to Number (($janeprices*5).toFixed(0))>> <<set $janefuckprice to Number (($janeprices*2).toFixed(0))>> <<if $janefucked eq 0>><<set $janefuckprice to Number (($janefuckprice*5).toFixed(0))>><</if>> <<if $janeanaled eq 0>><<set $janeanalprice to Number (($janeanalprice*5).toFixed(0))>><</if>> <<if $janeattraction gte 400>>Jane seems to be uncontrollably aroused.<br><br><<jane>>I don't even want money from you anymore, just give me your dick, I beg you!<</jane>><</if>> She wants $janebjprice $ for a blowjob. <<if $money gte $janebjprice>><<link "Pay for a BJ" "janescene">><<set $janescene to 91>><</link>><<else>>You can't afford that<</if>><br> She wants $janefuckprice $ for you to fuck her. <<if $money gte $janefuckprice>><<link "Pay for sex" "janescene">><<set $janescene to 93>><</link>><<else>>You can't afford that<</if>><br> She wants $janeanalprice $ for you to take her ass. <<if $money gte $janeanalprice>><<link "Pay to fuck her ass" "janescene">><<set $janescene to 95>><</link>><<else>>You can't afford that<</if>><br> <<if $janefucked eq 0 and $janeprices gte 1>><<linkreplace "Wow Jane, that's a lot of money">> <br><<jane>>Did you take me for a cheap whore? Fucking me is crossing a barrier that I still feel a bit uncomfortable about, I won't do it for less than that unless I get to know you better<</jane>><br> <</linkreplace>><</if>><br> <<if $janeprices gte 1>> <<link "Actually, I just realized I didn't bring any money">><<replace "#choice">> Jane starts sctreaming at you.<br><br> <<jane>>WHAT THE HELL? And you realized that... only now?<</jane>><br> <<say "You" $faceimg>>Sorry, I got a bit caught up in the moment<</say>><br> <<jane>>Oh shut up, I know you did it on purpose, you're such a piece of shit, get the hell out from here!<</jane>><br> She acts really mad, but you can sense that she is still very aroused and mostly disappointed that she won't get any action.<br> You are left blue balled, and have no option but to get out of her home.<br> <<set $janecorruption +=1>> <b>Jane's corruption <span style="color: #6A5ACD;">increased</span> by 1<br></b> <<janlove "-4">> <<conf "2">> <<stress "4">> <<addmins 12>> <<link "Exit her home" "Outside">><</link>> <</replace>><</link>> <</if>> <</replace>><</link>> <<if $janoli gte 2 and ndef $amboli and ndef $ambjan>> <br> <<link "Investigate on Amber" "ambjan">><</link>> <</if>> <<if $ambjan gte 2 >> <br> <<link "Call Amber again" "ambjan">><</link>><br> <</if>> </div> <</if>> <</if>> <<if $janecorruption lte 0>> <<set $dailyjane to 1>> When you arrive, you ring the doorbell and you're promptly welcomed inside from Jane.<br><br> She is dressed in a rather provocative way, did she dress up like this for you?<br> <img src="images/jane/homedoorstand.png"><br> <<jane>>Hey $name , thanks for passing by<</jane>><br> <<say "You" $faceimg>>It's a pleasure to see you<</say>><br> <<jane>>So... do you want to resume from where we left off?<</jane>><br> <<say "You" $faceimg>>What do you want to do?<</say>><br> <<jane>>Hm, you can ask for some things, I'll let you know if it's too much<</jane>><br> <<set $janeattraction to Number(($janelove*1.4+$culture*1.3+$physattr*0.5+$charisma*0.5+$coding*0.5+$popularity*0.4+$janecorruption*5).toFixed(1))>><br> <<set $janeattraction to Number($janeattraction)>> <<if $janecorruption gte 0>><<else>><<set $janeattraction += 5>><</if>> Jane's attraction for you is $janeattraction <br> <div id ="freechoice"> <<link "Ask her to spend a few hours studying and chatting">><<replace "#freechoice">> <<say "You" $faceimg>>I was thinking we could maybe study a bit more and chill out a bit?<</say>><br> <<jane>>Oh, you don't want to... Yeah, sure.<</jane>><br> <<say "You" $faceimg>>To?...<</say>><br> <<jane>>Nothing, let me grab my books<</jane>><br> She takes a few minutes, when she comes back, she also changed her clothing to something more covering.<br> Did you just do something really dumb?<br> You spend a few hours studying and talking. More talking than studying, actually.<br> You can see that she's been clearly surprised by your choice, but she respects you for it, and you end up having a good time together.<br> You end up learning a few new things without the usual stress of study.<br> After you are done, she gives you a kiss on the lips, and you part ways.<br><br> <<video "images/kiss.mp4">> <<set $janekissed +=1>> <<jane>>Thanks for the lovely afternoon<</jane>><br> <<janlove "3">> <<cha "2">> <<cul "1.3">> <<addmins 150>> <b>2 hours and 30 minutes passed.</b> <<link "Go back Outside" "Outside">><</link>><br> <</replace>><</link>><br> <<link "Ask her to give you a blowjob">><<replace "#freechoice">> <<say "You" $faceimg>>How about some oral sex?<</say>><br> <<jane>>Is that a way for you to ask me to suck your dick?<</jane>><br> <<say "You" $faceimg>>Ehm... yes?<</say>><br> <<janlove "-1">> <<jane>>Ah... Did you come all the way just for this? Well, ok let's go to my bedroom first<</jane>><br> She leads you to her bedroom up the stairs, hops on her bed and starts stripping for you.<br> <<video "images/jane/janehomestriptits.mp4">> <<lust "6">> After removing her bra, she starts to remove her panties.<br> <<video "images/jane/janehomestrippants.mp4">> <<lust "8">> She gives you a nice show and teases you by lightly touching her pussy lips from behind, you take your dick out.<br><br> <<if $janeattraction gte 165>> <b>(Attraction check: Success)</b> The sight of your dick makes her get pretty horny, so she starts touching herself<br> <<video "images/jane/janehomemast.mp4">> <<lust "12">> <<janlove "1">> <</if>> <<link "Get your dick sucked" "janescene">><<set $janescene to 91>><</link>><br> <</replace>><</link>><br> <<link "Ask to fuck her">><<replace "#freechoice">> <<say "You" $faceimg>>Do you think we could fuck?<</say>><br> <<if $janefucked is undefined>><<set $janefucked to 0>><</if>> <<if $janefucked eq 0>> <<jane>>Wow... ahah, I don't know, I don't think that you would be able to handle me<</jane>><br> <<say "You" $faceimg>>Well, why don't you give me a chance?<</say>><br> <<if $janeattraction lte 245>> <<jane>>Maybe one day I will, but for now, let's stick to simpler stuff, ok?<</jane>><br> <<say "You" $faceimg>>Ok...<</say>><br> <<jane>>I'll give you a blowjob, for now, follow me<</jane>><br> She leads you to her bedroom up the stairs, hops on her bed and starts stripping for you.<br> <<video "images/jane/janehomestriptits.mp4">> <<lust "6">> After removing her bra, she starts to remove her panties.<br> <<video "images/jane/janehomestrippants.mp4">> <<lust "8">> She gives you a nice show and teases you by lightly touching her pussy lips from behind, you take your dick out.<br><br> <<if $janeattraction gte 165>> <b>(Attraction check: Success)</b> The sight of your dick makes her get pretty horny, so she starts touching herself<br> <<video "images/jane/janehomemast.mp4">> <<lust "12">> <<janlove "1">> <</if>> <<link "Get your dick sucked" "janescene">><<set $janescene to 91>><</link>> <<else>> <<jane>>Yeah, I'll give you a chance. Try to make me come before you do, ok?<</jane>><br> <<say "You" $faceimg>>Ok... I'll do my best<</say>><br> <<if $sexcontrol lte 23>> Something tells you that you pretty much set yourself up for failure here.<br> <<elseif $sexcontrol gte 67>> You are pretty confident that you'll be able to handle this well.<br> <</if>> She leads you to her bedroom up the stairs, hops on her bed and starts stripping for you.<br> <<video "images/jane/janehomestriptits.mp4">> <<lust "6">> After removing her bra, she starts to remove her panties.<br> <<video "images/jane/janehomestrippants.mp4">> <<lust "8">> She gives you a nice show and teases you by lightly touching her pussy lips from behind, you take your dick out.<br><br> <<if $janeattraction gte 165>> <b>(Attraction check: Success)</b> The sight of your dick makes her get pretty horny, so she starts touching herself<br> <<video "images/jane/janehomemast.mp4">> <<lust "12">> <<janlove "1">> <</if>> <<link "Time to put it in" "janescene">><<set $janescene to 93>><</link>> <</if>> <<else>> <<jane>>Sure, I was getting kind of horny anyway<</jane>><br> <<if $sexcontrol lte 67>> <<jane>>Can you try to last a little longer this time?<</jane>><br> <<say "You" $faceimg>>Ok... I'll do my best<</say>><br> <<else>> <<jane>>Please fuck me until I beg you to stop<</jane>><br> <</if>> She leads you to her bedroom up the stairs, hops on her bed and starts stripping for you.<br> <<video "images/jane/janehomestriptits.mp4">> <<lust "6">> After removing her bra, she starts to remove her panties.<br> <<video "images/jane/janehomestrippants.mp4">> <<lust "8">> She gives you a nice show and teases you by lightly touching her pussy lips from behind, you take your dick out.<br><br> <<if $janeattraction gte 165>> <b>(Attraction check: Success)</b> The sight of your dick makes her get pretty horny, so she starts touching herself<br> <<video "images/jane/janehomemast.mp4">> <<lust "12">> <<janlove "1">> <</if>> <<link "Time to put it in" "janescene">><<set $janescene to 93>><</link>> <</if>> <</replace>><</link>><br> <<if ndef $janeanaled>><<set $janeanaled to 0>><</if>> <<if $janefucked gte 1>> <<link "Ask for her ass">><<replace "#freechoice">> <div id ="anal"> <<if $janeanaled lte 0>> <<say "You" $faceimg>>What do you think about trying anal sex?<</say>><br> <<jane>>Hm... I guess we can try that, but you need to follow my instructions, I don't want you to hurt me<</jane>><br> <<link "Don't worry, I know what i'm doing">><<replace "#anal">> <<say "You" $faceimg>>Don't worry, I know what I'm doing<</say>><br> You say that with a confident smile on your face.<br><br> <<conf "1">> <<jane>>Jesus, I just gave you a simple condition and you can't even listen to me that much? No anal then I guess <</jane>><br> <<say "You" $faceimg>>Ok, ok... sorry, I'll listen<</say>><br> <<jane>>Nah, fuck that, you pissed me off, go back to your college and have fun with the young girls there, I'm sure they love being bossed around <</jane>><br> <<janlove "-2">> Did she really get so mad for something so stupid?<br><br> <<jane>>I asked you to leave, can you at least do that?<</jane>><br> Well... nothing more you can do there without pissing her off even more, better listen to her and <<link "go back home" "Outside">><</link>> <</replace>><</link>><br> <<link "Of course, I will follow all your intructions">><<replace "#anal">> <<say "You" $faceimg>>Of course, I will follow all your intructions<</say>><br> <<jane>>Good<</jane>><br> <<if $natashaanaled gte 1 or $carolanaled gte 1>> You try to share your personal bit of experience with her, about the method you used with <<if $natashaanaled gte 1 and $carolanaled gte 1>>Carol and Natasha. <<elseif $carolanaled gte 1>>Carol.<<elseif $natashaanaled gte 1>>Natasha.<</if>> <<say "You" $faceimg>>I've heard that a butt-plug can help<</say>><br> <<jane>>I know, I already have one<</jane>><br> She winks at you, showing some appreciation about the fact that you're not a total newbie to anal activities.<br> <<janlove "5">> <</if>> <<say "You" $faceimg>>Ok, so... what do we do?<</say>><br> <<jane>>Follow me upstairs<</jane>><br> <<link "Follow her upstairs" "janescene">><<set $janescene to 95>><</link>> <</replace>><</link>><br> <<elseif $janeanaled gte 1>> <<say "You" $faceimg>>Do you want to have anal sex again?<</say>><br> <<jane>>Sure, let's give it another go<</jane>><br> <<link "Follow her upstairs" "janescene">><<set $janescene to 95>><</link>> <</if>> </div> <</replace>><</link>><br> <</if>> <<if $janoli gte 2 and ndef $amboli and ndef $ambjan>> <<link "Investigate on Amber" "ambjan">><</link>> <</if>> <<if $ambjan gte 2 >> <br> <<link "Call Amber again" "ambjan">><</link>> <</if>> </div> <</if>> <</nobr>>
<<nobr>> <<include "calc">> <<set $dailyolivia to 1>> <<if $oliviaprogress eq 1>> You do that again, against all common sense, you decide to show up again at Jane's home while she's in the library, knowing well that you'll meet Olivia instead.<br> <</if>> <<if ndef $oliviaprogress or $oliviaprogress is 0>> You're not really sure why you could think that this was a good idea, but you decide to show up, unannounced at Jane's home.<br> You know wery well that Jane is in the library, and at this hour you might most likely just find Olivia.<br> You reach the house, and you stand in front of the door, wondering what the hell you are doing here.<br><br> <<set $oliviaprogress to 1>> <</if>> <<set $oliviaattraction to Number(($olivialove*1+$physattr*1.5+$confidence*1.1+$charisma*0.5+$sexexp*0.5).toFixed(1))>><br> <<set $oliviaattraction to Number($oliviaattraction)>> <div id = "choice"> Olivia's attraction for you is $oliviaattraction<br> <<if $stalkedolivia gte 1>> <<if ndef $oliviasuck or $oliviasuck lte 0>> <<if $confidence gte 60>> You have gathered enough information about Olivia to know a couple of thing that you could try to win her over.<br> <<link "(conf 60) Try a bold approach">><<replace "#choice">> <<if $oliviaprogress lte 1>> <img src="images/olivia/doorstand.png"><br> <<olivia>>You...? Oh my god, what the fuck are you doing here?<</olivia>><br> <<set $oliviaprogress to 2>> <<else>> <<olivia>>You again? What do you want?<</olivia>><br> <</if>> Time to go all in...<br><br> <<if ndef $oliviasuck>> <<say "You" $faceimg>>The other day, I saw how you looked at my cock, when Jane was sucking it<</say>><br> <<olivia>>What the hell? Are you insane?<</olivia>><br> <<say "You" $faceimg>>You can pretend all you want, but I know a cocksucker when I see one<</say>><br> <<if $oliviaattraction gte 120>> <b>(Attraction check: Success)</b> <<olivia>>Do you think that you can just come here and act like this?<</olivia>><br> <<say "You" $faceimg>>Just drop the act, let me come inside and start sucking my cock, we both know you want it<</say>><br> Olivia stays silent for a few seconds, then without a word, she lets you enter her home.<br> Did that really work? You walk inside.<br> She gestures you towards a couch, you lower your pants and sit there.<br><br> <<olivia>>Just pull out that dick before I change my mind, and don't try anything else<</olivia>><br> <<link "Get your dick sucked" "oliviascene">><<set $oliviascene to 2>><<set $oliviasuck to 1>><</link>> <<else>> <b>(Attraction check: Fail)</b> <<olivia>>I like your style, but you are gross as fuck, come back when you lost some weight, and we'll talk about it<</olivia>> <<link "Head back" "Outside">><</link>> <</if>> <</if>> <</replace>><</link>> <<else>> If you were very confident, you could probably try something to impress her.<br> <</if>> <</if>> <<if $oliviasuck gte 1>> <<link "Get your dick sucked again" "oliviascene">><<set $oliviascene to 2>><<set $oliviasuck to 2>><</link>> <</if>> <br> <<if $oliviajewelry gte 1>> You have bought some not-so-expensive jewerly that you can try to use to impress Olivia. <br> <<link "Gift her the jewelry">><<replace "#choice">> <<if $oliviaprogress lte 1>> <img src="images/olivia/doorstand.png"><br> <<olivia>>You...? Oh my god, what the fuck are you doing here?<</olivia>><br> <<say "You" $faceimg>>Hello Olivia, I feel like we might have gotten off on the wrong foot<</say>><br> <<olivia>>That's one way of putting it... seriously, get the fuck out from my house<</olivia>><br> <<say "You" $faceimg>>Can I give you something first?<</say>><br> <<olivia>>What on earth would you possibly want to give me?<</olivia>><br> <<say "You" $faceimg>>Just a little something I bought for you, here, take it<</say>><br> You give her a little package with the jewerly you bought for her.<br> She unceremoniously opens it, and checks the content right in front of you.<br> She tried to hide it, but you can feel that you really hit the spot on her tastes.<br><br> <<olilove "8">> <<olivia>>Well, that's not too bad, but don't think that I'll be sucking your dick too just because you bought me something nice<</olivia>><br> <<say "You" $faceimg>>Hey, I didn't ask you to<</say>><br> <<if $oliviaattraction lte 100>> <<olivia>>Don't take this too bad please, but you're kind of gross, I like people that are fit<</olivia>><br> <<else>> <<olivia>>It's not you specifically, but, I'm more into girls...<</olivia>><br> <</if>> <<say "You" $faceimg>>Hm... I understand, I guess I'll be going then<</say>><br> <<olivia>>Ok... and well, thanks I guess<</olivia>><br> <<if $oliviaprogress lte 2>><<set $oliviaprogress to 3>><</if>> <<unset $oliviajewelry>> <<set $dailyolivia to 1>> <<link "Head back" "Outside">><</link>> <<else>> <<unset $oliviajewelry>> <<olivia>>You again? What do you want?<</olivia>><br> <<say "You" $faceimg>>Hey Olivia, I brought you something<<if $oliviaprogress eq 3>> else<</if>>, I hope you like it<</say>><br> <<olivia>>Jesus, seriously?<</olivia>><br> Olivia takes the wrapping from your hands and unpacks it straight away.<<if $oliviaprogress eq 3>> It's another hit.<</if>><br> She smiles.<br> <<olilove "8">> <<olivia>>You should really stop doing this... <<if $oliviaprogress eq 3>>as I already told you, <</if>>I'm more into girls<</olivia>><br> <<say "You" $faceimg>>Well, more doesn't mean only<</say>><br> <<if $oliviaattraction gte 100>> <b>(Attraction check : Success)</b><br> <<olivia>>Ok look, I haven't had any action in a long while... What if I let you play with me a bit? Just don't take your cock out for any reason<</olivia>><br> Well, that's a start.<br><br> <<say "You" $faceimg>>Ok, I won't<</say>><br> <<link "Get inside the house" "oliviascene">><<set $oliviascene to 1>><</link>> <<else>> <b>(Attraction check : Fail)</b><br> <<olivia>>Ok let me be clear then, I'm not into you! Ok? you should stop wasting your money<</olivia>><br> <<say "You" $faceimg>>Ok...<</say>><br> You feel a bit defeated, and you have no other option than to <<link "head back" "Outside">><</link>> <</if>> <</if>> <</replace>><</link>> <<else>> Maybe you can go to the mall and buy something to impress her simple mind with.<br> <</if>> <br> <<else>> If you had more information about her, you could maybe try something to gain her favor,<span style="color: #8B0000;"> stalk her on Instatok before!</span><br> <</if>> <br> <<if $oliviafucked gte 1 and $janefucked gte 1 and ndef $janolitalk >> <<if ndef $janoli or $janoli lte 1>> <<link "Talk about her and Jane">><<replace "#choice">> <<set $janolitalk to 1>> <<if $janoli eq 1>> You think it's time to go further in trying to mend things between Jane and Olivia.<br> With that plan in mind, you already sent a few text messages to Jane, exploring her side of the story on the way here.<br><br> <<say "You" $faceimg>>I'm gonna be honest Jane, I've talked with Olivia<</say>><br> <<jane>>You fucking did what??<</jane>><br> You imagine that lying is the better plan here.<br><br> <<say "You" $faceimg>>I once came here a bit too early, and found Olivia at the door instead of you, so we exchanged a few words...<</say>><br> <<jane>>What the fuck, I specifically warned you about that...<</jane>><br> <<jane>>You fucked her, didn't you?<</jane>><br> Wow, really? How does she know already?<br><br> <<say "You" $faceimg>>She told you that?<</say>><br> <<jane>>Fucking classic! It's not the first time that she does that, even if it was with a girl... is she even into boys? <</jane>><br> <<say "You" $faceimg>>Apparently...<</say>><br> <<if $janecorruption gte 1>> <<jane>>That's so fucking hilarious, you've been paying me for sex, and she just does that for free trying to spite me<</jane>><br> You don't know what to answer to that, so you just go with an:<br><br> <<say "You" $faceimg>>Ahahaha<</say>><br> <<jane>>You should give me a bonus for that!<</jane>><br> <<else>> <<janlove "-30">> (You are in the love path with Jane, she's not very happy about this).<br> <<jane>>I thought there was something a bit more special between us... I should have known you were just a horny little boy<</jane>><br> <</if>> <<say "You" $faceimg>>Anyway, she's still pretty mad at you, and said that you were the one that betrayed her<</say>><br> <<jane>>That's only partially true, she obviously wasn't committed to us as a couple either, she just didn't find anyone else first<</jane>><br> <<say "You" $faceimg>>Well, I don't know, she told me that she expected you to apologize, but you never did<</say>><br> <<jane>>Seriously? She has been making my life a living hell in the house just because she wanted to hear a stupid apology?<</jane>><br> <<say "You" $faceimg>>I guess...<</say>><br> <<jane>>Is this fucking kindergarten? If that's all it takes, I'm gonna go home and give her one right now<</jane>><br> <<say "You" $faceimg>>I was heading there as well<</say>><br> <<jane>>Jesus, are you really that horny? Whatever... we'll do that together, I want her to know that I'm apologizing despite knowing what she did with you<</jane>><br> <<say "You" $faceimg>>I'll wait for you, then<</say>><br> <<jane>>Yeah, I'm taking a bus, i'll be there in 20<</jane>><br> <<if $janecorruption gte 1>> <<else>> <<jane>>Anyway... you really are a piece of shit.<</jane>><br> <</if>> <<link "Wait for Jane" "janoli">> <<addmins 16>> <<set $janoli to 2>> <</link>><br> <</if>> <<if ndef $janoli>> Now that you have more confidence with the girls, you decide it's time to talk about what happened between them.<br> <<say "You" $faceimg>>So... Olivia, I wanted to ask you something<</say>><br> <<olivia>>What do you want to know?<</olivia>><br> <<say "You" $faceimg>>You seem to be pretty hostile towards Jane, can you tell me what happened?<</say>><br> <<olivia>>Oh, I don't really want to talk about that<</olivia>><br> <<if $charisma gte 55>> <b>(Charisma skill check: Success)</b><br> Knowing the kind of girl that is Olivia, you know what's the kind of approach that would work best with her.<br><br> <<say "You" $faceimg>>Well, she's kind of a bitch, but she's hot, why did you stop having fun with her?<</say>><br> <<olivia>>She's not kind of a bitch, she's a complete bitch<</olivia>><br> <<say "You" $faceimg>>What happened?<</say>><br> <<olivia>>You already know that she's always late paying her part of the rent, and I caught her having fun with another girl<</olivia>><br> <<say "You" $faceimg>>That sucks... Were you in a relationship?<</say>><br> <<olivia>>Well, no... not really. But I still didn't think she would just do that like we meant nothing<</olivia>><br> <<say "You" $faceimg>>Did you ever talk about what happened?<</say>><br> <<olivia>>What's there to talk about? She can fuck off, she never even apologized, can we talk about something else?<</olivia>><br> <<set $janoli to 1>> <<link "Talk about something else" "janeapaolivia">><</link>><br> <<else>> <b>(Charisma skill check: Fail)</b><br> <<say "You" $faceimg>>You know that you can trust me<</say>><br> <<olivia>>No, I don't know that. Why should I trust you? And why do you care so much? Just drop it.<</olivia>><br> <<olilove "-1">> <<addmins 5>> <<link "Do something else" "janeapaolivia">><</link>><br> <</if>> <</if>> <</replace>><</link>> <</if>><</if>> <br> <<if $janoli gte 2>> <<link "Call over Jane and fuck them both">><<replace "#choice">> You send a text message to Jane.<br><br> <<say "You" $faceimg>>Hey Jane, I'm over by your house, and Olivia is in, why don't you come over and join us?<</say>><br> <<jane>>Damn, ok... I'll be over there in 20-30mins<</jane>><br> <<say "You" $faceimg>>Perfect, see you over there<</say>><br> <<if $janecorruption gte 1 and $janeattraction lte 400 or $janecorruption lte 0 and $janeattraction lte 250>> <b>(Attraction check: Fail)</b> <<janlove "-2">> A few minutes later she sends you another text message.<br> <<jane>>Fuck, when did I start to let myself getting so easily manipulated by you?...<</jane>><br> <</if>> About 30 minutes later, Jane arrives at the place, and you enter the house together.<br><br> <<addmins 30>> <<link "Step Inside" "janoli">> <</link>> <</replace>><</link>> <</if>> <br> <<if $oliviafucked gte 1 and $oliviaattraction gte 270>> You are pretty sure that Olivia just craves your visit at this point.<br>You could just <<link "Knock on the door without a plan (270 attraction) ">><<replace "#choice">> You knock on the door, after a handful of seconds, Olivia opens it and sees you.<br> She just instinctively bites her lips and looks at you with arousal.<br> <<olivia>>Oh, hey $name<</olivia>><br> You can do basically almost what you want with her at this point.<br> <<link "Start fingering her and see where it goes" "oliviascene">><<set $oliviascene to 1>><</link>> <br> <<link "Get your dick sucked again" "oliviascene">><<set $oliviascene to 2>><<set $oliviasuck to 2>><</link>> <br> <<link "Start fucking her and see if you can claim her ass" "oliviascene">><<set $oliviascene to 3>><</link>> <br> <<if $janoli gte 2 and ndef $amboli and ndef $ambjan>> <<link "Investigate on Amber" "amboli">><<set $oliviascene to 9>><</link>> <</if>> <<if $amboli gte 1 >> <<link "Call Amber again" "amboli">><</link>> <</if>> <</replace>><</link>> <<elseif $oliviafucked gte 1>> <b>(Attraction check: Fail)</b><br> If she had an higher attraction for you, there would probably be better options available.<br> <</if>> <br><br> <<link "Head back" "Outside">><</link>> </div> <</nobr>>
<<nobr>><<include "calc">> <<if $janescene eq 91>> <<if $janeoralachievement is 0 or $janeoralachievement is undefined >> <<set $janeoralachievement to 1>> <<sexexp 2>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $janeprices gt 0 and $janecorruption gte 1>>You know the "money first" approach that Jane has, so you take care of that before anything else.<br> <<set $money -=$janebjprice>> <b> You <span style="color: #8B0000;">spent</span> $janebjprice $ </b><br><</if>> She is already naked on the bed in front of you, and she encourages you to get naked as well.<br> As soon as you get your dick out, she tell you to sit on the border of the bed. As soon as you do that, she basically jumps on it,<<if $janeprices gt 0 and $janecorruption gte 1>> if you didn't just pay for that<</if>> it would really look like she couldn't wait for it.<br><br> <<jane>>Oh yeah, give me that dick<</jane>><br> <<video "images/jane/janehomebjstart.mp4">> She is incredibly good at this, you can really appreciate the skill that a young woman like her has with this kind of stuff.<br> <<if $sexcontrol lte 21>> <b>(Sex control check: Fail)</b><br> In fact, she is a little too good for you, it's not even a full minute until you reach the unstoppable need to cum.<br> She just doesn't stop sucking your dick, and lets you come in her mouth<br> <<video "images/jane/janehomebjcum.mp4">> She giggles.<br><br> <<jane>>Hehe sorry, did I go a bit too fast?<</jane>><br> <<say "You" $faceimg>>Yes, that's it, you should have... ehm, went a bit slower<</say>><br> <<if $janeprices gt 0 and $janecorruption gte 1>> <<jane>>Well, you seem to have liked that, no refunds!<</jane>><br> <</if>> It's a bit humiliating, but it felt good nontheless.<br> <<conf "-1">> <<stress "-2">> <<ene "1">> <<lust "-40">> <<sexcon "2.2">> <<addmins 7>> After that, you both dress back up, greet each other, and you <<link "Exit the house" "Outside">><<set $energy -=$enewid>><</link>><br> <<else>> <b>(Sex control check: Success)</b><br> She goes on for a few minutes, before deciding that she needs to do something more advanced in order to make you come faster.<br> <<video "images/jane/janehomebjdeep.mp4">> She starts deepthroating your dick, and it feels like heaven, her skills are really on another level.<br> <<if $sexcontrol lte 51>> <b>(Sex control check: Fail)</b><br> This would be too much for pretty much anyone, after a minute or two of this treatment you reach a powerful orgasm.<br> She feels that you are about yo come and she lets you do that in her mouth<br> <<video "images/jane/janehomebjcum.mp4">> She smiles at you.<br><br> <<if $janeprices gt 0 and $janecorruption gte 1>> <<jane>>Money well spent, right?<</jane>><br> <<say "You" $faceimg>>Oh god yes, I'm starting to think that you really like my dick, money aside<</say>><br> <<jane>>You might not be too wrong about that, but you're still paying!<</jane>><br> <</if>> <<janlove "2">> <<stress "-5">> <<ene "2">> <<lust "-40">> <<sexcon "2.2">> <<addmins 12>> After that, you both dress back up, greet each other, and you <<link "Exit the house" "Outside">><<set $energy -=$enewid>><</link>><br> <<else>> <b>(Sex control check: Success)</b><br> She keeps sucking your dick for several minutes, and she seems to be impressed by the fact that you haven't come yet.<br> <<if $janeprices gt 0 and $janecorruption gte 1>> <<jane>>This is staring to make me really horny, I kinda wish you would have paid me for sex<</jane>><br> <<say "You" $faceimg>>If you want it inside, just ask<</say>><br> She seems to be tempted for a while, but she's also very strong-headed.<br><br> <<jane>>No thanks, but I hope that you don't mind if I get off<</jane>><br> <</if>> She then starts rubbing her pussy with her hand while she keeps sucking you.<br> <<if $janemastach is 0 or $janemastach is undefined >> <<set $janemastach to 1>> <<conf 2>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<video "images/jane/janehomebjmast.mp4">> She goes faster and deeper until she has an orgasm.<br> You resisted for a lot of time, but the sight is too much to bear, this makes you climax as well.<br> You start spraying your jizz in her mouth, but she doesn't seem to mind.<br> <<video "images/jane/janehomebjcum.mp4">> <<if $janeattraction gte 250 and $janecorruption gte 1 or $janeattraction gte 205 and $janecorruption lte 0>> <b>(Attraction check: Success)</b><br> Actually, after you're done coming, she also swallows your cum.<br> <<if $janeswallowach is 0 or $janeswallowach is undefined >> <<set $janeswallowach to 1>> <<set $extrastartmoney +=100>> <<set $subachievementmoney +=100>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<video "images/jane/janehomebjswallow.mp4">> <<say "You" $faceimg>>Oh my god jane, you are so fucking good<</say>><br> <<if $janecorruption gte 1>><<jancor "1">><<else>><<janlove "2">><</if>> <<jane>>No you are, and you taste even better... thank you!<</jane>><br> <<if $janeprices gt 0 and $janecorruption gte 1>><<if $charisma gte 43>> <b>(Charisma skill check: Success)</b><br> <<say "You" $faceimg>>For the money or the cum?<</say>><br> She starts laughing.<br><br> <<jane>>Oh come on... I guess both?<</jane>><br> <<janlove "1">> <<else>> <b>(Charisma skill check: Fail)</b><br> <</if>><</if>><</if>> <<if $janecorruption gte 1>><<jancor "1">><<janlove "1">><<else>><<janlove "2">><</if>> <<stress "-8">> <<ene "3">> <<lust "-40">> <<sexcon "2.3">> <<addmins 23>> After that, you both dress back up, greet each other, and you <<link "Exit the house" "Outside">><<set $energy -=$enewid>><</link>><br> <</if>> <</if>> <</if>> <<if $janescene eq 93>> <<if $janeprices gt 0 and $janecorruption gte 1>>You know the "money first" approach that Jane has, so you take care of that before anything else.<br> <<set $money -=$janefuckprice>> <b> You <span style="color: #8B0000;">spent</span> $janefuckprice $ </b><br><</if>> <<if $janefuckachievement is 0 or $janefuckachievement is undefined >> <<set $janefuckachievement to 1>> <<set $lessonduration -=20>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $janeprices eq 0 and $janecorruption gte 1>> <<if $janefreefuckach is 0 or $janefreefuckach is undefined >> <<set $janefreefuckach to 1>> <<cha 6>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> She grabs your hard dick and places your tip inside her, from there you know what to do.<br> <<video "images/jane/janehomefuckstart.mp4">> You start fucking Jane, she seems to be enjoying your dick. You start to pick up the pace pretty fast.<br> She stares into your eyes, and that makes you even more horny.<br> <<if $sexcontrol gte 22>> <b>(Sex control check: Success)</b><br> She is just perfect, the way she moves her body, the way she makes her tattoo dance.<br> <<video "images/jane/janehomefuckmiss.mp4">> She starts to push herself fast and hard on your cock, by moving her hips frantically. You don't even need to do a lot of work.<br> <<if $sexcontrol gte 42>> <b>(Sex control check: Success)</b><br> <<jane>>Yes! Yes! OOohh...<</jane>><br> She seems to be getting very excited by the fact that you are lasting so long, and decides to mount on top of you.<br> <<video "images/jane/janehomefuckrevcow.mp4">> <<say "You" $faceimg>>Wow, that's beautiful!<</say>><br> <<jane>>My ass?<</jane>><br> <<say "You" $faceimg>>Your ass, your tattoos, everything<</say>><br> She seems to try very hard to make herself come, or both of you, and manages to reach a strong orgasm bouncing her ass on your dick.<br> <<if $sexcontrol gte 67>> <b>(Sex control check: Success)</b><br> She decides to reward you endurance by delighting you with another position, she turns around and gets your dick inside of her fast, like she's already missing it.<br> <<video "images/jane/janehomefuckcow.mp4">> From this position you can admire her in all her beauty.<br><br> <<jane>>Oh my god... Yes! Yes! Yes!... Fuck, yes!!!<</jane>><br> Watching her masturbating her clit while she is on top of you looks so damn good.<br> She has yet another orgasm, and collapses backward, she seems a bit spent.<br> You mount on top of her try to get yourself to come , and maybe even her, one last time.<br> <<video "images/jane/janehomefuckcumbelly.mp4">> You take your dick out at the last moment and start showering her belly with your warm cum.<br><br> <<jane>>Wow, I didn't expect such a performance from you!<</jane>><br> <<if $janeprices gt 0 and $janecorruption gte 1>> <<say "You" $faceimg>>Next time, you should be the one paying, you had way too much fun<</say>><br> <<jane>>Ahahah, you wish!<</jane>><br> <<else>> <<say "You" $faceimg>>See? You should have given me a chance earlier!<</say>><br> <</if>> /*-------- virgin and firstfuck check X----------- */ <<if $virginity is 1>> <<if $janevirginachievement is 0 or $janevirginachievement is undefined >> <<set $janevirginachievement to 1>> <<set $extrastartmoney +=600>> <<set $subachievementmoney +=600>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Jane"]>><br> You lost your virginity to $virginity ! <</if>> <<if $janefucked is 0>> <b>You fucked Jane for the first time! She isn't a popular girl yet, but she'd be just a dream for most other students, well done!<br> Your popularity <span style="color: #008000;">increased</span> by 5!<br></b> <<set $popularity +=5>> <</if>> <<set $janefucked +=1>> /*------------virginfirstfuckX----------------- */ <<janlove "3">> <<sexcon "2.8">> <<sexexp "1.5">> <<stress "-11">> <<ene "9">> <<lust "-40">> <<addmins 28>> After that, you both dress back up, greet each other, and you <<link "Exit the house" "Outside">><<set $energy -=$enewid>><</link>><br> <<else>> <b>(Sex control check: Fail)</b><br> You feel like you are about to come, you try to get back in control of the rhythm, and ask her to switch back to the previous position.<br> <<video "images/jane/janehomefuckcumbelly.mp4">> But that doesn't change much, you still have to cum after a while, at least you managed to make her come a few times.<br> <<jane>>Oh yeah... ok, that wasn't bad at all<</jane>><br> <<say "You" $faceimg>>I'm glad that you think that, but I think I can do even better<</say>><br> <<jane>>Don't be too hard on yourself, you did great for someone your age, I'm serious<</jane>><br> /*-------- virgin and firstfuck check X----------- */ <<if $virginity is 1>> <<if $janevirginachievement is 0 or $janevirginachievement is undefined >> <<set $janevirginachievement to 1>> <<set $extrastartmoney +=600>> <<set $subachievementmoney +=600>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Jane"]>><br> You lost your virginity to $virginity ! <</if>> <<if $janefucked is 0>> <b>You fucked Jane for the first time! She isn't a popular girl yet, but she'd be just a dream for most other students, well done!<br> Your popularity <span style="color: #008000;">increased</span> by 5!<br></b> <<set $popularity +=5>> <</if>> <<set $janefucked +=1>> /*------------virginfirstfuckX----------------- */ <<sexcon "2.8">> <<janlove "1">> <<sexexp "1">> <<stress "-6">> <<ene "7">> <<lust "-40">> <<addmins 21>> After that, you both dress back up, greet each other, and you <<link "Exit the house" "Outside">><<set $energy -=$enewid>><</link>><br> <</if>> <<else>> <b>(Sex control check: Fail)</b><br> Her movements are hypnotizing, she looks fantastic and you can't resist anymore. She barely manages to reach her first orgasm, and you take your dick out.<br> <<video "images/jane/janehomefuckcumbelly.mp4">> <<say "You" $faceimg>>I was hoping to last more, sorry<</say>><br> <<jane>>I was hoping that too, but at least you managed to get me off<</jane>><br> <<if $janeprices gt 0 and $janecorruption gte 1>> <<say "You" $faceimg>>Awesome, do I get a discount?<</say>><br> <<jane>>Hah, maybe next time!<</jane>><br> <<else>> <<say "You" $faceimg>>I'm sorry, next time I'll try to last more<</say>><br> <<jane>>Don't worry, that wasn't SO bad!<</jane>><br> <</if>> /*-------- virgin and firstfuck check X----------- */ <<if $virginity is 1>> <<if $janevirginachievement is 0 or $janevirginachievement is undefined >> <<set $janevirginachievement to 1>> <<set $extrastartmoney +=600>> <<set $subachievementmoney +=600>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Jane"]>><br> You lost your virginity to $virginity ! <</if>> <<if $janefucked is 0>> <b>You fucked Jane for the first time! She isn't a popular girl yet, but she'd be just a dream for most other students, well done!<br> Your popularity <span style="color: #008000;">increased</span> by 5!<br></b> <<set $popularity +=5>> <</if>> <<set $janefucked +=1>> /*------------virginfirstfuckX----------------- */ <<sexcon "2.8">> <<conf "-0.5">> <<sexexp "0.5">> <<stress "-4">> <<ene "5">> <<lust "-40">> <<addmins 14>> After that, you both dress back up, greet each other, and you <<link "Exit the house" "Outside">><<set $energy -=$enewid>><</link>><br> <</if>> <<else>> <b>(Sex control check: Fail)</b><br> Way too horny, in fact you feel the urge to cum after not even an entire minute.<br> <<say "You" $faceimg>>Holy shit!<</say>><br> <<video "images/jane/janehomefuckcumbelly.mp4">> You take your dick out of her, but it's too late, you come all over her belly.<br> <<jane>>Come on, already over?<</jane>><br> <<say "You" $faceimg>>I'm sorry, but that's unfair, you can't stare at me like that<</say>><br> <<if $janeprices gt 0 and $janecorruption gte 1>> <<jane>>Ahah, it's not my fault if you can't hold it, no refunds honey<</jane>><br> <<say "You" $faceimg>>Yeah, yeah I know, but maybe give me a little discount next time<</say>><br> <<jane>>We'll see...<</jane>><br> <<else>> <<jane>>Bah, don't give me that bullshit, I shouldn't have given you a chance.<</jane>><br> Jane seems pretty upset, she couldn't even reach an orgasm.<br> <</if>> /*-------- virgin and firstfuck check X----------- */ <<if $virginity is 1>> <<if $janevirginachievement is 0 or $janevirginachievement is undefined >> <<set $janevirginachievement to 1>> <<set $extrastartmoney +=600>> <<set $subachievementmoney +=600>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Jane"]>><br> You lost your virginity to $virginity ! <</if>> <<if $janefucked is 0>> <b>You fucked Jane for the first time! She isn't a popular girl yet, but she'd be just a dream for most other students, well done!<br> Your popularity <span style="color: #008000;">increased</span> by 5!<br></b> <<set $popularity +=5>> <</if>> <<set $janefucked +=1>> /*------------virginfirstfuckX----------------- */ <<if $janecorruption lte 0>><<janlove "-2">> <</if>> <<sexcon "2.8">> <<conf "-1">> <<sexexp "0.5">> <<stress "1">> <<ene "3">> <<lust "-40">> <<addmins 9>> After that, you both dress back up, greet each other, and you <<link "Exit the house" "Outside">><<set $energy -=$enewid>><</link>><br> <</if>> <</if>> <<if $janescene eq 95>> <<if $janeanalach is 0 or $janeanalach is undefined >> <<set $janeanalach to 1>> <<sexexp 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> You follow Jane.<br> She undresses to her underwear, and grabs something from a drawer.<br> <<if $janeprices gt 0 and $janecorruption gte 1>>You know the "money first" approach that Jane has, so you take care of that before anything else.<br> <<set $money -=$janeanalprice>> <b> You <span style="color: #8B0000;">spent</span> $janeanalprice $ </b><br><</if>> She sits sideways on a small bench, and slides her panties to the side.<br> <<video "images/jane/janeanalplug.mp4">> <<say "You" $faceimg>>Wow, this is so hot, Jane<</say>><br> <<jane>>Oh god, I'm getting way too horny too, can you fuck me a little in the pussy to make me come real quick before we start?<</jane>><br> <<if $janeprices gt 0 and $janecorruption gte 1 and $sexcontrol lte 62>> <b>(Sex control check: Fail)</b> You don't feel too confident in your ability to not come right away, and you paid for anal sex, so you have to turn down the request.<br><br> <<say "You" $faceimg>>I'm sorry, I fear I'll come too quickly if I do that, and well, I paid for anal<</say>><br> <<janlove "-3">> Jane seems a bit disappointed, but she understands.<br><br> <<jane>>Fair enough, let's go upstairs<</jane>><br> <<elseif $sexcontrol lte 62>> <b>(Sex control check: Fail)</b> <<say "You" $faceimg>>What if I come too early? I really wanted to have anal sex<</say>><br> <<jane>>True, now that you said it, I'm pretty sure that might ruin things, let's just go upstairs!<</jane>><br> <<conf "-1">> She seems to be very understanding, but your pride is a bit hurt.<br> <<else>> <b>(Sex control check: Success)</b> <<say "You" $faceimg>>Here? in the living room?<</say>><br> <<jane>>Why not, we'll get to the bedroom later<</jane>><br> <<if $janepreanalach is 0 or $janepreanalach is undefined >> <<set $janepreanalach to 1>> <<cul 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> You see nothing wrong with that idea, so you take out your cock, which was already hard at the prospect of the anal sex, and stick it inside her pussy.<br> <<video "images/jane/janeanalplugpussyfuck.mp4">> <<jane>>Oh my god, it's incredible, it feels so fucking good<</jane>><br> <<video "images/jane/janeanalplugpussyfuck2.mp4">> You keep ramming your dick inside of her, next to the butt plug, until she reaches an orgasm rather quicly.<br> <<janlove "1">> <<sexcon "1">> <<sexexp "0.3">> <<lust "10">> <<addmins 4>> <<jane>>Thanks, that's better, we can go upstairs and get to the anal now<</jane>><br> <</if>> You follow Jane upstairs, where she leads you to her room.<br> When in her room, she gets on the bed, removes the buttplug from her hole and exposes her ass for you.<br> You get closer and just stick it inside.<br> <<video "images/jane/janeanal1insert.mp4">> It's really tight, but it also lets you inside without too much effort and without hurting her too much. Her experience with this is really showing.<br> <<if $sexcontrol gte 44>> <b>(Sex control check: Success)</b><br> You keep fucking her in this position for a while, she gets extremely aroused and starts pushing her ass towards you to get your cock in deeper and faster.<br> <<video "images/jane/janeanal1bis.mp4">> She enjoys every inch of your dick, and brings herself to an orgasm.<br> <<janlove "1">> <<addmins 5>> <<else>> <<if $sexcontrol gte 32>> <b>(Sex control check: Fail)</b><br> <</if>> <</if>> <<if $sexcontrol gte 32>> <b>(Sex control check: Success)</b><br> You resist the urge to come, for now, even though her ass is amazing, and after a few minutes you switch position. She turns around and lays on her back.<br> You quickly put it back inside.<br><br> <<jane>>Yeah... oh fuck, right there! Just like that! <</jane>><br> <<video "images/jane/janeanal2.mp4">> <<addmins 6>> <<jane>>Make that fucking dick fit that tight little ass!<</jane>><br> <<if $sexcontrol gte 56>> <b>(Sex control check: Success)</b><br> You continue to fuck her for a few minutes.<br><br> <<jane>>Oh nice, I'm surprised you didn't come yet, let's spice things up a bit!<</jane>><br> She climbs on top of your, slides your dick back inside her ass and starts riding you.<br> <<video "images/jane/janeanal3.mp4">> <<addmins 5>> <<if $sexcontrol gte 79>> <b>(Sex control check: Success)</b><br> After riding your dick for a few minutes, she turns around and gives you her ass to stare at while she keep riding you in a reversed position.<br> <<video "images/jane/janeanal4.mp4">> <<addmins 6>> You start pumping your dick in her ass from below, she seems to enjoy your initiative.<br> <<if $sexcontrol gte 87>> <b>(Sex control check: Success)</b><br> You can keep going faster and faster and somehow resist the urge to come and go on relentlessly drilling her.<br> <<if $janefullanalach is 0 or $janefullanalach is undefined >> <<set $janefullanalach to 1>> <<cul 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<video "images/jane/janeanal4bis.mp4">> She gives up to the pure ecstasy of your performance and abandon herself to an incredibly long and powerful orgasm. You can feel her shaking on top of your dick.<br> <<janlove "2">> <<conf "2">> <<sexcon "2">> <<addmins 8>> <<else>> <b>(Sex control check: Fail)</b><br> <</if>> She is shaking visibly and is struggling to keep her balance on top of you, so you let her lay down on her back again, where you go for a few more last minutes of ass ravaging.<br> <<video "images/jane/janeanal5.mp4">> She comes one last time, she's very tired and is almost taken over by her orgasm.<br> She barely has enough strength to quickly get on her knees and receive your hot seed on her face.<br> <<video "images/jane/janeanalcummouth.mp4">> She's a very experienced girl, and yet you managed to almost fuck her senseless, congratulations!<br><br> <<jane>>Oh my god, and you are just 18? Who are you?...<</jane>><br> She says, in almost pure disbelief.<br> <<janlove "3">> <<sexcon "2.8">> <<sexexp "2">> <<stress "-15">> <<ene "11">> <<lust "-40">> <<addmins 15>> After that, you both dress back up, greet each other, and you <<link "Exit the house" "Outside">><<set $energy -=$enewid>><</link>><br> <<else>> <b>(Sex control check: Fail)</b><br> The feeling of her pushing her ass on your dick while riding you is a bit too much for your mind to handle.<br> You have to stop her to not come right away.<br> You make her lay down on her back and fuck her for a few more minutes, before being unable to stop yourself from coming.<br> <<video "images/jane/janeanal5.mp4">> You warn her about it, and she quickly gets on her knees saying.<br> <<jane>>Please come on my face!<</jane>><br> <<video "images/jane/janeanalcummouth.mp4">> You do as requested, and spray her pretty face with a sizeable load of cum.<br> <<jane>>Well, you didn't do bad at all!<</jane>><br> <<janlove "2">> <<sexcon "2.8">> <<sexexp "1.5">> <<stress "-9">> <<ene "9">> <<lust "-40">> <<addmins 15>> After that, you both dress back up, greet each other, and you <<link "Exit the house" "Outside">><<set $energy -=$enewid>><</link>><br> <</if>> <<else>> <b>(Sex control check: Fail)</b><br> After a few minutes of fucking, you mount on top of her and start pushing your dick even deeper into her ass.<br> <<video "images/jane/janeanal5.mp4">> She seems to enjoy that a lot.<br> Unfortunately the experience is not destined to last very long, as you're still a bit inexperienced in containing yourself from coming.<br> You pull your dick out, and she quicly get on her knees for you to cum on her face.<br> <<video "images/jane/janeanalcummouth.mp4">> You come all over it, and she seems reasonably happy with the outcome. <br> <<jane>>That wasn't too bad, maybe you can try to last a little longer next time? You didn't even put it in my pussy downstairs... come on!<</jane>><br> <<janlove "1">> <<sexcon "2.8">> <<sexexp "1">> <<stress "-5">> <<ene "7">> <<lust "-40">> <<addmins 15>> After that, you both dress back up, greet each other, and you <<link "Exit the house" "Outside">><<set $energy -=$enewid>><</link>><br> <</if>> <</if>> <<if $sexcontrol < 32>> <b>(Sex control check: Fail)</b><br> You fuck her like that for not even a minute, and you feel that you are way too close to coming already.<br> You ask her to turn around, saying you want to look at her in the eyes.<br> Maybe it's just the fact that it's a poorly thought excuse that you made up in the moment, but it feels a bit cheesy and cringe.<br> <<janlove "-1">> She listens to you anyway, and flips over.<br> You put it back inside and resuming fucking her ass.<br> <<video "images/jane/janeanal5.mp4">> This was all for nothing, her hole is just too good for you, and you are already about to come again in less than a minute.<br> <<jane>>Oh fuck... that's so good<</jane>><br> Jane is approaching an orgasm, and you feel like you can't stop now, unfortunately, you are coming way before she manages to.<br> <<video "images/jane/janeanalcummouth.mp4">> <<if $janeprices gt 0 and $janecorruption gte 1>> <<jane>>Well, you got what you paid for. Can't say that I enjoyed, but...<</jane>><br> <<say "You" $faceimg>>Was it so bad?<</say>><br> <<jane>>It wasn't particularly bad, but you came so quickly that I didn't even manage to come once, no problem anyway, it's your money...<</jane>><br> <<else>> <<jane>>Well, that was pretty disappointing, you didn't fuck me downstairs, and you still came so quickly that I didn't even get to come once, what a shame...<</jane>><br> <<janlove "-2">> <</if>> <<janlove "-1">> <<sexcon "2.8">> <<sexexp "0.5">> <<stress "-1">> <<ene "5">> <<lust "-30">> <<addmins 13>> After that, you both dress back up, greet each other, and you <<link "Exit the house" "Outside">><<set $energy -=$enewid>><</link>><br> <</if>> <<set $janeanaled +=1>> <</if>> <</nobr>>
<<nobr>> <<set $diffkissed to 0>> <<set $difffucked to 0>> <<set $totalkissed to 0>> <<set $totalfucked to 0>> <<set $diffanaled to 0>> <<set $totalanaled to 0>> <<if $susankissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$susankissed>><</if>> <<if $carolkissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$carolkissed>><</if>> <<if $natashakissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$natashakissed>><</if>> <<if $rosekissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$rosekissed>><</if>> <<if $melaniekissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$melaniekissed>><</if>> <<if $katrinakissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$katrinakissed>><</if>> <<if $mspearlkissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$mspearlkissed>><</if>> <<if $janekissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$janekissed>><</if>> <<if $oliviakissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$oliviakissed>><</if>> <<if $laylakissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$laylakissed>><</if>> <<if $amberkissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$amberkissed>><</if>> <<if $daniellekissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$daniellekissed>><</if>> <<if $xiangkissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$xiangkissed>><</if>> <<if $susanfucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$susanfucked>><</if>> <<if $carolfucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$carolfucked>><</if>> <<if $natashafucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$natashafucked>><</if>> <<if $rosefucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$rosefucked>><</if>> <<if $melaniefucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$melaniefucked>><</if>> <<if $katrinafucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$katrinafucked>><</if>> <<if $mspearlfucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$mspearlfucked>><</if>> <<if $janefucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$janefucked>><</if>> <<if $oliviafucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$oliviafucked>><</if>> <<if $laylafucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$laylafucked>><</if>> <<if $amberfucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$amberfucked>><</if>> <<if $daniellefucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$daniellefucked>><</if>> <<if $xiangfucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$xiangfucked>><</if>> <<if $susananaled gte 1>><<set $diffanaled +=1>><<set $totalanaled +=$susananaled>><</if>> <<if $carolanaled gte 1>><<set $diffanaled +=1>><<set $totalanaled +=$carolanaled>><</if>> <<if $natashaanaled gte 1>><<set $diffanaled +=1>><<set $totalanaled +=$natashaanaled>><</if>> <<if $roseanaled gte 1>><<set $diffanaled +=1>><<set $totalanaled +=$roseanaled>><</if>> <<if $melanieanaled gte 1>><<set $diffanaled +=1>><<set $totalanaled +=$melanieanaled>><</if>> <<if $katrinaanaled gte 1>><<set $diffanaled +=1>><<set $totalanaled +=$katrinaanaled>><</if>> <<if $mspearlanaled gte 1>><<set $diffanaled +=1>><<set $totalanaled +=$mspearlanaled>><</if>> <<if $janeanaled gte 1>><<set $diffanaled +=1>><<set $totalanaled +=$janeanaled>><</if>> <<if $oliviaanaled gte 1>><<set $diffanaled +=1>><<set $totalanaled +=$oliviaanaled>><</if>> <<if $laylaanaled gte 1>><<set $diffanaled +=1>><<set $totalanaled +=$laylaanaled>><</if>> <<if $amberanaled gte 1>><<set $diffanaled +=1>><<set $totalanaled +=$amberanaled>><</if>> <<if $danielleanaled gte 1>><<set $diffanaled +=1>><<set $totalanaled +=$danielleanaled>><</if>> <<if $xianganaled gte 1>><<set $diffanaled +=1>><<set $totalanaled +=$xianganaled>><</if>> <</nobr>>
<<linkreplace "Version 0.51 Changelog">> Version 0.52 changelog: <b>(new content)</b> - You can now train Xiang for Anal sex, and after a few interactions, you will be able to have anal sex with her (14 total new scenes) - After humiliating Melanie, with a very high confidence(70) at the start of a new run, you can now fuck Susan the first time you meet her (6 new scenes) - Added the possibility to have a footjob from Layla, after resisting twice on the bet (3 new scenes) - The culture's class teacher, Ms. Bloom, has been introduced in the game (wip - no scenes yet) <b>(gameplay and UI changes)</b> - In order to have a better and more consistent lategame pace, achievements "instant stats" rewards have been changed to give a reward proportionate to your actual level on that stat: Higher when your stats are low and lower when they are high. This was also changed to make restarts less punishing. - Added a button that allows you to wait until the begining of the next hour. - 5 new tiers of both mental and sexual retain, purchaseable for exp have been added to compensate for the rework and give a better lategame pacing, raising the max retain% from 70 to 85. 3 New achievements have been added related to new content. - Susan's charisma check necessary to trigger threesomes has been significatively lowered. - Xiang's corruption now counts towards attraction at 400% of its value. - Xiang's virginity achievement has been changed to permanently give 5 stamina instead of 25 bonus love, <b>(bugfixes)</b> - Losing virginity to Xiang now is now acknoweleded at the end of the run and there's the exp reward for it. - Removed the double link at the end of Ms. Pearl's pool interaction, making a couple of branches not having the expected outcome. - The AM-PM/24HR option should now always recognize what is the already selected option. - Fixed some bugs giving incorrect amounts of strength and stamina when swimming with Ms. Pearl or working out with layla - Some grammar fixes. <b>(premium)</b> - Added an interaction with Xiang in the city studio (7 new scenes) <</linkreplace>> <<linkreplace "Version 0.51 Changelog">> Version 0.51 changelog: <b>(new content)</b> - You can now fuck Xiang in the classroom (8 new scenes) - You can now fuck Ms. Pearl in her home (9 new scenes) - You can now have a threesome with Jane and Ms. Pearl when visiting her home, with some variations (10 new scenes) - You can now fuck Ms. Pearl in the classroom after swimming with her without having to corrupt her (NO new scenes) <b>(gameplay and UI changes)</b> - 3 new achievements have been added, related to the new content - In the "girl stats" menu, you can now switch between them from a side menu instead of going back and forth (Thanks for the help!) - It's now possible to choose from the options if the videos will be automatically looped or not. - Added attraction check: Success or Fail indicators when swimming with Ms. Pearl - Added 3 quick links to the QCSC menu (daily reset / + energy / -1hour). Be careful using those. - Added exp and coding cheat buttons in the cheat menu, along with a bigger "money" button <b>(bugfixes)</b> - The difficulty shown in "Options" as selected should now always match the difficulty you selected at the start. - Fixed a bug where Susan failed to "transform" when you slept after the Katrina's trip - Jane's prices will now be calculated more regularly to prevent various bugs (including lower or 0 cost first time after reset) - You now need to have met Xiang in order to recognize(meet) Zoe - Various other minor bugfixes and grammar fixed <b>(premium)</b> - Added a new hot lesbian action between Layla and Rose (7 new scenes) <</linkreplace>> <<linkreplace "Version 0.50 Changelog">> Version 0.50 changelog: <b>(new content)</b> - It is now possible to fuck Xiang: a new interaction has been added with several possibilities and outcomes (9 new scenes). - Zoe has been introduced in the game, It's Xiang mother: a secondary character that won't have a dedicated page. - Some introductive story added for Zoe, as long as the possibility to have oral sex from her (4 new scenes). <b>(gameplay and UI changes)</b> - A new notification will now inform you that when you take Melanie's virginity. - 3 new achievements have been added to the game: 2 for Xiang and 1 for Zoe. - New feature added to cheats (QCSC) : a window accessible anywhere from the menu that allows .you to qiockly change your sex control in order to see variations of scenes. <b>(bugfixes)</b> - Fixed the achievement for Xiang's blowjob not triggering correctly. - Danielle will now always give popularity when fucked for the first time. - Fixed a bug giving more stamina than intended when swimming with ms pearl. - Fixed a bug with Xiang's consuming less and more energy than stated. - Fixed a bug that prevented accessi Ms. pearl pool content in some scenarios. <b>(premiun)</b> - Added an interaction with Ms. pearl in the city studio's minigame (6 new scenes). <</linkreplace>> <<linkreplace "Version 0.49 Changelog">> Version 0.49 changelog: <b>(new content)</b> - Added a blowjob actions with Xiang, with a few different outcomes (4 new scenes) - Added a continuation to the groping scene with Xiang (3 new scenes) <b>(gameplay and UI changes)</b> - 1 New achievement added for Xiang - If you love with Rose goes negative, you can now buy her flowers to make up to her - Added lust increases to most Xiang stripping and groping actions <b>(bugfixes)</b> - Fixed Melanie/Natasha threesome not showing the appropriate achievement bonus preview - Several minor bugfixes, tweaks and grammar fixes <</linkreplace>> <<linkreplace "Version 0.48 Changelog">> <b>(new content)</b> - Added two sex encounters with Katrina that will trigger after purchasing the related upgrade with exp (12 new scenes) - A new character, Xiang, has been introduced in the game. - Xiang can be met in the cafeteria by talking about it with Rose, then you can meet her there for lunch. - Added some stripping and groping options with Xiang (6 new scenes) <b>(gameplay and UI changes)</b> - Added Xiang's Instatok page to your Laptop. - 2 New achievements related to the new content. (we are over 150, I'm trying not to add too many) - A new upgrade for Katrina can be purchased with exp on restart, this will trigger a "surprise" event - Instatok stalking has been adjusted to always consume 3 hours of time and not 4 <b>(bugfixes)</b> - Fixed a bug in the city studio showing the incorrect character in the list (Katrina->Natasha) - Several grammar fixes, minor bugfixes, and tweaks. <b>(premium)</b> - A new anal sex option has been added to Layla (6 new scenes) <</linkreplace>> <<linkreplace "Version 0.47 Changelog">> <b>(new content)</b> - Added some story related to Layla, you can now comment on her ass after you work out together, with different outcomes. - Commenting Layla's ass can lead to an anal sex encounter, with several different outcomes (11 new scenes). - A new interaction with Natasha has been added, linked to the new purchasable upgrade (5 new scenes). <b>(gameplay and UI changes)</b> - You can now purchase a new upgrade with exp that will make Natasha's jealousy spike when she discovers that you fucked Carol - 3 new achievements related to new content have been added. - Added an exp upgrade that can be purchased with 150exp and permantently adds 10 max energy <b>(bugfixes)</b> - The game now warns you when you are lacking the 10$ to bribe Natasha to meet Carol and not just when you are lacking 12 int. - Fixed 70% sex retain showing the incorrect exp amount to purchase - There is now a failed attraction check notification when Layla refuses you at breakfast or to talk about sex - Several other minor bugfixes, tweaks and grammar fixes. <b>(premium)</b> - Added a new sex option with Katrina (7 new scenes) <</linkreplace>> <<linkreplace "Version 0.46 Changelog">> Version 0.46 changelog: <b>(new content)</b> - A new threesome between Melanie and Natasha with different outcomes based on your sex control has been added (10 new scenes) - It's now possible to manipulate Layla into fucking with way lower attraction, passing a confidence check and at the expense of love, this leads to a completely new sex scene (7 new scenes) <b>(gameplay and UI changes)</b> - 3 new achievements related to new content has been added. - Getting lunch with Carol and Danielle now doesn't count as your daily interaction with Danielle anymore - Advanced gym equipment and advanced swim equipment have been added to the mall, they will reduce energy consumption for swimming and working out. - Added a new tier of sexual stat retain to purchase with exp (up to 70%, costs 360 exp) - Added a new bonus, previous working experience, that can be purchased with exp and raises your base fast food work income by 50% <b>(bugfixes)</b> - Fixed an issue causing lessons time to become invalid on some rare scenarios. - Fixed a dead end when repeating Carol/Danielle threesome - Several minor bugfixes and tweaks. <b>(premium)</b> - Added an City Studio anal sex video for jane (7 new scenes!) <</linkreplace>> <<linkreplace "Version 0.45 Changelog">> Version 0.45 changelog: <b>(new content)</b> - You can now obtain a blowjob from Susan even before she changes her appearance for you, with high enough confidence (3 new scenes) - You can now persuade Danielle and Carol into having a threesome with you, with many different possible outcomes. (10 new scenes) <b>(gameplay and UI changes)</b> - Introduced a difficulty system to try and accomodate everyone's taste for grinding. You will get 3x love gains in easy mode, 2x in normal, and less in challenging, - Raised love cap for all girls from 100 to 200, This will reward focusing on girls and make character stats less important on lower difficulties, even though some "difficult" girls still require them to progress. - You can also change the game difficulty on an already started game from the settings menu. - 3 new achievements related to new content have been added. - Some stat gains have been tweaked to rebalance the new difficulties <b>(bugfixes)</b> - Fixed Danielle kiss count not triggering correctly. - Rewrote a few pieces to make the love gains compatible with the new difficulty system. - Amber fuck count should now properly reset on a new run. - Many other minor bug fixes, grammar fixed and minor tweaks. <b>(premium)</b> - Added a new lesbian scene between Melanie and Danielle (8 new scenes) - Fixed a bug not correcly adding the lesbian scenes yield to the total. <</linkreplace>> <<linkreplace "Version 0.44 Changelog">> Version 0.44 changelog: <b>(new content)</b> - Added an option in Danielle's room that will lead to oral sex (7 new scenes) - Added the option to fuck Danielle, with the possibility to lose your virginity to her and multilpe outcomes (8 new scenes) - Added a small scene at the cafeteria's table where Carol will give you a footjob during lunch with Danielle (3 new scenes) <b>(gameplay and UI changes)</b> - 6 new achievements related to new content has been added. - Location images should now scale down to adapt to smaller resolutions or mobile users. - Coding system has been completely rewritten, it now shows colored increases, has 2 more intermediate steps of gains and will now give a LOT more money at very high skill (92+) - You can now see the total amount of money gained through coding in Character Stats, 3 new achievements related to that have been added, - You can now purchase a better laptop at the mall, to spend less energy and stress when coding. - The advanced coding now also provide a small decrease in energy loss and stress gain when coding. - Lessons system has been rewritten to show colored increases and current total stats - Work out and Swim systems has been rewritten to show colored increases and current total stats - Slacking/socializing in lessons energy cost has been reduced from 10 to 5. <b>(bugfixes)</b> - Fixed a bug giving no way out when failing the intelligence check on Danielle's room. - You now can't buy jewerly for Olivia before even meeting her. - Fixed 30 september and 1 october being the same day in simulation count. - Fixed a few achievements not giving exactly the bonus that was intended. - Lots of grammar fixes, minor bugfixes and other tweaks. <b>(premium)</b> - Added Danielle as an option in the city studio (6 new scenes) - Added lesbian content between Carol and Olivia in city studio (6 new scenes) <</linkreplace>> <<linkreplace "Version 0.43 Changelog">> Version 0.43 changelog: <b>(new content)</b> - Added a bunch of story related to Layla and Ms. Pearl that can lead to different outcomes, including a way to ask for more money, some bad consequences or a threesome. - Introduced a new character in the game: Danielle. You can meet her in the cafeteria at lunch after you met Carol and later in her room. - Added a Threesome scene between Layla and Ms. Pearl with multiple possible endings depending on your stats. (8 new scenes) - After passing a check, you can visit Danielle in her room and unlock a first few undressing/masturbation scenes with her. (5 new scenes) <b>(gameplay and UI changes)</b> - Button to meet Carol has been moved to "My Room" , since you meet her in your room. - 5 New achievements related to new content have been added. - "Hints to progress" Menu section was obsolete and has been removed, with the idea that the new hint system and achievements are now enough to guide you through the game. - Added some flavor text to Layla and Olivia Instatok stalking. - Added a "Max all stats" button to the Debug menu. - Susan's requirements to trigger threesomes have been lowered, confidence requirement was removed. - Lunch in the cafeteria is now server until 2:59pm instead of 3:59pm. - Lust increases are now colored with light purple instead of no color. - Removed kiss count from the stats page of girls that don't have a kiss scene. <b>(bugfixes)</b> - You can now actually repeat Jane and amber threesome. - Fixed a bug showing long list of decimals on confidence losses. - Several other minor bugfixex, tweaks and grammar fixes. <b>(premium)</b> - Added the framework/upgrade that will allow you to shoot lesbian scenes in your studio. - Added a lesbian scene between Rose and Olivia (6 new scenes) - If you reshoot a video making it come out as lower quality, the old higher quality will be kept. <</linkreplace>> <<linkreplace "Version 0.42 Changelog">> Version 0.42 changelog: <b>(new content)</b> - Added a new sex scene with Olivia (5 new scenes) - Added the possibility to have anal sex with Olivia (7 new scenes) - Added a one-time risky sex scene with Layla in the gym (6 new scenes) <b>(gameplay and UI changes)</b> - A new system to handle videos has been added (Thanks for the help!). Every video will now automatically play and loop when visualized on screen and automatically pause when you scroll past it, to prevent audio overlap. - Added 2 achievements related to Olivia's anal scene - Added 1 achievement related to Layla's new content - Rewritten the cafeteria's conversation with Rose. The rewards and drawback for not following her advice will be much bigger <b>(bugfixes)</b> - You can't piss of Jane by telling her that you didn't bring money if she stopped asking for money. - Threesome with Jane and Amber is now repetable - Selecting Rose's shortcut to reward will now also give you 1 love point as the other option. - Olivia and Jane's threesome will now add 1 to the fuck count of both - Layla's multiplier will now also work when working out with her - Fixed an issue with Katrina's cum swalloing not granting the achievement in the high attraction option - Fixed a bug when talking to Natasha about anal without having bought the plug sending you to a blank screen <b>(premium)</b> - Added Layla as an option in the city's studio minigame (7 new scenes) <</linkreplace>> <<linkreplace "Version 0.41 Changelog">> <b>(new content)</b> - Added a secondary character to the game (Amber), She can be met after the threesome with Jane and Olivia - Added a threesome between Jane and Amber (10 new scenes) - Added a threesome between Olivia and Amber (11 new scenes) - Having a threesome with Amber excludes the possibility to have it with the other girl for the current run. <b>(gameplay and UI changes)</b> - Added 4 achievement related to the new 2 threesomes - Added an achievement for 10 different girls fucked - Olivia will now stop warning you about not taking your dick out if you have high enough attraction score - Slightly tweaked the stats gain <b>(bugfixes)</b> - As a way to address a previous known bug, you can now find a fix for mismatched achievement numbers (by 1) in the bottom of che "Extras & cheats" Menu. - (bugfix) Fixed the 8 different girls fucked achievement showing the wrong reward preview - (bugfix) Fixed an issue with Jane calculating the wrong value for coding for attraction - (bugfix) Fixed carol-rose threesome having the wrong description - Various other minor correction, fixed and tweaks (premium) - Added a new option for Amber in the city studio (5 new scenes) <</linkreplace>> <<linkreplace "Version 0.40 Changelog">> <b>(new content)</b> - Added a "fucking" outcome as a possible ending of the bet with layla with multiple endings (7 new scenes) - Added some story related to Jane and Olivia, including a threesome scene with multiple endings (9 new scenes) - Added 2 achievements related to fucking layla and losing your virginity to her - Added 3 achievements related to the threesome with Olivia and Jane <b>(bugfixes)</b> - All girls attraction values will now get recalculated way more often and in most screen, to fix most discrepancy issues linked to those values - Fixed a failed interaction with Rose having no way out. - Fixed a bug with a sex control check with Susan's blowjob working the opposite as intended - Fixed a bug with tyler showing confidence increase twice and not actually adding it - Fixed a bug triggering Olivia's daily interaction when opening stats screen - Fixed a whole dialogue branch not showing properly when paying Jane for sex - Various other fixes, tweaks and corrections <b>(premium)</b> - Added two new options to the City studio's minigame (13 new scenes) <</linkreplace>> <<linkreplace "Version 0.39 Changelog">> <b>(new content)</b> - Added Jane's anal sex option for both corruption and love path (11 new scenes) - Added Layla's titfuck and pussyjob scenes (5 new scenes) - Added an extra option when rubbing your dick on Carol's pussy with not enough attraction - Modified Natasha's backstory to be more in line with the direction of the game. <b>(gameplay and ui changes)</b> - Added 4 new achievements! - There are now a few extra starting options that you can purchase with experience just before restarting your run (these are not permanent) - The game will now track when you fuck someone's ass, the numbers of times you fucked, and will count towards experience when you end a run. - To balance the new massive amount of exp that you will be able to receive, other action's exp has been reduced. - On girls stats, you will now be informed if you took someone's anal virginity. - Added hints that will inform you when you can meet layla on both locations for the first time. <b>(bugfixes)</b> - Fixed a bug allowing you to go into debt to fuck Jane's pussy for money - Fixed an issue with an achievement triggering a +1 count when he shouldn't had to. - Several other minor bugfixes and tweaks. <b>(premium)</b> - Added 3 new options to the city studio minigame for premium supporters (18 new scenes) <</linkreplace>> <<linkreplace "Version 0.38 Changelog">> <b>(new content)</b> - Introduced a new character to the game: Layla. She comes with her Instatok's page and statistics along with some story and backstory. - Added different interactions with her, in the gym(afternoon) and in the cafeteria(breakfast) (6 new scenes) - One of those interactions will affect your strength gains multiplier during work out for the entire duration of the run - Added the possiblity to have sex with Olivia, including a lot of possibile different outcomes based on your stats (11 new scenes) <b>(gameplay and ui changes)</b> - Changed the way daily interactions reset is handled when passing out, it will now always reset them, but to prevent abuse, you will waste time to realign your sleep schedule if you pass out too early in the day. This forced rest, will lower your stress anyway. - Added 6 new achievements related to new content - You can now ask Melanie for anal sex instead of vaginal if you have very high attraction and never had anal sex with her - You now lose 3 love and get 2 stress from confronting Natasha in her room, while gaining confidence in a way that has been fixed to be added and scale correctly <b>(bugfixes)</b> - Fixed a bug that could cause your lessons to not consume time correctly in some conditions - Fixed a couple of bugs that will give you 20 extra exp or popularity in some particular scenarios - Several other minor tweaks, bugfixes and grammar fixes <b>(premium)</b> - Added 3 new options to the city studio minigame for premium supporters (20 scenes) <</linkreplace>> <<linkreplace "Version 0.37 Changelog">> <b>(new content)</b> - Introduced the possibility to blackmail Ms. Pearl, You can now optionally blackmail her for either sex or money, with very different outcomes.<br> - Added sex in the class with Ms. Pearl as a result of the blackmail (6 new scenes) - Added a threesome between Ms. Pearl and Natasha in the classroom (7 new scenes) - Natasha Anal sex has been added (6 new scenes) <b>(gameplay and ui changes)</b> - Added 7 Achievements related to new content! - Added 2 new items in the mall - One of them is butt plug for Natasha that will be unlocked to be bought at some point - Almost all scenes has been modified to use the new stat-handling system and should also now show your total stat after the increase/decrease - Sex experience changed from having flat stat increases to decimals as the other stats - Several scenes have been tweaked to give more appropriate values - Added an alpha, bonus page for Premium users that can be accessed via link on Discord. Includes a minigame that leads to a daily passive income and a few new higher quality extra scenes. <b>(bugfixes)</b> - Bugfix: Jane's blowjob price now gets re-calculated even before asking for one in the library - Fixed a few scenes where messages claimed to give stat increases that were actually not given or different. - Fixed a bug causing the mobile condensed top menu to show a glitched line instead of the actual clock. - Several other bugfixes and minor tweaks <</linkreplace>> <<linkreplace "Version 0.36 Changelog">> <b>(new content)</b> - Added Jane's apartment content, with different ways to interact with her based on the path you chose (13 new scenes). - Added Olivia to Instatok and character stats - New content for Olivia added: two different interactions (7 new scenes) - Added possibility to unlock threesomes for Rose - A new threesome between Susan and Rose has been added (7 new scenes) <b>(gameplay and ui changes)</b> - Added 17 new achievements, both about general content and the new content - Added the option to filter achievements and hide completed ones, this will still show newly completed. - Five new items (4 books and an item for Olivia) are now available for sale at the mall, the books will provide a big stats increase if bought early. - Added some hints to appear in your room to better guide new players into discovering characters. <b>(bugfixes)</b> - Fixed susan's image not showing correctly in "girls stats" - Fixed a bug causing Confidence stat to break when selecting a specific update on character creation - Fixed a bug not assigning a permanent +6 confidence correctly on restart - Several other minor bugfixes, adjustments and tons of grammar fixes! <</linkreplace>> <<linkreplace "Version 0.35 Changelog">> <b>(new content)</b> - Four new different interactions have been added to Katrina (16 new scenes) - Jane story introduced, with different interactions and a choice between love or corruption path (8 new scenes) - A new girl: Olivia, has been introduced in the game (no content yet) <b>(gameplay and ui changes)</b> - Stat retention system completely redesigned, it now works in a better and clearer way, informing you about the mechanics and keeping track of your maximum reached stats in order not to punish you for not grinding them back at every run. - 3 new stages of "sex stats retention" retention have been added to be purchased with exp. - You can now puchase an upgrade with exp that will make every new run start with all girls already stalked on instatok - Redesigned the starting bonuses to offer a wider character customization and the option to start with no bonuses. - You can choose, when starting a new simulation to reset your sex control to 0 for bonus exp. - 10 new achievements! - Newly obtained achievements will now have a "!" Icon next to them in order to notice them more easily. - Added a few descriptions to statistics and the option to hide them all. - All unearned achievements now also generically inform of what they will award - Jane can now be found in the library ALL morning between 7 and 12 am - Carol's unlock for threesome is now also in having a threesome with Natasha and not only in peeking at them having lesbian sex - Confidence will now behave similarly to other stats, being easier to obtain in the beginning and harder in the end, using decimals. <b>(bugfixes)</b> - Fixed a couple bugs that occurred handling Carol's money and resets - Fixed a bug setting Susan love to 0 and making the achievements with +starting love useless. - You can now either finger Carol or have her grind on your dick, not both at the same time - Many other minor bugfixes and grammar adjustments <</linkreplace>> <<linkreplace "Version 0.33 Changelog">> <b>(new content)</b> - Carol anal scene added with a few differrent outcomes (12 new scenes) - Added a Threesome scene between Carol and Susan (10 new scenes) - New content for Ms. Pearl! You can now fuck her and lose virginity to her, also Instatok page and some WIP story added (8 new scenes) - Mall added! It's a new location containing various things you can purchase with money and the possibility to work at a fast food for a quick buck. - Replaced Natasha's doorstand picture with one where she doesn't look like a white walker. <b>(gameplay and ui changes)</b> - 19 New achievements added! most based on new content, some on old - (Premium) Added a complete list of all source material in the debug menu, a reset daily interaction, reset-virginity link and reworked buttons to offer basically everything. - New images added to Instatok, for better looks and to give a quick visual recap of the stats governing the girl's attraction - Changed how stress and lust are handled, they'll stop pushing you in new passages, stress over max will have you start your day with half energy, and lust will make you lose sex control. - Added a "mute all videos" button that will have all videos automatically start with 0 volume - Replaced "is sleeping" and "already visited" with inactive buttons for better UI consistency - Colors added to most increases and decreases in the game. - Added a setting (in settings menu) that will show a line of condensed stats recap if you want to play most of the game with the side menu hidden(mostly for mobile) - Added the possibility to study alone in the library - Reworked the results of asking Carol for money, she will now give you more depending on your skill and standing with her - You now get to choose if you come on Katrina's ass on in her mouth after having sex with her. This should also prevent locking yourself out of the achievement. - Natasha's hate achievement changed to -20, it was intended for the early runs - Added a new way to deal (poorly) with Tyler and always lose the fight with less negative consequences - Natasha's stats modified, she'll now care more for your sex experience and won't care about your culture - The 15 int requirement to stalk on Instatok was removed, a typo saying 2hrs instead of 4 was also fixed. <b>(bugfixes)</b> - Fixed a bug that caused a flavor int-check to block you from repairing Katrina's PC - Fixed a bug with exp-rewarding achievements not working on first run - Fixed a bug showing "cheat code invalid" after the successful validation and confirmation message - Bugfix: A bug causing the hour of simulation start to be influenced by your local fuse has been fixed. - Moved "natasha hate" achievement to trigger when you enter your room instead of sleeping, also fixed a bug making it trigger multiple times. - The maximum love you can reach with anyone was always meant to be 100, now the game actually makes sure of that. - Several other tweaks and bugfixes <</linkreplace>> <<linkreplace "Version 0.3 Changelog">> <b>(new content)</b> - Two new characters have been introducted in the game: Ms. Pearl: your math professor and Jane: a freshman student in your class that seems to be a bit older. - Added Katrina's apartment, you can now visit her in the afternoon. - Added more blowjob and fuck scenes for Katrina in her apartment (7 new scenes) - Added the possibility to fuck Katrina in the Infirmary if you manage to fuck her in her apartment before removing the stitches (5 new scenes) - Mr Pearl can also be found in the pool, still work in progress but you can already see something sexy there (4 new scenes) - You can now also ask Rose to show you her ass (3 new scenes) <b>(balance and Game/UI changes)</b> - Achievements have been introduced in the game, starting with 54 of them! - Achievements will now offer various permanent bonuses or changes to the game that will stack with experience-bought ones. - Color scheme rework: There is now a "Settings" menu section where you can select between light and dark mode, you can also increase font size. - There is now an Autosave slot, the game will autosave in that slot every time you (regularly) sleep. - Added the option to switch between AM/PM and 24H time formats. - To balance out the achievements permanent bonuses and to make game progression less steep, most exp costs have been increased - To prevent mechanics abuse, you can now only sleep between 22:00 and 6:00 am - Passing out (force sleeping) between 7am and 4pm will not reset daily interactions. - Choosing to have a normal conversation with Katrina during your medication, will now give a sieable boost to your charisma. - Energy requirement for staking changed from 14 to 7. - Various other minor tweaks to improve game balance. <b>(bugfixes)</b> - Added a link to go back to you room after one of Melanie's failed outcomes. - Bugfix: Studying with Susan now actually consumes time. - Bugfix: A bug preventing Susan "transform" after passing out instead of sleeping has been fixed. - Bugfix: Fixed Rose's selection menu to now show inactive links<br> - Deleted a useless code snippet that would prevent the game from running correctly in some cases. - Various other minor bugs have been fixed. <</linkreplace>> <<linkreplace "Version 0.27 Changelog">> <b>Version 0.27a changelog:</b> (new content) - Added a significant amount of new choices and scenes for Melanie, including possibility to have sex with her and another anal scene for "good" route (15 new scenes) - Added Melanie's kiss scene - Added an halfway interaction when asking Melanie for a kiss (balance and Game/UI changes) - Starting money bonus purchasable with exp was changed again to be permanent, but you will only gain exp from money if you finish with more money than you started with! (bugfixes) - Fixed capitalization incongruencies to be all lower-case, so that whoever plays from a different OS shouldn't have issues anymore. - Fixed an issue with the game clock that was calculating day's end at different times than 00:00AM - Fixed a bug when failing at getting anal from Susan - Fixed a potential bug showing no text when asking Rose for a blowjob - Fixed a bug where coding didn't work in two small skill intervals - Bugfix: katrina stalking will now reset with a new run - Bugfix: gaming for 60minutes now uses 60 minutes and not 90 - Several other minor tweaks and fixes <</linkreplace>> <<linkreplace "Version 0.25 Changelog">> Version 0.25 changelog: <b>(new content)</b> - Melanie non-blackmail route is now available, there are now much more dialogues and options based on the various choices and skills that you have that lead to different scenes. - Added some content (footjob-titfuck) to Melanie's "love" route (7 new scenes) - Added an anal scene to Melanie that triggers on blackmail route with very high skills (4 new scenes) - Added some further content for Katrina, with story progress, multiple interactions and paths (6 new scenes) - Added Susan's anal scene (4 new scenes) - Added new sex scenes with Susan that starts from studying in the library after her chance (6 new scenes) - Changed Carol's kiss scene with one where you actually kiss her (1 new scene) <b>(balance and Game/UI changes)</b> - Redesigned all the button images to be have better readability and colors - Added starting options purchasable with experience to restart with a better body (strength/stamina) - Added an option to end the simulation early (from laptop), this will still grant you the rewards. - Starting money bonus(bought with exp) will now reset at every run, to prevent starting and ending simulations just to easily reap the money reward. - Added a shortcut to Rose's "motivation" to skip some dialogues after you unlock the "own reward" phase - Many interactions with Melanie now offer charisma increases. - Added a "just talk" option to interact with Melanie that can be used as a slow way to gain her trust in the non-blackmail route - Lowered Intelligence requirements to help out Carol - Removed the "relax 2 hours" button (same as clicking 1hr twice) and added a "wait 5 minutes" one, this does nothing besides allowing you to manage your time better <b>(bugfixes)</b> - Fixed a bug that prevented you from reading Melanie's description. - Fixed a failed oome with Melanie's interactions that had no way out. - Fixed an oome with Melanie that had a bug. - Fixed a couple of issues with Melanie and Carol showing the wrong value(but calculating the right one) in the Girls Stats screen - Fixed numbers having more than 2 decimals in Character Stats screen (report if you find more please!) - fixed a bug that caused Natasha's room to be inaccessible with a very old version savefile - fixed a bug that decreased confidence and love instead of incresing them with Melanie - Removed a big blank area under Carol's meeting text and under a few other pages that just looked bad - Several other minor tweaks and fixes <</linkreplace>> <<linkreplace "Version 0.2 changelog">> <b>Version 0.2 Changelog: (new content)</b> - Added a new event involving Natasha and Carol that triggers when you have sex with Carol for the first time and leads to various scenes (16 new scenes) - Added the possibility to have sex with natasha (12 new scenes) with a lot of different oomes. - Added a new scene for Rose that starts from a blowjob request with high attraction (7 new scenes) - Added 4 new scenes and different oomes to Carol "fuck again" option - Added oral sex to Susan's options (3 new scenes) - Introduced a story for Melanie that allows you to start interacting with her - Added a blackmail option/path to Melanie that gets you access to a few specific scenes (5 scenes) - Introduced a new character (Katrina) with a brief introductive story (and nothing else for now) - Fixed Susan having the old portrait when in library and added a scene that will lead to another encounter in a future update <b>(gameplay and UI changes)</b> - Re-coded all the menu links to be accessible from everywhere as a popup, you can now open and check them without changing page, and you can nagivate between different girls in "girls stats". - Added masturbation and edging(req 30int) options to laptop as additional ways to handle lust, stress, and as a basic way to train sex control that requires Lust. - You will now retain 30% of your sexual skills upon restarting (sexual exp and control) - Lowered duration of lessons from 4 to 3 hour - Added a small energy consumption when helping Carol with homeworks - Slightly increased some starting bonuses for balancing - Added another step (70%) of mental stat retention purchasable with experience - Added a flat 1 point increase for confidence when socializing during lessons, reduced stress decrease from 2 to 1. - Renamed "Wait" buttons to "Relax" and added a small stress decrease - Changed the tone of grey to a darker one to be easier on the eyes <b>(bugfixes and adjustments)</b> - Removed an old link from the intro section that potentially caused huge issues if clicked - Fixed unconsistent capitalization on image paths that caused issues in some operative systems - Added lust increases when Rose kisses you or shows you her tits - Fixed most (hopefully) capitalization typos from I to I - Fixed a bug that used 25 energy instead of 10 with rose - Fixed a bug that gave way more money than intended at restart - Fixed a bug where taking your dick out with natasha with low attraction caused to go directly to passout without showing the reason first. - Fixed a bug after passing a confidence check with Susan - Fixed a bug where a particular condition caused rose's story to get blocked - Fixed a bug that didn't correctly handle the 100 lust threshold - Fixed a bug where sometimes 2 events from rose would trigger at once - A LOT of other various minor bug fixes, inconsistency adjustments and grammar fixes <</linkreplace>>
<<nobr>> <<if $susankissachievement is 2>><<set $achievementcount -=1>><<set $susankissachievement to 1>> <</if>> <<if $rosekissachievement is 2>><<set $achievementcount -=1>><<set $rosekissachievement to 1>> <</if>> <<if $carolkissachievement is 2>><<set $achievementcount -=1>><<set $carolkissachievement to 1>> <</if>> <<if $melaniekissachievement is 2>><<set $achievementcount -=1>><<set $melaniekissachievement to 1>> <</if>> <<if $natashakissachievement is 2>><<set $achievementcount -=1>><<set $natashakissachievement to 1>> <</if>> <<if $janekissachievement is 2>><<set $achievementcount -=1>><<set $janekissachievement to 1>> <</if>> <<if $katrinakissachievement is 2>><<set $achievementcount -=1>><<set $katrinakissachievement to 1>> <</if>> <<if $caroltitsachievement is 2>><<set $achievementcount -=1>><<set $caroltitsachievement to 1>> <</if>> <<if $rosetitsachievement is 2>><<set $achievementcount -=1>><<set $rosetitsachievement to 1>> <</if>> <<if $natashatitsachievement is 2>><<set $achievementcount -=1>><<set $natashatitsachievement to 1>> <</if>> <<if $susannakedachievement is 2>><<set $achievementcount -=1>><<set $susannakedachievement to 1>> <</if>> <<if $mspearlnudeach is 2>><<set $achievementcount -=1>><<set $mspearlnudeach to 1>> <</if>> <<if $carolfingerach is 2>><<set $achievementcount -=1>><<set $carolfingerach to 1>> <</if>> <<if $rosespankach is 2>><<set $achievementcount -=1>><<set $rosespankach to 1>> <</if>> <<if $carolhandjobachievement is 2>><<set $achievementcount -=1>><<set $carolhandjobachievement to 1>> <</if>> <<if $rosetitfuckachievement is 2>><<set $achievementcount -=1>><<set $rosetitfuckachievement to 1>> <</if>> <<if $melanietitfuckachievement is 2>><<set $achievementcount -=1>><<set $melanietitfuckachievement to 1>> <</if>> <<if $mspearltitfuckcumach is 2>><<set $achievementcount -=1>><<set $mspearltitfuckcumach to 1>> <</if>> <<if $melaniefootjobachievement is 2>><<set $achievementcount -=1>><<set $melaniefootjobachievement to 1>> <</if>> <<if $katrinafootjobach is 2>><<set $achievementcount -=1>><<set $katrinafootjobach to 1>> <</if>> <<if $natashadenyachievement is 2>><<set $achievementcount -=1>><<set $natashadenyachievement to 1>> <</if>> <<if $katrinapussylickach is 2>><<set $achievementcount -=1>><<set $katrinapussylickach to 1>> <</if>> <<if $susanoralachievement is 2>><<set $achievementcount -=1>><<set $susanoralachievement to 1>> <</if>> <<if $roseoralachievement is 2>><<set $achievementcount -=1>><<set $roseoralachievement to 1>> <</if>> <<if $caroloralachievement is 2>><<set $achievementcount -=1>><<set $caroloralachievement to 1>> <</if>> <<if $melanieoralachievement is 2>><<set $achievementcount -=1>><<set $melanieoralachievement to 1>> <</if>> <<if $katrinaoralachievement is 2>><<set $achievementcount -=1>><<set $katrinaoralachievement to 1>> <</if>> <<if $janeoralachievement is 2>><<set $achievementcount -=1>><<set $janeoralachievement to 1>> <</if>> <<if $katrinaswallowachievement is 2>><<set $achievementcount -=1>><<set $katrinaswallowachievement to 1>> <</if>> <<if $susanfuckachievement is 2>><<set $achievementcount -=1>><<set $susanfuckachievement to 1>> <</if>> <<if $rosefuckachievement is 2>><<set $achievementcount -=1>><<set $rosefuckachievement to 1>> <</if>> <<if $carolfuckachievement is 2>><<set $achievementcount -=1>><<set $carolfuckachievement to 1>> <</if>> <<if $natashafuckachievement is 2>><<set $achievementcount -=1>><<set $natashafuckachievement to 1>> <</if>> <<if $melaniefuckachievement is 2>><<set $achievementcount -=1>><<set $melaniefuckachievement to 1>> <</if>> <<if $katrinafuckachievement is 2>><<set $achievementcount -=1>><<set $katrinafuckachievement to 1>> <</if>> <<if $mspearlfuckach is 2>><<set $achievementcount -=1>><<set $mspearlfuckach to 1>> <</if>> <<if $susananalachievement is 2>><<set $achievementcount -=1>><<set $susananalachievement to 1>> <</if>> <<if $melanieanalachievement is 2>><<set $achievementcount -=1>><<set $melanieanalachievement to 1>> <</if>> <<if $susananalachievement is 2>><<set $achievementcount -=1>><<set $susananalachievement to 1>> <</if>> <<if $carolbuttplugachievement is 2>><<set $achievementcount -=1>><<set $carolbuttplugachievement to 1>> <</if>> <<if $carolanalachievement is 2>><<set $achievementcount -=1>><<set $carolanalachievement to 1>> <</if>> <<if $katrinaanalachievement is 2>><<set $achievementcount -=1>><<set $katrinaanalachievement to 1>> <</if>> <<if $katrinaanalcumach is 2>><<set $achievementcount -=1>><<set $katrinaanalcumach to 1>> <</if>> <<if $susanvirginachievement is 2>><<set $achievementcount -=1>><<set $susanvirginachievement to 1>> <</if>> <<if $rosevirginachievement is 2>><<set $achievementcount -=1>><<set $rosevirginachievement to 1>> <</if>> <<if $carolvirginachievement is 2>><<set $achievementcount -=1>><<set $carolvirginachievement to 1>> <</if>> <<if $natashavirginachievement is 2>><<set $achievementcount -=1>><<set $natashavirginachievement to 1>> <</if>> <<if $melanievirginachievement is 2>><<set $achievementcount -=1>><<set $melanievirginachievement to 1>> <</if>> <<if $katrinavirginachievement is 2>><<set $achievementcount -=1>><<set $katrinavirginachievement to 1>> <</if>> <<if $mspearlvirginach is 2>><<set $achievementcount -=1>><<set $mspearlvirginach to 1>> <</if>> <<if $carolmoneyachievement is 2>><<set $achievementcount -=1>><<set $carolmoneyachievement to 1>> <</if>> <<if $yesnatashaachievement is 2>><<set $achievementcount -=1>><<set $yesnatashaachievement to 1>> <</if>> <<if $nonatashaachievement is 2>><<set $achievementcount -=1>><<set $nonatashaachievement to 1>> <</if>> <<if $melanieblackmailachievement is 2>><<set $achievementcount -=1>><<set $melanieblackmailachievement to 1>> <</if>> <<if $nomelaniebmachievement is 2>><<set $achievementcount -=1>><<set $nomelaniebmachievement to 1>> <</if>> <<if $susanlibfuckachievement is 2>><<set $achievementcount -=1>><<set $susanlibfuckachievement to 1>> <</if>> <<if $susanyoursonlyach is 2>><<set $achievementcount -=1>><<set $susanyoursonlyach to 1>> <</if>> <<if $susanthreesomereadyach is 2>><<set $achievementcount -=1>><<set $susanthreesomereadyach to 1>> <</if>> <<if $suscarachievement is 2>><<set $achievementcount -=1>><<set $suscarachievement to 1>> <</if>> <<if $suscarfullachievement is 2>><<set $achievementcount -=1>><<set $suscarfullachievement to 1>> <</if>> <<if $carnatpeekachievement is 2>><<set $achievementcount -=1>><<set $carnatpeekachievement to 1>> <</if>> <<if $carnatachievement is 2>><<set $achievementcount -=1>><<set $carnatachievement to 1>> <</if>> <<if $losetylerachievement is 2>><<set $achievementcount -=1>><<set $losetylerachievement to 1>> <</if>> <<if $beattylerachievement is 2>><<set $achievementcount -=1>><<set $beattylerachievement to 1>> <</if>> <<if $outsmarttylerachievement is 2>><<set $achievementcount -=1>><<set $outsmarttylerachievement to 1>> <</if>> <<if $natashahateachievement is 2>><<set $achievementcount -=1>><<set $natashahateachievement to 1>> <</if>> <<if $katrinalaughachievement is 2>><<set $achievementcount -=1>><<set $katrinalaughachievement to 1>> <</if>> <<if $katrinaconfrontachievement is 2>><<set $achievementcount -=1>><<set $katrinaconfrontachievement to 1>> <</if>> <<if $medstrachievement is 2>><<set $achievementcount -=1>><<set $medstrachievement to 1>> <</if>> <<if $medstaachievement is 2>><<set $achievementcount -=1>><<set $medstaachievement to 1>> <</if>> <<if $highstrachievement is 2>><<set $achievementcount -=1>><<set $highstrachievement to 1>> <</if>> <<if $highstaachievement is 2>><<set $achievementcount -=1>><<set $highstaachievement to 1>> <</if>> <<if $fuckkatrinanurseachievement is 2>><<set $achievementcount -=1>><<set $fuckkatrinanurseachievement to 1>> <</if>> <<if $carolanalpussyach is 2>><<set $achievementcount -=1>><<set $carolanalpussyach to 1>> <</if>> <<if $melaniebmanalach is 2>><<set $achievementcount -=1>><<set $melaniebmanalach to 1>> <</if>> <<if $natfuckallachievement is 2>><<set $achievementcount -=1>><<set $natfuckallachievement to 1>> <</if>> <<if $buybedachievement is 2>><<set $achievementcount -=1>><<set $buybedachievement to 1>> <</if>> <<if $carol100ach is 2>><<set $achievementcount -=1>><<set $carol100ach to 1>> <</if>> <<if $carol400ach is 2>><<set $achievementcount -=1>><<set $carol400ach to 1>> <</if>> <<if $shift300achievement is 2>><<set $achievementcount -=1>><<set $shift300achievement to 1>> <</if>> <<if $shift1000achievement is 2>><<set $achievementcount -=1>><<set $shift1000achievement to 1>> <</if>> <<if $janelovepathach is 2>><<set $achievementcount -=1>><<set $janelovepathach to 1>> <</if>> <<if $janecorruptpathach is 2>><<set $achievementcount -=1>><<set $janecorruptpathach to 1>> <</if>> <<if $janeapaachievement is 2>><<set $achievementcount -=1>><<set $janeapaachievement to 1>> <</if>> <<if $defendjaneach is 2>><<set $achievementcount -=1>><<set $defendjaneach to 1>> <</if>> <<if $gamingcommitmentachievement is 2>><<set $achievementcount -=1>><<set $gamingcommitmentachievement to 1>> <</if>> <</nobr>>
<<nobr>> <<if $oliviakissed is undefined>><<set $oliviakissed to 0>><</if>> <<if $oliviafucked is undefined>><<set $oliviafucked to 0>><</if>> <<if $stalkedolivia is 1>> Olivia is 27 years old. From the facts that you have gathered around, she seems to own the apartment where her and Jane live. She looks like a very superficial person, she's currently unemployed but loves spending money and surrounding herself of expensive stuff. Your guess is that she likes to act cocky but she's pretty much of an insecure loser herself.<br> <<else>> Olivia is Jane's roomate, apparently they live together and she either owns the place or is in charge of managing the rent, you don't know much else besides the fact that she's been a total bitch to both you and her.<br> <</if>> <<if $stalkedolivia is 1>> <br><img src="images/olivia/instatok.png"><br> Age: 27<br> <<else>> <br><img src="images/olivia/face.png"><br> <</if>> Olivia's Love : $olivialove Olivia activity count: ( Fucked = $oliviafucked, Assfucked = $oliviaanaled )<br> <<if $oliviaanaled gte 1>><span style="color: #6A5ACD;">You have taken her anal virginity<br></span><</if>> <<if $stalkedolivia is 1>> Olivia's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br> Love : 100% - Olivia doesn't really seem to care about any affection or love being shown to her. (<<print (($olivialove*1).toFixed(1))>>)<br> Physical attractiveness: 150% - Olivia gives absolute importance to the physical aspect of the people that she might even consider to be attracted by.(<<print (($physattr*1.5).toFixed(1))>>)<br> Confidence: 110% - Olivia is naturally attracted from people that can stand their ground or even just act cocky in general. (<<print (($confidence*1.1).toFixed(1))>>)<br> Charisma: 50% - Olivia love people that can be charming as much as most other people do. (<<print (($charisma* 0.5).toFixed(1))>>)<br> Sex experience: 50% - She want her partner to be at least a bit sexually experienced, she doesn't enjoy the idea of being with a young unexperienced boy. (<<print (($sexexp* 0.5).toFixed(1))>>)<br> Olivia is very superficial, she doesn't seem to care at all about intelligence or culture of any kind, and she's not even in the school, so same goes for popularity. As long as you look fit and can stand your ground, you're probably going to get in her panties.<br> <<set $oliviaattraction to Number(($olivialove*1+$physattr*1.5+$confidence*1.1+$charisma*0.5+$sexexp*0.5).toFixed(1))>><br> <<set $oliviaattraction to Number($oliviaattraction)>> Olivia's attraction for you is $oliviaattraction <br> <</if>> <<link "Back">> <<script>> Dialog.setup("Girls Stats"); Dialog.wiki(Story.get("Girls Stats").processText()); Dialog.open(); <</script>> <</link>> <</nobr>>
<<nobr>> <<unset $cumselect>> <<include "calc">> <<set $dailyolivia to 1>> <<if ndef $oliviaanaled>><<set $oliviaanaled to 0>><</if>> /*------------ANAL----------------*/ <<if ndef $oliviaanaled>><<set $oliviaanaled to 0>><</if>> <<if $oliviascene eq 3>> You knock on Olivia's door and you are quickly let inside.<br> After a brief chat, it becomes quite clear that she doesn't want to waste too much time talking.<br> She pushs you on the couch and takes your dick out, starting to suck it passionately.<br> <<video "images/olivia/olivia2blow.mp4">> Olivia seems to be very horny, and things quickly escalate to sex, just as planned.<br><br> <<olivia>>Please, put it inside!<</olivia>><br> Knowing better than to say no, you comply with the request.<br><br> <<video "images/olivia/olivia2sexdog1.mp4">> You start fucking her from behind, taking her as the bitch she is.<br> <<olivia>>Oh my god! That's so fucking good!<</olivia>><br> <<if $sexcontrol gte 31>> <b>(Sex control check: Success)</b><br> You push your cock inside harder and harder.<br> You can feel her getting increasingly wetter by the minute.<br> <<video "images/olivia/olivia2sexdog2.mp4">> At some point she turns around and takes your whole dick in her mouth, tasting her own juices.<br> <<else>> <b>(Sex control check: Fail)</b><br> <</if>> You both get tired of this position after a while.<br> You help her sitting on your dick.<br> You are hard like a rock, and she's wet, so it easily slides inside.<br> <<video "images/olivia/olivia2sexcow.mp4">> Looking at Olivia riding you so badly makes you more and more horny, and because of that you are beginning to find hard to resist.<br> <<if $sexcontrol lte 46>> <<if $sexcontrol gte 31>> <b>(Sex control check: Fail)</b><br> <</if>> <<video "images/olivia/olivia2cumvagpull.mp4">> She changes position again, allowing you to see her expression.<br> <<say "You" $faceimg>>Oh shit, I think I'm coming!<</say>><br> You can't resist that look, and have to unload your spunk all over her face.<br><br> <<olivia>>Oh yes, yes yes yes! Oh fuck! Yes! Yes! Yes!<</olivia>><br> She doesn't seem to mind, in the end you didn't last that long but she was able to get off and seems to be reasonably satisfied<br><br> You had other plans, but you didn't manage to get to them, maybe next time you will.<br><br> <<olivia>>Wow, that was good<</olivia>><br> <<else>> You take a deep breath and manage to resist.<br><br> <<olivia>>Are you close?<</olivia>><br> <<say "You" $faceimg>>No... not really.<</say>><br> Olivia gets down on all fours and show you her ass.<br><br> <<say "You" $faceimg>>Mmmhhh, your hole is so inviting...<</say>><br> <<if $olivianaled eq 0 >> <<say "You" $faceimg>>I want to push it in your ass so much<</say>><br> <<olivia>>Oh... I don't know<</olivia>><br> <<say "You" $faceimg>>Have you ever done it?<</say>><br> <<olivia>>Not with a man, but I've put things inside before<</olivia>><br> <<say "You" $faceimg>>Then it shouldn't be much of a problem<</say>><br> <<olivia>>We can try, but start slowly...<</olivia>><br> <<else>> <<olivia>>Yeah, I know what you want, you can put in inside, just start slowly<</olivia>><br> <</if>> You start to work it with your finger.<br><br> After a while, the hole seems to be dilated enough to take your dick.<br> <<olivia>>I want you to fuck my ass... please<</olivia>><br> She seems to be waiting for it as well, so you push it inside. <br> <<video "images/olivia/olivia2analinsert.mp4">> <<set $oliviaanaled +=1>> <<if $oliviaanalach is 0 or $oliviaanalach is undefined >> <<set $oliviaanalach to 1>> <<sta 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> She lets out a scream of pleasure mixed with pain.<br> You go slowly at the beginning, but start to pick up the pace rather quickly.<br> <<video "images/olivia/olivia2anal1.mp4">> You definitely can say that she likes it. She also starts to touch herself, making her come intensely.<br> <<if $sexcontrol gte 58>> <b>(Sex control check: Success)</b><br> Olivia mounts on top of you, giving you her back.<br> <<video "images/olivia/olivia2anal1bis.mp4">> She fucks you like the world is going to end in few hours, and you can't do anything but help her by pulling her by her hips.<br> <<else>> <b>(Sex control check: Fail)</b><br> <</if>> <<if $sexcontrol gte 71>> <b>(Sex control check: Success)</b><br> You have managed to withold your orgasm.<br> She lift her legs while you keep pushing your dick in.<br> <<video "images/olivia/olivia2anal2.mp4">> Another orgasm makes her quiver from pleasure.<br> She is getting so horny that she starts touching her clit again.<br> <<elseif $sexcontrol gte 58>> <b>(Sex control check: Fail)</b><br> <</if>> <<if $sexcontrol gte 86>> <<if $oliviafullanalach is 0 or $oliviafullanalach is undefined >> <<set $oliviafullanalach to 1>> <<conf 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <b>(Sex control check: Success)</b><br> You are ramming her ass for quite a while now, but she doesn't seem to stop enjoying it.<br> Olivia moves her ass on your dick, mad with absolute lust<br> <<video "images/olivia/olivia2anal2bis.mp4">> Moving her body back and forth makes you feel so good, her wet hole completely surrounds your cock.<br> <<elseif $sexcontrol gte 71>> <b>(Sex control check: Fail)</b><br> <</if>> Olivia lies on the side, inviting your to fuck her in that position as well.<br><br> <<olivia>>Oh my, don't stop! Keep fucking me like that, please<</olivia>><br> <<video "images/olivia/olivia2analfinal.mp4">> You give her your last strokes, knowing that you are going to explode very soon, you make sure to get her to one last climax.<br> <<video "images/olivia/olivia2cumanalpullout.mp4">> You gave her ass everything you could, you pull your dick out and shower her face with your warm cum.<br><br> <<olivia>>Oh my god, this felt so good!<</olivia>><br> <<say "You" $faceimg>>True, I can't wait to fuck your ass again!<</say>><br> And while talking, she licks the cum trickling down her face.<br><br> <<olivia>>Maybe this was a one time experience<</olivia>><br> She giggles, and you know very well that she's lying.<br> <<set $oliviafucked +=1>> <<if $sexcontrol lte 31>> <<lust "-30">> <<sexcon "2.2">> <<sexexp "0.2">> <<stress "-2">> <<ene "5">> <<addmins 14>> <<elseif $sexcontrol lte 46>> <<olilove "1">> <<lust "-35">> <<sexcon "2.2">> <<sexexp "0.5">> <<stress "-4">> <<ene "6">> <<addmins 21>> <<elseif $sexcontrol lte 58>> <<olilove "2">> <<lust "-35">> <<sexcon "2.6">> <<sexexp "1">> <<stress "-7">> <<ene "8">> <<addmins 26>> <<elseif $sexcontrol lte 71>> <<olilove "2">> <<lust "-40">> <<sexcon "2.8">> <<sexexp "1.5">> <<stress "-9">> <<ene "10">> <<addmins 30>> <<elseif $sexcontrol lt 86>> <<olilove "3">> <<lust "-40">> <<sexcon "2.8">> <<sexexp "2">> <<stress "-12">> <<ene "12">> <<addmins 34>> <<elseif $sexcontrol gt 86>> <<olilove "4">> <<lust "-40">> <<sexcon "2.8">> <<sexexp "2.5">> <<stress "-15">> <<ene "14">> <<addmins 39>> <</if>> <br> <<link "Get dressed, greet her and leave her house" "Outside">><<set $energy -=$enewid>><</link>><br> <</if>> <</if>> /*------------ANALeND----------------*/ <<if $oliviascene eq 1>> Olivia lets you inside her home.<br> She brings over to a couch, and starts stripping down<br> <<video "images/olivia/oliviahomestrip.mp4">> <<if $oliviaattraction lte 200>> <<olivia>>Again, remember that you're not allowed to take your dick out, I don't want to do anything that I couldn't do with a woman<</olivia>><br> She keeps stripping down until she's naked<br><br> <<olivia>>You can put a finger inside, but be gentle<</olivia>><br> <<else>> At this point Olivia doesn't bother warning you about what you can or cannot do anymoire, she just says:<br><br> <<olivia>>Please... touch me<</olivia>><br> You put your fingers inside her and start warming her up <</if>> <<video "images/olivia/oliviahomefingerstart.mp4">> You start fingering her faster and faster, until she reaches an orgasm.<br> <<video "images/olivia/oliviafingercome.mp4">> <<if $oliviafingerach is 0 or $oliviafingerach is undefined >> <<set $oliviafingerach to 1>> <<set $exp +=25>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<olivia>>Thanks, I needed that<</olivia>> <<set $oliviaprogress to 4>> <<ene "3">> <<olilove "3">> <<lust "16">> <<stress "2">> <<updatebar>><br> <<addmins 11>> <<linkreplace "Try to push things further">> <<if $confidence gte 40>> <b>(Confidence skill check: Success)</b><br> You decide to try and push things further.<br> <<say "You" $faceimg>>Well, I made you come, now I guess you can return the favor?<</say>><br> You start unzipping your pants.<br> <<if $oliviaattraction gte 124>> <b>(Attraction check: Success)</b><br> <<addmins 5>> Olivia watches you unzipping your pants, she starts to say something but stops before she makes a sound and bites her lip at the sight of your cock.<br> Without saying a word, she climbs down from the couch, sits on the carpet on the floor, and starts sucking you.<br> <<video "images/olivia/olisex0blow1.mp4">> <<if $oliviaattraction gte 255>> <b>(Attraction check: Success)</b><br> She seems to get aroused by your dick, and starts touching her pussy while she sucks you.<br> <<if $sexcontrol gte 32>> <<if $oliviafuckach is 0 or $oliviafuckach is undefined >> <<set $oliviafuckach to 1>> <<set $maximumdays +=2>> <<set $maxdayscalc +=2>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <b>(Sex control skill check: Success)</b><br> After a while, she pushes you to lay down on the floor, and starts sucking your dick from that position.<br> <<video "images/olivia/olisex0blow2.mp4">> <<addmins 5>> She seems to get more and more aroused, and since you haven't come yet, at some point she seems to be losing her control a bit and says:<br><br> <<olivia>>I'm just gonna put inside of me a bit...<</olivia>><br> You know better than complaining, and you let her stick your dick inside of her wet cunt.<br> She starts riding you, and continues doing so for a couple of minutes.<br> Then, she asks if you want to change position.<br> <<video "images/olivia/olisex1.mp4">> <<addmins 5>> <<if $sexcontrol gte 46>> <b>(Sex control skill check: Success)</b><br> <<say "You" $faceimg>>Just a little longer<</say>><br> She nods and keeps riding you faster, until she brings herself to an orgasm.<br> <<video "images/olivia/olisex1bis.mp4">> <<addmins 4>> It's now time to actually change the position.<br> <<olilove "1">> <<sexcon "0.3">> <<else>> You are already getting a bit too close to your orgasm, so you take up the offer to break the rhythm by changing position.<br> <</if>> She climbs back on the couch and you enter her pussy from behind, and get back at fucking her right away.<br> <<video "images/olivia/olisex2.mp4">> <<addmins 5>> <<if $sexcontrol gte 61>> You keep fucking her like this, going faster and faster, until she reaches an orgasm.<br> <b>(Sex control skill check: Success)</b><br> <<video "images/olivia/olisex2bis.mp4">> <<addmins 4>> <<olilove "1">> <<sexcon "0.3">> <<conf "0.5">> <</if>> <<if $sexcontrol gte 73>> <b>(Sex control skill check: Success)</b><br> You need to catch your breath, so you sit back on the floor.<br> She wants more and more of your dick, and she quickly follows you with her ass and slides your cock back inside of her, wasting no time.<br> <<video "images/olivia/olisex3.mp4">> <<addmins 5>> <<olilove "1">> <<sexcon "0.3">> <<conf "0.5">> <<if $sexcontrol gte 85>> <b>(Sex control skill check: Success)</b><br> <<set $cumselect to 1>> You have been fucking her for a really long time, you ask her to climb back on your cock, and you sit on the couch to be more comfortable.<br> She seems to still enjoy the idea to get more of your dick, and climbs on you to start riding you again.<br> <<video "images/olivia/olisex4.mp4">> <<addmins 4>> She has one final orgasm, and tells you:<br><br> <<olivia>>Oh my god, you are so fucking hot! Please cum anywhere you want!<</olivia>><br> <div id="cumselect"> <<link "Come on her ass">><<replace "#cumselect">> You decide to put it back inside from behind to be able to come on her ass, you do that and pull out to spray it with your warm jizz.<br> <<video "images/olivia/olisexcumout.mp4">> <<trigger 'end'>> <<unset $cumselect>> <</replace>><</link>> <br> <<link "Come on her face">><<replace "#cumselect">> You decide to shower her face with your hot cum.<br> <<video "images/olivia/olisexcumface.mp4">> <<trigger 'end'>> <<unset $cumselect>> <</replace>><</link>> <br> <<link "Come inside of her">><<replace "#cumselect">> You decide that you are going to fill her up with your cum, and you warn her about it.<br> <<olivia>>Please use my pussy to come, I want you to come inside of me...<</olivia>><br> <<video "images/olivia/olisexcreampie.mp4">> You turn around so that she can look you in the eyes while you do that, and you savor the moment.<br> <<olivia>>Oh, there's so much cum dripping...<</olivia>><br> She says, as it literally streams down her ass.<br> <<if $oliviacreampieach is 0 or $oliviacreampieach is undefined >> <<set $oliviacreampieach to 1>> z <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<trigger 'end'>> <<unset $cumselect>> <</replace>><</link>> <br> </div> <<on 'end' span hidden>> <<olivia>>Oh my god, this was so good, why didn't I fuck you sooner? I get what Jane sees in you now!<</olivia>><br> /* virgin and firstfuck check Olivia */ <<if $virginity is 1>> <<if $oliviavirginach is 0 or $oliviavirginach is undefined >> <<set $oliviavirginach to 1>> <<conf 6>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Olivia"]>><br> You lost your virginity to $virginity ! <</if>> <<if $oliviafucked is 0>> <b>You fucked Olivia for the first time! She didn't even enter the school once, so it won't affect your popularity there significatively, but it's still a nice story to tell!<br> Your popularity <span style="color: #008000;">increased</span> by 2!<br></b> <<set $popularity +=2>> <</if>> <<set $oliviafucked +=1>> /*------------virginfirstfuckX----------------- */ <<olilove "2">> <<sexcon "2.2">> <<sexexp "0.5">> <<lust "-40">> <<stress "-8">> <<ene "12">> <</on>> <<else>> <b>(Sex control skill check: Fail)</b><br> You already fucked her for a long time, and gave her several orgasms.<br> The fact that she pushed herself back on your dick so soon, made you finally come.<br> <<video "images/olivia/olisexcumout.mp4">> You give a few more thrusts inside of her and pull out to cover her ass with your warm seed.<br> <<olivia>>Ahhhh, yeah, give me your cum!<</olivia>><br> <<olivia>>I really needed to get fucked properly, thanks for that!<</olivia>><br> /* virgin and firstfuck check Olivia */ <<if $virginity is 1>> <<if $oliviavirginach is 0 or $oliviavirginach is undefined >> <<set $oliviavirginach to 1>> <<conf 6>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Olivia"]>><br> You lost your virginity to $virginity ! <</if>> <<if $oliviafucked is 0>> <b>You fucked Olivia for the first time! She didn't even enter the school once, so it won't affect your popularity there significatively, but it's still a nice story to tell!<br> Your popularity <span style="color: #008000;">increased</span> by 2!<br></b> <<set $popularity +=2>> <</if>> <<set $oliviafucked +=1>> /*------------virginfirstfuckX----------------- */ <<olilove "1">> <<lust "-40">> <<sexcon "2">> <<sexexp "1">> <<stress "-7">> <<ene "9">> <</if>> <<else>> <b>(Sex control skill check: Fail)</b><br> <<video "images/olivia/olisexcumout.mp4">> /* virgin and firstfuck check Olivia */ <<if $virginity is 1>> <<if $oliviavirginach is 0 or $oliviavirginach is undefined >> <<set $oliviavirginach to 1>> <<conf 6>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Olivia"]>><br> You lost your virginity to $virginity ! <</if>> <<if $oliviafucked is 0>> <b>You fucked Olivia for the first time! She didn't even enter the school once, so it won't affect your popularity there significatively, but it's still a nice story to tell!<br> Your popularity <span style="color: #008000;">increased</span> by 2!<br></b> <<set $popularity +=2>> <</if>> <<set $oliviafucked +=1>> /*------------virginfirstfuckX----------------- */ <<olilove "1">> <<lust "-30">> <<sexcon "2">> <<stress "-5">> <<sexexp "0.5">> <<ene "6">> <<olivia>>Oh yeah, this was so fucking good!<</olivia>><br> <</if>> <<else>> <b>(Sex control skill check: Fail)</b><br> While touching her pussy, she whispers to you:<br><br> <<olivia>>Maybe I can try to put it inside of me...<</olivia>><br> You weren't ready for this, and it sends a shiver down your spine, she keeps sucking and stroking you fast while saying it.<br> Without even realizing, you're already past the point of no return, and you start to spray cum over her face<br> <<say "You" $faceimg>>Noo, slow down! Fuck!<</say>><br> <<video "images/olivia/olisexcumface.mp4">> <<olivia>>Seriously?... I guess you didn't want to fuck, after all...<</olivia>><br> She laughs in your face, and teases your for coming so fast, she seems to be kind of disappointed.<br> <<olilove "-1">> <<conf "-1">> <<lust "-30">> <<sexcon "2">> <<ene "3">> <</if>> <<else>> <b>(Attraction check: Fail)</b><br> <<if $sexcontrol gte 32>> <b>(Sex control skill check: Success)</b><br> She keeps blowing your dick for a few more minutes, and she starts to get a bit aroused by it.<br> After a while, she starts touching her pussy.<br> <<video "images/olivia/olisex0blow2.mp4">> <<addmins 7>> She keep touching herself until she reaches an orgasm, then have you lay down and keeps sucking you until you finally approach your climax.<br> She asks you to stand up and come on her face.<br> <<video "images/olivia/olisexcumface.mp4">> <<olivia>>Well, that wasn't bad!<</olivia>> <<olilove "1">> <<stress "-5">> <<lust "-35">> <<sexcon "2">> <<ene "4">> <<else>> <b>(Sex control skill check: Fail)</b><br> She doesn't seem particularly aroused by doing that, but you feel that she likes you enough to exchange the favor.<br> She blows you fast, to get the job done, and she doesn't take long to do that.<br> A few moments later, you find yourself coming over her face.<br> <<video "images/olivia/olisexcumface.mp4">> <<olivia>>Oh, that was quick, I guess we're even now<</olivia>><br> It was slightly humiliating, but pleasurable nontheless.<br> <<conf "-0.5">> <<stress "-2">> <<lust "-30">> <<sexcon "2">> <<ene "3">> <</if>> <</if>> <<else>> <b>(Attraction check: Fail)</b><br> You start unzipping your pants and taking your cock out.<br> It's a bold move, and seems that is almost going to work, when suddenly...<br> She grabs your cock by the balls and starts squeezing them<br><br> <<olivia>>Can't you fucking listen? I specifically told you not to take your cock out<</olivia>> It hurts like hell. You instincively pull away from her.<br><br> <<say "You" $faceimg>>Ahhh, fuck you!<</say>><br> She starts laughing in your face, she doesn't seem particularly offended.<br> You feel like this could have worked, she even touched your dick, but she needs to be more into you to actually suck it.<br> <<stress "10">> <<olilove "-2">> <</if>> <<else>> <b>(Confidence skill check: Fail)</b><br> You really want to ask her for more.<br> You don't like being too direct though, and you say:<br><br> <<say "You" $faceimg>>You made me really hard, you know?<</say>><br> <<olivia>>I'm happy for you, but I don't care. You can get the hell out now, we already went too far<</olivia>><br> You feel a bit defeated and have no choice but to leave her house.<br> <<conf "-0.5">> <<olilove "-1">> <<stress "3">> <</if>> <</linkreplace>> <br> <<link "Exit her house and travel back">><<if ndef $cumselect>><<goto "Outside">><<set $energy -=$enewid>><<else>><br>cum first<br><</if>><</link>><</if>> <<if $oliviascene eq 2>> <<if $oliviasuck eq 1>> She reaches you on the couch, and kneels down besides you.<br> As soon as you take your dick out, she gets it all in her mouth, you can't believe this worked so easily, but it did.<br> <<else>> You already know what couch you should get on to repeat what you did last time, so you go and sit there, taking your dick out.<br> She and kneels down besides you.<br> As soon as you take your dick out, she gets it all in her mouth and starts sucking it.<br> It really looks like she couldn't wait for it.<br><br> <<say "You" $faceimg>>You missed this cock, didn't you?<</say>><br> <<olivia>>Oh shut up...<</olivia>><br> <</if>> <<video "images/olivia/oliviabjstart.mp4">> You can notice that she's not the best at this, maybe she's more used at licking pussies than sucking dicks, but she's doing an adequate job.<br> <<if $oliviaoralach is 0 or $oliviaoralach is undefined >> <<set $oliviaoralach to 1>> <<str 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $sexcontrol gte 38>> <b>(Sex control check: Success)</b> You ask her to lick your balls, and she listens to you right away.<br> <<conf "1">> <<video "images/olivia/oliviabj2.mp4">> <<addmins 6>> After licking them for a while, she gets back at sucking your dick.<br> She's starting to go pretty fast, you stand up to try to slow yourself down from coming too early and to fully appreciate the moment.<br> <<video "images/olivia/oliviabjfinal.mp4">> <<addmins 4>> She sucks you in this position for a few more minutes, until you inform her that you'll spray your jizz over he face.<br> She doesn't object to it.<br> <<video "images/olivia/oliviabjcumface.mp4">> <<olivia>>Oh yes... Oh fuck...<</olivia>><br> <<say "You" $faceimg>>Now tell me that this is what you wanted, or I won't be coming back here in the morning<</say>><br> Olivia bites her lip from the frustration and stays silent for a few seconds.<br> <<olivia>>Yes, this is what I wanted. this is what I wanted all along...<</olivia>><br> <<conf "2">> <<sexcon "2.2">> <<olilove "3">> <<lust "-40">> <<stress "-5">> <<addmins 4>> <<link "Exit her house and travel back" "Outside">><</link>> <<else>> <b>(Sex control check: Fail)</b> Actually, probably more than adequate. <br> The situation made you pretty horny anyway, you stand up to break from the action a bit, and to not cum right away.<br> She seems to be unable to detach herself from your dick now though, she follow your with her mouth and in no time she's sucking it again.<br> <<video "images/olivia/oliviabjfinal.mp4">> <<addmins 4>> In a little more than a minute you inevitably reach your orgasm.<br> You decide to come over her face.<br> She doesn't seem to mind that much, and just opens her mouth and lets you do that.<br> <<video "images/olivia/oliviabjcumface.mp4">> <<olivia>>Oh yes... Oh fuck...<</olivia>><br> <<say "You" $faceimg>>You liked this, didn't you?<</say>><br> Olivia looks at you with a poker face.<br> She doesn't even answer you, she stays silent and points at the door, but gives you the time to put your pants back on before going outside.<br> <<conf "1">> <<sexcon "2.2">> <<olilove "2">> <<lust "-40">> <<stress "-5">> <<addmins 4>> <<link "Exit her house and travel back" "Outside">><</link>> <</if>> <</if>> <<if $oliviascene eq 9>> <<if ndef $amboli>> You enter the house and sit on the couch, Olivia is clearly aroused by your presence and can't wait to get things going.<br> But you have other plans.<br> <<say "You" $faceimg>>I wanted to ask you something<</say>><br> <<olivia>>Hm... what?<</olivia>><br> <<say "You" $faceimg>>The girl you mentioned last time. I think her name was Amber?<</say>><br> <<olivia>>Oh god... what about her?<</olivia>><br> <<say "You" $faceimg>>Do you have a picture?<</say>><br> <<olivia>>Seriously? Why do you want to see it?<</olivia>><br> <<say "You" $faceimg>>I'm just curious, You both went with her...<</say>><br> <<olivia>>Whatever... I should have something on my phone, let me check<</olivia>><br> She browses her phone for a while, then stops and shows you the screen.<br><br> <<olivia>>I think it's from last year<</olivia>><br> <img src="images/amber/coucholivia.png"><br> <<say "You" $faceimg>>She's not too bad, I want to know more about her<</say>><br> <<olivia>>Are you fucking stupid?<</olivia>><br> <<say "You" $faceimg>>Come on, don't be a bitch. I'm curious, how is she like?<</say>><br> <<olivia>>Well, she's kind of a nympho, if not for some bad experiences she had in the past, she would fuck whoever passes by her<</olivia>><br> <<say "You" $faceimg>>Even boys?<</say>><br> <<olivia>>As if I didn't know where you were going... you greedy asshole<</olivia>><br> <<say "You" $faceimg>>You didn't answer the question<</say>><br> <<olivia>>She would let anyone fuck her, but I think she stopped having sex with boys because throwing yourself at any dick can become dangerous<</olivia>><br> <<say "You" $faceimg>>Can we meet her together?<</say>><br> Olivia doesn't answer, she start to look like she's thinking a way out of this. You suspect that from her odd reaction<br><br> <<say "You" $faceimg>>Are you hiding something?<</say>><br> She doesn't answer right away again, and only after a while, she eventually breaks down.<br><br> <<olivia>>Look, I have to be honest, I'm still seeing her once in a while, and Jane doesn't really know about that.<</olivia>><br> You double down on your strategy, and pressure into going forward.<br><br> <<say "You" $faceimg>>Well, that's perfect then. You can vouch for me. I have the feeling that she kind of misses dicks<</say>><br> <<olivia>>I can try... but promise you won't talk to Jane about it<</olivia>><br> <<say "You" $faceimg>>Yeah, of course, come on! Send her a message<</say>><br> <<olivia>>What... Right now?<</olivia>><br> <<say "You" $faceimg>>Yeah let's make an appointment<</say>><br> It takes some convincing, but Olivia eventually sends her a text message.<br> The message is very direct and crude.<br> You suspect that she's trying to get a negative answer out of her when you read what she wrote:<br> <b>"Hey bitch, Do you want to have some fun with me and a guy? He has a nice dick"<br></b><br> <<say "You" $faceimg>>Come on, what the fuck Olivia, that's never going to work<</say>><br> You are mildly disappointed, until you read her response.<br> <b>"Your house, right? I'm on my way"<br></b><br> <<say "You" $faceimg>>She's on her way? Right now? What the fuck<</say>><br> <<olivia>>Isn't that what you wanted?<</olivia>><br> You obviously didn't expect things to move this fast... but you can't really comaplain, afer all.<br> You wait with Olivia until Amber arrives, she doesn't even take an hour.<br> <<addmins 44>> When she reaches the house and gets out of her car, Olivia briefly introduces each other.<br> She doesn't seem to care about formalities as much as she wants to get into action.<br> She already knows where the bedroom is, and just heads that way, losing some of her clothing along the way.<br> <<set $amboli to 1>> <<else>> You ask Olivia to arrange a meeting with Amber like she did last time.<br> Amber must have had a great time, because she accepts the proposition right away, and heads your way.<br> Just as last time, she gets directly into action, and heads directly for the bed<br> <<addmins 44>> <</if>> She's not a very shy girl, but she just met you after all, so she starts by directing her attention towards Olivia.<br> Olivia reaches her on the bed, and they start to kiss in front of you.<br> <<video "images/amber/ambolikiss.mp4">> Your dick starts to get very hard looking at the scene. After a while you climb on the bed too and take it out, hoping for them to just turn their attention towards it.<br> That obviously happen, both girls seems to be pretty hungry for it, and start taking turns at sucking it.<br> <<video "images/amber/amboliblow.mp4">> After a while, Amber seems to get crazed with lust and begs to be the first one to ride your dick.<br> Olivia lets her go first.<br> Amber climbs on your dick and gets it inside her, like she waited her entire lifetime for it.<br> <<video "images/amber/ambolifuckamb1.mp4">> She has an orgasm just a few moments after you start pumping your dick fast into her cunt, but doesn't even think about stopping.<br> Olivia enjoys the show for a while, then starts licking her asshole, sending her into heaven.<br> A few minutes later, Olivia start craving your dick too much, and they switch places.<br> <<video "images/amber/ambolifuckoli1.mp4">> Amber starts licking Olivia's asshole as you fuck her, just as she did before with her.<br> This sends Olivia over the edge, making her reach her first orgasm.<br> You take a little break to catch your breath.<br> Both girls are extremely aroused, and as you leave them alone for a few seconds, they get in a 69 position and start licking each other's pussy.<br> <<video "images/amber/ambolisixtynine.mp4">> Amber, mad with lust, starts relentlessly fingering Olivia's pussy, sending her straight into a violent orgasm.<br> She then spreads her tights for you, and invite you to get back at fucking her.<br> You you realize you're still far from satisfying both of them.<br> So you get to work, and resume Fucking Olivia's pussy, still with Amber on top of her, getting her pussy licked.<br> <<video "images/amber/ambolifuckoli2.mp4">> She cannot help but get into another orgasm almost immediately, the situation clearly got to her, and she is horny beyond control.<br> <<if $sexcontrol gte 67>> <b>(Sex control check: Success)</b><br> Amber pratically begs Olivia to switch positions again, and promise to lick her pussy to keep her having fun.<br> Olivia accepts, and you slide your dick back into Amber's pussy, while Olivia sits on her face.<br> <<video "images/amber/ambolifuckamb2.mp4">> Amber eventually reaches another orgasm.<br> You then take your dick out to not meet the same end, and Olivia quickly cathes it into her mouth, still wet and dripping with Amber's juices.<br> <<if $sexcontrol gte 78>> <b>(Sex control check: Success)</b><br> You have somehow managed to not come yet, and Olivia, inhebriated by Amber pussy's taste, jumps back on your cock and starts riding you.<br> Deprived of your cock, Amber climbs on your face and sits on it, insatiable with lust.<br> <<video "images/amber/ambolifuckoli3.mp4">> Olivia climaxes again and climbs off of your cock, leaving it unattended for merely a second before Ambers bends backwards to take it in her mouth.<br> <<else>> <b>(Sex control check: Fail)</b><br> <</if>> <<if $sexcontrol gte 84>> <b>(Sex control check: Success)</b><br> She then procees to climb on it aswell. <br> Olivia watches the scene closely and cannot help but start rubbing her pussy at the sight.<br> <<video "images/amber/ambolifuckamb3.mp4">> Amber's cunt is relentlessly plowed from below and she's orgasming once again on your cock, along with Olivia with her fingers.<br> <<elseif $sexcontrol gte 78>><b>(Sex control check: Fail)</b><br> <</if>> <<if $sexcontrol gte 91>> <b>(Sex control check: Success)</b><br> In one last straw of resistance, you invite Olivia on your cock again.<br> Despite being pretty exhausted, she gathers her strenght and takes your dick inside again. Both girls are impressed by your incredible endurance <<video "images/amber/ambolifuckoli4.mp4">> Amber goes down on her pussy while you are still ramming her and stimulates her clit further with her tongue.<br> Depsite her tiredness, Olivia has to surrender to yet another orgasm.<br> This brings you over the edge as well, and you finally come inside of her.<br> <<elseif $sexcontrol gte 84>><b>(Sex control check: Fail)</b><br> It's time for you to come, and you want to reward Olivia for letting you meet Amber, so you request to penetrate her one last time.<br> You do that and finally empty your balls inside of her cunt.<br> <</if>> <<video "images/amber/amboliolicreampie.mp4">> Amber's start rubbing Olivia's pussy, helping her to one last orgasm.<br> You creampie her, and as soon as you pull your dick out, Amber immediately starts sucking every drop of your warm jizz out of her vagina.<br> This was an incredible experience for both the girls.<br> Amber was more than happy about your dick, and they can't wait to do more of that in the future<br> <<trigger 'threeend2'>> <<else>> <b>(Sex control check: Fail)</b><br> She changes position and starts riding your dick to chase another orgasm.<br> This would too much for almost anyone, both girls are just too horny and you cannot help to come inside of her.<br> <<video "images/amber/amboliolicreampie.mp4">> Amber immediately starts sucking your cum dripping out of her pussy.<br> They are a bit disappointed that you already came, even though they realize it wasn't easy to even last this long.<br> Amber insists that this can't be a one time thing, and that you have to fuck her more, next time.<br> <<trigger 'threeend1'>> <</if>> <<on 'threeend1' span hidden>> <</on>> <<on 'threeend2' span hidden>> <</on>> <</if>> <</nobr>>
<<nobr>> <<if $mspearlscene eq 90 or $mspearlscene eq 91>> <<if $mspearlscene eq 90>> You go all the way over to the door and lock it.<br> There is only one door giving access to the classroom, so you should be reasonably safe.<br> By the time you come back to her desk, she is basically already naked... and sitting on her desk<br><br> <<else>> You make sure to lock the door behind you just after entering.<br> By the time you reach her desk, she is basically already naked... and sitting on her desk<br><br> <</if>> <<if $mspearlfuckach is 0 or $mspearlfuckach is undefined >> <<set $mspearlfuckach to 1>> <<set $ffworkenergy -=2>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $virginity is 1>> <<if $mspearlvirginach is 0 or $mspearlvirginach is undefined >> <<set $mspearlvirginach to 1>> <<str 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $mspearlfucked gte 1>> <<MsPearl>>Come over here and fuck me, but don't make this too quick.<</MsPearl>><br> <<else>> <<say "You" $faceimg>>Wow, are you actually that eager for this?<</say>><br> <<if $mspearlscene eq 90>> <<MsPearl>>I'm not gonna lie. I haven't had sex in a long while, this isn't how I hoped it would go, but please try to make it good.<</MsPearl>><br> <<else>> <<MsPearl>>I'm not gonna lie. I haven't had sex in a long time. This might not be the best place, but I plan on enjoying it.<</MsPearl>><br> <</if>> You get your dick out and prepare to fuck your professor, this all went way smoother than you would have expected.<br> <</if>> You get close to her and just slide your dick inside without much of a ceremony.<br> <<video "images/mspearl/mspearlclasssex1.mp4" >><br> Her cunt is wet, warm and welcoming. <<if $susanfucked gte 1 or $carolfucked gte 1 or $natashafucked gte 1 or $janefucked gte 1>>It feels different from the young girl's ones you fucked so far,<</if>> <br>It really entices you, so you start thrusting your dick in and out at full speed.<br> <<if $sexcontrol lte 21>> You like the sensation a lot, and so does she, but going so fast was probably a big mistake, without even realizing you are already so close to coming that you can't stop anymore.<br><br> <<say "You" $faceimg>>I'm gonna cum<</say>><br> <<MsPearl>>Hm... noooo, not yet<</MsPearl>><br> <<video "images/mspearl/mspearlclasssexcumfast.mp4" >><br> But it's too late, she has to surrender to the fact that this is over, and tries to milk the last moment of enjoyment out of this.<br> <<MsPearl>>Oh fuck... Oh yeah...<</MsPearl>><br> She acts like she enjoued it, but you know very well that she didn't get to come.<br><br> <<say "You" $faceimg>>I'm sorry, this was too hot<</say>><br> She keeps masturbating for a while, trying to bring herself to an orgasm, and she eventually manages to.<br><br> <<MsPearl>>You went through all this trouble... for this? Maybe next time try to fuck me for more than a minute, will you?<</MsPearl>><br> /* virgin and firstfuck check mspearl */ <<if $virginity is 1>> <<set $virginity to ["Ms. Pearl"]>><br> <b>You lost your virginity to $virginity !<br></b> <</if>> <<if $mspearlfucked is 0>> <b>You fucked Ms. Pearl for the first time! It's really better if nobody ends up discovering that, you know it, and that's enough!<br> Your popularity <span style="color: #008000;">increased</span> by 1!<br></b> <<set $popularity +=1>> <</if>> /*virginfirstfuck MsPearl */ <<msplove "-1">> <<conf "-1">> <<sexcon "2.6">> <<sexexp "0.3">> <<lust "-30">> <<stress "-1">> <<ene "2">> <<addmins 8>> <<set $mspearlfucked +=1>> <<link "Get out of the class" "Classrooms">><<set $energy -=$enewid>><</link>><br> <<else>> You fuck her in this position for a while, she manages to reach an orgasm while you fuck her like this, and seems to become very, very horny.<br><br> <<MsPearl>>Lay down, I want to ride you<</MsPearl>><br> You do as asked, it doesn't sound like a bad idea at all anyway.<br> <<video "images/mspearl/mspearlclasssex2.mp4" >><br> She climbs on your dick and starts bouncing on it, bringing herself to another orgasm.<br> <<if $sexcontrol gte 53>> She gets a bit tired of riding you, so you decide to get back to fucking her again on her desk<br> <<video "images/mspearl/mspearlclasssex3.mp4" >><br> After fucking her for several more minutes and bringing her to yet another orgasm, she starts begging for you cum. <<MsPearl>>I want your cum, please come all over me!<</MsPearl>><br> <<video "images/mspearl/mspearlclasssexcum.mp4" >><br> <<MsPearl>>Oh yeah baby! Come all over me<</MsPearl>><br> <<if $mspearlblackmail eq 1 and ndef $laylabusted>> <<MsPearl>>Oh yes $name ! I love your dick. Why didn't you find out about my secret earlier?<</MsPearl>><br><</if>> /* virgin and firstfuck check mspearl */ <<if $virginity is 1>> <<set $virginity to ["Ms. Pearl"]>><br> <b>You lost your virginity to $virginity !<br></b> <</if>> <<if $mspearlfucked is 0>> <b>You fucked Ms. Pearl for the first time! It's really better if nobody ends up discovering that, you know it, and that's enough!<br> Your popularity <span style="color: #008000;">increased</span> by 1!<br></b> <<set $popularity +=1>> <</if>> /*virginfirstfuck MsPearl */ <<msplove "4">> <<conf "1">> <<sexcon "2.6">> <<sexexp "1.1">> <<lust "-40">> <<stress "-7">> <<ene "8">> <<addmins 23>> <<set $mspearlfucked +=1>> <<link "Get out of the class" "Classrooms">><<set $energy -=$enewid>><</link>><br> <<else>> That brings you close to the edge, and she doesn't even bring her to stop for a moment.<br> You have to ask her to stop, and you get back at fucking her in the previous position. You are still too excited though, and you end up getting close again way too fast. She doesn't seem to mind, she managed to come twice and seems pretty happy about it.<br> You pull your dick out and start spraying your jizz over her pussy.<br> <<video "images/mspearl/mspearlclasssexcum.mp4" >><br> <<MsPearl>>Oh yeah baby! Come all over me<</MsPearl>><br> /* virgin and firstfuck check mspearl */ <<if $virginity is 1>> <<set $virginity to ["Ms. Pearl"]>><br> <b>You lost your virginity to $virginity !<br></b> <</if>> <<if $mspearlfucked is 0>> <b>You fucked Ms. Pearl for the first time! It's really better if nobody ends up discovering that, you know it, and that's enough!<br> Your popularity <span style="color: #008000;">increased</span> by 1!<br></b> <<set $popularity +=1>> <</if>> /*virginfirstfuck MsPearl */ <<msplove "2">> <<sexcon "2.6">> <<sexexp "0.6">> <<lust "-40">> <<stress "-4">> <<ene "4">> <<addmins 12>> <<set $mspearlfucked +=1>> <<if $mspearlscene eq 90>> <<MsPearl>>This was good, I'm starting to think that I'm happy that you actually discovered... my secret<</MsPearl>><br> <<else>> <<MsPearl>>This was good, I'm starting to think that I was very lucky to meet you<</MsPearl>><br> <</if>> <<link "Get out of the class" "Classrooms">><<set $energy -=$enewid>><</link>><br> <</if>><</if>><</if>> <<if $mspearlscene eq 101>> <<if ndef $msphomeach>> <<set $msphomeach to 1>> <<int 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> Following the location MS. Pearl gave you on your phone, you are able to reach her residential complex pretty easily.<br> You make sure to not be seen by anyone.<br> You ring her bell, and in a matter of a few minutes you are welcomed in her home.<br> <<MsPearl>>I hope you're ready, allowing one of my students in my home isn't something I do everyday<</MsPearl>><br> <<say "You" $faceimg>>Of course I'm ready<</say>><br> <<MsPearl>>I have high expectations from you, today. Start by sitting on that couch<</MsPearl>><br> You look around yourself, the place is pretty big, nicely decorated and full of books.<br> You lay down on the couch as instructed, and Ms. pearl starts stripping in front of you.<br> You follow the hint, and get rid of your underwear, leaving you with your hardon out.<br> As if she wasn't waiting for anything, your teaacher quickly gets on her knees and starts sucking you off.<br> <<video "images/mspearl/msphomeblow1.mp4" >><br> You sit back and enjoy the experience, laying down on her couch.<br> After a while you decide to stand up on her couch, as you want to have a better view from above.<br> <<video "images/mspearl/msphomeblow2.mp4" >><br> Ms. Pearl seems to be very focused, and does a great job of sucking you off, and even occasionally deepthroats you a bit.<br> It wouldn't be a date with her if you didn't get to fuck her wonderful tits a bit, so you ask her for that.<br> She agrees, and after making her cleavage a bit slippery with her saliva, she starts enveloping your dick with her massive jugs.<br> <<video "images/mspearl/msphometitfuck.mp4" >><br> It's clear that she's very aroused though, and it doesn't take long before she requests to have your dick inside of her.<br> She lays down on the couch on her back and spreads her legs for you, saying:<br><br> <<MsPearl>>Oh yeah, I want you to fuck me until you come, but try to make it last<</MsPearl>><br> <<video "images/mspearl/msphomefuck1.mp4" >><br> She has her first orgasm, and that gets her so horny that she changes position to her legs, to be able to rub her clit while you fuck her.<br> <<video "images/mspearl/msphomefuck2.mp4" >><br> She then slowly proceeds to move up and down, fucking herself on your dick and helping you getting it deeper.<br> Trying to continue the operation in a more comfortable way, she climbs on top of you.<br> <<video "images/mspearl/msphomefuck3.mp4" >><br> You start fucking her from below, but she doesn't want you to get tired too quickly, so she starts bouncing up and down on your dick.<br> The two of you have been fucking relentlessly for more than 20 minutes.<br> She gets a bit tired, so she lays down on the couch again, asking you to take over.<br> <<video "images/mspearl/msphomefuck4.mp4" >><br> You are happy to oblige, but after so much sex, you are getting unevitably close to your own orgasm.<br> You inform her of that, and after several orgasms she finally agrees that you can end things there.<br> You keep fucking her in that position until it's clear that you are approaching your climax, and she screams:<br><br> <<MsPearl>>Yeah come on my face!<</MsPearl>><br> <<video "images/mspearl/msphomecumface.mp4" >><br> You do as requested, and let your load out on her face and mouth.<br> She grabs your dick to lick and suck off any remaining cum that you withhold from her.<br> She seems to be happy with how things went.<br> <<MsPearl>>You are so good, $name , it was a very good idea to listen to this suggestion of your, ask me again anytime<</MsPearl>><br> She goes to wash up, and she greats you with a hug, seemengly reluctant to let you go, but she realizes that she can't keep you there for a number of reasons.<br> It takes you about 15 minutes to walk back to the school again, but it was totally worth it!<br> <<msplove "4">> <<conf "1.4">> <<sexcon "2.6">> <<sexexp "1.1">> <<lust "-40">> <<stress "-12">> <<ene "16">> <<addmins 107>> <<set $mspearlfucked +=1>> <<link "Get back to school" "Hallways">><<set $energy -=$enewid>><</link>><br> <</if>> <</nobr>>
<<nobr>> <<if $mspnat eq 2>> You send a text message to Natasha<br> <<say "You" $faceimg>>What do you think, should we have some more fun with her? Come back inside<</say>><br> Natasha replies almost immediately to your text:<br><br> <<natasha>>Oh yeah, I was hoping you would ask, I'm on my way.<</natasha>><br> You inform Ms. Pearl that Natasha in on her way. She gives you a smile as an answer. <br> You're pretty sure she's really starting to like this.<br> Natasha enters the room, and seems to turn around to lock the door.<br> As Ms. Pearl sees her approaching, she has already started undressing.<br><br> <<MsPearl>>You locked the door, right? I don't want any more surprises<</MsPearl>><br> <<natasha>>Yes professor, I did<</natasha>><br> Says Natasha while freeing up from some of her clothes along the way.<br> In a few seconds, all of you are already naked and ready for action.<br> Ms. Pearl lays down on the desk, exposing her pussy, waiting to be penetrated by you.<br> Your dick is hard from the buildup, you're pretty sure she's already wet, and you can just start fucking her.<br> <</if>> <<if $mspnat eq 1>> You walk all the way to the door and fiddle with the key, pretending to lock it. <br> Ms. Pearl is obviously unable to tell from the distance, and starts undressing, confident that the door is now locked.<br> You sneakily send a message to Natasha stating "1 minute" and walk confidently towards your professor.<br> You get things to move fast, you know your time is limited, but it doesn't seem like she wants to waste time either, and is already wearing just her panties.<br> In a dozen more seconds you manage to get them off as well, and pull your fully erect dick out.<br> You're obviously very aroused by what's about to unfold.<br> The door opens, the two of you are making some noise, and Ms. Pearl doesn't notice straight away, she's busy playing with your cock in her hand.<br> You see Natasha closing the door behind you and getting closer and closer, until she's practically a few steps away. She clears her throat to make her presence known.<br><br> <<natasha>>Ehm...<</natasha>><br> <<MsPearl>>OH MY GOD<</MsPearl>><br> Your math professor jumps on her feet and instinctively tries to cover her nudity with her hands, as if that's going to make any difference at this point.<br><br> <<MsPearl>>no...No...NO...NOOO, THIS CAN'T BE HAPPENING AGAIN<</MsPearl>><br> She is basically losing her mind, and it's up to you to intervene now.<br><br> <<say "You" $faceimg>>Oh, don't panic, it's just Natasha<</say>><br> Natasha stays silent, you didn't prepare her for this, so she just waits for you to handle the situation.<br><br> <<MsPearl>>Just Natasha?... you can't be serious<</MsPearl>><br> <<say "You" $faceimg>>Yeah, she's a nice girl, I'm sure she won't tell, right Natasha?<</say>><br> <<natasha>>I don't know... maybe not?<</natasha>><br> <<MsPearl>>Why does this always happen to me?<</MsPearl>><br> <<say "You" $faceimg>>Natasha, can't you see she's getting stressed? Be nice and tell her that you won't tattle<</say>><br> <<natasha>>I probably won't tell anyone, but what's in it for me?<</natasha>><br> <<MsPearl>>God... What do you want?<</MsPearl>><br> <<say "You" $faceimg>>Maybe she just wants to watch?<</say>><br> <<natasha>>I wouldn't mind watching, but can we also do something for...<</natasha>><br> <<say "You" $faceimg>>For your grades? Yeah, I think that's a reasonable request<</say>><br> <<MsPearl>>Fuck... You couldn't just lock the door properly?<</MsPearl>><br> <<say "You" $faceimg>>Sorry, you were already getting naked, I must have gotten a bit distracted<</say>><br> She realizes that she has no choice, but it doesn't mean that she's going to like this additional blackmail.<br> <<msplove "-15">> <<MsPearl>>Damn you... Yes, I guess her grades will somehow improve<</MsPearl>><br> <<natasha>>Ohh, thank you! Thank you! This is so nice of you!<</natasha>><br> You and your math professor are still both naked, she's on the desk and you have your cock still out and hard.<br><br> <<MsPearl>>This is so embarassing... let me get dressed now<</MsPearl>><br> <<natasha>>Oh, wasn't watching a part of the deal?<</natasha>><br> <<MsPearl>>Wait, you were serious about that?<</MsPearl>><br> <<natasha>>Yes! Of course!<</natasha>><br> Natasha says, while rapidly getting rid of her own clothes, just to show how serious she is.<br><br> <<MsPearl>>My god... $name ?<</MsPearl>><br> <<say "You" $faceimg>>I wouldn't mind at all<</say>><br> <<MsPearl>>Can you make sure the door is fucking actually locked before?<</MsPearl>><br> <<natasha>>I locked it, don't worry, I'm pretty sure we don't need anyone else to see this<</natasha>><br> <<MsPearl>>Yeah, I definitely agree on that<</MsPearl>><br> <<say "You" $faceimg>>Are you ready, professor?<</say>><br> You ask, the three of you are now completely naked, Natasha climbed on the desk and is sitting beside her.<br><br> <<MsPearl>>I must say... I have never been watched fucking before, it's kind of hot<</MsPearl>><br> That's all the confirmation that you needed, you get closer to her and just slide your dick in her exposed pussy.<br> <<set $mspnat to 2>> <</if>> <<if $mspnat eq 2>> <<if $mspnatthreesomeach is 0 or $mspnatthreesomeach is undefined >> <<set $mspnatthreesomeach to 1>> <<set $exp += 60>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<video "images/mspnat/mspnatfuckmsp1.mp4" >><br> You put it in and start fucking her fast right away , Natasha reaches from behind and grabs her tits, Ms. Pearl doesn't seem to mind, or just chooses to not say anything.<br><br> She seems to be enjoying herself a lot anyway.<br><br> <<MsPearl>>Oh Yeah, fuck...<</MsPearl>><br> Natasha is starting to get visibly aroused by the sight of you fucking her, and starts masturbating while watching.<br><br> <<natasha>>Oh God... it's so hot watching his cock fucking you so good<</natasha>><br> <<video "images/mspnat/mspnatfuckmsp2.mp4" >><br> Natasha bends down and gives her a kiss on the lips.<br><br> <<natasha>>It's so fucking hot... Take that fucking cock<</natasha>><br> that seems to get your professor even more aroused, she climaxes while Natasha keeps masturbating.<br> <<if $sexcontrol lte 32>> <b>(Sex control check: Fail)</b><br> Fucking her with natasha watching gets you way too horny, you can probably tell that Natasha wanted a turn as well, but that is not going to happen.<br><br> <<say "You" $faceimg>>I'm gonna cum!<</say>><br> <<natasha>>But...<</natasha>><br> You pull your dick out, and they kneel down in front of you just in time for you to cover her faces.<br> <<video "images/mspnat/mpsnatcum.mp4" >><br> They start making out, still covered in your cum.<br> <<natasha>>$name , the next time, please save some dicking for me, ok?<</natasha>><br> <<say "You" $faceimg>>Ah, sorry, I didn't know you wanted to partecipate<</say>><br> <<natasha>>You should know better...<</natasha>><br> <<MsPearl>>Wait... the next time?<</MsPearl>><br> <<natasha>>Of course we're going to do this again. Come on, you had WAY more fun than me!<</natasha>><br> Ms. Pearl just stays silent... She knows it's true and doesn't know what to answer.<br> <<set $mspearlfucked +=1>> <<addmins 13>> <<natlove "-2">> <<msplove "2">> <<sexcon "2.5">> <<sexexp "0.5">> <<lust "-30">> <<stress "-3">> <<ene "4">> <<link "You and Natasha exit the classroom" "Classrooms">><<set $energy -=$enewid>><</link>> <<else>> <b>(Sex control check: Success)</b><br><br> <<natasha>>Can I have a turn now? This got me so turned on<</natasha>><br> <<say "You" $faceimg>>Oh ok, Sorry professor, I hope you don't mind...<</say>><br> <<natasha>>Let me ride that cock for a while<</natasha>><br> Ms. Pearl keeps stroking your dick with her hand, while Natasha climbs on top of you, she grabs your dick and puts it inside of her-<br> <<video "images/mspnat/mspnatfucknat1.mp4" >><br> <<natasha>>Oh my god...<</natasha>><br> As Natasha watched before, it's now Ms. Pearl turn to watch her students fucking.<br> She helps the girl you're fucking by stimulating her clit with her hand.<br> <<video "images/mspnat/mspnatfucknat2.mp4" >><br> This seems to get her more aroused, and as Natasha gets to her orgasm, she can't help but licking her hand and start touching her own pussy with it.<br> <<if $sexcontrol gte 49>> <b>(Sex control check: Success)</b><br> It's not long until she begs you to fuck her again.<br> <br> <<MsPearl>>I'm so horny, please give it to me again!<</MsPearl>><br> <<say "You" $faceimg>>Sorry Natasha, but It's time to switch again<</say>><br> <<natasha>>Noooo, I'm still so horny<</natasha>><br> <<MsPearl>>I'll lick your pussy, but leave me that dick<</MsPearl>><br> <<natasha>>Ok... that's more like it<</natasha>><br> Ms. Pearl gets back on the desk with a knee, and you position behind her, while Natasha gets in front of her and puts her pussy in front of her face.<br> As you put your dick inside, She starts licking the young girl's pussy.<br> <<video "images/mspnat/mspnatfuckmsplick.mp4" >><br> <<natasha>>Yes... keep sucking on my pussy just like that... just like that...<</natasha>><br> You keep ramming your dick inside the woman's snatch, while she keeps dedicating herself to Natasha's pussy.<br><br> <<natasha>>Oh my god... keep sucking on my clit just like that...<</natasha>><br> You professor starts moaning harder and harder again, signaling that she achieved another orgasm.<br> <<if $sexcontrol gte 71>> <b>(Sex control check: Success)</b><br> Natasha notices that and says:<br><br> <<natasha>>Hey, she came, it's my turn again!<</natasha>><br> <<MsPearl>>But, I've been licking your pussy to have the dick for myself<</MsPearl>><br> <<natasha>>I guess I'll exchange the favor then<</natasha>><br> <<MsPearl>>Oh, really?<</MsPearl>><br> <<natasha>>Yeah, I don't mind, come over here<</natasha>><br> The two girls exchange their position, and you now have Natasha's little ass in front of you, you know that your role at this point is just to put your dick inside and starts thrusting.<br><br> <<video "images/mspnat/mspnatfucknatlick.mp4" >><br> <<natasha>>Oh fuck...<</natasha>><br> Natasha keeps faith to her promise and starts licking on Ms. Pearl's pussy while getting fucked by you.<br> You keeep fucking her until she reaches her last orgasm, while getting off your math professor in the process one last time.<br> Both of them had multiple orgasms over your cock and over each other's mouth, so it's probably a good time to shower their faces with your warm cum.<br> You ask them to come get their hard-earned cum, and they don't need to be asked twice.<br> They kneel down in front of you, side by side.<br> <<video "images/mspnat/mpsnatcum.mp4" >><br> <<MsPearl>>Oh Yeah, come for us, give us all your warm spunk<</MsPearl>><br> They start making out, still covered in your cum.<br> <<natasha>>Fuck yes, this was so fucking perfect<</natasha>><br> <<MsPearl>>This blackmail turned out to be one of the best deals of my life<</MsPearl>><br> <<say "You" $faceimg>>Thank you both for attending, we'll meet again for the next lesson, right?<</say>><br> <<MsPearl>>Oh yeah, that's probably the most motivated I've ever been to teach<</MsPearl>><br> <<if $mspnatfullthreesomeach is 0 or $mspnatfullthreesomeach is undefined >> <<set $mspnatfullthreesomeach to 1>> <<sta 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<set $mspearlfucked +=1>> <<set $natashafucked +=1>> <<addmins 28>> <<natlove "4">> <<msplove "4">> <<sexcon "2.8">> <<sexexp "1.2">> <<lust "-40">> <<stress "-13">> <<ene "13">> <<link "You and Natasha exit the classroom" "Classrooms">><<set $energy -=$enewid>><</link>> <<else>> <b>(Sex control check: Fail)</b><br> The scene of Natasha's pussy being licked by the woman you're fucking is too much to handle and you cannot stop your upcoming orgasm. <br> You warn them about it and they kneel down in front of you side by side to receive your cum.<br> <<video "images/mspnat/mpsnatcum.mp4" >><br> <<MsPearl>>Oh Yeah, come for us, give us all your warm spunk<</MsPearl>><br> They start making out, still covered in your cum.<br> <<natasha>>I feel like you fucked her more than you fucked me, professor $surname<</natasha>><br> <<say "You" $faceimg>>It's been duly noted, I'll see if I can manage the time better, next time<</say>><br> <<MsPearl>>I don't mind if you don't<</MsPearl>><br> <<set $mspearlfucked +=1>> <<set $natashafucked +=1>> <<addmins 23>> <<natlove "2">> <<msplove "4">> <<sexcon "2.5">> <<sexexp "0.9">> <<lust "-40">> <<stress "-8">> <<ene "9">> <<link "You and Natasha exit the classroom" "Classrooms">><<set $energy -=$enewid>><</link>> <</if>> <<else>> <b>(Sex control check: Fail)</b><br> You have fucked both of them, and that's got to be enough for you, because you can't help by reaching an orgasm yourself.<br> You ask them to kneel down for you and they do that wasting no time, so that you can start coming all over their pretty faces.<br> <<video "images/mspnat/mpsnatcum.mp4" >><br> They start making out, still covered in your cum.<br> <<natasha>>Well, this was fun<</natasha>><br> <<say "You" $faceimg>>Thanks for attending my lesson, do you have any questions?<</say>><br> <<MsPearl>>Oh shut, up, it's not even funny<</MsPearl>><br> Natasha giggles.<br><br> <<natasha>>Maybe just a little, Can you last a little longer next time? The fun was over so quickly<</natasha>><br> <<say "You" $faceimg>>Thanks for your question Natasha, I'll see what I can do<</say>><br> <<MsPearl>>Next time... huh? I guess I should have expected that<</MsPearl>><br> <<set $mspearlfucked +=1>> <<set $natashafucked +=1>> <<addmins 18>> <<natlove "2">> <<msplove "2">> <<sexcon "2.5">> <<sexexp "0.7">> <<lust "-40">> <<stress "-6">> <<ene "6">> <<link "You and Natasha exit the classroom" "Classrooms">><<set $energy -=$enewid>><</link>> <</if>><</if>><</if>> <</nobr>>
<<nobr>> <div id ="choice"> <<if ndef $laylalove>><<set $laylalove to 0>><</if>> <<if ndef $laylaanaled>><<set $laylaanaled to 0>><</if>> <<include "calc">> <<if $metlayla gte 1>> Layla is currently exercising with a rubber band.<br> <img src="images/layla/layworkout.png"><br> What do you want to do?<br> <<set $laylaattraction to Number(($laylalove*1.4+$strength*1.3+$intelligence*0.7+$charisma*0.7+$sexcontrol*0.5).toFixed(1))>><br> <<set $laylaattraction to Number($laylaattraction)>> Layla's attraction for you is: $laylaattraction<br> <<if $energy gte $workoutenergy>> <<link "Work out next to her and exchange a few glances ($workoutenergy energy)">><<replace "#choice">> <<set $strgainworkhome to Number (($workstrgain*$laylagain).toFixed(2))>> <<set $stagainworkhome to Number (($workstagain).toFixed(2))>> <<set $energy to $energy-=$workoutenergy >> <<addhours 2>> You work out for two hours, focusing on muscles. <br> <<str $strgainworkhome>> <<sta $stagainworkhome>> <<stress "2">> While doing that, you try to catch Layla's attention.<br> <<if $laylaattraction gte 58>> <b>(Attraction check: Success)</b><br> She notices that you are staring at her, turns around and gives you her back.<br> You're note sure if she's being rude or wants to tease you by showing you something else...<br> <<video "images/layla/layteasing.mp4" "al">> <<lust "8">> <<laylove "1">> In any case, that made you horny.<br> <<linkreplace "Compliment her ass">> <<if $laylafucked lt 1>> You decide to risk it, and approach her directly.<br> <<else>> You know that Layla appreciates your attention at this point, so you just go for it.<br> <</if>> <<say "You" $faceimg>>My god Layla, your ass is so nice<</say>><br> <<if $laylaattraction gte 270 and $laylafucked gte 1>> <<if $laylaanaled lte 0>> <<layla>>Oh, I know you like it. What would you do to it?<</layla>><br> <<say "You" $faceimg>>I'd love to push my cock inside of it, and fuck it until it wears out<</say>><br> Layla bites her lip.<br><br> <<layla>>You know what? I'd like to see you try that, Let's go to my room<</layla>><br> Is this seriously happening?<br><br> <<link "Follow her to her room" "laylaroomanal">><<set $dailylayla to 1>><</link>> <<else>> <<layla>>My ass loves your attention, wanna follow me to my room?<</layla>><br> Yes, you want to.<br> <<link "Follow her to her Room" "laylaroomanal">><<set $dailylayla to 1>> <</link>> <</if>> <<elseif $laylaattraction gte 170 or $laylafucked gte 1>> <<layla>>Oh, I know you like it. What would you do to it?<</layla>><br> <<say "You" $faceimg>>I'd love to push my cock inside of it, and fuck it until it wears out<</say>><br> Layla bites her lip.<br><br> <<layla>>Hmmm... that doesn't sound too bad. Maybe someday, but don't get your hopes up<</layla>><br> <<laylove "2">> <<conf "1">> <<lust "10">> <<elseif $laylaattraction gte 95>> <<layla>>Ehm... thanks?<</layla>><br> She looks a bit uncomfortable, but she didn't dislike the attention too much<br> <<conf "1">> <<else>> <<layla>>What the fuck? Don't be a creep<</layla>><br> <<laylove "-1">> <<conf "1">> <</if>> <</linkreplace>><br> <<link "The show ends" "Poolgym">><</link>> <<else>> <b>(Attraction check: Fail)</b><br> She doesn't seem to care too much about you, but you still have an adequate workout session.<br> <<link "Go back" "Poolgym">><</link>> <</if>> <</replace>><</link>><br> <<else>> You are too tired to work out next to her.<br> <</if>> <<link "Approach her and talk">><<replace "#choice">> You decide to approach Layla while she's working out.<br> <img src="images/layla/layworkout.png"><br> <<if $laylaattraction gte 95>> <b>(Attraction check: Success)</b><br> <img src="images/layla/laytalk.png"><br> <<say "You" $faceimg>>Hey, you really have a nice body, do you want me to help you with your workout?<</say>><br> <<layla>>Help me? Come on, maybe I can teach you a thing or two, but I doubt that you can teach me anything<</layla>><br> <<say "You" $faceimg>>Ok then, let's see what you can teach me<</say>><br> She doesn't know what to answer to that, and ends up agreeing with your proposal<br> <<if $intelligence gte 25>> <b>(Intelligence skill check: Success)</b><br> She is pretty good, but you catch an opporunity to correct her on an exercise that she's doing slightly wrong, and touch her body in the process, you are right, so she doesn't object to you doing that.<br> <img src="images/layla/laytouch.png"><br> <<lust "6">> <<laylove "1">> <<else>> <b>(Intelligence skill check: Fail)</b><br> You are unable to spot any mistake on her part.<br> <</if>> You spend 30 minutes together while she works out. dealing with her narcisism is a bit stressful.<br>Besides that, it was an instructive experience, and she liked that.<br><br> <<stress "3">> <<int "0.3">> <<laylove "2">> <<lust "4">> <<set $laylagain += 0.02>> <b>You will now gain 2% more strength when working out</b><br> <<addmins 32>> <<link "Go back" "Poolgym">><</link>><br> <<else>> <b>(Attraction check: Fail)</b><br> <<say "You" $faceimg>>Hey, you really have a nice body, do you want me to help you with your workout?<</say>><br> <<layla>>Jeez, another creep, just what I needed, go away before I call someone<</layla>><br> Ok, this was probably a shit idea.<br> <<conf "-0.5">> <<laylove "-1">> <<link "Go back" "Poolgym">><</link>><br> <</if>> <</replace>><</link>> <br> <<link "Do nothing" "Poolgym">><</link>> <</if>> <<if ndef $metlayla>> You see an attractive girl working out, with a rubber band.<br> <img src="images/layla/layworkout.png"><br> <<if $confidence gte 17>> <b>(Confidence skill check: Success)</b> <<set $metlayla to 1>> You decide to muster your courage and go for it, so you approach her.<br><br> <<say "You" $faceimg>>Hey, are you new? It's the first time I see you here...<</say>><br> <<layla>>Oh... hello, actually I'm not, but I used to work out in a different place<</layla>><br> <<say "You" $faceimg>>Oh, I see, my name is $name , anyway, nice to meet you!<</say>><br> She looks at you, staring at your figure, it gives the impressiong of evaluating.<br> <<if $strength gte 40>> <b>(Strength skill check: Success)</b><br> <<laylove "3">><br> <<layla>>My name is Layla, nice to meet you too, looks like you aren't new to the gym<</layla>><br> <<say "You" $faceimg>>Oh, thanks! Yeah, I'm not, if you need anything let me know!<</say>><br> <<layla>>Look, don't get your hopes up, I'm here to exercise, not talk<</layla>><br> <<say "You" $faceimg>>I'm sorry then, I'll leave you to your workout<</say>><br> <<layla>>About time... thanks<</layla>><br> Jeez... why so hostile?<br><br> <<link "Go back" "Poolgym">><<addmins 6>><</link>><br> <<else>> <b>(Strength skill check: Fail)</b> <<laylove "-1">> <<layla>>My name is Layla, and I don't like being interrupted while working out<</layla>><br> <<say "You" $faceimg>>Ah, I'm sorry, I didn't mean to bother you, maybe we can talk later?<</say>><br> <<layla>>I don't know what we should talk about, and you're annoying me, go away!<</layla>><br> Jeez, what a bitch.<br> <<link "Go back" "Poolgym">><<addmins 6>><</link>><br> <<stress "5">> <</if>> <<else>> <b>(Confidence skill check: Fail)</b> You think it would be nice to get to know her, and at least ask her name, but you cannot bring yourself to do that.<br> <<link "Try again tomorrow" "Poolgym">><<addmins 2>><</link>> <</if>><</if>> <<if $laylafucked gte 1 and ndef $laylabusted>> <br> <<link "Dare her to do stuff in the gym">><<replace "#choice">> There aren't a lot of people in the gym at this particular hour. You wait a bit until a couple people sitll hanging around are out of your way.<br>Finally, when nobody is in sight, you walk over to Layla.<br> <<addmins 43>> <<say "You" $faceimg>>We're alone right now, mind if I touch your tits?<</say>><br> <<layla>>Are you insane? What if somebody see us?<</layla>><br> <<if $intelligence gte 54>> <b>(intelligence skill check: Success)</b><br> You know exactly how to trigger her.<br> <<say "You" $faceimg>>You're right, I like the thrill of the risk, but I understand if you're scared to get caught<</say>><br> <<layla>>Scared? Me? You're just talking, I don't think you'd do anything like that<</layla>><br> You take another quick look around, you quickly get behind her.<br> You slip up her shirt and start massaging her boobs from behind while she works out.<br> <<video "images/layla/laylagymtittouch.mp4" >><br> <<layla>>Wow, you actually did that<</layla>><br> Layla competitive spirit quickly kickes in.<br><br> <<layla>>You just exposed me though, that easy... how about you take your cock out?<</layla>><br> <<if $confidence gte 52>> <b>(confidence skill check: Success)</b><br> You take up the challenge, and actually pull your cock out in front of her face.<br> <<say "You" $faceimg>>There you go, my turn now, take off your panties<</say>><br> Layla doesn't want to chicken out first, and quickly does that.<br>Your cock becomes rock hard at the sight, and having your hard dick in front of her, naturally causes her to start sucking it.<br> <<video "images/layla/laylagymsuck.mp4" >><br> You look around for a while, nobody seems to be approaching the two of you, so you just enjoy the blowjob<br> <<if $confidence gte 68>> <b>(confidence skill check: Success)</b><br> You decide to push things further, and bring your dangerous game another whole step up by saying:<br><br> <<say "You" $faceimg>>What if I start to fuck you?<</say>><br> Layla bites her lip, you're not sure if out of stress or excitement, but she just replies:<br><br> <<layla>>I'm not stopping you...<</layla>><br> So you proceed to stick your dick inside of her.<br> <<video "images/layla/laylagymfuck1.mp4" >><br> With complete disregard of any common sense, she even starts moaning absolutely too loud for the given circumstances.<br> <</if>> <<if $confidence gte 77>> <b>(confidence skill check: Success)</b><br> You ignore this fact, and continue fucking her regardless.<br> <<video "images/layla/laylagymfuck2.mp4" >><br> She keeps moaning harder and harder, daring you into admitting about being worried, but neither of you thinks about stopping, you even change position.<br> <<video "images/layla/laylagymfuck3.mp4" >><br> She turns around and you continue fucking her.<br> <<layla>>Please, try to come quickly...<</layla>><br> Layla finally cracked, and she's starting to show signs of distress, she even starts moaning softer.<br> What you are doing is already extremely dumb, and you don't want to stretch it too much.<br> You concentrate and are finally able to reach an orgasm, and you pull out of her to come on her boobs, or to just stop her from moaning.<br> <<video "images/layla/laylagymcum.mp4" >><br> She sucks the last drops of cum out of your dick, and she even licks her tits.<br> You won whatever little game the two of you were playing.<br> <<if ndef $laylagymcumach>> <<set $laylagymcumach to 1>> <<int 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<addmins 14>> <<set $laylafucked +=1>> <<laylove "5">> <<conf "5">> <<lust "-30">> <<sexcon "2.5">> <<sexexp "3">> <<ene "7">> Unfortunately, all the noise that you have been carelessly doing, eventually caught the attention of someone, who is staring at you in disbelief from afar.<br> You can recognize Ms. Pearl, who probably headed over from the pool area.<br> She walks in your direction and gets close enough to get a good looking at your junk, which is still hanging out.<br><br> <<MsPearl>>$name $surname ... what an interesting sight<</MsPearl>><br> She spells that out slowly, making sure to be as intimidating as possible.<br><br> <<layla>>Oh fuck, we are in trouble, aren't we?<</layla>><br> <<say "You" $faceimg>>Hm... I don't know, maybe<</say>><br> Layla looks at you in an odd way, how can you possibly not be in trouble?<br><br> <<say "You" $faceimg>>Don't worry, I'll take care of this<</say>><br> <<layla>>Really?... thanks. But please, let's not do anything like this ever again, it was so fucking dumb<</layla>><br> She can hardly believe she won't get any responsibility for this, and she seems grateful for that.<br> <<laylove "5">> You definitely have to discuss what happened with Ms. Pearl, to find out if you are in trouble.<br><br> <<set $laylabusted to 1>> <<set $dailymspearl to 1>> <<else>> <b>(confidence skill check: Fail)</b><br> <<if $confidence gte 68>> This is too much, you have to pull out from her to stop her from moaning so loud, you're going to attract someone for sure if you continue.<br> Layla is truly insane, but she won, good thing you didn't bet anything on this, except being left blue balled.<br> It still took some balls to get this far.<br> <<set $laylafucked +=1>> <<laylove "1">> <<conf "1">> <<lust "22">> <<sexcon "1.5">> <<stress "4">> <<addmins 9>> <<ene "4">> <<else>> Having your dick sucked surely feels good, but you are too afraid that someone will come and catch you.<br> Eventually you have to stop her before being able to reach an orgasm.<br> She has a smirk across her face, you chickened out before you could even come, and with that she knows that she won.<br> <<laylove "1">> <<lust "18">> <<sexcon "1">> <<stress "3">> <<addmins 7>> <<ene "1">> <</if>> <br> <</if>> <<else>> <b>(confidence skill check: Fail)</b><br> You just cannot bring yourself to do that, it's too much.<br><br> <<say "You" $faceimg>>Hm... maybe next time, ok?<</say>><br> She laughs, because she clearly just won your little game.<br> <<laylove "1">> <<conf "-1">> <<lust "10">> <<stress "2">> <<addmins 4>> <<ene "1">> <</if>> <<link "Call it a day" "Poolgym">><<set $energy -=$enewid>><</link>><br> <<else>> <b>(intelligence skill check: Fail)</b><br> <<say "You" $faceimg>>Oh come on there's nobody aorund<</say>><br> <<layla>>I see... but, anybody could walk it at any moment, that's so dumb<</layla>><br> <<laylove "-1">> <<link "You have failed at daring her into it" "laylagym">><</link>><br> <</if>> <</replace>> <</link>> <</if>> <<if $laylabusted gte 2 and $laylabusted lt 5>> <br> <<link "Talk about Ms. Pearl" "laymsp">><</link>><br> <</if>> <<if $laymsp gte 1 and $mspearlblackmail isnot 0>> <br> <<link "Set up a meeting with Ms. Pearl" "laymsp">><</link>><br> <</if>> </div> <</nobr>>
<<nobr>> <<if $laylakissed is undefined>><<set $laylakissed to 0>><</if>> <<if $laylafucked is undefined>><<set $laylafucked to 0>><</if>> <<if $stalkedlayla is 1>> Layla is 20 years old. She attends 2nd year and is a difficult one to crack, she doesn't post much on social media. The general idea is that she's into fitness, loves bulky people who can lift, but she's not into superficial stuff. You're not really sure what she's doing in college, but there are strong signs that she comes from a rather wealthy family and is forced to study here against her will, which is probably why she spends a lot of her free time in the gym rather than studying.<br> <<else>> Layla is an attractive girl that seems to spend a lot of time in the gym, you rarely see her in class, she seems to be pretty rude and unpleasant.<br> <</if>> <<if $stalkedlayla is 1>> <br><img src="images/layla/instatok.png"><br> Age: 20<br> <<else>> <br><img src="images/layla/face.png"><br> <</if>> Layla's Love : $laylalove Layla activity count : ( Fucked = $laylafucked , Assfucked = $laylaanaled) <br> <<if $laylaanaled gte 1>><span style="color: #6A5ACD;">You have taken her anal virginity<br></span><</if>> Layla's workout strength multiplier = <<print (($laylagain).toFixed(2))>><br> <<if $stalkedlayla is 1>> Layla's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br> Love : 140% - Layla is harsh and obnoxious on the outside. She will reject most affection towards her, but she subconsciously values it. (<<print (($laylalove*1.4).toFixed(1))>>)<br> Strength: 130% - Layla is a workout nut, extra fat is just part of the buildup process, all good as long as you can lift.(<<print (($strength*1.3).toFixed(1))>>)<br> Intelligence: 70% - She is a rather cynical person, she doesn't care about your culture or dedication to study, but she loves people that can also be witty. (<<print (($intelligence*0.8).toFixed(1))>>)<br> Charisma: 70% - Besides being intelligent, being witty requires a good level of charisma, a well placed joke can win her heart over faster than most other nonsense(<<print (($charisma* 0.6).toFixed(1))>>)<br> Sex control: 50% - A good athlete has control over his body, and that is true for sexual interactions too, or well, let's just say that she doesn't want her fun to be over too quickly. (<<print (($sexcontrol* 0.5).toFixed(1))>>)<br> Layla can come up as annoying, rude and generally unpleasant to be around, but she's not dumb. She values substance over appearance, she doesn't play by standard college rules, she will value you for what you actually CAN do much more than what you or other people say that you can do.<br> <<set $laylaattraction to Number(($laylalove*1.4+$strength*1.3+$intelligence*0.7+$charisma*0.7+$sexcontrol*0.5).toFixed(1))>><br> <<set $laylaattraction to Number($laylaattraction)>> Layla's attraction for you is $laylaattraction <br> <</if>> <<link "Back">> <<script>> Dialog.setup("Girls Stats"); Dialog.wiki(Story.get("Girls Stats").processText()); Dialog.open(); <</script>> <</link>> <</nobr>>
<<nobr>> <<set $currenthour to $gameDate.getHours()>> <<if $currenthour lte 19 and $currenthour gte 5>> You have completely messed up your sleep schedule, and you'd end up waking up at ridiculous time.<br> You spend a few more hours in bed chilling and resting, trying to fix that.<br> <<if $currenthour lte 6>> <<addhours 2>> You spent 2 hours<br> <<stress "-4">> <</if>><<set $currenthour to $gameDate.getHours()>> <<if $currenthour lte 8>> <<addhours 2>> You spent 2 hours<br> <<stress "-4">> <</if>><<set $currenthour to $gameDate.getHours()>> <<if $currenthour lte 10>> <<addhours 2>> You spent 2 hours<br> <<stress "-4">> <</if>><<set $currenthour to $gameDate.getHours()>> <<if $currenthour lte 12>> <<addhours 2>> You spent 2 hours<br> <<stress "-4">> <</if>><<set $currenthour to $gameDate.getHours()>> <<if $currenthour lte 14>> <<addhours 2>> You spent 2 hours<br> <<stress "-5">> <</if>><<set $currenthour to $gameDate.getHours()>> <<if $currenthour lte 15>> <<addhours 2>> You spent 2 hours<br> <<stress "-5">> <</if>><<set $currenthour to $gameDate.getHours()>> <<if $currenthour lte 17 and $rosevirginachievement eq 3>> <<addhours 2>> You spent 2 hours<br> <<stress "-5">> <</if>><<set $currenthour to $gameDate.getHours()>> <<addhours 3>> You spent 3 hours<br> <<stress "-8">> <</if>><<set $currenthour to $gameDate.getHours()>> <<button "Wake Up" "Room">><<if $rosevirginachievement is 3>><<addhours 8>><<else>><<addhours 10>><</if>><!--[[Room]]--><</button>> <</nobr>>
<<nobr>> <<set $metlaylabreakfast to 1>> You grabbed your usual breakfast, and decided to try and sit at the table where Layla is eating alone.<br> <<set $laylaattraction to Number(($laylalove*1.4+$strength*1.3+$intelligence*0.7+$charisma*0.7+$sexcontrol*0.5).toFixed(1))>><br> <<set $laylaattraction to Number($laylaattraction)>> Layla's attraction for you is: $laylaattraction<br><br> <<say "You" $faceimg>>Good morning Layla, mind if I sit here?<</say>><br> You get closer to her and behave like you're about to sit down next to her.<br><br> <<if $laylaattraction lte 72>> <b>(Attraction check: Fail)</b><br> She looks at you in an almost horrified way.<br><br> <<if ndef $laylarejected>> <<layla>>What the hell do you think you're doing? I don't know you, get the fuck away, creep!<</layla>><br> <<set $laylarejected to 1>> <<else>> <<layla>>You again? What the fuck are you trying to achieve with this shit? Go away!<</layla>><br> <</if>> <div id="answer"> <<link "Apologize and walk away">><<replace "#answer">> You hastily apologize. She was very loud for no reason, a few different people witnessed your failure. She seems to have taken pleasure in humiliating you.<br> <<laylove "2">> <<conf "-2">> <<set $popularity -=1>> <b>Your popularity <span style="color: #8B0000;">decreased</span> by 1</b> <br><<link "Go sit somewhere else and eat alone" "Cafeteria">><<addmins 15>><</link>><br> <</replace>><</link>> <br> <<if $confidence gte 30>> <<link "(30 conf) Insult her for being a bitch">><<replace "#answer">> <<say "You" $faceimg>>Jesus, what the fuck is wrong with you?<</say>><br> <<layla>>Did I ask you to sit here?<</layla>><br> <<say "You" $faceimg>>I just wanted to do a nice thing, no wonder you're always sitting alone, you're such a bitch!<</say>><br> <<layla>>Fuck you, leave me alone<</layla>><br> <<say "You" $faceimg>>Yeah, I was going to, like anyone else.<</say>><br> This went pretty bad, but at least you've obtained some experience in dealing with bitches from the interaction.<br> <<laylove "-3">> <<conf "2">> <<cha "0.5">> <br><<link "Go sit somewhere else and eat alone" "Cafeteria">><<addmins 15>><</link>><br> <</replace>><</link>> <<else>> If you had more confidence, you could insult her for being a bitch.<br> <</if>> </div> <</if>> <<if $laylaattraction > 72 >> <<if $laylarejected is 1>> <<layla>>Oh my god, you again? Why are you so obsessed with sitting next to me?<</layla>><br> She seems to be speaking in a tone of voice that is lower compared to the other times.<br><br> <<say "You" $faceimg>>I just wanted to keep you company, do you want me to go away?<</say>><br> <<elseif ndef $laylarejected>> <<layla>>Hey, why do you want to sit here? Can't you see the table is occupied?<</layla>><br> <<say "You" $faceimg>>I just wanted to keep you company, do you want me to go away?<</say>><br> <<layla>>Is that so? Whatever, sit down then I guess. Just don't expect me to make conversation<</layla>><br> <<set $laylarejected to 0>> <<else>> <<layla>>I guess you just want to sit down and eat breakfast next to me again?<</layla>><br> <<say "You" $faceimg>>If that's not too much trouble...<</say>><br> <<layla>>Whatever, ok. Seriously though, dont' talk too much, I just woke up<</layla>><br> <</if>> You sit down with Layla and eat breakfast with her, the two of you don't talk a lot, but she seems to appreciate the thought and the company.<br> <div id="eatchoice"> <<link "Talk about working out">><<replace "#eatchoice">> You decide to have a conversation with her about work out schedules and other things related to the gym.<br> She seems to be genuinely interessed in the topic and you even learn a few new things.<br> <<laylove "2">> <<set $laylagain += 0.01>> <b>You will now gain 1% more strength when working out</b><br> <br><<link "Finish up eating and greet her" "Cafeteria">><<addmins 26>><</link>><br> <</replace>><</link>> <br> <<link "Talk about sex">><<replace "#eatchoice">> You decide to have a conversation with her about sex.<br> <<if $laylaattraction gte 118>> <<if $laylarejected gte 0 or ndef $laylarejected>> <<set $laylarejected to -1>> Layla seems to be skeptical and uneasy about this conversation.<br><br> <<layla>>It's not a very interesting topic, all boys want is someone to play with their dick, and they can't even last a few minutes without coming, it's just boring<</layla>><br> <<say "You" $faceimg>>I'd say you've never tried it with the right person<</say>><br> <<layla>>Funny that you should mention that, because that's what they all say<</layla>><br> <<say "You" $faceimg>>It would be different with me<</say>><br> <<layla>>Yeah... I don't really think so, want to make a bet?<</layla>><br> <<say "You" $faceimg>>What's the bet?<</say>><br> <<layla>>I'll show you my tits, and start jerking you off, and you'll come in less than 5 minutes.<</layla>><br> <<say "You" $faceimg>>Interesting, how much do you want to bet?<</say>><br> <<layla>>Nah, fuck money, If I win you'll help me with my assignment, and by helping me, I mean that you'll just do all of it alone<</layla>><br> <<say "You" $faceimg>>Jesus, and what do I get if I win?<</say>><br> <<layla>>Nothing. I'm not stupid, you get to be right about it, and I've got a feeling that you're going to accept the bet anyway, <</layla>><br> She isn't wrong about that, a handjob from her in exchange for some homework is something you can risk, you accept the bet.<br> <<link "Go to her room" "laylaroom">><<addmins 25>><</link>> <<else>> <<if $laylabet eq 1>> <<layla>>Oh god, did you come here to gloat about the bet you won?<</layla>><br> <<say "You" $faceimg>>Actually, I just wanted to give you another chance at winning<</say>><br> She isn't that dumb, she realizes that you're just trying to get some more action.<br><br> <<layla>>In that case, ok, I'll try again<</layla>><br> So you are a bit surprised that she accepts so easily, she probably has more fun that she's willing to admit.<br> <<link "Go to her room" "laylaroom">><<addmins 23>><</link>> <<else>> <<layla>>Ahahah, are you still trying to talk about that? I thought you learned your lesson, but I guess you want to be humiliated again?<</layla>><br> <<say "You" $faceimg>>Just let me try again, I know I can do it this time!<</say>><br> <<layla>>You're starting to sound a bit sad, Unfortunately I don't have an assignment, but you'll still do all my homework if you fail again.<</layla>><br> <<say "You" $faceimg>>That sounds fair<</say>><br> You're not sure if she's failing to understand that this is still a good trade-off for you, or if she's aware but is fine with it anyway.<br> <<link "Go to her room" "laylaroom">><<addmins 25>><</link>> <</if>> <</if>> <<else>> <b>(Attraction check: Fail)</b><br> You try to bring up sex as a topic, and she immediately gets upset.<br> <<layla>>You said that you just wanted to keep me company, and you end up asking weird questions? Go eat somewhere else<</layla>><br> <<say "You" $faceimg>>I'm sorry, I was just curious about...<</say>><br> <<layla>>Just go away<</layla>><br> She isn't very loud and nobody seems to notice your failure, but it's still a failure.<br> <<laylove "-1">> <<conf "-1">> <br><<link "Finish up eating alone" "Cafeteria">><<addmins 24>><</link>><br> <</if>> <</replace>><</link>> </div> <</if>> <</nobr>>
<<nobr>> <<set $studiedtoday to 0>> <<set $carolreward to 0>> <<set $dailynatasha to 0>> <<set $dailysusan to 0>> <<set $dailyrose to 0>> <<set $dailymelanie to 0>> <<set $dailyjane to 0>> <<set $dailymspearl to 0>> <<set $dailykatrina to 0>> <<set $dailyolivia to 0>> <<set $dailydanielle to 0>> <<set $dailylayla to 0>> <<set $dailyxiang to 0>> <<set $dailymsbloom to 0>> <<set $stalkeddaily to 0>> <<set $atedinner to 0>> <<set $atelunch to 0>> <<unset $atebreakfast>> <<unset $janolitalk>> <<unset $dailyzoe>> <</nobr>>
<<nobr>> <<include "calc">> <<if ndef $laylafucked>><<set $laylafucked to 0>><</if>> You both enter Layla's room.<br> She gets comfortable and lays down on her bed.<br><br> <<if ndef $laylabet>> <<layla>>I guess it's time to win this bet<</layla>><br> <<say "You" $faceimg>>What makes so sure that you're going to win?<</say>><br> <<layla>>I don't know man, I mean... people get a look at these, and they just can't handle it<</layla>><br> She acts very smug and she's almost unbearable, but she does have a nice pair of huge tits.<br> <<video "images/layla/laylaroomtits.mp4">> <<say "You" $faceimg>>Well, they look nice<</say>><br> <<layla>>See? I mean... they literally cannot handle it<</layla>><br> <<say "You" $faceimg>>I don't know, we'll see<</say>><br> <<set $laylabet to 0>> <</if>> <<if $laylabet eq 0>> <<layla>>Ok, the bet is on, let's see how long you can last<</layla>><br> You lay down next to her on the bed, she takes out your cock and starts jerking you off. You are a bit worried by how fast she seems to start going.<br> <<else>> <<layla>>Ok,let's try this again<</layla>><br> You lay down next to her on the bed, she takes out your cock and starts jerking you off. You are a bit worried by how fast she seems to start going.<br> <</if>> <<layla>>Come on, touch my tits<</layla>><br> You cannot help to feel like it's a trap, but you can't resist the request anyway. You start touching her tits while she keeps masturbating you.<br> <<video "images/layla/laylaroomhandjob.mp4">> She's pretty good at it. She goes very fast and her rhythm doesn't seem to slow down at all.<br><br> <div id="choice"> <<if $sexcontrol gte 28>> <<link "(28 sex control) Resist">><<replace "#choice">> <<set $laylabet to 1>> She goes faster trying to make you come, she checks her timer, and sees that only 30 seconds remain<br><br> <<say "You" $faceimg>>I'm sorry, I think you're going to lose this<</say>><br> She seems to be horrified by the prospect, her ego just cannot take the hit.<br> She lays down on her belly and starts jerking you even faster. You don't seem to be particularly close, and at some point, in a desperate attempt, she starts using her mouth.<br> <<if $laylawinbet is 0 or $laylawinbet is undefined >> <<set $laylawinbet to 1>> <<conf 2>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<video "images/layla/laylahandtoblow.mp4">> You know better than informing her that this is going to disqualify her from even winning the bet.<br> You're not even sure this is about the bet, after all, she seems to be getting kind of caught up.<br> <br> <<if $sexcontrol gte 48>> <<link "(48 sex control) Resist">><<replace "#choice">><br> Getting your dick sucked by her like this feels great, but you manage to resist coming even from that.<br> She tries to go faster, but at some point it becomes clear that you won the bet.<br> <<layla>>Fuck... I'm pretty sure I lost<</layla>><br> <<say "You" $faceimg>>What did I tell you? You couldn't even do it with your mouth...<</say>><br> <<conf "1">> You give her a confident smile.<br> <<say "You" $faceimg>>So... what did I win?<</say>><br> <<layla>>As we agreed, you don't win anything, you just got your dick sucked, that's enough<</layla>><br> <<say "You" $faceimg>>Can you at least actually make me come?<</say>><br> <<layla>>Sure...<</layla>><br> <div id="twochoice"> <<link "Let her do what she wants">><<replace "#twochoice">><br> <<say "You" $faceimg>>Do your best, then<</say>><br> <<layla>>Ok, I'll definitely make you come this way<</layla>><br> She stands up, turns around and removes her pants and panties in a single pull.<br> <<video "images/layla/laylapussyjob.mp4">> She then gets on top of you, and places her wet pussy on top of your dick, and starts grinding and sliding it over it.<br> <<layla>>Don't get any strange ideas, I don't want to fuck<</layla>><br> <<video "images/layla/laylapussyjob2.mp4">> It's a pretty good feeling, she seems to be getting off as well, and she starts moaning and getting close to an orgasm herself. <br>The whole ordeal must have made her pretty horny.<br><br> <<layla>>You like that, huh?<</layla>><br> <<if $laylaattraction gte 235>> <b>(Attraction check: Success)</b><br> Layla can't resist the temptation any longer, she needs you inside her.<br> While straddling you and grinding, she grabs your cock and lowers herself onto it without even asking.<br> <<video "images/layla/layladickinsert.mp4">> The sudden feeling of her tight, wet pussy enveloping your shaft is almost too much to bear.<br> She starts to move faster, starting to bounce on you as she takes you deeper inside her. <br> <<video "images/layla/laylafucking1.mp4">> After a few minutes, you can feel her getting closer to orgasm, as she starts letting a few moans escape.<br> <<if $sexcontrol gte 74>> <b>(Sex control check: Success)</b><br> She starts to ride you even harder, you grab her bouncing tits as she slams herself down onto your cock.<br> <<video "images/layla/laylafucking2.mp4">> She moans more and more until she comes, her pussy clenching around your shaft as she rides out her orgasm.<br> <<else>> <b>(Sex control check: Fail)</b><br> <</if>> <<if $sexcontrol gte 83>> <b>(Sex control check: Success)</b><br> <<layla>> Wow, you still didn't come, that's awesome!<</layla>><br> She's not done with you yet. <br> She flips over onto her back and spreads her legs, inviting you to take her in missionary position.<br> You slide back into her easily, her pussy still slick from her previous orgasm.<br> <<video "images/layla/laylafucking3.mp4">> <<layla>> Oh my god... Oh my god, that's really good!<</layla>><br> You start to fuck her hard and fast, your hips slapping against hers as you drive yourself deeper inside her and make her climax again.<br> <<else>> <<if $sexcontrol gte 74>> <b>(Sex control check: Fail)</b><br> <</if>> <</if>> You decide that it's time to change position, as the current one is going to make you come before you want to.<br> You tell her lay on the bed and she does just that, presenting her perfect ass to you.<br> <<video "images/layla/layladoggydickinsert.mp4">> You stick it inside fast and deep, and resume fucking her in this position.<br> <<if $sexcontrol gte 91>> <b>(Sex control check: Success)</b><br> After all the sex you had, it's a miracle that you are still able to speed up and fuck her mercilessly fast from behind.<br> <<video "images/layla/layladoggyfuck.mp4">> She just surrenders to being quickly taken over from yet another powerful orgasm, while you ravage her with your cock.<br> <<else>> <b>(Sex control check: Fail)</b><br> <</if>> This is it. You've given her all you could, and it's time to spray her ass with cum.<br> <<video "images/layla/layladoggyfuckcum.mp4">> You pull your dick out and let your cum paint her ass cheeks.<br> <<if $sexcontrol gte 83>> <<layla>>Damn... I really let myself get fucked for good<</layla>><br> <<else>> <<layla>>That was pretty hot, I hope you enjoyed your extra reward for winning the bet<</layla>><br> <</if>> /* virgin and firstfuck check X */ <<if $laylafuckach is 0 or $laylafuckach is undefined >> <<set $laylafuckach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $virginity is 1>> <<if $laylavirginach is 0 or $laylavirginach is undefined >> <<set $laylavirginach to 1>> <<set $popularity +=3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Layla"]>><br> You lost your virginity to $virginity ! <</if>> <<if $laylafucked is 0>> <b>You fucked Layla for the first time! She was a tough one to crack, but she was very sweet inside.<br> Your popularity <span style="color: #008000;">increased</span> by 4!<br></b> <<set $popularity +=4>> <</if>> /*------------virginfirstfuckX----------------- */ <<set $laylafucked +=1>> <<sexcon "2.3">> <<if $sexcontrol lte 83>> <<laylove "1">> <<addmins 22>> <<sexexp "1">> <<ene "6">> <<stress "-6">> <<elseif $sexcontrol lte 91>> <<laylove "2">> <<sexexp "1.5">> <<addmins 31>> <<ene "9">> <<stress "-9">> <<else>> <<laylove "3">> <<addmins 44>> <<sexexp "2">> <<ene "12">> <<stress "-12">> <</if>> <<lust "-40">> <<link "Go back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> <b>(Attraction check: Fail)</b><br> She speaks between moans, the whole situation is pretty arousing and as she gets off and climaxes by rubbing your dick on her clit, you also start coming.<br> <<video "images/layla/laylapussyjobcum.mp4">> <<layla>>Well, it took me a while, but at least I did it!<</layla>><br> She says, panting, still with a quick breath and her face twisted by pleasure.<br> <<laylove "1">> <<sexcon "2.3">> <<conf "2">> <<stress "-10">> <<lust "-40">> <<ene "1">> <<link "Go back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <</replace>><</link>> <br> <<link "Ask to fuck her tits">><<replace "#twochoice">><br> <<say "You" $faceimg>>Why don't you let me fuck those pretty tits?<</say>><br> <<layla>>Whatever...<</layla>><br> <<if $laylatitfuckach is 0 or $laylatitfuckach is undefined >> <<set $laylatitfuckach to 1>> <<str 2>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> She agrees, and lays down on the bed.<br> You get on top of her and put your dick between her massive tits, then start to fuck them.<br> <<video "images/layla/laylatitfuck.mp4">> You continue to use her tits for your pleasure for a few more minutes, until you are clearly close to your orgasm, she notices that and says:<br> <<layla>>I think I've earned that cum<</layla>><br> She sticks her tongue out and brings it near the head of your cock. You can feel the wetness grazing your tip.<br> This brings you over the edge, and you start filling her mouth with your jizz.<br> <<video "images/layla/laylatitfuckcim.mp4">> She then finishes you off by sucking the last drops out of you.<br> <<addmins 21>> <<sexcon "2.2">> <<conf "2.2">> <<cha "0.4">> <<stress "-10">> <<lust "-40">> <<ene "3">> <<link "Go back to your room" "Room">><<set $energy -=$enewid>><</link>> <</replace>><</link>> <br> <<link "Ask for a footjob">><<replace "#twochoice">><br> <<say "You" $faceimg>>Your feet are very pretty Layla, do you think you can make me come with them?<</say>><br> <<layla>>What? Is that your fetish?<</layla>><br> <<say "You" $faceimg>>I mean, if you feel like it, it's not very easy to do it...<</say>><br> You certainly know how to trigger Layla, and that works as a charm.<br><br> <<layla>>You don't think I can do that? Ahah come on, let me show you<</layla>><br> You lay down in front of her, and he starts getting her feet over your hard cock.<br> <<video "images/layla/laylafoot1.mp4">> <<layla>>After all, I think you've earned it<</layla>><br> She really seems to put all of her effort into doing a good job.<br><br> <<layla>>Look at how I stroke it, it's so fucking perfect<</layla>><br> There's no denying that she's good at it.<br> <<video "images/layla/laylafoot2.mp4">> She even start to grab and lick her own tits, trying to get you more aroused.<br> And that works, because you are soon ready to come.<br> She's been at it for more than 5 minutes already, her legs at this point have to be in pain, but she's trying really hard to please you.<br> So you decide to reward her efforts by coming on her feet.<br> <<layla>>Oh yeah Look at that...Oh my god yeah, get off on my feet<</layla>><br> <<video "images/layla/laylafootcum.mp4">> <<layla>>Oh my god that tastes so fucking good<</layla>><br> <<if ndef $laylafootjobach>> <<set $laylafootjobach to 1>> <<set $exp +=40>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> She loves the feeling of your warm cum on her toes, and brings one to her mouth to lick it clean and taste your seed.<br> <<sexcon "2.2">> <<addmins 19>> <<conf "1">> <<cha "0.8">> <<stress "-6">> <<lust "-30">> <<ene "1">> <<link "Go back to your room" "Room">><<set $energy -=$enewid>><</link>> <</replace>><</link>><br> <<if $confidence gte 42 and $laylafucked lt 1>> <<link "(42 conf) Shame her and find a way to use her cunt (-love)">><<replace "#twochoice">><br> <<say "You" $faceimg>>What happened to all the big talk anyway? It's pretty pathetic that you couldn't even make me come with your mouth<</say>><br> <<laylove "-5">><br> <<layla>>Fuck off, you won the bet, well done! happy?<</layla>><br> <<say "You" $faceimg>>No, I'm not, I already knew I was going to win, but I don't want to stay blue balled now because of you<</say>><br> <<layla>>Ok... and? Stop being a dick, I already said I'm gonna help you come<</layla>><br> <<say "You" $faceimg>>How exactly? If you couldn't so far...<</say>><br> Layla lowers her stare, she's pretty uncomfortable about the fact that you're doing what you can to humiliate her.<br><br> <<laylove "-5">><br> <<say "You" $faceimg>> I'm ready to make another bet, I bet that you're soaked wet between your legs...<</say>><br> <<layla>>No, I'm not...<</layla>><br> <<say "You" $faceimg>>Take your panties off and prove it, then<</say>><br> <<layla>>Fuck off, I'm not going to do that<</layla>><br> <<say "You" $faceimg>>Yes you are, you said that you will help me come, and since you can't, maybe looking at your pussy will help<</say>><br> <<laylove "-5">><br> <<layla>>...Fine, whatever<</layla>><br> She takes her shorts and panties off, letting you look at her cunt.<br><br> <<layla>>There, happy now?<</layla>><br> <<laylove "-5">><br> <<say "You" $faceimg>>Let me see if I won this other bet too<</say>><br> You put your fingers on her pussy, she is in fact soaking wet, she doesn't like you being a dick, but sucking you made her very horny.<br><br> <<say "You" $faceimg>>Looks like I won again<</say>><br> <<layla>>We didn't make any other bet, and I'm not that wet anyway...<</layla>><br> <<say "You" $faceimg>>Oh, really?<</say>><br> You stick two fingers inside, and start moving them back and forth.<br><br> <<say "You" $faceimg>>Then how come my fingers slide inside so easily?<</say>><br> <<video "images/layla/laylausefinger.mp4">> Layla doesn't answer, all she can do is moan, she is visibly horny, you take your fingers out, and she seems disappointed, as she was starting to enjoy that.<br><br> <<say "You" $faceimg>>Turn around, pull your ass up and touch yourself for me, give me a good show<</say>><br> Layla obeys your request, and gets in the position you asked for, then starts touching herself, and you do the same.<br> <<video "images/layla/laylausedoggypose.mp4">> After a minute of that, you proceed with the next step of your plan.<br><br> <<say "You" $faceimg>>You're not very good at this, Layla, there's no way that's enough to get me to come<</say>><br> <<layla>>Seriously? Come on, I don't know what else to do...<</layla>><br> Layla seems to be hurt in her pride by your behaviour, but that didn't seem to turn her arousal down.<br> <<laylove "-5">><br> It's clear that she's having conflicted feelings about this.<br><br> <<say "You" $faceimg>>Let's try this then<</say>><br> With a quick movement, you just push your dick inside of her, it slides in very easily, her slit is dripping with her arousal, and offers basically no resistance, enveloping your hard cock.<br> <br> <<video "images/layla/laylausefuck1.mp4">> <<layla>>OH MY GOD, OHhhh FUCK<</layla>><br> Layla starts moaning heavily right away, all the sexual tension she built up is finally getting dealt with.<br> She doesn't move away, she stops complaining and just lets you use her.<br> <<video "images/layla/laylausefuck2.mp4">> You firmly grab her right arm, and continue ramming her from behind as fast and hard as you can.<br> She moans and screams as she's ridden by an orgasm.<br><br> <<say "You" $faceimg>>I want to look you in the eyes as you come, turn around<</say>><br> <<layla>>Ahhh, FUCK! Seriously, what the fuck?<</layla>><br> <<say "You" $faceimg>>Do you want me to stop?<</say>><br> <<layla>>Fuck you! No, don't stop<</layla>><br> <<say "You" $faceimg>>Then turn around<</say>><br> She just complies in the end, and you resume fucking her in the other position, she keeps cursing you and moaning at the same time.<br> <<video "images/layla/laylausefuck3.mp4">> <<layla>>Yes... FUCK, FUUUCK<</layla>><br> She quickly gets to another, seemingly endless, orgasm. Her body shakes and quivers while her tits bounce following your rhythm.<br> It's a beautiful sight, and having fucked her enough, you decide it's time to cum.<br> <<video "images/layla/laylausecum.mp4">> You start unloading your load inside of her pussy, at some point you realize that you don't even know if she's on the pill, and you pull out, obviously too late.<br> <<layla>>Fuck yes!<</layla>><br> She feels your jizz spraying over her pussy and tights, and after a while she says.<br><br> <<layla>>You pulled out, good<</layla>><br> <<say "You" $faceimg>>Actually... I might have came inside a bit<</say>><br> <<layla>>Are you fucking joking?<</layla>><br> <<video "images/layla/laylausejoking.mp4">> /* virgin and firstfuck check X */ <<if $laylafuckach is 0 or $laylafuckach is undefined >> <<set $laylafuckach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $virginity is 1>> <<if $laylavirginach is 0 or $laylavirginach is undefined >> <<set $laylavirginach to 1>> <<set $popularity +=3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Layla"]>><br> You lost your virginity to $virginity ! <</if>> <<if $laylafucked is 0>> <b>You fucked Layla for the first time! Even though your methods were questionable, you got that!<br> Your popularity <span style="color: #008000;">increased</span> by 4!<br></b> <<set $popularity +=4>> <</if>> /*------------virginfirstfuckX----------------- */ <<set $laylafucked +=1>> <<set $laylamanipulated to 1>> <<sexcon "2.3">> <<sexexp "2">> <<addmins 37>> <<ene "12">> <<stress "-10">> <<lust "-40">> <<if $laylauseach is 0 or $laylauseach is undefined >> <<set $laylauseach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<layla>>You're such a piece of shit, not only I wasn't ready for that, but you even came inside of me? What if I get pregnant?!<</layla>><br> <<laylove "-10">><br> <<say "You" $faceimg>>Oh stop it, I know you liked that<</say>><br> <<layla>>Yeah, I liked that, so what? You treated me like shit, I'm not going to forget that<</layla>><br> You're taken a back for a moment and don't really know what to answer to that, so you don't, and she continues.<br><br> <<layla>>I hope you're happy now, I don't want to ever see you at my table again. Don't even dare to show your face there, get the fuck out!<</layla>><br> This maybe didn't go too well, but you might just feel like you got what you wanted.<br> <<link "You basically get kicked out of her room" "Room">><<set $energy -=$enewid>><</link>> <</replace>><</link>> <<elseif $laylafucked lt 1>> If you had more confidence, you could force your hand on her.<br> <</if>> </div> <</replace>><</link>> <</if>> <br> <<link "Come in her mouth">><<replace "#choice">><br> She keeps sucking you off for at least a couple more minutes, until you are finally close to cum.<br> You are well past the 5 minutes mark, and she even used her mouth, which wasn't in the bet, you're pretty sure that you've won anyway at this point, and you start unloading your cum in her mouth.<br> <<video "images/layla/laylaroomblowcim.mp4">> <<layla>>How does that look? Looks like I made you cum after all<</layla>><br> <<say "You" $faceimg>>I don't know Layla... I mean, that was great, but the timer is almost at 7 minutes<</say>><br> No point in mentioning that she wasn't supposed to use her mouth if you won anyway.<br> She takes a look at the timer, the smug stare vanishes from her face and turns into a very annoyed expression.<br> <<layla>>Fuck... That's true...<</layla>><br> <<say "You" $faceimg>>You were great, though<</say>><br> <<layla>>Eh, fuck you, I know I was, but the timer... FUCK!<</layla>><br> She seems to be a sore loser, you definitely won the bet.<br> You feel like it's not the case to tease her on top of that, as she already has her face covered in your cum, and that's probably a strong enough sight for your ego.<br><br> <<addmins 17>> <<laylove "-1">> <<sexcon "2.1">> <<conf "2.5">> <<cha "0.4">> <<stress "-10">> <<lust "-40">> <<ene "1">> <<link "Go back to your room" "Room">><<set $energy -=$enewid>><</link>> <</replace>><</link>> <br> <</replace>><</link>><br> <<else>> If you had more sexual control, you'd have a chance of resisting the urge to cum, but unfortunately you have no chance but to<</if>> <<link "Come in her hand">><<replace "#choice">> You did not resist the urge to cum.<br> <<video "images/layla/laylaroomhandcum.mp4">> You end up coming in her hand while she laughs and gloats in her victory.<br> <<if $laylabet eq 0>> <<set $laylabet to -1>> <<layla>>Ahahah, what did I tell you? I won<</layla>><br> <<sexcon "1">> <<lust "-30">> She seems to be genuinely happy about her victory.<br><br> <<layla>>You have to help me with my assignment now!<</layla>><br> You are not going to go back on your word, and you do as requested, even though it's a massive load of work and she doesn't really help you a lot doing that.<br> You spend most of the day doing this, it's a stressful and humiliating experience, but you honor your word and learn something in the process.<br><br> <b>7 hours have passed</b>.<br> <<addhours 7>> <<laylove "5">> <<cul "3">> <<stress "40">> <<conf "-5">> <<ene "12">> <<if $laylalosebet is 0 or $laylalosebet is undefined >> <<set $laylalosebet to 1>> <<sexcon 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<link "Go back to your room" "Room">><<set $energy -=$enewid>><</link>> <<elseif $laylabet eq -1>> <<layla>>Ahahah, I won again, you're really hopeless<</layla>><br> <<sexcon "1">> <<lust "-30">> You know some homework awaits, luckily, you already took care of most of her past homework, and there's so much that needs to be done, it's all over in a little more than an hour.<br> She does appreciate the fact that you keep up your part of the bet.<br> <b>80 minutes have passed</b>.<br> <<addmins 80>> <<laylove "2">> <<cul "0.5">> <<stress "10">> <<conf "-1">> <<ene "5">> <<link "Go back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> <<layla>>Oh yeah! I finally did it!<</layla>><br> <<sexcon "1">> <<lust "-30">> She seems to be happy about the fact that she finally won the bet, even though you kinda let her win, and she probably suspects it.<br> <<layla>>I don't even have much homework left, I had to do the assignment by myself, but there's still a bunch of stuff to do<</layla>><br> You attend to her homework, there isn't a lot of stuff to do, and your confidence is unscathed by the fact that you pretty much know that you let her win.<br> <b>80 minutes have passed</b>.<br> <<addmins 80>> <<laylove "2">> <<cul "0.5">> <<stress "5">> <<ene "5">> <<if $laylalosebet is 0 or $laylalosebet is undefined >> <<set $laylalosebet to 1>> <<sexcon 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<link "Go back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <</replace>><</link>> </div> <<set $laylascene to 0>> <</nobr>>
<<nobr>> <b>This page is a work in progress.<br></b> Before you start a new one, you can see the long-term effects of what you have done so far in your simulation.<br><br> You have spent $currentday days in this simulated word and managed to achieve <<if $difffucked gte 4>>a lot!<<else>>a few things.<</if>><br><br> <<if $susanfucked eq 0>> Susan was obviously into you, but you somehow managed to screw up and miss the opportunity, like you did in the past.<br> Maybe you just actually didn't like her enough, but it should have been pretty easy to get into bed with her.<br> <</if>> <<if $susanfucked gte 1>> Susan was obviously into you, and it was easy for you to take advantage of that.<br> <<if $virginity eq "Susan">>You have lost your virginity to her, maybe because you liked her, maybe because she was the easiest one.<br> <<if $susanfucked gte 4 or $susananaled gte 4>> You have then proceeded to fuck her several times <<if $susananaled gte 1 >> and even take her asshole and her anal virginity with it.<br><</if>> <<else>>But you didn't have sex with her a lot of times besides that <<if $susananaled gte 1 >> , that didn't stop you to take her asshole and her virginity with it.<br><</if>> <</if>> <<if $difffucked gte 2>>You probably used her as a way to gain enough confidence and experience to move on and fuck other girls!<br><<else>>She is the only girl that you had sex with, did you actually love her so much that you didn't need anyone else? Or you just couldn't? Who knows.<br> Anyway, in this simulation, you end up proposing to her a few years later, the two of you get married and live a relatively happy life together, You could have gotten more out of this? Maybe, but it's still a nice prospect!<</if>><</if>> <<if $difffucked gte 2>>You probably used her as a way to gain enough confidence and experience to move on and fuck other girls!<<else>>She is the only girl that you had sex with, did you actually love her so much that you didn't need anyone else? Or you just couldn't? Who knows.<br> Anyway, in this simulation, you end up proposing to her a few years later, the two of you get married and live a relatively happy life together, You could have gotten more out of this? Maybe, but it's still a nice prospect!<</if>> In fact <<if $suscar gte 2 or $susrose gte 1>> you included her in your new conquests, agreeing to have threesomes wtih her.<br> She will stay in your life for a long time, and she'll always have sex with you and whatever girl you bring to her.<br> You get the feeling that she might have wanted more out of you and maybe having you all for herself, but she's happy enough with how things have gone.<br> <</if>> <<if $susanlesb eq -10>> when presented with the opportunity to have a threesome with her, you decided to keep her all for yourself and <<if $difffucked gte 2>> keep fucking other girls on the side.<br> You end up getting married with her, but you also have <<if $difffucked lte 4>>the occasional affair with other women, that she never ends up catching, so the two of you live a relatively happy life together!<<else>>a lot of affairs, in the end she catches you and you end up getting divorced, maybe this wasn't the best course of action after all!<</if>><<else>> dedicate your life to her. You fast forward the simulation and see a relatively happy life together, with ups and down, in which you always remain faithful to her.<br> <</if>><</if>><</if>> <br> <<link "Proceed" "expspending">> <<updatebar>> <</link>> <</nobr>>
You have reached the day $currentday of the simulation and the current round ends. As your mind gradually resurfaces from the depths of the simulated reality, a sense of disorientation washes over you. The vivid experiences and memories of the past weeks in the simulation start to fade. The room around you slowly comes into focus, and you find yourself disconnected from the wires and sensors that were binding you to the artificial reality. The gentle hum of machinery and the sterile scent of medical equipment fill the air, grounding you back in the present. As you regain your bearings, the scientists who guided you into the simulation steps forward, their expression a mix of curiosity and anticipation. <<say "Scientists">>Welcome back, how did it go? <</say>> As the scientists listens to your account of the simulation, you can't help but feel a deep sense of shame and embarrassment creeping in. The realization dawns upon you that a significant portion of your time in the simulated world was spent engaging in intimate encounters. With hesitance, you confess your actions, expecting disapproval or reproach. However, to your surprise, the scientists responds with a reassuring nod and a gentle smile. They explain that what you did in the simulation, while personal, was crucial for its development, and that human interactions, including romantic and sexual encounters are complex and multifaceted. Your experiences provided invaluable data, helping the artificial intelligence evolve and become more authentic. All the experience you have gathered on these $currentday days can now be spent to enhance and prolong the simulation: <<nobr>> <<script>> Dialog.setup("Achievements"); Dialog.wiki(Story.get("Achievements").processText()); Dialog.open(); <</script>> <<if $subachievementmoney is undefined>><<set $subachievementmoney to 0>><</if>> <<set $moneyexp to 0>> <<set $lust to 0>> <<set $energy to 30>> <<set $stress to 0>> <<set $virginityexp to 0>> <<include "sexactivitycalc">> <<if $virginity eq "yes" or $virginity eq "Yes">><<set $virginity to 1>><</if>> <<if $virginity is 1>><br>You are still a virgin. This gives you 0 experience<br> <</if>> <<if $virginity !== 1>>You lost your virginity to $virginity<</if>> <<include "virginityreset">> <br> You kissed a total of $diffkissed different girls. <b>This awards you <<print $diffkissed * 5>> experience<br></b> You fucked a total of $difffucked different pussies. <b>This awards you <<print $difffucked * 10>> experience<br></b> You fucked a total of $diffanaled different asses. <b>This awards you <<print $diffanaled * 15>> experience<br></b> You kissed a girl $totalkissed times. <b>This awards you <<print $totalkissed * 1>> experience<br></b> You fucked a pussy $totalfucked times. <b>This awards you <<print $totalfucked * 2>> experience<br></b> You fucked an ass $totalanaled times. <b>This awards you <<print $totalanaled * 3>> experience<br></b> <<if $extrastartmoney is undefined>><<set $extrastartmoney to 0>><</if>> <<set $moneyexp to Number(((($subachievementmoney+$money)-$extrastartmoney)/10).toFixed(0))>> <<if $moneyexp lte 0>><<set $moneyexp to 0>><</if>> You have <<print ((($subachievementmoney+$money)-$extrastartmoney).toFixed(0))>> more money than what you started with.<b> This awards you $moneyexp experience</b><br> <<set $totalexpgain to ($diffkissed*5)+($difffucked * 10)+($diffanaled * 15)+$totalkissed+($totalfucked * 2)+($totalanaled *3)+$virginityexp+$moneyexp>> <b>You gained a total of $totalexpgain experience</b><br> <<if $exp is undefined>><<set $exp to 0>><</if>> <<set $exp +=$totalexpgain>> <br> <<link "Proceed" "expspending">> <<updatebar>> <</link>><br><br><br> /*<<link "Work in progress" "ending">> <<updatebar>> <</link>>*/ <</nobr>>
<<nobr>> <<if ndef $expmodifications>><<set $expmodifications to 0>><</if>> <<if ndef $sexcontrolreset>><<set $sexcontrolreset to 0>><</if>> <<if ndef $susanplusfifty>><<set $susanplusfifty to 0>><</if>> <<if ndef $carolplusfifty>><<set $carolplusfifty to 0>><</if>> <<if ndef $roseplusfifty>><<set $roseplusfifty to 0>><</if>> <<if ndef $natashaplusfifty>><<set $natashaplusfifty to 0>><</if>> <<if ndef $melanieplusfifty>><<set $melanieplusfifty to 0>><</if>> <<if ndef $katrinaplusfifty>><<set $katrinaplusfifty to 0>><</if>> <<if ndef $mspearlplusfifty>><<set $mspearlplusfifty to 0>><</if>> <<if ndef $janeplusfifty>><<set $janeplusfifty to 0>><</if>> <<if ndef $oliviaplusfifty>><<set $oliviaplusfifty to 0>><</if>> <<if ndef $laylaplusfifty>><<set $laylaplusfifty to 0>><</if>> <<set $expmodifications to 0>> <<if $sexcontrolreset is 1>><<set $expmodifications += $sexcontrol>><</if>> <<if $susanplusfifty is 1>><<set $expmodifications -= 60>><</if>> <<if $carolplusfifty is 1>><<set $expmodifications -= 90>><</if>> <<if $roseplusfifty is 1>><<set $expmodifications -= 80>><</if>> <<if $natashaplusfifty is 1>><<set $expmodifications -= 120>><</if>> <<if $melanieplusfifty is 1>><<set $expmodifications -= 140>><</if>> <<if $katrinaplusfifty is 1>><<set $expmodifications -= 80>><</if>> <<if $mspearlplusfifty is 1>><<set $expmodifications -= 100>><</if>> <<if $janeplusfifty is 1>><<set $expmodifications -= 90>><</if>> <<if $oliviaplusfifty is 1>><<set $expmodifications -= 110>><</if>> <<if $laylaplusfifty is 1>><<set $expmodifications -= 130>><</if>> <<set $expmodifications to Number (($expmodifications).toFixed(0))>> <<set $finalexpmod to ($exp + $expmodifications)>> <br> You have $exp experience before modifications<br> <br> The selected options will change your exp by $expmodifications<br> You will have $finalexpmod after applying the changes<br><br> <<if $sexcontrolreset is 0>><img src="images/nope.png" width="16" height="16"> <<else>><img src="images/check.webp" width="16" height="16"> <</if>><<link "Start with 0 sex control (+ $sexcontrol exp)">> <<if $sexcontrolreset is 0>> <<set $sexcontrolreset to 1>> <<else>> <<set $sexcontrolreset to 0>> <</if>> <<script>> Dialog.setup("Extra restart options"); Dialog.wiki(Story.get("restartoptions").processText()); Dialog.open(); <</script>> <</link>> <br> <<if $susanplusfifty is 0>><img src="images/nope.png" width="16" height="16"> <<else>><img src="images/check.webp" width="16" height="16"> <</if>><<link "Add 50 starting love to Susan (- 60 exp)">> <<if $susanplusfifty is 0>> <<set $susanplusfifty to 1>> <<else>> <<set $susanplusfifty to 0>> <</if>> <<script>> Dialog.setup("Extra restart options"); Dialog.wiki(Story.get("restartoptions").processText()); Dialog.open(); <</script>> <</link>> <br> <<if $carolplusfifty is 0>><img src="images/nope.png" width="16" height="16"> <<else>><img src="images/check.webp" width="16" height="16"> <</if>><<link "Add 50 starting love to Carol (- 90 exp)">> <<if $carolplusfifty is 0>> <<set $carolplusfifty to 1>> <<set $carolminusfifty to 0>> <<else>> <<set $carolplusfifty to 0>> <</if>> <<script>> Dialog.setup("Extra restart options"); Dialog.wiki(Story.get("restartoptions").processText()); Dialog.open(); <</script>> <</link>> <br> <<if $roseplusfifty is 0>><img src="images/nope.png" width="16" height="16"> <<else>><img src="images/check.webp" width="16" height="16"> <</if>><<link "Add 50 starting love to Rose (- 80 exp)">> <<if $roseplusfifty is 0>> <<set $roseplusfifty to 1>> <<set $roseminusfifty to 0>> <<else>> <<set $roseplusfifty to 0>> <</if>> <<script>> Dialog.setup("Extra restart options"); Dialog.wiki(Story.get("restartoptions").processText()); Dialog.open(); <</script>> <</link>> <br> <<if $natashaplusfifty is 0>><img src="images/nope.png" width="16" height="16"> <<else>><img src="images/check.webp" width="16" height="16"> <</if>><<link "Add 50 starting love to Natasha (- 120 exp)">> <<if $natashaplusfifty is 0>> <<set $natashaplusfifty to 1>> <<else>> <<set $natashaplusfifty to 0>> <</if>> <<script>> Dialog.setup("Extra restart options"); Dialog.wiki(Story.get("restartoptions").processText()); Dialog.open(); <</script>> <</link>> <br> <<if $melanieplusfifty is 0>><img src="images/nope.png" width="16" height="16"> <<else>><img src="images/check.webp" width="16" height="16"> <</if>><<link "Add 50 starting love to Melanie (- 140 exp)">> <<if $melanieplusfifty is 0>> <<set $melanieplusfifty to 1>> <<else>> <<set $melanieplusfifty to 0>> <</if>> <<script>> Dialog.setup("Extra restart options"); Dialog.wiki(Story.get("restartoptions").processText()); Dialog.open(); <</script>> <</link>> <br> <<if $katrinaplusfifty is 0>><img src="images/nope.png" width="16" height="16"> <<else>><img src="images/check.webp" width="16" height="16"> <</if>><<link "Add 50 starting love to Katrina (- 80 exp)">> <<if $katrinaplusfifty is 0>> <<set $katrinaplusfifty to 1>> <<set $katrinaminusfifty to 0>> <<else>> <<set $katrinaplusfifty to 0>> <</if>> <<script>> Dialog.setup("Extra restart options"); Dialog.wiki(Story.get("restartoptions").processText()); Dialog.open(); <</script>> <</link>> <br> <<if $mspearlplusfifty is 0>><img src="images/nope.png" width="16" height="16"> <<else>><img src="images/check.webp" width="16" height="16"> <</if>><<link "Add 50 starting love to Ms. Pearl (- 100 exp)">> <<if $mspearlplusfifty is 0>> <<set $mspearlplusfifty to 1>> <<else>> <<set $mspearlplusfifty to 0>> <</if>> <<script>> Dialog.setup("Extra restart options"); Dialog.wiki(Story.get("restartoptions").processText()); Dialog.open(); <</script>> <</link>> <br> <<if $janeplusfifty is 0>><img src="images/nope.png" width="16" height="16"> <<else>><img src="images/check.webp" width="16" height="16"> <</if>><<link "Add 50 starting love to Jane (- 90 exp)">> <<if $janeplusfifty is 0>> <<set $janeplusfifty to 1>> <<else>> <<set $janeplusfifty to 0>> <</if>> <<script>> Dialog.setup("Extra restart options"); Dialog.wiki(Story.get("restartoptions").processText()); Dialog.open(); <</script>> <</link>> <br> <<if $oliviaplusfifty is 0>><img src="images/nope.png" width="16" height="16"> <<else>><img src="images/check.webp" width="16" height="16"> <</if>><<link "Add 50 starting love to Olivia (- 110 exp)">> <<if $oliviaplusfifty is 0>> <<set $oliviaplusfifty to 1>> <<else>> <<set $oliviaplusfifty to 0>> <</if>> <<script>> Dialog.setup("Extra restart options"); Dialog.wiki(Story.get("restartoptions").processText()); Dialog.open(); <</script>> <</link>> <br> <<if $laylaplusfifty is 0>><img src="images/nope.png" width="16" height="16"> <<else>><img src="images/check.webp" width="16" height="16"> <</if>><<link "Add 50 starting love to Layla (- 130 exp)">> <<if $laylaplusfifty is 0>> <<set $laylaplusfifty to 1>> <<else>> <<set $laylaplusfifty to 0>> <</if>> <<script>> Dialog.setup("Extra restart options"); Dialog.wiki(Story.get("restartoptions").processText()); Dialog.open(); <</script>> <</link>> <br><br><br> <<if $finalexpmod gte 0>> <<link "Apply the changes and start a new run!">> <<if $sexcontrolreset is 1>><<set $sexcontrol to Number ($sexcontrol.toFixed(0))>><<set $exp += $sexcontrol>><<set $sexcontrol to 0>><</if>> <<if $susanplusfifty is 1>><<set $exp -= 60>><<set $susanlove +=50>><</if>> <<if $carolplusfifty is 1>><<set $exp -= 90>><<set $carollove +=50>><</if>> <<if $roseplusfifty is 1>><<set $exp -= 80>><<set $roselove +=50>><</if>> <<if $natashaplusfifty is 1>><<set $exp -= 120>><<set $natashalove +=50>><</if>> <<if $melanieplusfifty is 1>><<set $exp -= 140>><<set $melanielove +=50>><</if>> <<if $katrinaplusfifty is 1>><<set $exp -= 80>><<set $katrinalove +=50>><</if>> <<if $mspearlplusfifty is 1>><<set $exp -= 100>><<set $mspearllove +=50>><</if>> <<if $janeplusfifty is 1>><<set $exp -= 90>><<set $janelove +=50>><</if>> <<if $oliviaplusfifty is 1>><<set $exp -= 110>><<set $olivialove +=50>><</if>> <<if $laylaplusfifty is 1>><<set $exp -= 130>><<set $laylalove +=50>><</if>> <<script>> Dialog.close(); <</script>> <<goto "day1">> <</link>><br> (Those changes are not permanent and will only be in place for the next run!) <<else>> You cannot go into negative experience.<br> <</if>> <</nobr>>
<<nobr>> <<if $janoli eq 2>> You waited for handful of minutes more than expected, but Jane finally arrives, she sees you and says:<br><br> <<jane>>Oh you're still outside, good<</jane>><br> <<say "You" $faceimg>>Yeah, you told me to wait for you<</say>><br> <<jane>>Yep, let's go<</jane>><br> Jane rings the doorbell, you know she must have the keys to her home, but she wants Olivia to come to the door.<br> In fact, a few moments later, Olivia opens the door, her expression is almost shocked at seeing the two of you together on her doorstep.<br> <<olivia>>What the fuck?<</olivia>><br> <<jane>>Look, Olivia, I know that you fucked $name and this should put us in an even position<</jane>><br> <<olivia>>Wait a minute...<</olivia>><br> Jane interrupts her and keeps talking.<br><br> <<jane>>But I want to apologize to you regardless. I didn't know you cared so much, I just assumed ours was kind of an open-relationship<</jane>><br> <<olivia>>I mean, it could have been, but you've been such a bitch...<</olivia>><br> <<jane>>As I said, I'm sorry<</jane>><br> <<olivia>>Ok... well, I'm sorry too, I let him fuck me just to get back at you, and that was wrong<</olivia>><br> <<jane>>You don't even like him?<</jane>><br> <<olivia>>Hm... I guess I didn't, but in hindsight, he has a pretty good dick<</olivia>><br> <<jane>>I know right?<</jane>><br> Both girls start laughing.<br><br> <<jane>>But yeah, we both did some bullshit, can we say that we're even, with this apology?<</jane>><br> <<olivia>>I guess, that's gonna take some time to get used to... Come inside, anyway<</olivia>><br> <</if>> <<if $janoli eq 2>> <<set $janoli to 3>> You enter their house and sit on the couch.<br> <<say "You" $faceimg>>So... who was this girl that you both had sex with? Do I know her?<</say>><br> <<jane>>Why would you know her? She's not from school<</jane>><br> <<olivia>>Yeah, her name is Amber, if you care so much<</olivia>><br> <<say "You" $faceimg>>Oh ok, I don't know anybody by that name, maybe you can introduce her to me one day<</say>><br> If you wanted them to get jealous, it worked.<br><br> <<jane>>What the hell! You are alone in a room with two older girls that you had sex with, and you're already thinking about a third one?! <</jane>><br> <<olivia>>I agree, that's just ridiculous, take your dick out<</olivia>><br> It's not even an offer, it's a demand. And you aren't anywhere close to turning it down.<br> <<else>> You already experimented what being in the house with two horny girls leads to, and this time is no different. It doesn't take long for them to talk you into removing all your clothes.<br> <</if>> They get you to sit down on the bed, and start taking turns at sucking your dick.<br> <<video "images/janoli/janoliblow.mp4">> They both go on for a few minutes having their share of dick sucking, until Jane decides it's time to put it in her pussy.<br> <<video "images/janoli/janolistartfuckjane.mp4">> <<set $janefucked +=1>> You let Jane ride your dick for a while, until Olivia protests that she wants a turn too.<br> So you proceed to stick your dick in her cunt as well.<br> <<video "images/janoli/janolifuckoli.mp4">> <<set $oliviafucked +=1>> You have fucked both girls already, but you might only have enough in you to completely satisfy one of them, and you have to choose which one.<br> <div id= "focus"> <<if $sexcontrol gte 86>> <br> <<link "(86 sex control) Fuck both of them to satisfaction">> <<replace "#focus">>You decide to refuse focusing on one of them, and to try the impossible: fucking both of them to complete satisfaction<br> <</replace>> <<trigger 'oliviaf'>> <<trigger 'janef'>> <<trigger 'bothf'>> <<trigger 'wherecum'>> <</link>> <<else>> (If you had an higher sexual control, you could try to focus on both).<br> <</if>> <br> <<link "Focus on Jane">> <<replace "#focus">>You decide to focus on fucking Jane.<br> <</replace>> <<trigger 'janef'>> <<trigger 'janefuckgains'>> <</link>> <br> <<link "Focus on Olivia">> <<replace "#focus">>You decide to focus on fucking Jane.<br> <</replace>> <<trigger 'oliviaf'>> <<trigger 'oliviafuckgains'>> <</link>> </div> <<on 'janef' span hidden>> Jane climbs back on top of your dick, and you thrust her from below.<br> <<video "images/janoli/janolifuckjanelick.mp4">> Olivia helps your effort to make her cum by licking her pussy, and that works like a charm, sending her on multiple orgasms, one after the other.<br> This seems to arouse Olivia too, that just cannot take it anymore. <<video "images/janoli/janolifuckjanelick2.mp4">> She resorts to straddling Jane's face to have her pussy licked while you keep plowing her.<br> She eventually manages to get off as well, right before yet another of Jane's orgasms.<br> <</on>> <<on 'bothf' span hidden>> You can now reasonably decide that Jane can be considered satisfied. You miraculously still have enough to turn your attention to Olivia and you proceed in doing so.<br> <</on>> <<on 'oliviaf' span hidden>> Olivia climbs on your dick and you start pumping into her snatch from below.<br> Jane enjoys the scene for a while, then starts rubbing her clit with her hand to help her climax.<br> <<video "images/janoli/janoliorgoli.mp4">> This sends Olivia into a long, estatic moan that becomes a very long orgasm, Jane keeps rubbing her pussy and kisses her on the moment of her maximum pleasure.<br> Jane then asks to have her pussy licked.<br> <<video "images/janoli/janolifuckolilick.mp4">> Olivia agrees and changes position in order to be comfortable while doing so.<br> You enter back into her from behind while she starts licking Jane's pussy passionately.<br> <</on>> <<on 'wherecum' span hidden>> <div id= "wherecum"> <<link "Come on Jane">> <<replace "#wherecum">> You decide to dedicate your last thrusts to Jane's cunt, and fuck her until you cannot stop yourself anymore.<br> <<video "images/janoli/janolicumonjane.mp4">> As soon as you pull your dick out of her pussy, Olivia's mouth is there to welcome your warm cum.<br> <</replace>> <<trigger 'bothfuckgains'>> <</link>> <br> <<link "Come on Olivia">> <<replace "#wherecum">> You decide to dedicate your last thrusts to Olivia's cunt, and fuck her until you cannot stop yourself anymore.<br> <<video "images/janoli/janolicumonoli.mp4">> You pull your dick out and start showering her lower back with fresh semen, Jane doesn't let it rest for long, and gathers it with her tongue still warm.<br> <</replace>> <<trigger 'bothfuckgains'>> <</link>> </div> <</on>> <<on 'janefuckgains' span hidden>> <<if $janolijanach is 0 or $janolijanach is undefined >> <<set $janolijanach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> You continue thrusting your dick inside Jane's cunt, and fuck her until you cannot stop yourself anymore.<br> <<video "images/janoli/janolicumonjane.mp4">> As soon as you pull your dick out of her pussy, Olivia's mouth is there to welcome your warm cum.<br> You completely satisfied Jane, the same cannot be said for Olivia, she obviously wanted more of your dick inside of her, but you had to make a choice.<br> <<janlove "4">> <<olilove "-1">> <<lust "-40">> <<sexexp "1.3">> <<sexcon "2.4">> <<stress "-5">> <<ene "8">> <<addmins 28>> <<link "Greet the girls, exit and head back" "Outside">><<set $energy -=$enewid>> <</link>> <</on>> <<on 'oliviafuckgains' span hidden>> <<if $janolioliach is 0 or $janolioliach is undefined >> <<set $janolioliach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> You continue thrusting your dick inside Olivia's cunt, and fuck her until you cannot stop yourself anymore.<br> <<video "images/janoli/janolicumonoli.mp4">> You pull your dick out and start showering her lower back with fresh semen, Jane doesn't let it rest for long, and gathers it with her tongue still warm.<br> You made Olivia very happy and fucked her really good, leaving Jane with a sour taste on her mouth, as she clearly yearned for more.<br> <<olilove "4">> <<janlove "-1">> <<lust "-40">> <<sexexp "1.3">> <<sexcon "2.4">> <<stress "-5">> <<ene "8">> <<addmins 28>> <<link "Greet the girls, exit and head back" "Outside">><<set $energy -=$enewid>> <</link>> <</on>> <<on 'bothfuckgains' span hidden>> <<if $janolibothach is 0 or $janolibothach is undefined >> <<set $janolibothach to 1>> <<set $exp +=100>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> You managed to fuck both girls to satisfaction. This leads them to grow even more attached to you, who knows what you'll be able to ask them in the future.<br> <<janlove "3">> <<olilove "3">> <<lust "-40">> <<sexexp "2.1">> <<sexcon "2.7">> <<conf "2">> <<stress "-16">> <<ene "14">> <<addmins 51>> <<link "Greet the girls, exit and head back" "Outside">><<set $energy -=$enewid>> <</link>> <</on>> <<set $dailyolivia to 1>> <</nobr>>
<<nobr>> <<if ndef $amboli>> You enter the house and sit on the couch, Olivia is clearly aroused by your presence and can't wait to get things going.<br> But you have other plans.<br> <<say "You" $faceimg>>I wanted to ask you something<</say>><br> <<olivia>>Hm... what?<</olivia>><br> <<say "You" $faceimg>>The girl you mentioned last time. I think her name was Amber?<</say>><br> <<olivia>>Oh god... what about her?<</olivia>><br> <<say "You" $faceimg>>Do you have a picture?<</say>><br> <<olivia>>Seriously? Why do you want to see it?<</olivia>><br> <<say "You" $faceimg>>I'm just curious, You both went with her...<</say>><br> <<olivia>>Whatever... I should have something on my phone, let me check<</olivia>><br> She browses her phone for a while, then stops and shows you the screen.<br><br> <<olivia>>I think it's from last year<</olivia>><br> <img src="images/amber/coucholivia.png"><br> <<say "You" $faceimg>>She's not too bad, I want to know more about her<</say>><br> <<olivia>>Are you fucking stupid?<</olivia>><br> <<say "You" $faceimg>>Come on, don't be a bitch. I'm curious, how is she like?<</say>><br> <<olivia>>Well, she's kind of a nympho, if not for some bad experiences she had in the past, she would fuck whoever passes by her<</olivia>><br> <<say "You" $faceimg>>Even boys?<</say>><br> <<olivia>>As if I didn't know where you were going... you greedy asshole<</olivia>><br> <<say "You" $faceimg>>You didn't answer the question<</say>><br> <<olivia>>She would let anyone fuck her, but I think she stopped having sex with boys because throwing yourself at any dick can become dangerous<</olivia>><br> <<say "You" $faceimg>>Can we meet her together?<</say>><br> Olivia doesn't answer, she start to look like she's thinking a way out of this. You suspect that from her odd reaction<br><br> <<say "You" $faceimg>>Are you hiding something?<</say>><br> She doesn't answer right away again, and only after a while, she eventually breaks down.<br><br> <<olivia>>Look, I have to be honest, I'm still seeing her once in a while, and Jane doesn't really know about that.<</olivia>><br> You double down on your strategy, and pressure into going forward.<br><br> <<say "You" $faceimg>>Well, that's perfect then. You can vouch for me. I have the feeling that she kind of misses dicks<</say>><br> <<olivia>>I can try... but promise you won't talk to Jane about it<</olivia>><br> <<say "You" $faceimg>>Yeah, of course, come on! Send her a message<</say>><br> <<olivia>>What... Right now?<</olivia>><br> <<say "You" $faceimg>>Yeah let's make an appointment<</say>><br> It takes some convincing, but Olivia eventually sends her a text message.<br> The message is very direct and crude.<br> You suspect that she's trying to get a negative answer out of her when you read what she wrote:<br> <b>"Hey bitch, Do you want to have some fun with me and a guy? He has a nice dick"<br></b><br> <<say "You" $faceimg>>Come on, what the fuck Olivia, that's never going to work<</say>><br> You are mildly disappointed, until you read her response.<br> <b>"Your house, right? I'm on my way"<br></b><br> <<say "You" $faceimg>>She's on her way? Right now? What the fuck<</say>><br> <<olivia>>Isn't that what you wanted?<</olivia>><br> You obviously didn't expect things to move this fast... but you can't really comaplain, after all.<br> You wait with Olivia until Amber arrives, she doesn't even take an hour.<br> <<addmins 44>> When she reaches the house and gets out of her car, Olivia briefly introduces each other.<br> She doesn't seem to care about formalities as much as she wants to get into action.<br> She already knows where the bedroom is, and just heads that way, losing some of her clothing along the way.<br> <<set $amboli to 1>> <<else>> You ask Olivia to arrange a meeting with Amber like she did last time.<br> Amber must have had a great time, because she accepts the proposition right away, and heads your way.<br> Just as last time, she gets directly into action, and heads directly for the bed<br> <<addmins 44>> <</if>> <<if $ambolithreesomeach is 0 or $ambolithreesomeach is undefined >> <<set $ambolithreesomeach to 1>> <<cha 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> She's not a very shy girl, but she just met you after all, so she starts by directing her attention towards Olivia.<br> Olivia reaches her on the bed, and they start to kiss in front of you.<br> <<video "images/amber/ambolikiss.mp4">> Your dick starts to get very hard looking at the scene. After a while you climb on the bed too and take it out, hoping for them to just turn their attention towards it.<br> That obviously happens, both girls seems to be pretty hungry for it, and start taking turns at sucking it.<br> <<video "images/amber/amboliblow.mp4">> After a while, Amber seems to get crazed with lust and begs to be the first one to ride your dick.<br> Olivia lets her go first.<br> Amber climbs on your dick and gets it inside her, like she waited her entire lifetime for it.<br> <<video "images/amber/ambolifuckamb1.mp4">> She has an orgasm just a few moments after you start pumping your dick fast into her cunt, but doesn't even think about stopping.<br> Olivia enjoys the show for a while, then starts licking her asshole, sending her into heaven.<br> A few minutes later, Olivia start craving your dick too much, and they switch places.<br> <<video "images/amber/ambolifuckoli1.mp4">> Amber starts licking Olivia's asshole as you fuck her, just as she did before with her.<br> This sends Olivia over the edge, making her reach her first orgasm.<br> You take a little break to catch your breath.<br> Both girls are extremely aroused, and as you leave them alone for a few seconds, they get in a 69 position and start licking each other's pussy.<br> <<video "images/amber/ambolisixtynine.mp4">> Amber, mad with lust, starts relentlessly fingering Olivia's pussy, sending her straight into a violent orgasm.<br> She then spreads her thighs for you, and invite you to get back at fucking her.<br> You realize you're still far from satisfying both of them.<br> So you get to work, and resume Fucking Olivia's pussy, still with Amber on top of her, getting her pussy licked.<br> <<video "images/amber/ambolifuckoli2.mp4">> She cannot help but get into another orgasm almost immediately, the situation clearly got to her, and she is horny beyond control.<br> <<if $sexcontrol gte 67>> <b>(Sex control check: Success)</b><br> Amber pratically begs Olivia to switch positions again, and promise to lick her pussy to keep her having fun.<br> Olivia accepts, and you slide your dick back into Amber's pussy, while Olivia sits on her face.<br> <<video "images/amber/ambolifuckamb2.mp4">> Amber eventually reaches another orgasm.<br> You then take your dick out to not meet the same end, and Olivia quickly catches it into her mouth, still wet and dripping with Amber's juices.<br> <<if $sexcontrol gte 78>> <b>(Sex control check: Success)</b><br> You have somehow managed to not come yet, and Olivia, inhebriated by Amber pussy's taste, jumps back on your cock and starts riding you.<br> Deprived of your cock, Amber climbs on your face and sits on it, insatiable with lust.<br> <<video "images/amber/ambolifuckoli3.mp4">> Olivia climaxes again and climbs off of your cock, leaving it unattended for merely a second before Ambers bends backwards to lick it and take it in her mouth.<br> <<else>> <b>(Sex control check: Fail)</b><br> <</if>> <<if $sexcontrol gte 84>> <b>(Sex control check: Success)</b><br> She then procees to climb on it aswell. <br> Olivia watches the scene closely and cannot help but start rubbing her pussy at the sight.<br> <<video "images/amber/ambolifuckamb3.mp4">> Amber's cunt is relentlessly plowed from below and she's orgasming once again on your cock, along with Olivia with her fingers.<br> <<elseif $sexcontrol gte 78>><b>(Sex control check: Fail)</b><br> <</if>> <<if $sexcontrol gte 91>> <b>(Sex control check: Success)</b><br> <<if $ambolithreefullach is 0 or $ambolithreefullach is undefined >> <<set $ambolithreefullach to 1>> <<sexcon 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> In one last straw of resistance, you invite Olivia on your cock again.<br> Despite being pretty exhausted, she gathers her strenght and takes your dick inside again.<br> Both girls are impressed by your incredible endurance.<br> <<video "images/amber/ambolifuckoli4.mp4">> Amber goes down on her pussy while you are still ramming her and stimulates her clit further with her tongue.<br> Depsite her tiredness, Olivia has to surrender to yet another orgasm.<br> This brings you over the edge as well, and you finally come inside of her.<br> <<elseif $sexcontrol gte 84>><b>(Sex control check: Fail)</b><br> It's time for you to come, and you want to reward Olivia for letting you meet Amber, so you request to penetrate her one last time.<br> You do that and finally empty your balls inside of her cunt.<br> <</if>> <<video "images/amber/amboliolicreampie.mp4">> Amber's start rubbing Olivia's pussy, helping her to one last orgasm.<br> You creampie her, and as soon as you pull your dick out, Amber immediately starts sucking every drop of your warm jizz out of her vagina.<br> This was an incredible experience for both the girls.<br> Amber was more than happy about your dick, and they can't wait to do more of that in the future<br> <<trigger 'threeend2'>> <<else>> <b>(Sex control check: Fail)</b><br> She changes position and starts riding your dick to chase another orgasm.<br> This would too much for almost anyone, both girls are just too horny and you cannot help to come inside of her.<br> <<video "images/amber/amboliolicreampie.mp4">> Amber immediately starts sucking your cum dripping out of her pussy.<br> They are a bit disappointed that you already came, even though they realize it wasn't easy to even last this long.<br> Amber insists that this can't be a one time thing, and that you have to fuck her more, next time.<br> <<if $sexcontrol gte 91 and ndef $amberphone >> Amber is utterly flabbergasted by your sexual performance. When Olivia isn't looking, she sneakily puts her mouth close to your left ear, and whispers you a series of digits.<br> <<if $intelligence gte 63>> <b>(Intelligence skill check: Success)</b> You immediately recognize this is a phone number, and you do your best to concentrate a repeat the numbers in your head continuously.<br> You manage to remember it long enough to be able to type it in your phone and save it.<br> <b>You have obtained Amber's phone number (You can use it in city studio)</b><br> <<set $amberphone to 1>> <<else>> <b>(Intelligence skill check: Fail)</b> You think that's probably her phone number, but you didn't focus enough and can't remember all of the digits when you try to put it down on your phone.<br> <</if>> <</if>> <</if>> <<sexcon "3">> <<if ndef $amberfucked>><<set $amberfucked to 0>><</if>> <<set $oliviafucked +=1>> <<set $amberfucked +=1>> <<if $sexcontrol lt 67>> <<olilove "1">> <<ene "6">> <<lust "-40">> <<stress "-4">> <<sexexp "1">> <<addmins 24>> <<elseif $sexcontrol gte 91>> <<olilove "4">> <<ene "19">> <<lust "-50">> <<stress "-15">> <<sexexp "2.5">> <<addmins 57>> <<elseif $sexcontrol gte 84>> <<olilove "3">> <<ene "15">> <<lust "-45">> <<stress "-11">> <<sexexp "2">> <<addmins 42>> <<else>> <<olilove "2">> <<ene "11">> <<lust "-40">> <<stress "-8">> <<sexexp "1.5">> <<addmins 36>> <</if>> <<link "Get dressed back and exit her house" "Outside">> <<set $energy -=$enewid>> <</link>> <</nobr>>
<<nobr>> <<if $ambjan gte 1>> <<set $ambjan to 2>> <<if $ambjanthreesomeach is 0 or $ambjanthreesomeach is undefined >> <<set $ambjanthreesomeach to 1>> <<int 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> Jane approaches the door and asks who is it.<br> You hear a voice from the other side of the door, it's Amber.<br> Jane opens the door and you see a provocatively dressed woman.<br> You greet her, and she answers like someone who doesn't have any time to waste.<br> She's here for sex, and she doesn't beat around the bush.<br> You and Jane accompany here on the bedroom on the upper floor, and in no time your cock, hard with anticipation is already out. They both get to sucking it without much ceremony.<br> <<video "images/amber/ambjanblow.mp4">> <<jane>>Oh my god Amber, you're just as much of a whore as I remember<</jane>><br> Amber doesn't seem to be bother by her mean comment at all, and keep sucking your cock with dedication, only proving her right.<br><br> <<jane>>The rules are simple, He'll fuck me until I'm satisfied, then you can get what's left in him<</jane>><br> She's not too happy about the arrangment, but she eventually agrees anyway.<br> You didn't expect her to be this kind of submissive girl.<br> Jane gets on all four, and wait for you to penetrate her.<br> You do just that, and slide your dick inside of her, while Amber positions herself to have her pussy licked by Jane.<br> <<video "images/amber/ambjanfuckjan1.mp4">> Jane doesn't seem to mind, and does a good job of licking her, she's clearly very aroused by the whole situation.<br> Amber comes extremely fast, demonstrating that she's even more horny than she is.<br> After a while, Janes flips over and you resume fucking her in this position.<br> The other girl kisses her passionately.<br> <<video "images/amber/ambjanfuckjan2.mp4">> She then moves to her clit and starts licking her while you fuck her, sending her towards an inevitable orgasm.<br> You then pull your dick out for a short moment.<br> Amber intercepts it with her mouth and starts sucking it right away, tasting Jane's wetness.<br> <<video "images/amber/ambjanfuckjan3.mp4">> You put your dick back inside, and Amber is now so horny that it begs Jane to have her pussy licked again.<br> Jane agrees and ask her to climb on her face.<br> You continue fucking her until she comes again.<br> She takes pity on Amber, and allows you to start fucking her a bit as well.<br> Without losing a second, she puts herself in a perfect position to receive your hard cock.<br> <<video "images/amber/ambjanfuckamb1.mp4">> It's not even 30 seconds, and she starts moaning hard and informs you that she's about to come, letting herself go to an orgasm.<br> <<if $sexcontrol gte 73>> <b>(Sex control check: Success)</b><br> You're not done with her, and she is grateful for that.<br> You keep fucking her in that position.<br> Jane is ready to be stimulated again, so she puts her wet pussy in front of her face, to get it licked.<br> <<video "images/amber/ambjanfuckamb2.mp4">> She doesn't even need to ask, Amber is already dedicating herself to doing that, despite the distraction of reaching yet another orgasm in a matter of few minutes.<br> Jane follows her rapidly, by orgasming under the strokes of her tongue.<br> <</if>> <<if $sexcontrol gte 80>> <b>(Sex control check: Success)</b><br> She then turns around and allows you to fuck her in a different position.<br> <<video "images/amber/ambjanfuckamb3.mp4">> You resume plowing her, while Jane starts using her hand to rub her clit, using Amber's own saliva for the job.<br> Unsurprisingly, Amber climaxes again, you don't think you ever saw anyone as horny as her.<br> <</if>> <<if $sexcontrol gte 85>> <b>(Sex control check: Success)</b><br> Both girls are kind of satisfied already.<br> They sit on the bed and they stretch backwards showing your their cunts.<br> Like if they wanted you to choose who to fuck.<br> You decide to go for both of them.<br> <<video "images/amber/ambjanfuckambtojan.mp4">> You start from Amber, and fuck her until she comes again, then switch over to Jane.<br> <</if>> <<if $sexcontrol gte 92>> <b>(Sex control check: Success)</b><br> Defying all expectations, you ask the girls to turn around and show you their asses.<br> They comply, and this gives enough motivation to give them one last serving of dick.<br> <<video "images/amber/ambjanfuckambtojan2.mp4">> Amber rubs Jane's pussy while you fuck her, and gets to lick her asshole when you switch over to fucking her instead.<br> <<jane>>Oh my god, that's so perfect<</jane>><br> Are Jane's last words before coming for one last time.<br> <<elseif $sexcontrol gte 85>> <b>(Sex control check: Fail)</b><br> <</if>> It's time for you to finally come.<br> You pull your cock out and they get in position to receive it in their mouths.<br> <<video "images/amber/ambjancum.mp4">> You deliver it right on their tongues.<br> They appreciate the gift, and share it by kissing in front of you, still with your cum in their mouths.<br> <<if $sexcontrol lt 73>> <<janlove "2">> <<ene "5">> <<lust "-40">> <<stress "-5">> <<sexexp "1">> <<addmins 24>> You couldn't dedicate as much attention to Amber as she would have wanted, and she look a bit disappointed.<br> But you still had your fun, and Jane doesn't seem to mind at all, as she had a great time.<br> You feel that this could most likely happen again.<br> <<elseif $sexcontrol gte 92>> <<janlove "4">> <<ene "18">> <<lust "-50">> <<stress "-18">> <<sexexp "3">> <<addmins 57>> <<if $ambjanthreefullach is 0 or $ambjanthreefullach is undefined >> <<set $ambjanthreefullach to 1>> <<sexexp 4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> Both girls are impressed about how you manage to fuck both of them for so long.<br> They are exhausted but feel like they're in heaven.<br> Amber looks at you in complete awe.<br> <<if ndef $amberphone >> When you are dressing, she takes an opportunity when Jane isn't looking, put her mouth close to your ear, and whispers you a series of digits.<br> <<if $intelligence gte 63>> <b>(Intelligence skill check: Success)</b><br> You immediately recognize this is a phone number, and you do your best to concentrate a repeat the numbers in your head continuously.<br> You manage to remember it long enough to be able to type it in your phone and save it.<br> <b>You have obtained Amber's phone number (You can use it in city studio)</b><br> <<set $amberphone to 1>> <<else>> <b>(Intelligence skill check: Fail)</b><br> You think that's probably her phone number, but you didn't focus enough and can't remember all of the digits when you try to put it down on your phone.<br> <</if>> <</if>> <<elseif $sexcontrol gte 85>> <<janlove "3">> <<ene "15">> <<lust "-45">> <<stress "-14">> <<sexexp "2.5">> <<addmins 42>> Amber is happy with how things went, she's been thoroughly fucked, and Jane is estatic.<br> Both girls can't wait for the next appointment.<br> <<elseif $sexcontrol gte 80>> <<janlove "3">> <<ene "12">> <<lust "-45">> <<stress "-12">> <<sexexp "2">> Amber could have certainly used more dick than she got, but she's not too unhappy with what she got.<br> On the other hand, Jane had a great time.<br> You have a strong feeling that this can definitely happen again.<br> <<addmins 42>> <<else>> /*(71-80)*/ <<janlove "2">> <<ene "9">> <<lust "-40">> <<stress "-9">> <<sexexp "1.5">> <<addmins 36>> <</if>> <<set $amberfucked +=1>> <<set $janefucked +=1>> <<link "Get dressed back and exit the house" "Outside">> <<set $energy -=$enewid>> <</link>> <</if>> <<if ndef $ambjan>> <<if ndef $ambjantalk>> The interaction you had with Jane and Olivia, that ended as a threesome, left you curious about the girl they both mentioned and apparently had sex with: Amber.<br> So you decide to try and investigate about her a bit more.<br><br> <<say "You" $faceimg>>I wanted to ask you something, Jane<</say>><br> <<jane>>What is it?<</jane>><br> <<say "You" $faceimg>>You and Olivia mentioned a girl, I think her name was Amber?<</say>><br> <<jane>>What about her? Don't tell me that you know her...<</jane>><br> <<say "You" $faceimg>>No, I don't know her...<</say>><br> <<set $ambjantalk to 1>> <<else>> You try to get the conversation about Amber again, but you don't get a different answer than last time:<br> <</if>> <<if $janecorruption lte 0>> <<if $ambjantalk eq 1>> <<jane>>Hm... No.<</jane>><br> <<say "You" $faceimg>>No what?<</say>><br> <<jane>>The answer is no<</jane>><br> <<say "You" $faceimg>>I didn't even ask you a question yet<</say>><br> <<jane>>Am I supposed to pretend that I don't know where this conversation is headed?<</jane>><br> <<say "You" $faceimg>>I am just curious, I swear<</say>><br> <<else>> <<jane>>Again with Amber? You really liked her picture, I guess?<</jane>><br> <<say "You" $faceimg>>I was wondering if we could maybe meet her together?<</say>><br> <</if>> <<if $janeattraction lte 360>> <b>(Attraction check : Fail)</b> <<if $ambjantalk eq 1>> <<jane>>You aren't just curious, you wanted to fuck her<</jane>><br> At this point, you feel that you just lack the leverage to be able to convince her to obtain anything meaningful, so you steer towards something obtainable.<br><br> <<say "You" $faceimg>>I don't even know how she looks like, Jane... I just wanted to see a picture, Jeez<</say>><br> Jane is a bit taken back by your response, so she decides to comply.<br><br> <<jane>>Ah... that's right, ok then<</jane>><br> looks through her phone for a picture of Amber, a minute later she informs you that she forwarded one to you.<br> You check your phone for the picture.<br> <img src="images/amber/selfiejane.png"><br> <<jane>>There... happy?<</jane>><br> <<say "You" $faceimg>>I can see why you both fell for her<</say>><br> <<jane>>Oh come on, seriously?<</jane>><br> Jane seems to be a bit jealous. You giggle at the notion<br><br> <<say "You" $faceimg>>Nah, you know my heart only beats for you<</say>><br> Making her jealous and reassuring her works like a charm.<br> <<janlove "5">> <<jane>>Well, I'm sorry but I don't have much free time today, I'll see you tomorrow, ok?<</jane>><br> <<set $ambjantalk to 2>> <<link "Exit her home" "Outside">><</link>><br> <<else>> <<jane>>Ok, now it's just obvious that you want to fuck her, please just drop this<</jane>><br> <<say "You" $faceimg>>I didn't mean it like that<</say>><br> <<jane>>Yeah, sure... Now please leave me alone, I've got a bunch of stuff to do<</jane>><br> <<janlove "-1">> You still lack the influence to even try to convince Jane to go forward with this. Maybe you'll have more luck in the future.<br> <<link "Exit her home" "Outside">><</link>><br> <</if>> <<else>> <b>(Attraction check : Success)</b> <<jane>>I thought that you were more interested in just me...<</jane>><br> Jane seems to be slightly hurt by your interest, this is certainly something unexpected.<br><br> <<say "You" $faceimg>>I am interested in you, but this is something else, it's something we might do just for fun!<</say>><br> <<jane>>Just for fun? Seriously?<</jane>><br> <<say "You" $faceimg>> Didn't you have fun with Olivia? How is this different?<</say>><br> <<jane>>I see... Look, I really care about you, do actually you want this to happen that badly?<</jane>><br> <<if $charisma gte 60>> <b>(Charisma skill check : Success)</b> <<say "You" $faceimg>>I mean, I just think it would be something fun for both<</say>><br> <<jane>>That doesn't sound very convincing<</jane>><br> <<say "You" $faceimg>>That's because I don't want to be very convincing. I just want to have fun together, if you feel up for it<</say>><br> <<jane>>Ok, that makes sense, you know what? Fuck it, I'll call her!<</jane>><br> <<else>> <b>(Charisma skill check : Fail)</b> <<say "You" $faceimg>>Yes, I really want that<</say>><br> Jane seems to be a bit disappointed in your answer, and lets out a sigh.<br><br> <<jane>>Whatever... I guess I'll make it happen, then<</jane>><br> <<janlove "-20">> <</if>> <<say "You" $faceimg>>How do you plan to convince her?<</say>><br> <<jane>>Plan?... haha, she's basically a nymphomaniac, she'll throw herself at anyone who isn't an immediate danger... usually<</jane>><br> <<say "You" $faceimg>>Usually?<</say>><br> <<jane>>Yeah, she has a history of... ahem... getting in dangerous situations<</jane>><br> Jane's stare gets clouded for a brief while, as she probably recalls some unpleasant shit that happened to her in the past.<br> <<jane>>I'll reassure her that you are a nice guy, that'll be more than enough<</jane>><br> Jane grabs her phone, and starts calling her.<br><br> <<say "You" $faceimg>>Oh, you're calling her now?<</say>><br> <<jane>>Why not? It's not like she's ever busy, and Olivia won't be home for a while<</jane>><br> Amber picks up, Jane speaks to her in a rather direct way, that worries you about the fact that any sane girl would refuse such a proposition.<br> Apparently, she doesn't, Jane close the call and tells you:<br> <<jane>>She's on her way<</jane>><br> You have nothing left to do but wait, and you do that, about 30 minutes later, you hear knocking on the door.<br> <<addmins 31>> <<set $ambjan to 1>> <<link "Amber arrives" "ambjan">><</link>><br> <</if>> <<else>> <<jane>>Hm... I want 1000$<</jane>><br> <<say "You" $faceimg>>What!?... For what?<</say>><br> <<jane>>For what you are about to ask<</jane>><br> <<say "You" $faceimg>>How do you even know what I'm about to ask?<</say>><br> <<jane>>Come on, don't be naive, cause I'm not<</jane>><br> <<say "You" $faceimg>>If you want 1000$, you'll have to be less vague than that<</say>><br> <<jane>>Yes, I can make that happen, I can see how excited you are about fucking two girls at once.<</jane>><br> <<say "You" $faceimg>>How do you know she'll agree?<</say>><br> <<jane>>You leave that to me, my conditions are simple: Don't tell Olivia, and 1000$<</jane>><br> <<say "You" $faceimg>>But...<</say>><br> <<jane>>Oh... right... Ahahaha, you don't even know how she looks like, let me show you a picture<</jane>><br> <<say "You" $faceimg>>That wasn't what I was about to say but... ok<</say>><br> jane looks through her phone for a picture of Amber, a minute later she informs you that she sent one to you.<br> You check your phone for the picture.<br> <img src="images/amber/selfiejane.png"><br> <<jane>>So?...<</jane>><br> <<say "You" $faceimg>>Would that be a one time thing?<</say>><br> <<jane>>I don't know honey, we'll see how it goes, ok?<</jane>><br> <div id ="choice"> <<if $money gte 1000>> <<link "Pay the 1000$">><<replace "#choice">> You decide to just pay her what she asks, you're just too excited about the opportunity to turn it down.<br> <<say "You" $faceimg>>Sure, here's the money<</say>><br> You hand her the money.<br>Jane seems to be happy about your choice, and smiles at you.<br> You <span style="color: #8B0000;">spent</span> 1000$.<br> <<set $money-=1000>> <<updatebar>> <<trigger "paid">> <</replace>> <</link>> <<else>> You can't afford to pay 1000$.<br> <</if>> <<if $money gte 300 and $charisma gte 75>> <br> <<link "(75 charisma) Haggle down to 300$">><<replace "#choice">> <<say "You" $faceimg>>It's way more money than what you usually ask me to fuck you<</say>><br> <<jane>>Yeah, I know, but it's not the same thing, dear<</jane>><br> <<say "You" $faceimg>>Are you implying than she's worth more than you?<</say>><br> <<jane>>What? what the fuck<</jane>><br> <<say "You" $faceimg>>Look, You are kind of a perfect girl, I'm not paying so much more just to fuck someone that is clearly less attractive than you<</say>><br> Jane is left without a comeback for a few seconds...<br><br> <<say "You" $faceimg>>I can give you 300$ for fucking you and the effort of convincing her, I don't think her pussy is worth so much.<</say>><br> <<jane>>Damn, even I got to admit that this is... well played<</jane>><br> <<say "You" $faceimg>>So?... It's take it or leave it, it's not like I'm missing a lifetime opportunity<</say>><br> <<jane>>You grow up fast, don't you? Give me those 300...<</jane>><br> Jane is somewhere in between being offended and amazed on how you turned things around on her.<br> Her affection remains unchanged.<br> You <span style="color: #8B0000;">spent</span> 300$.<br><br> <<set $money-=300>> <<updatebar>> <<trigger "paid">> <</replace>> <</link>> <<elseif $charisma lt 75>> If you had more charisma, you could probably bring down the price.<br> <<elseif $charisma gte 75 and $money lt 300>> You feel confident that you would be able to get a deal for a much lower price, like 300$, but you don't even have those.<br> <</if>> <br> <<link "Tell her you need to think about it">><<replace "#choice">> <<say "You" $faceimg>>I need some time to think about it...<</say>><br> <<jane>>You can just say that you can't afford that, if that's the case<</jane>><br> <<say "You" $faceimg>>Nah, I just have to think about it<</say>><br> <<janlove "-1">> <<jane>>Whatever, don't hurt yourself thinking too much... I think we're done here for today<</jane>><br> Jane seems to be slightly pissed by your behaviour, and you have no choice but to leave the house, as she requested.<br> <<link "Exit her home" "Outside">><</link>><br> <</replace>><</link>> </div> <<on 'paid' span hidden>> <<set $ambjan to 1>> <<jane>>Thanks, I'll make it worth your while<</jane>><br> Jane grabs her phone, like someone who is about to make a phone call and goes outside, turns on the TV and leaves you alone inside her home.<br><br> <<jane>>Just give me a couple minutes<</jane>><br> You can't hear anything she's saying, she probably switched the TV on to cover her conversation better.<br> Not even a full minute passed and she comes back inside.<br><br> <<say "You" $faceimg>>Oh, she didn't pick up?<</say>><br> <<jane>>Of course she did, it's done, she's on her way<</jane>><br> <<say "You" $faceimg>>What the hell? She can't possibly have already agreed to...<</say>><br> <<jane>>I told you not to worry about that, it's done<</jane>><br> You have nothing left to do but wait, and you do that, about 30 minutes later, you hear knocking on the door.<br> <<addmins 31>> <<link "Amber arrives" "ambjan">><</link>><br> <</on>> <</if>> <</if>> <</nobr>>
<<nobr>> This area is reserved for the <b>Online version reserved to Premium supporters.</b><br> (there is NO gated chunk of story and NO gated achievements - just a minigame with lots of extra scenes providing extra income).<br> You will need to export the save, connect to discord with a supporter account and you will be able to play the supporter version offering:<br><br> - A specific location that trascends simulation rules, where you can shoot extra scenes with most of the available girls.<br><br> - You have access to a specific minigame that will provide you with a daily income based on the number of different videos you have shot and the results achieved during the performance.<br><br> - Over 150 exclusive clips, including hot lesbian scenes between game characters.<br><br> - Being a premium supporter also gives you access to cheat codes that allows you to have total control over the game and several other things, including a Discord role, greater voting power in polls and my gratitude! <3<br><br> - If you <b>can't afford</b> to support me, but you really like the game and you want really bad to access this content, hop on discord! There's a channel dedicated to things you might be able to do to help, and I might just give you access for free if you ask nicely and help with bug reports or stuff : ) <<link "Go back" "Room">><</link>> <</nobr>>
<<nobr>> <<include "calc">> <<if $laymsp gte 1>> <<if $laymsp eq 1>> It's finally time to put your plan into action.<br> You know that Ms. Pearl is going to be free after the lessons ended. This is the perfect time to do so.<br> You inform her to go ahead and book a hotel room somewhere not too close for the next few hours.<br> Layla complies, and as requested she does that.<br> <<else>> You tell Layla that it's a good time for the two of you to meet with Ms. Pearl again.<br> She seems to be a bit annoyed about the fact that she has to book a room again, but excited at the same time.<br> It's not particularly hard to convince to repeat what she did last time.<br> <</if>> <<addmins 45>> <<if $laymsp eq 1>> The place she booked isn't far at all.<br> You make an appointment with Ms. Pearl at 5 minutes walking distance, make sure nobody follows you, and both of you hop in the car with her.<br> It's a 20 minutes drive and in a kind-of secluded area, but at least you are far from prying eyes.<br> The car trip is relatively quiet, and you try to make some uncomfortable small talk on the way there.<br> <<else>> You walk to the spot as last time and go on a 20 minutes car ride with Ms. Pearl.<br> You still feel this is a bit uncomfortable, but definitely better.<br> The car trip is relatively quiet, and you try to make some small talk on the way there.<br> <</if>> <<if $charisma lt 58>> <b>(Charisma skill check: Fail)</b><br> You struggle to carry on any kind of conversation, it proves to be a challenging to even find something to talk about.<br> This is embarassing, you cannot wasit to get to the fun part as quickly as possible.<br> <<conf "-1">> <<cha "1">> <<else>> <b>(Charisma skill check: Success)</b><br> You somehow manage to find some common ground to talk about and crack a few jokes, both girls seem to be at ease despite the situation.<br> <<laylove "1">> <<msplove "1">> <<cha "1">> <</if>> You finally arrive at the location.<br> You and Layla check in the room she booked first.<br> A couple minutes later, Ms. Pearl enters the room as well.<br> You are there to have sex, and you better go on with it.<br> Ms. pearl seems to be getting into her role quite well.<br><br> <<MsPearl>>So... small talk time is over, get naked and help me getting his cock hard, bitch<</MsPearl>><br> <<layla>>Of course, Ms. Pearl<</layla>><br> Layla complies, and undresses as requested.<br> She signals Layla to come closer, and they both make quick work of your underwear, leaving your cock exposed to their hungry mouths.<br> Layla takes your dick in her mouth and starts sucking, while Ms. Pearl fondles your shaft and eventually goes down to your balls, taking one in her mouth.<br> <<video "images/laymsp/laymsp1blow.mp4" >><br> After a while they switch places, and you quickly reach a state where your cock is definitely as hard as it can get.<br><br> <<MsPearl>>Very good, you can now start fucking me, make sure to watch, Layla<</MsPearl>><br> Layla helps the woman taking off her pants, and your slide your dick inside of her.<br> <<video "images/laymsp/laymsp1fuckmsp1.mp4" >><br> <<if ndef $laymspthreeach>> <<set $laymspthreeach to 1>> <<int 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> She starts enjoying your dick right away, and Layla doesn't seem to be really bothered by that.<br> She is in fact becoming more and more horny.<br> You go on fucking the woman for a while, until she reaches her first orgasm. That was fast, probably because she got very horny from all the buildup.<br><br> <<layla>>Can I please have some of that dick as well?<</layla>><br> <<MsPearl>>You know the rules, your little slut, you are here to watch<</MsPearl>><br> <<layla>>I'm sorry, I know, it's just that I'm getting so wet...<</layla>><br> <<if $mspearlattraction gte 270>> <b>(Ms Pearl attraction's check: Success)</b><br> Ms. Pearl meets your gaze, she doesn't want to give your cock up so easily, but she knowns you probably want to fuck both of them.<br><br> <<MsPearl>>Beg for it<</MsPearl>><br> <<layla>>Please, I'm begging you, I really need it inside of me<</layla>><br> <<MsPearl>>Taste my orgasm on his dick, and maybe I'll let you have it<</MsPearl>><br> <<layla>>Oh yeah, let me taste that fucking come in my mouth<</layla>><br> You take your dick out and bring it in front of her face.<br> She starts licking and sucking it, fully tasting the older woman's pussy juice over it.<br> She seems reasonably happy about that, and gives her a kiss on her mouth.<br> After that, she allows you to fuck her.<br> <<video "images/laymsp/laymsp1fucklay1.mp4" >><br> She helps her standing, and you take her from behind as well.<br> Ms. Pearl doesn't miss a second of the action, and fully enjoys the sight.<br><br> <<MsPearl>>Oh yeah, that looks so good<</MsPearl>><br> <<else>> <b>(Ms Pearl attraction's check: Fail)</b><br> <<MsPearl>>I don't care, masturbate if you want, but this dick is mine only<</MsPearl>><br> Layla gives up, and starts touching herself, making herself come with her fingers while she watches the two of you fucking.<br> <</if>> You decide it's time to move to a more comfortable place.<br> You reach the bed and lay down on it.<br> Shortly after, your professor mounts on top of you, and asks Layla to grab your cock and put it inside of her.<br> Layla obeys the woman, and does as requested, taking your dick and planting it inside the woman's wet cunt.<br><br> <<video "images/laymsp/laymsp1fuckmsp2.mp4" >><br> <<layla>>Oh yeah, I love your dick inside of that hole<</layla>><br> Layla is becoming horny beyond the point of no return, she doesn't seem to be taking the situation as some kind of punishment at all.<br> Ms. Pearl rides you faster and faster until she brings herself to another orgasm.<br> <<if $mspearlattraction gte 270 and $sexcontrol gte 62>> <b>(Sex control skill check : Success)</b><br><br> <<layla>>Please let me have it some more<</layla>><br> You are still not close to your orgasm.<br> Ms. Pearl is still catching her breath and seems to be a bit tired from riding you, so she consents to that again.<br> This time is Layla riding your dick, she climbs on top of you and puts it inside of her.<br> <<video "images/laymsp/laymsp1fucklay2.mp4" >><br> She starts to ride you furiously, leaving no doubts about how much she's enjoying this meeting.<br> She rides you until't she reaches an orgasm, then climbs off of you.<br><br> <<layla>>I just came and I'm still so wet and horny, this is insane...<</layla>><br> <<elseif $sexcontrol lt 62>> <b>(Sex control skill check : Fail)</b><br> You feel like you are too close to coming to satisfy both girls, and while Layla is facing her and not you, you subtly shake her head at Ms. Pearl, inviting her to deny it.<br> <<MsPearl>>You had enough dick for today, you little bitch in heat<</MsPearl>><br> <<layla>>But I'm so wet and horny, I can't take it anymore...<</layla>><br> <</if>> <<MsPearl>>Are you? Let me check that, spread your legs for me<</MsPearl>><br> Layla does that, and spreads her legs on the bed, showing her glistening and swollen clit.<br> Ms. Pearl goes down on her and starts licking it. Exposing her ass to you in the process.<br> Layla doesn't dare to protest, and just decides to enjoy it.<br> You cannot resist the sight, and slide your dick inside of her while she's at it.<br> This is probably what she wanted in the first place. So you keep fucking her in that position.<br> <<video "images/laymsp/laymsp1fuckmsp3.mp4" >><br> You keep this going until both girls reach yet another climax.<br> <<if $mspearlattraction gte 270 and $sexcontrol gte 79>> Layla, apparently unsatiable asks again to have a turn at your dick.<br><br> <<MsPearl>>I'll allow it, but I want you to lick me now<</MsPearl>><br> Layla says yes without even thinking about it, she's in a state of mind where she would consent to anything just to be fucked a little more.<br> You put your dick inside of Layla once again as Ms. Pearl climbs on top of her and starts to rub her wet cunt all over her face and tongue.<br> <<video "images/laymsp/laymsp1fucklay3.mp4" >><br> <<if ndef $laymspthreefullach>> <<set $laymspthreefullach to 1>> <<cod 7>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<MsPearl>>Oh yeah, don't stop, don't stop!<</MsPearl>><br> Layla has her last orgasm, and your professor gets really close as well. but finally says:<br><br> <<MsPearl>>We won't finish like this, you'll finish by fucking me!<</MsPearl>><br> <<elseif $sexcontrol lt 62>> <<if $sexcontrol gte 62>> <b>(Sex control skill check : Fail)</b><br> <</if>> You inform the girls that you are getting close to your orgasm.<br> <<MsPearl>>Let's do it like this!<</MsPearl>><br> <</if>> She lays on the her side, and invites you to fuck her in this position.<br> Layla gets directed to stand with her face close, ready to lick your cum off of her, if she wants any.<br> <<video "images/laymsp/laymsp1cum.mp4" >><br> You fuck her harder and harder until you bring her to her last orgasm, and yourself with it.<br> You pull out and start spraying her with your semen, inches away from Layla's face, who's more than ready to start gathering it with her tongue.<br> They close it off by kissing each other, sharing your cum in their mouths.<br> <<set $laylafucked +=1>> <<set $mspearlfucked +=1>> <<if $mspearlattraction gte 270>> <<if $sexcontrol gte 79>> <<laylove "5">> <<msplove "3">> <<sexcon "2.7">> <<lust "-40">> <<sexexp "2">> <<ene "11">> <<addmins 29>> Both of them are extremely satisfied with how things ended. They cannot wait to do this again.<br> <<elseif $sexcontrol gte 62>> <<msplove "3">> <<laylove "2">> <<sexcon "2.6">> <<sexexp "1.5">> <<lust "-40">> <<ene "9">> <<addmins 24>> Ms. Pearl is completely satisfied from the experience she just had, Layla is very happy as well.<br> You can feel though, that she could have taken even more of your dick.<br> <<else>> <<msplove "3">> <<laylove "1">> <<sexcon "2.5">> <<sexexp "1">> <<lust "-40">> <<ene "7">> <<addmins 17>> Ms. Pearl is completely satisfied from the experience she just had.<br> Layla had some fun, but you're pretty sure that she would have wanted to get way more attention than she did-.<br> You make a mental note about giving her some more of your dick in the near future.<br> <</if>> <<else>> <<msplove "3">> <<laylove "-2">> <<sexcon "2.4">> <<sexexp "0.5">> <<lust "-40">> <<ene "5">> <<addmins 13>> Ms. Pearl is completely satisfied from the experience she just had.<br> The same cannot be said for Layla, she feels frustrated, it was kind of fun but she's left horny and unsatisfied.<br> She had to mostly use her fingers to satiate her lust, while she really wanted to get fucked too.<br> You have a conversation on the phone later about it, and she says that if you are to do this again, you will have to fuck her as well.<br> <</if>> <<link "You get dressed and leave the hotel room" "Room">><<set $energy -=$enewid>><<set $laymsp to 2>><</link>> <</if>> <<if ndef $laymsp>> <<set $laymsp to 1>> <<set $laylabusted to 5>> You take Layla apart, and you start to talk to her about what happened with Ms. Pearl.<br> <<say "You" $faceimg>>We must talk about the situation with Ms. Pearl<</say>><br> <<layla>>Fuck... right, you said that you would take care about that, how did it go?<</layla>><br> <<say "You" $faceimg>>Well, that went kind of well<</say>><br> <<if $laylabusted gte 3>>You lie.<br><br><</if>> <<layla>>Kind of?<</layla>><br> <<say "You" $faceimg>>Well, I've come to an agreement<</say>><br> <<layla>>What kind of agreement?<</layla>><br> <<say "You" $faceimg>>She won't say anything, but she wants me to fuck her, and she wants you to be there and watch<</say>><br> <<if $laylabusted gte 3>>That's not really how it went, but you can use this to your advantage.<br><br><</if>> <<layla>>Jesus... seriously? What do you think we should do?<</layla>><br> <<say "You" $faceimg>>Well, I had to agree, we can't risk everything<</say>><br> <<layla>>This is literally insane<</layla>><br> <<say "You" $faceimg>>Do you think you could handle that?<</say>><br> <<layla>>You fucking her? Jeez, we fucked a few times, it's not like we're married and in love<</layla>><br> <<say "You" $faceimg>>I meant the watching part<</say>><br> <<layla>>Ah yeah, sure, I don't care, I can even participate if she wants to<</layla>><br> <<say "You" $faceimg>>You're into women too?<</say>><br> <<layla>>I don't know, we'll see how things go<</layla>><br> <<say "You" $faceimg>>Great, we have a deal then<</say>><br> <<layla>>But where?<</layla>><br> <<say "You" $faceimg>>I was thinking in the classroom<</say>><br> <<layla>>No. No fucking way, I'm done risking so much, we'll book a hotel room<</layla>><br> <<say "You" $faceimg>>That's expensive<</say>><br> <<layla>>I don't care about money, I'll pay for it, it's not like it's gonna become a regular thing, no?<</layla>><br> <<say "You" $faceimg>>Let's hope it won't<</say>><br> She stares at you with irony, trying to control herself from laughing<br><br> <<layla>>Oh yeah, I'm sure you would dread something like that happening regularly<</layla>><br> <<if $charisma gte 48>> <b>(Charisma skill check: Success)</b><br> <<say "You" $faceimg>>Hey, my ass is on the line too here, it's not a joke for me either<</say>><br> <<layla>>Ok... whatever, it's not ideal, but I'm glad you found a way to fix this<</layla>><br> <<laylove "10">> <<else>> <b>(Charisma skill check: Fail)</b><br> You start laughing.<br> <<layla>>Yeah, it's so fucking funny, dragging me along to satisfy the kinks of a sex-crazed woman<</layla>><br> <<say "You" $faceimg>>You think I want this?<</say>><br> <<layla>>I'm pretty sure you didn't put up much of fight about it, yeah<</layla>><br> <<laylove "-5">> <</if>> <<if $laylabusted gte 3>> After the talk with Layla, You give a call to Ms. Pearl.<br> You explain her the situation, and you instruct her about taking the lead on your encounter with Layla.<br><br> <<say "You" $faceimg>>She has to think that this is your idea, that you're forcing both of us to do it. Ok?<</say>><br> <<MsPearl>>Ok, I'll do my best<</MsPearl>><br> <<say "You" $faceimg>>Great, I'll let you know when we can set up an appointment, Layla is gonna book a hotel room<</say>><br> <<MsPearl>>She is?... You really got a catch, there<</MsPearl>><br> <<say "You" $faceimg>>Remember, you want the bitch to watch me fuck you<</say>><br> <<MsPearl>>Yeah, yeah... I got it<</MsPearl>><br> She pauses for a bit, then she says.<br><br> <<MsPearl>>Anyway, I really love how this thing is turning out to work. I'm really glad that I caught the two of you fucking<</MsPearl>><br> <<msplove "20">> <<conf "4">> <<cha "4">> <</if>> <<link "Go back to your things" "Room">><<addmins 19>><</link>> <</if>> <</nobr>>
<<nobr>> <<if $daniellekissed is undefined>><<set $daniellekissed to 0>><</if>> <<if $daniellefucked is undefined>><<set $daniellefucked to 0>><</if>> <<if $stalkeddanielle is 1>> Danielle is 22 years old. She attends 3rd year and she definitely doesn't stand out as a particularly smart one. All of her posts on social media are about reality shows, this or that celebrity, she would probably let anyone famous get into her pants. But she would be delusional to think something like that could ever happen. She's friend with Carol and probably a few other girls in the school. She's somewhat popular, but not really as much as she would want. She would do anything for you if you were popular enough to attract her.<br> <<else>> Danielle is a cute girl that you happened to see around, like at the cafeteria eating with Carol and in a few of your classes. You don't know a lot about her, but she has social media pages, you should probably check them out.<br> <</if>> <<if $stalkeddanielle is 1>> <br><img src="images/danielle/instatok.png"><br> Age: 22<br> <<else>> <br><img src="images/danielle/face.png"><br> <</if>> Danielle's Love : $daniellelove <br> Danielle activity count : ( Kissed = $daniellekissed Fucked = $daniellefucked )<br> <<if $stalkeddanielle is 1>><br> Danielle's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br> Love : 120% - Danielle is not particularly proud of herself, because she's nobody. She's doesn't really value someone that values her. (<<print (($daniellelove*1.2).toFixed(1))>>)<br> Popularity: 150% - Danielle mostly cares about celebrities, but she knows she doesn't have any chance of ever meeting one. School's popularity is all she can afford to focus about. (<<print (($popularity*1.3).toFixed(1))>>)<br> Physical Attractiveness: 80% - Most famous people are attractive, not all of them, but that is still something that weights a lot on her scale of virtues. (<<print (($physattr*0.8).toFixed(1))>>)<br> Confidence: 70% - Having no realistic value system in mind, she's pretty sensible to being influenced by confident people.(<<print (($confidence*0.7).toFixed(1))>>)<br> Culture : 40% - Not all kinds of culture have much of an impact on her, but her role model of a man is someone that at least knows how to appear cultured. (<<print (($culture* 0.4).toFixed(1))>>)<br><br> Danielle doesn't care about your sexual experience or performances, she doesn't even care about wits, jokes or how funny you are. She just wants to know that she got in bed with someone popular and attractive and count that as an achievement.<br> <<include calc>> Danielle's attraction for you is $danielleattraction <br> <</if>> <<link "Back">> <<script>> Dialog.setup("Girls Stats"); Dialog.wiki(Story.get("Girls Stats").processText()); Dialog.open(); <</script>> <</link>> <</nobr>>
<<nobr>> <<include "calc">> <div id="foot"> <img src="images/danielle/lunchcarol.png"><br><br> <<if ndef $daniellelove>><<set $daniellelove to 0>><</if>> <<if $metdanielle isnot 1>> You can see Carol and this other girl you never talked to having lunch together, and you decide to approach them.<br> You can hear the nonsense from afar.<br> The two girls are talking about some popular reality show that you know nothing about.<br> You aren't very interested in that, but something else might interest you. So you decide to approach the girls, you already know Carol, after all.<br> <<if $carolattraction gte 130>><br> <b>(Carol's attraction check: Success)</b><br><br> <<carol>>Hey, are you here to have lunch? This is my friend Danielle <</carol>><br> <<danielle>>Hello, my pleasure<</danielle>><br> Her face is not particularly showing any pleasure, you can tell she's just trying hard to be polite.<br> <<elseif $carolattraction lt 130>><br> <b>(Carol's attraction check: Fail)</b><br><br> <<carol>>Hm, hello?<</carol>><br> <<say "You" $faceimg>>Hey Carol, how are you doing?<</say>><br> Carol was pretty clear about not being very enthusiastic about meeting with her in the open, you can definitely tell she's very pissed at you for doing something like this, even if she tries to hide it.<br> <<carlove "-10">> She takes a while to even answer you, like she's trying to decide if she can pretend to not know you, but in the end she answers:<br><br> <<carol>>Sup nerd, what are you doing here? I'm having lunch with my friend,.. <</carol>><br> <<danielle>>Hello, I'm Danielle, my pleasure<</danielle>><br> Her face is not particularly showing any pleasure, you can tell she's just trying hard to be polite.<br> <</if>> <<if $popularity gte 30>><br> <b>(Popularity check: Success)</b><br><br> <<if ndef $daniellepopach>> <<set $daniellepopach to 1>> <<set $popularity +=2>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<carol>>You two don't know each other? That's odd. This is $name , he's pretty popular around here<</carol>><br> <<danielle>>Oh... is he? It's odd that I never met him then<</danielle>><br> <<danlove "10">> You somehow feel that Carol's introduction of you might have hit one of Danielle weak spots.<br> <<else>> <b>(Popularity check: Fail)</b><br> <<carol>>This is $name , you probably haven't heard of him, he's a friend of Natasha<</carol>> <<natlove "-5">> This isn't entirely your fault, but Natasha is not going to like that you are introduced around the school as her friend.<br><br> <<danielle>>Oh... a friend of Natasha? Really? never saw him around<</danielle>><br> <<danlove "-3">> You haven't made the strongest impression on Danielle either.<br> <</if>> <br> <<danielle>>Anyway, we were just about to finish up here, maybe next time you can join us, right Carol?<</danielle>><br> <<if $carolattraction gte 170>> <b>(Carol's attraction check: Success)</b><br> <<carol>>Yeah, of course! That would be nice<</carol>><br> Danielle gives an odd look at Carol, she doesn't say anything, but you can tell she was expecting her to come up with an excuse, not enabling her suggestion.<br> You think that stalking Danielle on Instatok might give you some extra insight on how to make your next meeting go better.<br> <<else>> <<carol>>Ehm... maybe? We'll see.<</carol>><br> This doesn't sound promising at all, you're pretty sure you need something more to bring this further, maybe stalking Danielle on Instatok might be a good idea.<br> <</if>> <<addmins 5>> <<link "Walk away from them" "Cafeteria">><<set $metdanielle to 1>><</link>> <</if>> <<if $metdanielle is 1>> You can see that Danielle and Carol are about to have lunch.<br> You reach them and get close.<br><br> <<say "You" $faceimg>>Hey girls, mind if I join you?<</say>><br> <<if $carolattraction gte 170 and $stalkeddanielle isnot 1>> <b>(Carol's attraction check: Success)</b><br> <<set $atelunch to 1>><<addmins 55>> <<carol>>Hey $name , why not! Let me make you some room<</carol>><br> Danielle looks at Carol in an odd way, like she expected her to just find an excuse to not make this happen.<br> You spend some time talking with both girls while having your lunch.<br> Carol seems to appreciate the fact that you decided to join them,<br> On the other hand, you can't really get through to Danielle, who seems to be mildly annoyed by your presence.<br> You should probably check her Instatok to see if you can find something you can talk about with her.<br> <<cha "0.9">> <<carlove "3">> <<danlove "-1">> <<carol>>See you next time!<</carol>><br> <<elseif $stalkeddanielle is 1>> <<set $atelunch to 1>><<addmins 55>> Just after your question, you quickly start talking about 'Peninsula of lust', the dumb reality show that you've found out Danielle is a big fan of.<br> She takes the bait as easily as you could hope.<br><br> Carol sees what you're trying to do, and is a bit saddened by your strategy.<br> <<carlove "-2">> The more the two of you keep talking about that garbage, the sicker she gets.<br> <<if $carolattraction gte 170>> <b>(Carol's attraction check: Success)</b><br> She tries to hide but it's pretty clear that she's also jealous about the two of you talking so intenstely-<br> As much as she tries to despise you, jealousy just has the opposite effect.<br> <<carlove "2">> At some point during the lunch, you feel something on your crotch, you look down and you see a foot over it.<br> It's Carol's foot.<br> <<video "images/cardan/cardanfoottable1.mp4" >><br> <<lust "8">> <<link "Push the feet away">><<replace "#foot">> You decide to deny Carol and push her feet away.<br> She seems to be a bit bothered from your reaction, and looks at you in a hostile way.<br> <<conf "2">> <<carlove "-2">> <<stress "2">> At some point she literally tries to stop you from talking with Danielle.<br> <<carol>>Oh come on, can we talk about literally anything else?<</carol>><br> You go on and finish your lunch with the girls while talking about random topics.<br> While this particularly topic works very well on Danielle, your brain suffers. It gets cluttered with useless reality-show culture that you will never have any use for in your life.<br> <<cul "-0.1">> <<danlove "3">> <<if ndef $danwatch>> <<linkreplace "Propose to watch the next episode together">> <<if $danielleattraction gte 40>> <b>(Danielle's attraction check: Success)</b><br> <<danielle>>Really? Of course! I always wanted to have someone to watch it with!<</danielle>><br> <<danielle>>Just come to my room in the afternoon<</danielle>><br> Danielle briefly explains you where her room is.<br> <b>You can now visit visit Danielle's room in the afternoon</b> <<set $danwatch to 1>> <<else>> <b>(Danielle's attraction check: Fail)</b><br> <<danielle>>Oh, the problem is that... ...this week I'm gonna be very busy and I don't know if I will have time, sorry<</danielle>><br> This is obviously an excuse.<br> You can see Carol cover her mouth to not laugh directly at your failed attempt.<br> <<carlove "-3">> Better luck next time.<br> <</if>> <</linkreplace>><br> <</if>> <<link "Walk away from them" "Cafeteria">><<set $metdanielle to 1>><</link>> <</replace>> <</link>> <br> <<link "Slide your cock out">><<replace "#foot">> <<set document.documentElement.scrollTop = 0>> You pull your underwear to the side, exposing your dick to Carol's foot.<br> Luckily, you are in a position from where nobody can see you, especially not Danielle.<br> Carol takes the hint and brings the other foot over.<br> <<video "images/cardan/cardanfoottable2.mp4" >><br> She basically starts masturbating you with her feet.<br> As the conversation between you and Danielle progress, Carol's pace quickens.<br> It would be very hard to keep focus on any demanding topic.<br> Luckily you are just talking about nonsense, so you manage to keep it under control.<br> <<video "images/cardan/cardantablefootcum.mp4">><br> <<if ndef $carolfootach>> <<set $carolfootach to 1>> <<int 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> The same thing cannot be said for your cock, the situation is hot and Carol is skilled at this.<br> She looks at you and grins while doing that, with a nasty, horny gaze.<br> This ultimately drives you to start coming, and it takes all your effort to concentrate and not make what's happening obvious to Danielle.<br> <<lust "-30">> <<sexcon "1.2">> <<carlove "2">> <<addmins 5>> You eventually move on to talk about other things, and you couldn't recall a single thing you talked about with Danielle today.<br> But you're pretty sure that doesn't matter, and she seems to be happy anyway.<br> <<danlove "2">> <<if ndef $danwatch>> <<linkreplace "Propose to watch the next episode together">> <<if $danielleattraction gte 40>> <b>(Danielle's attraction check: Success)</b><br> <<danielle>>Really? Of course! I always wanted to have someone to watch it with!<</danielle>><br> <<danielle>>Just come to my room in the afternoon<</danielle>><br> Danielle briefly explains you where her room is.<br> <b>You can now visit visit Danielle's room in the afternoon</b> <<set $danwatch to 1>> <<else>> <b>(Danielle's attraction check: Fail)</b><br> <<danielle>>Oh, the problem is that... ...this week I'm gonna be very busy and I don't know if I will have time, sorry<</danielle>><br> This is obviously an excuse.<br> You can see Carol cover her mouth to not laugh directly at your failed attempt.<br> <<carlove "-3">> Better luck next time.<br> <</if>> <</linkreplace>><br> <<elseif $daniellefucked gte 1 and ndef $cardan>> <<linkreplace "Propose to watch the next episode with Carol as well">> <br> <<say "You" $faceimg>>By the way, Carol, why don't you join us for the next episode?<</say>><br> Danielle gives you a distressed look, it's obvious that she feels a bit betrayed.<br> <<danielle>>Oh, you know that she doesn't like that tv show, you shouldn't insist<</danielle>><br> <<danlove "-2">> <<if $carolfucked gte 1 and $carolattraction gte 220>> <b>(Attraction check: Success)</b><br> <<carol>>Hm, I don't know, if all you do is just watching that show, I might get a bit bored<</carol>><br> It's not obvious, but you can feel that Carol being jealous of the two of you is starting to become a factor.<br><br> <<say "You" $faceimg>>Oh come on, obviously the show is just an excuse to pass some time together, you should join us as well<</say>><br> You can tell pretty easily that Danielle is mad, was it all just an excuse to spend time with her?<br> <<danielle>>But...<</danielle>><br> <<danlove "-10">> <<carol>>Ok then, I'll give it a shot, your room tomorrow?<</carol>><br> <<danielle>>Yes Carol, you know where that is<</danielle>><br> It's not so hard to notice Danielle's frustration, and you suspect that Carol just doesn't care about it, jealousy took over, and she wants in.<br> <<carlove "5">> <<carol>>Thanks for inviting me, see you tomorrow!<</carol>><br> <<set $cardan to 1>> <<else>> <b>(Attraction check: Fail)</b><br> <<carol>>Nah, I cannot stand that garbage, I'm sorry, I'll leave the two of you to it<</carol>><br> Danielle seems to relax and quickly answers before you even can.<br><br> <<danielle>>I told you she would have said no, come on, stop asking her that<</danielle>><br> <<say "You" $faceimg>>Asking never hurts, I don't want her to feel excluded<</say>><br> <<danielle>>Oh well yeah, of course not<</danielle>><br> <<carol>>Well, thanks for the offer anyway<</carol>><br> <<carlove "1">> <</if>> <</linkreplace>><br> <</if>> <<link "Walk away from them" "Cafeteria">><<set $metdanielle to 1>><</link>> <</replace>> <</link>> <br> <<else>> <b>(Carol's attraction check: Fail)</b><br> Carol seems to get increasingly annoyed and at some point she says:<br><br> <<carol>>Oh come on, can we talk about literally anything else?<</carol>><br> You go on and finish your lunch with the girls while talking about random topics.<br> While this particularly topic works very well on Danielle, your brain suffers. It gets cluttered with useless reality-show culture that you will never have any use for in your life.<br> <<cul "-0.1">> <<danlove "3">> <<if ndef $danwatch>> <<linkreplace "Propose to watch the next episode together">> <<if $danielleattraction gte 40>> <b>(Danielle's attraction check: Success)</b><br> <<danielle>>Really? Of course! I always wanted to have someone to watch it with!<</danielle>><br> <<danielle>>Just come to my room in the afternoon<</danielle>><br> Danielle briefly explains you where her room is.<br> <b>You can now visit visit Danielle's room in the afternoon</b> <<set $danwatch to 1>> <<else>> <b>(Danielle's attraction check: Fail)</b><br> <<danielle>>Oh, the problem is that... ...this week I'm gonna be very busy and I don't know if I will have time, sorry<</danielle>><br> This is obviously an excuse.<br> You can see Carol cover her mouth to not laugh directly at your failed attempt.<br> <<carlove "-3">> Better luck next time.<br> <</if>> <</linkreplace>><br> <</if>> <</if>> <<elseif $stalkeddanielle isnot 1>> <b>(Carol's attraction check: Fail)</b><br> <<carol>>Hey $name , I'm sorry, but were waiting for a couple of other friends to join us, maybe next time, ok?<</carol>><br> <</if>> <<link "Walk away from them" "Cafeteria">><<set $metdanielle to 1>><</link>> <</if>> </div> <</nobr>>
<<nobr>> <<include "calc">> <<set $dailydanielle to 1>> <<if ndef $daniellefucked>><<set $daniellefucked to 0>><</if>> <div id="all"> You reach Danielle's Room. She should be inside in the afternoon, so you try knocking.<br> A few moments later, you her the lock click and the door opens:<br><br> <img src="images/danielle/danielledoor.png"><br><br> <div id="choice"> <<danielle>>Oh, hey! Are you here to watch the episode? <</danielle>><br> <<link "Oh yeah, the hype is real!">><<replace "#choice">> <<say "You" $faceimg>>Oh yeah! The hype is real! Did you read what Janice said to Paul?<</say>><br> There goes your dignity.<br> Danielle doesn't mind at all, she seems to be as hyped as you are faking to be.<br><br> <<danielle>>Let's get started then!<</danielle>><br> She sits down on the couch and invites you to sit next to her.<br> <img src="images/danielle/daniellecouch.png"><br><br> <<if $intelligence gte 30>> <b>(Intelligence skill check: Success)</b><br> The next following 50 minutes are torture, you can feel your brain shrinking from the dumbness of the show.<br> <<int "-0.2">> <<stress "3">> The only good thing about it is that you get to see a bunch of nice tits and asses.<br> <<lust "3">> <<addmins 60>> You know better than to try anything with her already, you can't blow your cover.<br> <<danielle>>Thanks for watching it with me, I feared that you were just trying to get into my panties, but you are actually interested<</danielle>><br> <<danlove "3">> <<say "You" $faceimg>>I didn't want to trick you, but just to be clear, I have nothing against your panties<</say>><br> <<danielle>>Oh, really? Let me show them to you then<</danielle>><br> <<video "images/danielle/danshowpanties.mp4" >><br> <<lust "4">> You can see that watching that dumb show messed with Danielle's lust somehow.<br> <<say "You" $faceimg>>They look really nice!<</say>><br> <<if $danielleattraction gte 75>> <b>(Attraction check: Success)</b><br> <<danielle>>Thank you! I'm glad you like them<</danielle>><br> <<say "You" $faceimg>>Can I see the other side?<</say>><br> <<danielle>>Of course<</danielle>><br> <<video "images/danielle/danshowass.mp4" >><br> <<lust "4">> She obviously isn't just showing the panties, she is obviously liking being watched.<br> You decide to press on.<br><br> <<say "You" $faceimg>>Wow, you're so beautiful Danielle, your panties are nice, but I'd rather see you without them<</say>><br> <<if $danielleattraction gte 90>> <b>(Attraction check: Success)</b><br> <<danielle>>Oh, I'm not that dumb... You want to see this, right?<</danielle>><br> <<video "images/danielle/danshowpussy.mp4" >><br> <<lust "5">> <<say "You" $faceimg>>Oh yeah, that's nice, I'd love to see you touch yourself<</say>><br> <<danielle>>Hm... you watched all that thing with me, I guess that you can watch just me, now<</danielle>><br> <<video "images/danielle/danmast.mp4" >><br> <<if ndef $daniellemastach >> <<set $daniellemastach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<addmins 4>> <<lust "5">> <div id="mast"> <<link "Can I touch myself too?">><<replace "#mast">> <<say "You" $faceimg>>Can I touch myself too?<</say>><br> <<if $danielleattraction gte 105>> <b>(Attraction check: Success)</b><br> <<danielle>>Yeah, why not, <</danielle>><br> You start touching yourself, at the sight of Danielle masturbating.<br> <<video "images/danielle/danmastcome.mp4" >><br> You look at each other, and this seems to help her come pretty fast. After her orgasm, she just waits for you to do the same, so you try to speed things up.<br> You come in your own hands, and you wonder if you're going to get something more out of her next time!<br><br> <<say "You" $faceimg>>Ehm... see you for the next episode?<</say>><br> <<danielle>>S...sure, sorry if any of this made you uncomfortable, I wasn't being myself<</danielle>><br> <<say "You" $faceimg>>Don't worry, I like this version of you, Danielle<</say>><br> <<danlove "2">> <<lust "-30">> <<sexcon "1">> <<stress "-5">> <<addmins 5>> <<link "Greet her and walk out of her room" "Hallways">><</link>><br> <<else>> <b>(Attraction check: Fail)</b><br> <<danielle>>Ok, I think we're going a bit too far now, let's stop it here, ok?<</danielle>><br> <<say "You" $faceimg>>Ehm... ok, see you for the next episode?<</say>><br> <<danielle>>Sure, I count on that!<</danielle>><br> <<danlove "1">> <<link "Greet her and walk out of her room" "Hallways">><</link>><br> <</if>> <</replace>><</link>><br> <<link "Watch her, then ask for help">><<replace "#mast">> You decide to just watch her masturbate without doing anything, for now<br> She sits on a chair and gets back at it.<br> <<video "images/danielle/danmastcome.mp4" >><br> <<lust "10">> She touches herself fast, and further aroused by the fact that you are giving her your full attention, she easily reaches an orgasm.<br> You wait a small amount of time, then you say to her:<br><br> <<say "You" $faceimg>>Looking at you made me really hard, wanna see?<</say>><br> <<if $danielleattraction gte 130>> <b>(Attraction check: Success)</b><br> She bites her lip in response, and nods, so you proceed to pull your cock out.<br><br> <<say "You" $faceimg>>Can I have some help getting off as well?<</say>><br> <<danielle>>Hm... what do you want to do?<</danielle>><br> <<link "Ask her to touch it">><<replace "#all">> <<set document.documentElement.scrollTop = 0>> You pull your dick out of your pants.<br> She looks at it with obvious lust.<br><br> <<say "You" $faceimg>>Can you touch it?<</say>><br> <<danielle>>I think I can, yes<</danielle>><br> Danielle licks her fingers, and starts jerking your cock sitting in front of you.<br> <<video "images/danielle/danroomtouchd.mp4" >><br> She has a nice touch, and keeps jerking you for a few minutes.<br> You can still see her pussy only partially covered by her misplaced panties.<br> <<if $sexcontrol lt 26 or $danielleattraction lte 142>> <<if $sexcontrol lt 26>> <b>(Sex Control check: Fail)</b><br> This is too much for you to handle, and you cannot help but coming.<br> She smiles at you, glad that she managed to make your this horny.<br> <<elseif $danielleattraction lte 142>> <<say "You" $faceimg>>Can you put it in your mouth?<</say>><br> <b>(Attraction check: Fail)</b><br> She thinks about it for a bit, never stopping to do what she's doing.<br> But in the end she says:<br><br> <<danielle>>Maybe next time? I want to see if I can make you come just with my hands.<</danielle>><br> You decide to not push it, and let yourself have an orgasm after a few more minutes.<br> She smiles, and seems to appreciate the fact that you didn't instist.<br> <<danlove "1">> <</if>> <<video "images/danielle/dancumhand.mp4">><br> <<danlove "1">> <<sexcon "1">> <<lust "-30">> <<stress "-3">> <<addmins 9>> <<ene "1">> <<link "Greet her and walk out of her room" "Hallways">><<set $energy -=$enewid>><</link>><br> <<else>> <b>(Sex Control check: Success)</b><br> <b>(Attraction check: Success)</b><br> <<if ndef $danoralach>> <<set $danoralach to 1>> <<sta 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> You don't come right away, and after a while you ask her:<br><br> <<say "You" $faceimg>>Can you put it in your mouth?<</say>><br> She silently agrees, and starts giving it a couple licks.<br> <<video "images/danielle/danroomblowstart.mp4" >><br> She then gets on her knees and puts it all in her mouth, starting to give you a proper blowjob.<br> <<video "images/danielle/danroomblow2.mp4" >><br> Danielle removes her shirt, to let you look at her perky tits while she sucks you.<br> She picks up the speed and starts going faster, then deeper.<br> <<if $sexcontrol lte 39>> <b>(Sex Control check: Fail)</b><br> You cannot resist the treatment for long. And eventually warn her that you are about to come.<br> <<video "images/danielle/danroomcumface.mp4" >><br> She distances a bit from your cock and sticks her tongue out.<br> You come over her face, and forehead, you're not sure if that's exactly what she wanted, but she doesn't seem to complain about it.<br> <<danlove "1">> <<sexcon "1.5">> <<lust "-35">> <<stress "-5">> <<ene "1">> <<addmins 11>> <<link "Greet her and walk out of her room" "Hallways">><<set $energy -=$enewid>><</link>><br> <<else>> <b>(Sex Control skill check: Success)</b><br> <<if $confidence gte 44>> <b>(Confidence skill check: Success)</b><br> You decide to try pushing things a bit, Danielle seems to be getting very horny, and you wonder if she'll let you fuck her face.<br> <<video "images/danielle/danroomfacefuck.mp4" >><br> <<if ndef $danfacefuckach>> <<set $danfacefuckach to 1>> <<conf 2>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> You put one of your legs on the table, and start fucking her mouth.<br> <<conf "1">> <<sexexp "0.2">> <<addmins 3>> She doesn't protest, she in fact seems to be enjoying your initiative.<br> <<else>> <b>(Confidence skill check: Fail)</b><br> <</if>> In the end, you decide to sit down a bit and let her finish the job.<br> As she gets more aroused, she seems to try harder and harder to please you.<br> <<video "images/danielle/danroomblow3.mp4" >><br> You relax for a bit, but her work is relentless, at some point you eventually reach the point of no return.<br> <<video "images/danielle/danroomcumface2.mp4" >><br> You stand up, and let herself jerk your cock while pressing it on her cheeck, until you splatter it with your jizz.<br> <<danlove "2">> <<sexcon "1.5">> <<lust "-40">> <<stress "-7">> <<ene "3">> <<addmins 21>> <<link "Greet her and walk out of her room" "Hallways">><<set $energy -=$enewid>><</link>><br> <</if>> <</if>> <</replace>><</link>><br> <<if $confidence gte 30>> <<link "(30 conf) Try to have sex with her">><<replace "#all">> <<set document.documentElement.scrollTop = 0>> You decide that it's time to stop fooling around, and that you should go on to the real thing.<br> You know that a direct and condident approach will work best on her for this, so you just say:<br><br> <<say "You" $faceimg>>I want to fuck you, Danielle<</say>><br> Looking at her in the eyes.<br><br> <<if $danielleattraction gte 210>> <b>(Attraction check: Success)</b><br> <<if $daniellefucked is 0>> <<danielle>>Oh, wow...<</danielle>><br> <<say "You" $faceimg>>Is that a yes?<</say>><br> <<danielle>>It's something that... I haven't done in a long time<</danielle>><br> <<say "You" $faceimg>>Really?<</say>><br> <<danielle>>Yes, please don't laugh, but I only did it once, in high school. <</danielle>><br> <<say "You" $faceimg>>And never again?<</say>><br> <<danielle>>No, it was pretty terrible, and it was over before I could even have any fun<</danielle>><br> <<say "You" $faceimg>>I'm sorry to hear that<</say>><br> <<danielle>>It's probably time I give that another chance, but I want you to promise me that you won't come right away<</danielle>><br> <<if $sexcontrol gte 38>> <b>(Sex Control skill check: Success)</b><br> <<set $daniellefucked to -5>> <<say "You" $faceimg>>Of course, I can promise that I'm gonna make you feel good<</say>><br> <<danielle>>Good enough, let's do it then!<</danielle>><br> <<set $daniellefucked to -1>> <<else>> <b>(Sex Control skill check: Fail)</b><br> You realize that you can't really make that promise.<br> <<say "You" $faceimg>>You know what? Let me get a bit more used to how hot you look, I want this to be special for you<</say>><br> <<danielle>>Oh, thanks! That's so sweet of you, you really are a nice guy!<</danielle>><br> <<danlove "3">> <<conf "-1">> <<danielle>>I guess that we'll meet tomorrow then? Same time?<</danielle>><br> On hindsight, maybe you fucked up, you could at least make her suck your dick. but this pretty much ruined the mood.<br> At least she seems to appreciate you for what you said.<br> <<link "Greet her and walk out of her room" "Hallways">><<set $energy -=$enewid>><</link>><br> <</if>> <</if>> <<if $daniellefucked isnot 0>> She sits on the table nearby and slides her panties to the side.<br><br> <<say "You" $faceimg>>Are you ready?<</say>><br> <<danielle>>Oh, I'm already so wet... Yeah, please give me your fucking cock<</danielle>><br> You don't need to be asked twice, and you put it inside of her.<br> <<video "images/danielle/danroomfuckstart.mp4" >><br> <<addmins 9>> You start to fuck her slowly, and she seems to love every second of it.<br> She lowers herself a bit on the table, laying on her back and allowing you to freely use her slit.<br> You are set on keeping your promise, and you start ramming her faster and faster.<br> <<video "images/danielle/danroomfuck1.mp4" >><br> It doesn't take more than 2 minutes of that to bring her to an orgasm.<br> But you aren't satisfied with that, you want to impress on her mind just how good sex can be when with the right person.<br> You get her to move over to the couch, and she kneels on it, showing you her nice little ass.<br> You get closer and start fucking her in that position.<br> <<video "images/danielle/danroomfuck2.mp4" >><br> <<if $sexcontrol gte 57>> <b>(Sex Control skill check: Success)</b><br> She really seems to love it, so you get at it even faster, even if that means risking to come earlier than you want to.<br> You don't, though, and she raises one of her legs a bit so that you can get closer to her while still pounding her from behind.<br> <<video "images/danielle/danroomfuck2kiss.mp4" >><br> She approaches another climax pretty fast, and you catch the opportunity of your face being relatively close to kiss her just in the moment of her orgasm.<br> Danielle is in heaven right now, and can't even think about stopping you, she lets you have full access to her mouth.<br> You slide your tongue in, and you feel her rapid breathing and her convulsive movements created by her orgasm.<br> /*--------kissengine-----------*/ <<if $daniellekissed is 0>> <b>You kissed Danielle for the first time! </b><br> You kissed Danielle! Even though she wants to be popular, that doesn't mean that kissing will get you more popular. In the end, though, every tiny bit helps.<br> <b>Your popularity <span style="color: #008000;">increased</span> by 1</b><br> <<set $popularity +=1>> <<set $daniellekissed +=1>> <</if>> <<if $daniellekissach is 0 or $daniellekissach is undefined >> <<set $daniellekissach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <<str 2>> <</if>> <<else>> <b>(Sex Control skill check: Fail)</b><br> <</if>> It's time to change things up again.<br> You ask if she wants to try being on top, and she agrees right away.<br> <<video "images/danielle/danroomfuck3.mp4" >><br> <<if $sexcontrol gte 77>> <b>(Sex Control skill check: Success)</b><br> You still have a bit more in you, you invite her to turn around on your dick, and she starts facing you.<br> <<video "images/danielle/danroomfuck3bis.mp4" >><br> This way, you start pumping it in her from below.<br> She abandons herself to the pleasure, riding out one last strained orgasm.<br><br> <<danielle>>ohh, ohh yeah, Ohhhh yeah, fuck me<</danielle>><br> <<else>> <b>(Sex Control skill check: Fail)</b><br> <</if>> You feel like you are going to cum soon, you are reasonably sure that you covered your deal well enough.<br> So it's time to cover her with your cum.<br> You stand up again, and get closer to her, starting to fuck her from the front while standing on your feet.<br><br> <<danielle>>OH yeah, use me until you fucking cum<</danielle>><br> All the orgasms turned her into a bitch in heat, and her dirty talking is just what you need to finish up.<br> <<video "images/danielle/danroomfuckandcum.mp4" >><br> You pull out of her and spray her face with your seed.<br> She tastes it, plays with it for a while and gathers more to put it in her mouth.<br> Danielle seems to be positively overwhelmed by how good the fucking was, you know you did a <<if $sexcontrol gte 77>>great<<else>>good<</if>> job.<br> /* virgin and firstfuck check X */ <<if $virginity is 1>> <<if ndef $daniellevirginach>> <<set $daniellevirginach to 1>> <<set $popularity +=4>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Danielle"]>><br> You lost your virginity to $virginity ! <</if>> <<if $daniellefucked lt -1>> <b>You fucked Danielle for the first time! Danielle cares a lot about popularity, but is not very popular herself, it's still worth something though!<br> Your popularity <span style="color: #008000;">increased</span> by 2!<br></b> <<set $popularity +=2>> <</if>> <<if ndef $daniellefuckach>> <<set $daniellefuckach to 1>> <<set $exp +=110>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<set $daniellefucked +=1>> <<if $daniellefucked lt 1>><<set $daniellefucked to 1>><</if>> <<if $sexcontrol gte 77>> <<danlove "4">> <<sexcon "2.6">> <<sexexp "2">> <<lust "-40">> <<stress "-12">> <<ene "10">> <<addmins 27>> <<elseif $sexcontrol gte 57>> <<danlove "3">> <<sexcon "2.6">> <<sexexp "1.5">> <<lust "-40">> <<stress "-10">> <<ene "8">> <<addmins 19>> <<else>> <<danlove "2">> <<sexcon "2.6">> <<sexexp "1">> <<lust "-40">> <<stress "-8">> <<ene "6">> <<addmins 13>> <</if>> <</if>> <<link "Greet her and walk out of her room" "Hallways">><<set $energy -=$enewid>><</link>><br> <<else>> <b>(Attraction check: Fail)</b><br> Unfortunately, your bold move doesn't seems to work.<br> <<danielle>>I'm... I'm sorry, I don't want to say never, but I really just don't feel ready for that<</danielle>><br> <<say "You" $faceimg>>Oh... ok then, is there anything else that you want to do?<</say>><br> She seems to have already regretted her choice, and looks kind of sad.<br> <<danielle>>I'm really sorry, please just leave alone<</danielle>><br> <<say "You" $faceimg>>Can I still come back tomorrow?<</say>><br> <<danielle>>Yes, of course, I'm sorry, it's all my fault<</danielle>><br> Is it, though?<br> You have no choice but to stop things here.<br> You leave her alone, and she's left dealing with her own insecurity.<br> <<danlove "1">> <<stress "3">> <<link "Greet her and walk out of her room" "Hallways">><</link>><br> <</if>> <</replace>><</link>><br> <<else>> If you had more confidence, you could try to ask her for something more.<br> <</if>> <<else>> <b>(Attraction check: Fail)</b><br> Now that she came, she's a bit less horny that she was before, maybe waiting wasn't such a great idea.<br><br> <<danielle>>Ehm... sorry, but I'm not sure this is such a good idea, I'm not ready...<</danielle>><br> <<say "You" $faceimg>>Really?<</say>><br> <<danielle>>Maybe next time, ok?<</danielle>><br> <<danlove "1">> <<stress "4">> This really isn't what you hoped for, you are left blue balled.<br> <<link "Greet her and walk out of her room" "Hallways">><<set $energy -=$enewid>><</link>><br> <</if>> <</replace>><</link>><br> </div> <<else>> <b>(Attraction check: Fail)</b><br> <<danielle>>Wow... ok, maybe we should stop here<</danielle>><br> <<say "You" $faceimg>>Did I say something wrong?<</say>><br> <<danielle>>No, no... It's just that I have stuff to do, see you next time, ok?<</danielle>><br> <<link "Greet her and walk out of her room" "Hallways">><<set $energy -=$enewid>><</link>><br> <</if>> <<else>> <b>(Attraction check: Fail)</b><br> <<danielle>>Jeez, what am I doing? I'm sorry<</danielle>><br> <<say "You" $faceimg>>You really don't need to worry, don't apologize<</say>><br> <<danielle>>Ahaha, ok, I have stuff to do now, see you next time?<</danielle>><br> <<say "You" $faceimg>>Sure, see you next time!<</say>><br> <<link "Greet her and walk out of her room" "Hallways">><<set $energy -=$enewid>><</link>><br> <</if>> <<else>> <b>(Intelligence skill check: Fail)</b><br> After watching 50 minutes of the show, you find it quite entartaining after all. You have a good time and end up feeling more relaxed.<br> <<stress "-5">> <<addmins 60>> <<lust "10">> You enjoy the thing so much that you end up getting a bit aroused, touching Danielle without even realizing it in the process.<br> You feel her tense up.<br> <<danielle>>That was fun, but please keep your hands at bay, or I'm gonna think that you're here for something else, you know?<</danielle>><br> <<say "You" $faceimg>>Ah sorry, I didn't realize that I did that<</say>><br> <<danielle>>Hm... ok then, whatever, thanks for watching it with me anyway!<</danielle>><br> <<danlove "1">> <<link "Greet her and walk out of her room" "Hallways">><<set $energy -=$enewid>><</link>><br> <</if>> <</replace>><</link>> <<if $cardan gte 1>> <br> <<link "Sure, but let's wait for Carol first">><<replace "#choice">> <<if $cardan eq 1>> <<danielle>>Oh right... Carol, but did you tell her? Maybe she forgot...<</danielle>><br> <<say "You" $faceimg>>Yeah, don't worry, I reminded her<</say>><br><br> You did in fact send her a text message before heading to Danielle's room.<br> <<danlove "-3">> You can see Denielle is visibly disappointed that you are going throught with this.<br> <<danielle>>I thought that you liked our time together... why invite Carol? We won't be able to... have fun<</danielle>><br> <<say "You" $faceimg>>We'll see...<</say>><br><br> <<danielle>>What do you mean?<</danielle>><br> <<link "You hear knocking at the door" "cardan">><</link>> <<elseif $cardan gte 2>> <<danielle>>Good idea! I don't think we'll be watching anything, besides your hard cock, but that's probably better anyway<</danielle>><br> <<say "You" $faceimg>>You've really come around about Carol joining you<</say>><br><br> <<danielle>>Well, I thought she was going to be a third wheel, but this is far more intersting<</danielle>><br> <<link "Let's wait for her then" "cardan">><</link>> <</if>> <</replace>><</link>> <</if>> </div> </div> <</nobr>>
<<nobr>> <<include "calc">> <<if $cardan gte 2>> At this point you don't even bother to switch the TV on anymore, as Carol arrives and knocks at the door, you are already getting naked.<br> You sit on the couch, with you dick fully erect from the ancitipation, and it doesn't take long before both the girls start attending to it.<br> <</if>> <<if $cardan eq 1>> You open the door, and Carol walks in, you watch both of them and say:<br><br> <<say "You" $faceimg>>So, are you girls ready?<</say>><br> Danielle still looks pretty pissed, Carol looks like someone who's wondering what she is even doing in the room.<br><br> <<carol>>I mean... not really, but I'm here<</carol>><br> <<danielle>>Let's just watch the thing<</danielle>><br> <<say "You" $faceimg>>Come on, I promise you'll have fun<</say>><br> <<carol>>I doubt that, but sure...<</carol>><br> Danielle switchs the TV on, you sit in the middle of the couch right away, pretty much forcing the girls to sit on your sides.<br> A few minutes later, you casually pull your cock out, and start masturbating.<br> You had sex with both of them, and you know they would do it again anytime, you just have to convince them to do that together.<br> Carol is the first one to notice.<br><br> <<carol>>What the fuck?<</carol>><br> Danielle turns her head and sees what you are up to as well.<br> <<danielle>>Oh my god $name<<unset a>>, what are you doing?<</danielle>><br> <<if $confidence gte 67>> <b>(Confidence skill check: Success)</b><br> <<say "You" $faceimg>>Can we stop pretending that this is a problem?<</say>><br> The girls are taken aback from your cocky answer, and end up just staring at your dick, wondering what their next move would be.<br><br> <<say "You" $faceimg>>Tell you what, the first one that starts sucking it will be the one who gets fucked first<</say>><br> Maybe you went a bit too far, they look at you like you're delirious, and don't do anything for a handful of seconds.<br> Your words are probably taking a few seconds to even sink in.<br> You add nothing to what you just said, and smile confidently, making sure that they know you weren't joking.<br> Both girls kind of expect the other one to kick you out of the room, but nothing happens, and Danielle is the first to break.<br><br> <<danielle>>Fuck it, I'll just do it<</danielle>><br> She starts sucking your dick, and Carol watches in disbelief for a while, then her arousal has the best of her, and she join the actions.<br> A couple minutes later, they are avidly taking turns at sucking your cock.<br> <<else>> <b>(Confidence skill check: Fail)</b><br> You probably went a bit overboard, so you cover your erections and put it back in your pants.<br> The girls have to at least pretend that this isn't normal for them.<br> <<danlove "-3">> <<carlove "-3">> You keep massaging your dick from above your pants, this is less obvious than what you were doing before.<br> But eventually Carol, less focus on the show, loses her patience and says:<br><br> <<carol>>Jesus, just take it out and let's get this over with already.<</carol>><br> You listen to the request, and take your dick out again, Carol grabs it with her hand and starts jerking you off.<br> Danielle seems to be upset from what is going on, and watches Carol sucking you off in disbelief, she is obviously jealous.<br><br> <<danielle>>You can't even do that right...<</danielle>><br> Carol doesn't answer, she's completely taken over by her arousal<br><br> <<say "You" $faceimg>>I don't know... she's pretty good actually, maybe you can show her what she's doing wrong?<</say>><br> She pretty easily takes the bait, it's a matter of minutes before both girls are taking turns to suck your dick.<br> <</if>> <</if>> <<video "images/cardan/cardan1blow.mp4" >><br> <<if $cardan gte 1>> <<if $cardanachievement is 0 or $cardanachievement is undefined >> <<set $cardanachievement to 1>><<set $popularity +=3>> <<notify 5s>>Achievement Unlocked!<</notify>><</if>> They suck on your dick for a while, but it's clear that you are headed for more than that.<br> A few minutes later they are both naked, and it's time to start to fuck Danielle.<br> You take her from behind, while Carol watches the scene and touches herself.<br> <<video "images/cardan/cardanfuckdan1.mp4" >><br> After you've fucked her for a while and some time has passed, the girls start to interact with each other a bit. In fact Danielle casually starts to lick Carol's nipples, and the latter doesn't think about complaining.<br> It's time to switch over to Carol, you don't want her to feel excluded from your fun time.<br> <<video "images/cardan/cardanfuckcar1.mp4" >><br> You fuck her in the opposite position, and Danielle offers her body to her to lean into for support.<br> Not only that, but after a while she starts to touch her as well.<br> <<if $sexcontrol lt 46>> <b>(Sex control check: Fail)</b><br> The situation is far hotter than you've anticipated.<br> You feel yourself inevitably going towards an orgams much quicker than you would have wanted.<br> You can just decide who to fuck a little more before that happens.<br> /*------------------CHOOSE CUM BEGIN--------------------------*/ <div id ="cum"> <<link "Fuck Danielle until you come">><<replace "#cum">> You decide to dedicate the last moments of your threesome to Danielle.<br> <<danlove "2">> <<video "images/cardan/cardancumdan.mp4" >><br> You slide your dick in and out until you're ready to pull out, and spray her back with your semen.<br> <<trigger 'endstats'>> <</replace>><</link>> <br> <<link "Fuck Carol until you come">><<replace "#cum">> You decide to dedicate the last moments of your threesome to Carol.<br> <<carlove "2">> <<video "images/cardan/cardancumcar.mp4" >><br> You keep fucking her until you start coming all over, and partially inside her pussy.<br> <<trigger 'endstats'>> <</replace>><</link>> </div> /*------------------------CHOOSE CUM END-----------------------*/ <<else>> <b>(Sex control check: Success)</b><br> Danielle decides to improve Carol's experience by starting to rub her clit while you fuck her.<br> <<video "images/cardan/cardanfuckcar1bis.mp4" >><br> That works, because after a bit more fucking, she reaches an orgasm.<br> You stop the sex with her for a few seconds, and Danielle puts herself in the same position as before.<br> It's clear that she wants you to resume fucking her, and you do just that.<br> <<video "images/cardan/cardanfuckdan2.mp4" >><br> Carol gets in front of her, and she starts licking her pussy.<br> You didn't know she was willing to go this far, but you're happy she did.<br> After you get Danielle to climax as well, you bring your attention back to Carol.<br> She lays on her back, and you penetrate her from above.<br> <<video "images/cardan/cardanfuckcar2.mp4" >><br> She signals to Danielle to mount on her face, eager to reciprocate the favor.<br> You go on to fuck her in this position for several more minutes.<br> <<if $sexcontrol gte 79>> <b>(Sex control check: Success)</b><br> Where most other men would have stopped, you can keep going.<br> While you're at it, you want to taste their pussies as well.<br> So you instruct Carol to climb on your face and Danielle to ride you.<br> <<video "images/cardan/cardanrideboth1.mp4" >><br> The girls gladly agree, and you convince them to ride you at the same time.<br> To complete the experience, you feel like you have to do this in reversed roles.<br> <<video "images/cardan/cardanrideboth2.mp4" >><br> They both reach multiple other orgasms, their lust is over the roof, and you keep fucking them both until you are completely exhausted.<br> There's only one thing left to decide: who will get your cum.<br> /*------------------CHOOSE CUM BEGIN--------------------------*/ <div id ="cum"> <<link "Fuck Danielle until you come">><<replace "#cum">> You decide to dedicate the last moments of your threesome to Danielle.<br> <<danlove "2">> <<video "images/cardan/cardancumdan.mp4" >><br> You slide your dick in and out until you're ready to pull out, and spray her back with your semen.<br> <<trigger 'endstats'>> <</replace>><</link>> <br> <<link "Fuck Carol until you come">><<replace "#cum">> You decide to dedicate the last moments of your threesome to Carol.<br> <<carlove "2">> <<video "images/cardan/cardancumcar.mp4" >><br> You keep fucking her until you start coming all over, and partially inside her pussy.<br> <<trigger 'endstats'>> <</replace>><</link>> </div> /*------------------------CHOOSE CUM END-----------------------*/ <<else>> <b>(Sex control check: Fail)</b><br> You did your job, and had a lot of fun doing so.<br> It's now time to choose who will be the recipient of your cum.<br> /*------------------CHOOSE CUM BEGIN--------------------------*/ <div id ="cum"> <<link "Fuck Danielle until you come">><<replace "#cum">> You decide to dedicate the last moments of your threesome to Danielle.<br> <<danlove "2">> <<video "images/cardan/cardancumdan.mp4" >><br> You slide your dick in and out until you're ready to pull out, and spray her back with your semen.<br> <<trigger 'endstats'>> <</replace>><</link>> <br> <<link "Fuck Carol until you come">><<replace "#cum">> You decide to dedicate the last moments of your threesome to Carol.<br> <<carlove "2">> <<video "images/cardan/cardancumcar.mp4" >><br> You keep fucking her until you start coming all over, and partially inside her pussy.<br> <<trigger 'endstats'>> <</replace>><</link>> </div> /*------------------------CHOOSE CUM END-----------------------*/ <</if>> <</if>> <</if>> <<on 'endstats' span hidden>> <<set $cardan to 2>> <<set $carolfucked +=1>> <<set $daniellefucked +=1>> <<if $sexcontrol lt 46>> <<danielle>>This was good, but we could have had way more fun if you lasted more<</danielle>><br> <<carol>>Yeah, I was barely getting started<</carol>><br> The girls aren't too happy about the outcome.<br> You failed to impress them, and it kinda hurts, but it was still good.<br> Hopefully you will be able to satisfy them more next time.<br><br> <<danlove "-1">> <<carlove "-1">> <<addmins 52>> <<ene "7">> <<stress "-2">> <<sexexp "0.5">> <<sexcon "2.4">> <<lust "-40">> <<conf "-1">> <<elseif $sexcontrol lt 79>> <<carol>>This was so hot, are we doing this again tomorrow? There are a couple more things we can try<</carol>><br> <<danielle>>Oh yes, the door of my room stays open for you two, let's just hope that $name is available<</danielle>><br> You have successfully satisfied both of them to some extent, you can probably get them to do even more if you can resist longer.<br><br> <<danlove "1">> <<carlove "1">> <<addmins 67>> <<ene "10">> <<stress "-8">> <<sexexp "1.2">> <<sexcon "2.6">> <<lust "-40">> <<else>> <<danielle>>Oh my god, I'm in heaven, why we never even tried to do something together, Carol?<</danielle>><br> <<carol>>I don't know, but it just wouldn't have been the same without $name<</carol>><br> <<danielle>>True, I'll never get tired of doing this<</danielle>><br> You have completely satisfied both of them, and they can't wait to do this again.<br><br> <<danlove "3">> <<carlove "3">> <<addmins 92>> <<ene "13">> <<stress "-15">> <<sexexp "2">> <<sexcon "2.6">> <<lust "-40">> <<conf "2">> <<if $cardanfullachievement is 0 or $cardanfullachievement is undefined >> <<set $cardanfullachievement to 1>> <<notify 5s>>Achievement Unlocked!<</notify>><</if>> <</if>> <br> You chat for another minute, then after greeting the girls <<link "you leave Danielle's room" "Hallways">><<set $energy -=$enewid>><</link>> <</on>> <</nobr>>
<<nobr>> <<if $melnat eq 2>> You ask Melanie if she wants you to call Natasha over and have fun like last time.<br> You can remember that there was a certain degree of embarassment about the whole deal.<br> But it's now completely gone.<br><br> <<melanie>>Oh yeah, that's actually a great idea<</melanie>><br> You just have to convince her to come over.<br> All it takes is a quick phone call with Natasha, and she stops whatever she's doing to rush herself over.<br> <</if>> <<if $melnat eq 1>> Melanie opens the door slowly, like she's afraid of what's behind.<br> <<natasha>>Hey Melanie<</natasha>><br> <<melanie>>Damn... Natasha, hi<</melanie>><br> You start to realize that this could go the wrong way, and the better way to ensure they don't talk themselves out of it, is to make them a bit uncomfortable.<br> You get your pants off, and start pulling your dick out.<br><br> <<natasha>>So...<</natasha>><br> <<melanie>>Yeah sorry, come in<</melanie>><br> The embarassment between them is thick. Natasha steps inside the room and closes the door behind her<br> <<melanie>>So, I don't know what he told you, but...<</melanie>><br> Melanie turns around and sees you with your dick in hand, stroking it.<br> She gulps and stops speaking mid sentence, she doesn't freak out, she doesn't scream.<br> She doesn't do or say anything for at least 10 seconds, that's the wrong reaction.<br> <<natasha>>You're going straight to it, huh?<</natasha>><br> <<melanie>>But... I wasn't even<</melanie>><br> You interrupt her mid-sentence.<br><br> <<say "You" $faceimg>>I hope you girls don't get scared by sucking a dick, all of a sudden<</say>><br> It's on, you made it about them not being coy.<br> Natasha is the first to give in, and starts losing some clothes, then get over your dick and takes it all in her mouth.<br> Melanie doesn't want to look like a prude in front of her, so she quickly follows her example<br> <</if>> <<if $melnat gte 1>> Not even a couple of minutes later, both girls are sucking on your dick like their life depends on it.<br> <<video "images/melnat/melnatblow.mp4">> They take turns getting it in their mouths, until Melanie decides it's time to take your dick inside.<br> She climbs on top of you, and Natasha grabs your cock and sticks it inside Melanie's cunt, saying:<br><br> <<natasha>>Ohh, it looks so hot inside of you<</natasha>><br> <<video "images/melnat/melnatfuckmel1.mp4">> Melanie starts moving back and forth, riding your dick.<br> <<if $sexcontrol gte 31>> <b>(Sex control skill check: Success)</b><br> She goes on for a few minutes, until she gets her first orgasm.<br> <<video "images/melnat/melnatfuckmel1bis.mp4">> Natasha can't help but touching herself while watching the scene.<br> <</if>> A few minutes later, it's time for Natasha to ride you.<br> Melanie exchange the courtesy of sticking your cock in her pussy, this time.<br> <<video "images/melnat/melnatfucknat1.mp4">> She rides you as well, but facing the opposite direction compared to Melanie.<br> <<if $sexcontrol gte 31>> Melanie decides to help her enjoy the ride, she licks her fingers and rubs her clit while sucking on one of her nipples.<br> This drives Natasha to climax pretty fast.<br> <<video "images/melnat/melnatfucknat1bis.mp4">> <<else>> <b>(Sex control skill check: Fail)</b><br> You would want to fuck then more, and to make them cum multiple times and lose their heads about you...<br> But none of this will happen, because you are already going to cum.<br> <</if>> <<if $sexcontrol gte 54>> <b>(Sex control skill check: Success)</b><br> You can still keep up with this, and you invite the girls to lick each other's pussy, so they get in a 69.<br> You get close to Melanie, which is the one below, and stick your dick inside of her.<br> <<video "images/melnat/melnatfuckmel2.mp4">> Natasha switches beween licking her cunt and taking your dick in her mouth to get a better taste of the both of you.<br> <<video "images/melnat/melnatfuckmel3.mp4">> Aroused by the situation, Natasha keeps straddling Melanie's face as you fuck her sideways, and they both reach an orgasm, almost together.<br> <<else>> <b>(Sex control skill check: Fail)</b><br> Their orgasms made your own last go beyond the point of no return, and It's now your turn to come.<br> <</if>> <<if $sexcontrol gte 83>> <b>(Sex control skill check: Success)</b><br> You still have it in you to give some more of your dick to Natasha.<br> You start to push yourself deep into her, while Melanie gently licks her clit from above.<br> <<video "images/melnat/melnatfucknat2.mp4">> You can feel her tongue sometimes slipping over and grazing your dick, which is an awesome sensation.<br> You then get into the final position of your act.<br> The girls get back into a sixty-nine like before, and resume licking each other.<br> <<video "images/melnat/melnatfucknat3.mp4">> This time though, you get to fuck Natasha, the one above.<br> Melanie at some point stops licking her pussy, and starts licking and taking your balls in her mouth.<br> This makes it almost impossible to resist further, but You all had more than your share of fun, and it's just time to cum now.<br> <<else>> <b>(Sex control skill check: Fail)</b><br> <</if>> You pull your dick out just in time to feed them your cum.<br> Natasha sticks out her tongue.<br><br> <<melanie>>Yeah, give her all your cum<</melanie>><br> You unload all your into her mouth.<br> <<video "images/melnat/melnatcum.mp4">> She keeps in her mouth a bit, then she shares it with Melanie.<br> The girls play with your cum for a while, until Melanie asks Natasha.<br> <<melanie>>You wanna swallow all of that?<</melanie>><br> Natasha nods, and does that with a loud gulp.<br> <<set $natashafucked +=1>> <<set $melaniefucked +=1>> <<set $melnat to 2>> <<if $melnatachievement is 0 or $melnatachievement is undefined >> <<set $melnatachievement to 1>><<set $exp +=100>> <<notify 5s>>Achievement Unlocked!<</notify>><</if>> <<if $sexcontrol lt 31>> You have managed to fuck both of them, but you were unable to fuck them long enough to make them come.<br> They're not too happy with how things went, hopefully you can make up for it next time.<br> <<natlove "-1">> <<mellove "-1">> <<addmins 27>> <<sexcon "2.4">> <<lust "-40">> <<sexexp "0.5">> <<ene "7">> <<elseif $sexcontrol lte 54>> You managed to fuck and make both of them cum barely, they's reasonably satisfied and eager to do that again.<br> You are however certain that you can do better than you just did.<br> <<natlove "1">> <<mellove "1">> <<addmins 41>> <<sexcon "2.4">> <<lust "-40">> <<stress "-5">> <<sexexp "1">> <<ene "10">> <<elseif $sexcontrol lt 83>> You managed to fuck and make them both cum, but it's clear that you gave more attention to Melanie than Natasha.<br> She ended up being far more happy about your threesome than your old friend is.<br> <<mellove "3">> <<sexcon "2.5">> <<addmins 49>> <<lust "-40">> <<stress "-10">> <<sexexp "1.5">> <<ene "13">> <<else>> You fucked both of them relentlessy for almost an entire hour, they came so many times that you lost count.<br> They're lost in delight, they will wake up each morning hoping that you can do this one more time!<br> <<natlove "3">> <<mellove "3">> <<addmins 56>> <<sexcon "2.7">> <<lust "-40">> <<stress "-15">> <<sexexp "2">> <<ene "16">> <</if>> <<if $melnatfullachievement is 0 or $melnatfullachievement is undefined >> <<set $melnatfullachievement to 1>><<set $popularity +=4>> <<notify 5s>>Achievement Unlocked!<</notify>><</if>> <br> <<link "Leave Melanie's Room" "Hallways">><<set $energy -=$enewid>><</link>> <</if>> <<if ndef $melnat>> <<say "You" $faceimg>>So, Melanie, I wanted to ask you something odd today<</say>><br> <<melanie>>Spit it out, what is it?<</melanie>><br> <<say "You" $faceimg>>Is there any girl you like?<</say>><br> <<melanie>>What kind of question is that?<</melanie>><br> <<say "You" $faceimg>>I'm just curious<</say>><br> <<melanie>>Do you mean like... as a friend?<</melanie>><br> <<say "You" $faceimg>>No, like as in you would have sex with her<</say>><br> <<melanie>>Nah, I don't think so, and why would that matter anyway?...<</melanie>><br> This isn't leading anywhere, you have to think about a way to spin things around.<br><br> <<if $charisma gte 56>> <b>(Charisma skill check: Success)</b><br> <<say "You" $faceimg>>Do you think we're ready to have a relationship and announce it to the world?<</say>><br> Melanie takes a second too long to answer, compared to what you would have expected, but she gives the answer you planned, in the end.<br><br> <<melanie>>Are you kidding me? You're 4 years younger than me, we're having fun and that's it.<</melanie>><br> <<say "You" $faceimg>>Makes sense, and as long as we're just having fun, why not have a little more fun?<</say>><br> <<melanie>>Yeah, and how do you think that's going to work<</melanie>><br> <<say "You" $faceimg>>Just name a girl in the school, and I will make it happen, but If you chicken out I'll tell everyone that we fucked<</say>><br> Melanie laughs.<br><br> <<melanie>>Really? Ok, your friend Natasha then, she's cute, I would do something with her<</melanie>><br> Melanie grins at you, confident to haven gotten you cornered, she knows that Natasha has been saying some very bad shit about you .<br><br> <<say "You" $faceimg>>Ahah, well played, except... not really. Let me call her<</say>><br> You pick up your phone and call Natasha, Melanie looks at you expectantly, ready to call your bluff.<br> She picks up immediately, she's not used to you calling her.<br> You usually just show up at her room when you "need" her.<br> <<say "You" $faceimg>>Hey Natasha, are you up for some fun?<</say>><br> She answers, but Melanie can't hear a word about what she's saying.<br> <<say "You" $faceimg>>Do you know where Melanie room is?<</say>><br> Melanie was on the verge of laughing when your conversation starts, but her face gradually turns to shock as your conversation progresses.<br><br> <<say "You" $faceimg>>Yeah, she's down for it<</say>><br> <<say "You" $faceimg>>Yep, she said she is<</say>><br> <<say "You" $faceimg>>Yeah, I told you I'm sure, we're waiting for you already<</say>><br> <<say "You" $faceimg>>Ok... bye<</say>><br> You hang up.<br><br> <<melanie>>Ahahah, there's no way that call was real<</melanie>><br> Melanie forces herself to be defiant, but you can feel the tension, and the shadow of doubt in her eyes.<br><br> <<say "You" $faceimg>>She's on her way<</say>><br> <<melanie>>N...Nah, there's no way<</melanie>><br> <<say "You" $faceimg>>Let's just wait and find out then<</say>><br> <<melanie>>Come on, there's no way this is real, I know Natasha despises you, she told that to everybody<</melanie>><br> <<say "You" $faceimg>>I know she probably said some mean shit about me in the past but... let's say she came around<</say>><br> <<melanie>>That seems unlikely<</melanie>><br> <<say "You" $faceimg>>It's funny, because that was pretty much the same reaction she had about you<</say>><br> Melanie realizes that maybe this isn't so unlikely after all, she lowers her gaze and gets visibly anxious<br><br> <<melanie>>Fuck... that was real? What do we do? Oh my god, is she coming over?<</melanie>><br> <<say "You" $faceimg>>We're just here to have fun, rememb...<</say>><br> You get interrupted by knocking on her door.<br><br> <<say "You" $faceimg>>Damn, that was fast<</say>><br> <<addmins 2>> <<link "Melanie opens the door" "melnat">><<set $melnat to 1>><</link>> <<else>> <b>(Charisma skill check: Failed)</b><br> <<say "You" $faceimg>>If you did, maybe we could... make something happen?<</say>><br> <<melanie>>Yeah, you wish, I'm not your personal whore to share around, you should thank me that I'm letting you fuck me<</melanie>><br> <<mellove "-2">> She is pissed, you better leave her alone for now.<br><br> <<link "Leave her room" "Hallways">><</link>> <</if>> <</if>> <</nobr>>
<<nobr>> <<include "calc">> <<if $laylaanaled gte 1>> Both of you start walking fast towards Layla's room.<br> You can feel your dick getting hard with anticipation.<br> You have already done this, but you woul never get tired of fucking her ass.<br> You still have enough lube from the last time, and you can't wait to get started.<br> <</if>> <<if $laylaanaled eq 0 and ndef $laylalube>> Both of you start walking fast towards Layla's room.<br> You can feel your dick getting hard with anticipation.<br> You can't wait to be able to claim her perfect ass.<br> <<say "You" $faceimg>>Have you already done this?<</say>><br> <<layla>>No... not really<</layla>><br> <<say "You" $faceimg>>Ah... But you ever played with toys there? Maybe a plug?<</say>><br> <<layla>>Hell no. I don't like toys...<</layla>><br> <<say "You" $faceimg>>Ah, crap, then we should probably buy some lube<</say>><br> <<layla>>Sure, I'll trust you, you seem to be the expert here.<</layla>><br> <<if $money gte 30>> <<linkreplace "(30$) Buy some lube">> You are happy that she seems to trust you completely, being the confident girl that she is, that means a lot.<br> <<conf "5">> <<set $money -=30>> You quickly head down to the mall, and buy a sqeueeze bottle filled with lube.<br> You have <span style="color: #8B0000;">spent</span> 30$.<br> <<addmins 18>> After about 20 minutes, you're back, and you're ready to get into action.<br> <<link "Get things started" "laylaroomanal">><<set $laylalube to 1>><</link>> <</linkreplace>> <<else>> Unfortunately, you seem to not be able to afford buying some.<br> <<say "You" $faceimg>>Emh... Is there any chance you could buy some at the mall?<</say>><br> <<layla>>Seriously? Ahahaha.<</layla>><br> This was probably very poorly planned, and a shit idea to even ask that.<br> You make a mental note to keep at least a few bucks for occasions like this one.<br> But Layla is an odd girl, after all.<br><br> <<layla>>You know that most girls would have just told you to fuck off at this point, right?<</layla>><br> <<say "You" $faceimg>>Yeah, I'm sorry, I shouldn't have asked something so dumb<</say>><br> <<layla>>Don't worry about it, I'll go buy it, just wait here honey<</layla>><br> <<laylove "5">> She seems to be fine and happy that you weren't afraid to ask, even though your confidence took a little hit.<br> <<conf "-3">> <<addmins 18>> After about 20 minutes, she's back, and she's ready to get into action.<br> <<link "Get things started" "laylaroomanal">><<set $laylalube to 1>><</link>> <</if>> <</if>> <<if $laylalube eq 1>> <<if $laylaanaled eq 0>> <<say "You" $faceimg>>I must say that I'm surprised, I wasn't expecting to ever be able to convince you to do something like this<</say>><br> <<layla>>Look, I know that I often come off as a bitch, but the truth is that I don't like all the beating around the bush<</layla>><br> <<say "You" $faceimg>>What do you mean?<</say>><br> <<layla>>I like you, you like me. And so we fucked.<</layla>><br> <<say "You" $faceimg>>Ok, but...<</say>><br> <<layla>>I like your dick, you like my ass. And so we're going to try putting in it there, it's pretty simple if you think about it.<</layla>><br> <div id="compl"> <br> <<link "I wish all girls were like you">><<replace "#compl">> <<say "You" $faceimg>>I wish all girls were like you<</say>><br> <<layla>>What a dumb thing to say. You either don't need any other girl, or if you do, you need them because they're different from me, to keep things fresh, otherwise what's the point?<</layla>><br> You never thought about that. <br> The hard truth is that she's right.<br> <<conf "-2">> <<int "2">> Layla seems to be deeper than you thought, and you're glad that you're getting to know her better, but mostly you're glad that you're about to fuck her ass.<br> <</replace>><</link>> <br> <<link "Yep, you're right">><<replace "#compl">> <<say "You" $faceimg>>Yep, you're right, some things should be kept simple<</say>><br> <<layla>>Yeah, I'm happy to be the perfect girl for you. Now... how do we proceed?<</layla>><br> You still find it hard to believe that you're going to fuck her in the ass.<br> <</replace>><</link>> <br> Or you can just say nothing and stay silent, wondering how you got so lucky to fuck someone like her in the ass.<br> </div> <</if>> The two of you start to get undressed, you get her to sit on top of you, and you start playing with her asshole, licking and slowly putting a fingers inside of it.<br> She bows down on you and starts sucking your dick, you're not sure if she's doing that to get you ready, because she's getting bored, or just because she can't resist your dick.<br> <<video "images/layla/laylaanal69.mp4" >><br> She gets your dick deep down her throat and sucks you hard and deep, while you keep preparing her asshole.<br> After a while, she climbs down for you and you put her in position to enter her ass.<br> First, you use the lube to make things easier for her.<br> <<video "images/layla/laylaanaloil.mp4" >><br> After that, it's time to finally enter her with your dick.<br> <<if ndef $laylaanalach>> <<set $laylaanalach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> You try to push it inside, her hole offers some resistance.<br> <<video "images/layla/laylaanal1.mp4" >><br> In the end it goes all inside, and Layla starts to enjoy the feeling.<br> <<if $sexcontrol gte 91>> <b>(Sex control skill check: Success)</b><br> You are confident that you will be able to fuck her for a long time before coming.<br> So you decide to rough her up a little bit straight away, so that she gets used to your dick faster.<br> <<video "images/layla/laylaanal1bis.mp4" >><br> You grab her tits, then her neck, and fuck her asshole fast and relentlessly. She struggles a bit in the beginning, but ends up getting taken over by the arousal and reaching an orgasm, the first of many.<br> <<else>> <b>(Sex control skill check: Fail)</b><br> <</if>> <<if $sexcontrol gte 34>> <b>(Sex control skill check: Success)</b><br> You lie down on the bed, and invite Layla to climb on you and take your cock back in her ass.<br> <<video "images/layla/laylaanal2.mp4" >><br> She does as requested, sticks your dick inside of her and starts rocking back and forth.<br><br> <<layla>>Oh my god, Oh yeah, let me get that fucking dick!<</layla>><br> She starts riding towards an orgasm, as she bounces taking your dick a little bit deeper every time.<br> After a while you feel like she's getting tired, but she's also approaching her climax.<br> <<video "images/layla/laylaanal2bis.mp4" >><br> So you decide to start thrusting into her ass from below.<br><br> <<layla>>Oh my fucking god, OH MY FUCKING GOD<</layla>><br> That helps her conquering another orgasm.<br> <<else>> <b>(Sex control skill check: Fail)</b><br> <</if>> <<if $sexcontrol gte 51>> <<layla>>Please fuck my pussy for a bit!<</layla>><br> Asks layla.<br> You decide she earned that much, but you don't want to leave her asshole empty for too long.<br> <<video "images/layla/laylaanal2ff.mp4" >><br> So you start fucking her pussy, and push 2 of your fingers deep inside her ass.<br><br> <<layla>>Both holes, YEAH both holes just like that! Give it to me!<</layla>><br> She loves it, and even though she just came, another orgasm quickly follows it.<br> <<elseif $sexcontrol gte 34>> <b>(Sex control skill check: Fail)</b><br> <</if>> <<if $sexcontrol gte 63>> You are not done yet, and you ask her to turn around, as you actually want to see her ass as she rides you with it.<br> <<video "images/layla/laylaanal2tris.mp4" >><br> She obliges, and resumes riding you after making at 180° turn.<br> She's probably missing your fingers and the sensation of having both holes filled, because she sticks her own into her cunt.<br> Her multiple orgasms never seem to stop.<br> <<elseif $sexcontrol gte 51>> <b>(Sex control skill check: Fail)</b><br> <</if>> You turn Layla around, and raise one of her legs up on the bed.<br> <<video "images/layla/laylaanal3.mp4" >><br> You then penetrate her ass again, starting to fuck her in this other position.<br> She grabs the sheets and moans louder and louder.<br> <<if $sexcontrol gte 84>> You want to end things on a rough note.<br> You push her leg down, and you you bring your two hands on her neck and on her pussy.<br> <<video "images/layla/laylaanal4.mp4" >><br> You keep fucking her like that, sticking your fingers in her pussy while you ravage her anus.<br> She's in heaven, coming yet another time, you both lost count about which one it is.<br> <<else>> <b>(Sex control skill check: Fail)</b><br> <</if>> You cannot contain your upcoming orgasm anymore, and you proceed to give the last strokes in her ass.<br> <<video "images/layla/laylaanalcum.mp4" >><br> You wants to see her ass covered with your cum, so you pull out and let it all out.<br><br> <<layla>>Oh yeah, look at that!<</layla>> <<if $sexcontrol gte 91>> Layla is exhausted, you gave her everything you could, and she's thankful for it.<br><br> <<layla>>I don't think I'll ever find another man that will be able to fuck me like this, I love you.<</layla>><br> <<laylove "4">> <<sexcon "3">> <<sexexp "3">> <<stress "-16">> <<lust "-40">> <<set $laylaanaled +=1>> <<addmins 46>> <<ene "19">> <<if ndef $laylafullanalach>> <<set $laylafullanalach to 1>> <<set $laylagain+= 0.3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <br><<link "Dress up and go back to your room" "Room">><<set $energy -=$enewid>><</link>> <<elseif $sexcontrol gte 84>> Layla is exhausted, you gave her everything you could, and she's thankful for it.<br><br> <<layla>>This was so fucking amazing. Please never stop fucking me, I came so many times...<</layla>><br> <<laylove "3">> <<sexcon "2.8">> <<sexexp "2.5">> <<stress "-14">> <<lust "-40">> <<set $laylaanaled +=1>> <<addmins 37>> <<ene "16">> <br> <<link "Dress up and go back to your room" "Room">><<set $energy -=$enewid>><</link>> <<elseif $sexcontrol gte 63>> You are both exhausted, this was a great experience for the both of you, which you cannot wait to repeat.<br> <<laylove "2.5">> <<sexcon "2.7">> <<sexexp "2">> <<stress "-12">> <<lust "-40">> <<set $laylaanaled +=1>> <<addmins 31>> <<ene "13">> <br> <<link "Dress up and go back to your room" "Room">><<set $energy -=$enewid>><</link>> <<elseif $sexcontrol gte 51>> This was good, Layla seems to be happy with how things went, you'll probably be able to convince her about doing this again.<br> <<laylove "2">> <<sexcon "2.7">> <<sexexp "1.5">> <<stress "-10">> <<lust "-40">> <<set $laylaanaled +=1>> <<addmins 27>> <<ene "10">> <br> <<link "Dress up and go back to your room" "Room">><<set $energy -=$enewid>><</link>> <<elseif $sexcontrol gte 34>> This wasn't too bad, but you're sure there's room for improvement.<br><br> <<layla>>Ah, you came? This was getting so fucking hot<</layla>> <<say "You" $faceimg>>I'm sorry, your ass is too nice, and too tight<</say>><br> <<layla>>I see, we need to work on making it just a little less thight then<</layla>><br> <<laylove "1">> <<sexcon "2.7">> <<sexexp "1">> <<stress "-6">> <<lust "-40">> <<set $laylaanaled +=1>> <<addmins 23>> <<ene "7">> <br> <<link "Dress up and go back to your room" "Room">><<set $energy -=$enewid>><</link>> <<else>> <<layla>>Damn, you already came? This was starting to get good<</layla>> <<say "You" $faceimg>>I'm sorry, your ass is too nice, and too tight<</say>><br> <<layla>>Well, I'm confident that you'll do better next time, you still want to get my ass, right?<</layla>> <<say "You" $faceimg>>Definitely, Layla<</say>><br> <<laylove "-1">> <<sexcon "2.7">> <<sexexp "0.7">> <<stress "-2">> <<lust "-30">> <<set $laylaanaled +=1>> <<addmins 17>> <<ene "5">> <br><<link "Dress up and go back to your room" "Room">><<set $energy -=$enewid>><</link>> <</if>> <</if>> <</nobr>>
<<nobr>> <<if $xiangkissed is undefined>><<set $xiangkissed to 0>><</if>> <<if $xiangfucked is undefined>><<set $xiangfucked to 0>><</if>> <<if $xianganaled is undefined>><<set $xianganaled to 0>><</if>> <<if $stalkedxiang is 1>> Xiang is 18 years old, she lives with her mom Zoe, of which you also found a <<linkreplace "picture">><br>Picture: <img src="images/zoe/face.png"><br><</linkreplace>>. Their dad seems to have left them in economical difficulties, just as Rose was saying. You found an old picture of him, and he looks like a nice and pleasant middle age wealthy chinese man. You wonder if he died, or if she just ran away, maybe one day you might be able to ask her, if you care. <<else>> You don't know much about Xiang, besides the fact that she seems to be a 1st year student, and that she is most likely 18 by her looks.<br> You heard from Rose that she's facing economical difficulties. You might be able to find out more about her if you look her up on Instatok.<br> <</if>> <<if $stalkedxiang is 1>> <br><img src="images/xiang/instatok.png"><br> Age: 18<br> <<else>> <br><img src="images/xiang/face.png"><br> <</if>> <</nobr>> Xiang's Love : $xianglove Xiang activity count: ( Kissed = $xiangkissed , Fucked = $xiangfucked , Assfucked = $xianganaled)<<nobr>> <<if $xiangfucked gte 1>><br><span style="color: #6A5ACD;">You have taken her virginity</span><</if>> <<if $xianganaled gte 1>><br><span style="color: #6A5ACD;">You have taken her anal virginity</span><</if>><</nobr>> <<if $xiangcorruption > 0>>You have decided to exploit Xiang's need for money and exchange it for sexual favors, she seems to be ok with it: : <span style="color: #6A5ACD;">$xiangcorruption</span><</if>> <<nobr>> <<if $stalkedxiang is 1>> Xiang's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br> <<if $xiangcorruption > 0>><span style="color: #6A5ACD;">Corruption: 400%</span> - Corrupting her will definitely help the process of obtaining sexual favors from her.<span style="color: #6A5ACD;"> (<<print (($xiangcorruption*5).toFixed(1))>>)</span><br><</if>> Love : 240% - Xiang needs help, and someone who cares about her and loves her will go a long way. (<<print (($xianglove*2.7).toFixed(1))>>)<br> Coding: 90% - Xiang loves videogames and computers, she'll definitely appreciate if you are in the same kind of stuff as she is. (<<print (($coding* 0.8).toFixed(1))>>)<br> Charisma: 50% - Being funny is something that works with all kind of girls, except the ones without a sense of humour, Xiang luckily has one. (<<print (($charisma*0.5).toFixed(1))>>)<br> Intelligence: 50% - Xiang gives a good amount of importance to someone's intelligence, even if it's not what she values most. (<<print (($intelligence* 0.5).toFixed(1))>>)<br> Sex Experience: 30% - She might act innocent, and she's probably a virgin, but Xiang is not uninterested in the world of sex. (<<print (($sexexp* 0.3).toFixed(1))>>)<br> Xiang is a somewhat sweet girl that had some bad luck in life, she's kind of an outcast, and doesn't fit very well with the popular girls. She loves videogames and fun people. She doesn't care too much about appearance or popularity. <<set $xiangattraction to Number(($xianglove*2.4+$coding*0.9+$charisma*0.5+$intelligence*0.5+$sexexp*0.3+$xiangcorruption*4).toFixed(1))>><br> <<set $xiangattraction to Number($xiangattraction)>> <<if $xiangcorruption gte 0>><<else>><<set $xiangattraction += 5>><</if>> Xiang's attraction for you is $xiangattraction <br> <</if>> <</nobr>> <<link "Back">> <<script>> Dialog.setup("Girls Stats"); Dialog.wiki(Story.get("Girls Stats").processText()); Dialog.open(); <</script>> <</link>>
<<nobr>> <<if $phone is 1>> <div id="call1"> Katrina is calling you!<br> [img[setup.ImagePath+'katrina/face.png']]<br> <<link "Answer the phone">> <<replace "#call1">> <<goto "katrinatrip">> You have anwered Katrina's call.<br> <</replace>><</link>><br> <<link "Ignore the call">> <<replace "#call1">> <<katlove "-1">> <<conf "1">> You have decide to ignore Katrina's call, you can close this window.<br> <</replace>><</link>><br> </div> <<set $phone to 0>> <</if>> <</nobr>>
<<nobr>> <<if $katrinatrip eq 2>> <<say "You" $faceimg>>This is very nice Katrina, but... isn't this a bit too much?<</say>><br> <<katrina>>Why? You helped me fix my PC, I had to return the favor<</katrina>><br> <<say "You" $faceimg>>Ok, but... this is way more than returning the favor, you do realize that?<</say>><br> She seems to be uneasy about you pressuring her.<br> <<katrina>>Does it matter so much?<</katrina>><br> <<say "You" $faceimg>>You probably spent a lot of money for this... there's no way the value of fixing your PC is anywhere near that, and I hardly did anyth...<</say>><br> <<katrina>>OK, OK.. I wanted an excuse to spend some time with you, I confess. Are you happy now?<</katrina>><br> <<katlove "-3">> There was really no need to push her this far, and you feel a bit guilty, but it was very good for your ego to hear that.<br> <<conf "5">> <<say "You" $faceimg>>I'm really sorry, It's just that I'm not used to having someone spending money for me...<</say>><br> <<katrina>>It's ok, let's just try to forget this and enjoy the evening, ok?<</katrina>><br> <<set $katrinatrip to 4>> <</if>> <<if $katrinatrip eq 3>> You just decide to ignore the blatant fact that this is way too much of a reward for just fixing someone's PC, and focus on praising her for the initiative.<br><br> <<say "You" $faceimg>>Wow Katrina, this is definitely the best surprise that I ever got in my life! that's awesome<</say>><br> Katrina gives a wide and genuine smile, and hugs you.<br> <<katlove "10">> <<katrina>>I'm so happy that you like it!<</katrina>><br> It's unusual to say the least, and you feel like you had very little to decide on the matter.<br> In truth, this is obviously too much, and not voicing your opinion makes you feel a little indebtded to her.<br> <<conf "-3">> <<set $katrinatrip to 4>> <</if>> <<if $katrinatrip eq 4>> The both of you get comfortable.<br> <<video "images/katrina/kattrippool1.mp4" >><br> You have a few hours of fun; you talk, swim in the pool and sunbathe for all the afternoon.<br> <<sta "2">> <<cha "1">> <<addhours 4>> You realize that even if it's a bit early in the day, you left school without having lunch.<br> So you proceed the have dinner together a little earlier than expected.<br> She isn't a great cook, but she tries her best, and you end up having some slightly overcooked steak, salad and bread.<br> When you are done, there's still some sunlight, and you take the chance to have one last swim in the pool.<br><br> <<katrina>>Come, get in the pool! before the sun goes down!<</katrina>><br> <<say "You" $faceimg>>Shouldn't we wait a bit after we ate?<</say>><br> <<katrina>>No, that's a myth. just come inside<</katrina>><br> You already had sex just before getting here, and you were able to contain your instincts for most of the time.<br> But seeing her in the swimming suit again, is something that just naturally gets you hard again<br> She notices, and laughs<br> <<video "images/katrina/kattrippool2.mp4" >><br> <<katrina>>Looks like there's a problem that needs to be taken care of again!<</katrina>><br> <<say "You" $faceimg>>Ehm... sorry about that, you're just a bit too hot<</say>><br> <<katrina>>Oh come on, I wonder how you resisted so long, just come over and sit on the edge of the pool<</katrina>><br> You do as asked, and she gets to work pretty quickly with her mouth.<br> <<video "images/katrina/kattrippoolblow1.mp4" >><br> She blows you from inside of the water for a while, then, probably in anticipation for something else, she asks you to get out of the pool, and has you sit down.<br> <<video "images/katrina/kattrippoolblow2.mp4" >><br> She resumes from where she left off.<br> But it's clear that she wants more than just sucking your dick, it's just a matter of a few minutes before she gets her tits our and climbs on top of you.<br> <<video "images/katrina/kattrippoolfuck1.mp4" >><br> She envelopes your dick with her wet pussy, savoring every moment of it.<br> It's been a long day though, and she seems to get tired pretty quickly, you realize that and take over.<br> It's the least you can do, after all.<br> You get her on her knees and give it to her.<br> <<video "images/katrina/kattrippoolfuck2.mp4" >><br> She quickly gets to an orgasm in this position, but after a while you start to miss the wonderful sight of her boobs, so you ask her to turn around.<br> <<video "images/katrina/kattrippoolfuck3.mp4" >><br> You put your dick inside of her again in this other position, and fuck her until you both reach the final orgasm.<br> <<video "images/katrina/kattrippoolcum.mp4" >><br> You pull out at the last second, and spray your cum all over her swimsuit.<br> The end of the day is near, and it's starting to get cold outside, so she won't be needing it anymore, anyway.<br> <<katlove "4">> <<sexcon "3">> <<sexexp "1">> <<lust "-30">> <<stress "-10">> <<if $currenthour lte 7 or $currenthour gte 15>><<addhours 1>><</if>><<updatebar>> <<if $currenthour lte 7 or $currenthour gte 15>><<addhours 1>><</if>><<updatebar>> <<if $currenthour lte 7 or $currenthour gte 15>><<addhours 1>><</if>><<updatebar>> <<if $currenthour lte 7 or $currenthour gte 15>><<addhours 1>><</if>><<updatebar>> <<if $currenthour lte 7 or $currenthour gte 15>><<addhours 1>><</if>><<updatebar>> <<if $currenthour lte 7 or $currenthour gte 15>><<addhours 1>><</if>><<updatebar>> <<if $currenthour lte 7 or $currenthour gte 15>><<addhours 1>><</if>><<updatebar>> <<if $currenthour lte 7 or $currenthour gte 15>><<addhours 1>><</if>><<updatebar>> <<if $currenthour lte 7 or $currenthour gte 15>><<addhours 1>><</if>><<updatebar>> <<if $currenthour lte 7 or $currenthour gte 15>><<addhours 1>><</if>><<updatebar>> <<if $currenthour lte 7 or $currenthour gte 15>><<addhours 1>><</if>><<updatebar>> <<if $currenthour lte 7 or $currenthour gte 15>><<addhours 1>><</if>><<updatebar>> <<if $currenthour lte 7 or $currenthour gte 15>><<addhours 1>><</if>><<updatebar>> <<if $currenthour lte 7 or $currenthour gte 15>><<addhours 1>><</if>><<updatebar>> <<if $currenthour lte 7 or $currenthour gte 15>><<addhours 1>><</if>><<updatebar>> <<if $currenthour lte 7 or $currenthour gte 15>><<addhours 1>><</if>><<updatebar>> It was a long day, the sun, the trip, the swimming, you relax a bit on the bed together, talking a bit more, and you soon find yourself asleep.<br> You were so tired you barely even ejoyed the fact that you slept in bed with her all night, and are woken up by an alarm set by Katrina on her phone.<br> <<katrina>>Oh, fuck<</katrina>><br> <<say "You" $faceimg>>Wh...what time is it?<</say>><br> <<katrina>>Ah, I forgot to mention it, sorry about the early wake, but I have to work today, we need to get back before the school opens<</katrina>><br> <<say "You" $faceimg>>Ok, but... what time is it?<</say>><br> <<katrina>>It's 5 o'clock<</katrina>><br> <<say "You" $faceimg>>Ah, damn...<</say>><br> <<katrina>>Yeah, I know, sorry, but the trip takes 2 hours, and...<</katrina>><br> <<say "You" $faceimg>>Don't worry, Katrina, yesterday was the best day of my life<</say>><br> You feel like you might have said this sentence before, but probably not to her anyway.<br> Katrina smiles, and you give her just what she needs to start the day.<br> You quickly get a very basic breakfast, but unfortunately don't have time to really do anything else.<br> The trip takes pretty much as long as expected, and she drops you off where she picked you up.<br> You'll have to make a 5 minute walk back to school.<br> <br> <<nobr>> <<if $lust gte $maxlust>> You are way too horny, and you haven't done anything about it before going to sleep,<br>You wake up with stained underwear.<br> <b>Your sex control <span style="color: #8B0000;">decreased</span> by 1</b><br> <<set $sexcontrol -=1>> <</if>> <<if ndef $kattripach>> <<set $kattripach to 1>> <<cod 6>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<include "dailyresets">> <<set $maxenergy to Number ((25+$stamina).toFixed(0))>> <<if $bettermattress eq 1>><<set $maxenergy +=15>><</if>> <<if $carol100ach eq 3>><<set $maxenergy +=5>><</if>> <<if $katrinafootjobach eq 3>><<set $maxenergy +=3>><</if>> <<if $extraenergy eq 1>><<set $maxenergy +=10>><</if>> <<set $energy to $maxenergy>> <<if $stress gte $maxstress>> You have built too much stress in the past few days.<br> This causes you sleep poorly and to start your day unmotivated,<br> <b>You start your day with just 50% of your total energy.<br></b> <<set $energy to Number (($maxenergy*0.5).toFixed(0))>> <</if>> <<if $susantransform is 1>> <<set $susantransform to 2>> <</if>> <<if $dailyvincome gte 1 and $derpsies eq 4>> In the last day, your videos made you gain a total of $dailyvincome<<unset $a>>$<br> <<set $money +=$dailyvincome>> <</if>> <<button "Start a new day" "Room">><!--[[Room]]--><</button>> <</nobr>> <</if>> <<if $katrinatrip eq 1>> You pick up the phone and answer Katrina's call.<br> <<say "You" $faceimg>>Hello?<</say>><br> <<katrina>>Hey! Are you ready for your surprise?<</katrina>><br> <<say "You" $faceimg>>Oh... I don't know, I'm inside the school<</say>><br> <<katrina>>Yes, I know, just come outside, I'll send you the position<</katrina>><br> Katrina shares her position with you, she's not too far, just 5 minutes of walking, she's probably just trying to not be seen by anyone.<br> When you reach the location, you just see a car, you get closer to it, and it's her, waiting inside.<br><br> <<say "You" $faceimg>>I didn't know you had a car!<</say>><br> <<katrina>>It's not like you ever asked... well? Get inside!<</katrina>><br> You listen to her request, and enter her car.<br> <<say "You" $faceimg>>So, where are we going?<</say>><br> <<katrina>>Don't worry about it, it's a suprise!<</katrina>><br> You decide to let your curiosity go, and just relax, the two of you start talking.<br> <<cha "3">> <<katlove "3">> Talking with Katrina is always a pleasure, she's always nice and easygoing.<br> You learn a little bit about her past.<br><BR> <<katrina>>Since I moved here, I never had much luck with men.<</katrina>><br> <<say "You" $faceimg>>I'm sorry to hear that, even though that's hard to believe<</say>><br> <<katrina>>I mean, sure, I found men that wanted to have sex, but not the kind that seemed to really care about me<</katrina>><br> <<say "You" $faceimg>>Yeah, I understand<</say>><br> <<katrina>>You are different, $name . You are too young to have a relationship with me, but that doesn't mean that we shouldn't have some fun<</katrina>><br> <<say "You" $faceimg>>Fun with you certainly sounds great<</say>><br> <<katrina>>I'm not just talking about sex, I wanted us to have a little adventure<</katrina>><br> <<say "You" $faceimg>>Oh, I'm down for anything, sex didn't sound too bad, though<</say>><br> <<katrina>>I know... just thinking about that, makes me horny. You really know how to make a woman happy<</katrina>><br> <<say "You" $faceimg>>You are also a dream come true... your body, your lips<</say>><br> You try to take your mind off her, as you are getting aroused.<br> <<lust "15">> Katrina starts nervously looking around, she has driven for more than 30 minutes now, and you are in a pretty deserted area.<br> Suddenly, a very small dirt road appears on the right side, and she takes a turn, still looking around herself.<br> [img[setup.ImagePath+'katrina/roadturn.png']]<br> Katrina suddenly stops the car and gets out. You look around, doubtful and ask.<br><br> <<say "You" $faceimg>>Hm... is this the place?<</say>><br> Katrina doesn't answer, instead she opens the trunk and starts lowering the back seats making more space in the trunk.<br><br> <<say "You" $faceimg>>Are we... loading something? Can I help you?<</say>><br> You ask, getting out of the car as well.<br> Katrina signals you to enter the trunk, and you do that, climbing inside.<br><br> <<katrina>>No, actually... more like unloading<</katrina>><br> The moment she starts lowering your pants, is the moment that you finally start to understand what's going on.<br> Katrina pulls your dick out, and starts jerking you with one hand.<br> <<video "images/katrina/kattripcarblow1.mp4" >><br> She then adds her tongue to help it staying wet and getting hard even faster.<br> In less than a minute, you are rock hard, and she starts sucking you off.<br> <<video "images/katrina/kattripcarblow2.mp4" >><br> <<katrina>>Oh my god, it's so hard... I want it inside<</katrina>><br> Katrina turns around and slides her cotton shorts to the side.<br> <<video "images/katrina/kattripcarfuck1.mp4" >><br> Apparently she wasn't even wearing any panties, and eagerly takes it in.<br> She mounts you faster, but it's a clearly uncomfortable position, so she just decides to take a bit more risk, and you both get out of the car.<br> She's barely outside and she bends over the trunk, pleading to have your cock in again.<br> <<video "images/katrina/kattripcarfuck2.mp4" >><br> You keep fucking her in this position until she reaches an orgasm.<br> This is very exciting, and you are soon reaching the point of no return as well.<br> <<katrina>>Please, let me taste your cum again<</katrina>><br> You cannot say no to her when she asks it like this, so you finish up in her mouth.<br> <<video "images/katrina/kattripcarcum.mp4" >><br> She takes it all on her tongue and thanks you for it.<br> <<katrina>>Thanks honey, your cum is always so sweet<</katrina>><br> <<katlove "4">> <<sexcon "3">> <<sexexp "1">> <<lust "-30">> <<stress "-10">> <<say "You" $faceimg>>Wow Katrina, this really was a nice surprise!<</say>><br> <<katrina>>What?<</katrina>><br> <<say "You" $faceimg>>The surpise... I loved it<</say>><br> <<katrina>>Ahahaha, this wasn't the surprise, honey<</katrina>><br> <<say "You" $faceimg>>It wasn't?<</say>><br> <<katrina>>No, we're not even halfway there... You started to talk about sex and I had to take a little detour<</katrina>><br> <<say "You" $faceimg>>Oh damn, I see...<</say>><br> You get back in the car, she makes a U turn and drives back for a couple minutes.<br> You are quickly back on the main road where you were before, where you resume your journey.<br> You talk a little more on the way there, more than 2 hours have passed in total when you reach what seems to be your destination.<br> You arrive at a place that you soon realize being a small house rented as a B&B, it's relatively big for being a single unit, but it's pretty cozy and also has a private pool. <<katrina>>Surprisee!! I rented a place for the day... and the night<</katrina>><br> The area isn't very popular, but it still must have cost her at least a couple hundreds dollars.<br> While you're lost in the thougts she also adds<br><br> <<katrina>>I even thought about dinner, but we have most of the afternoon to have fun first<</katrina>><br> You can see the joy in Katrina's eyes, she seems to be really happy about having done this for you.<br> <<link "What!? Isn't this a bit too much?" "katrinatrip">><<set $katrinatrip to 2>><<addmins 145>><</link>> <br> <<link "Just act like it's normal and go along for the ride" "katrinatrip">><<set $katrinatrip to 3>><<addmins 145>><</link>> <br><br> <</if>> <</nobr>>
<<nobr>> <<if ndef $xiangcorruption>><<set $xiangcorruption to 0>><</if>> <div id="meet"> <<set $dailyxiang to 1>> <<if $xiangprogress isnot 1 and $xiangprogress isnot 2>> You see Xiang, sitting alone in a table, she's not eating, but just using her phone.<br> <img src="images/xiang/cafeteria.png"><br><br> <</if>> <<if $metxiang eq 0 and $xiangprogress isnot 2 and $xiangprogress isnot 1>> You know, thanks to Rose, that she's in a position of need.<br> That gives you the confidence that you need to approach her.<br><br> <<say "You" $faceimg>>Hello, can I sit here?<</say>><br> Xiang barely raises her eyes from the phone and doesn't even bother to look around and see that most tables are empty, she's probably busy playing a game.<br><br> <<xiang>>Yeah, sure...<</xiang>><br><br> <<link "Introduce yourself as a friend of Rose">><<replace "#meet">> <<set document.documentElement.scrollTop = 0>> <<say "You" $faceimg>>Nice to meet you, I'm a friend of Rose<</say>><br> This seems to catch her attention very quickly. She closes her game and look at you<br><br> <<xiang>>Oh, a friend of Rose? What's your name?<</xiang>><br><br> <<say "You" $faceimg>>$name , my pleasure<</say>><br> <<xiang>>Did she... talk to you about me?<</xiang>><br> Xiang looks worried.<br> <<say "You" $faceimg>>Just a little bit, I noticed how you're often here and never seem to have lunch or dinner, so I asked<</say>><br> Xiang doesn't know what to answers, she just looks embarassed and lowers her stare.<br> You're pretty sure that Rose is going to find out that you betrayed her trust, sooner or later, and she won't appreciate that.<br> <<roslove "-10">> On the other hand, you seem to have earned a bit of trust from Xiang.<br> <<xialove "10">> <<say "You" $faceimg>>Anyway, I'm going to have lunch if you don't mind, can I get something for you as well?<</say>><br> <<xiang>>Oh, don't worry, I'm not hungry<</xiang>><br> <<say "You" $faceimg>>You already had lunch?<</say>><br> <<xiang>>Well, no... but that's not necessary<</xiang>><br> <<say "You" $faceimg>>Ok, I'll get you an hamburger then<</say>><br> You stand up and start going towards the counter, Xiang just stares at you silently as you walk away.<br> <<link "Go and order food" "xiangcafeteria">><<set $xiangprogress to 1>><</link>> <</replace>><</link>><br> <<link "Introduce yourself and try to talk to her">> <<replace "#meet">> <<set document.documentElement.scrollTop = 0>> <<say "You" $faceimg>>My name is $name , nice to meet you<</say>><br> <<xiang>>Xiang, nice to meet you<</xiang>><br> Her words are polite, but her tone is dry, she's not even raising her eyes from the screen.<br> She's probably annoyed by your approach, but not enough to confront you.<br> <<xialove "-3">> This isn't going great, you have to think of a way to win her over a bit, you suddenly have an idea.<br> <<link "Order way too much food" "xiangcafeteria">><<set $xiangprogress to 2>><</link>> <</replace>><</link>><br> <<if $charisma gte 25 and $confidence gte 20>> <<link "(25 cha - 20 conf) Introduce yourself and try to offer her food">> <<replace "#meet">> <<set document.documentElement.scrollTop = 0>> <<say "You" $faceimg>>My name is $name , nice to meet you<</say>><br> <<xiang>>Xiang, nice to meet you<</xiang>><br> Her words are polite, but her tone is dry, she's not even raising her eyes from the screen.<br><br> <<say "You" $faceimg>>Would you allow me to buy you lunch?<</say>><br> She stops playing and turns to you with a puzzled look on her face.<br> <<xiang>>Ehm... why?<</xiang>><br> <<say "You" $faceimg>>I don't know, I'm pretty new here, just trying to meet new people<</say>><br> <<xiang>>And you offer food to all the people that you meet for the first time?<</xiang>><br> <<say "You" $faceimg>>Ok, that was a little dumb, I'm really sorry... can I buy you lunch to apologize?<</say>><br> Xiang laughs, she seems to appreciate your sense of humour.<br><br> <<xiang>>Ahahaha, that makes sense, of course<</xiang>><br> <<link "Go and order food" "xiangcafeteria">><<set $xiangprogress to 1>><</link>> <</replace>><</link>> <br> <</if>> <</if>> <<if $xiangprogress eq 1>> <<set document.documentElement.scrollTop = 0>> You usually had a lot of stuff for lunch, which is what made you gain a lot of weight in the past.<br> If you cut down on your own lunch, you can most likely pay for your lunch and Xiang's charging it on your card, and your parents won't even notice any difference.<br> Eating less, will also be good for your health.<br> <<sta "1">> You come back with 2 large hamburgers and fries, and give one to Xiang. <br><br> <<say "You" $faceimg>>There you go<</say>><br> <<xiang>>This really wasn't necessary<</xiang>><br> Xiang says, but the way she starts eating, you can see that this is kind of a lie.<br><br> You both consume your meal, making very little small talk.<br> <<xiang>>This was really nice of you, thanks<</xiang>><br> <<xialove "3">> <<say "You" $faceimg>>No problem, see you tomorrow, ok?<</say>><br> <<xiang>>Tomorrow?... what do you mean?<</xiang>><br> <<link "Stand up from the table" "Cafeteria">> <<addmins 45>><<set $metxiang to 1>><<set $xiangprogress to 3>><</link>> <</if>> <<if $xiangprogress eq 2>> <<set document.documentElement.scrollTop = 0>> You usually had a lot of stuff for lunch, which is what made you gain a lot of weight in the past.<br> If you order a double the amount of hamburgers, your parents probalby won't be too surprised, and just assume you are pigging out as you did way too often in the past.<br> You come back with 2 large hamburgers and fries. Sit back on the table and start eating<br> Xiang looks at you with a bit of envy and disgust, you aren't making a very strong first impression on her.<br> <<xialove "-3">> After you're done eating one of them and the fries, the 2nd one is still wrapped, you could easily eat that one as well, but you need it to bring your plan forward.<br> <<say "You" $faceimg>>Damn, I should really stop eating so much<</say>><br> Xiang stays silent, she probably doesn't want to judge you.<br><br> <<say "You" $faceimg>>Do you want my second hamburger? It's still wrapped, I need a good excuse not to eat it<</say>><br> <<xiang>>I can't pay you back for it, I left my wallet in my room<</xiang>><br> That's clearly an excuse, and you know it, but that doesn't matter.<br><br> <<say "You" $faceimg>>That's not what I meant, you can just have it<</say>><br> Xiang is clearly hungry, and it's easy for you to win her over.<br> <<xiang>>Are you sure?<</xiang>><br> <<say "You" $faceimg>>Yeah, I'm sure<</say>><br> She accepts your offer and starts eating, after a while she says, without thinking:<br><br> <<xiang>>Thanks a lot, anyway, I was really hungry!<</xiang>><br> <<xialove "3">> <<say "You" $faceimg>>Then why you didn't order something yourself?<</say>><br> <<xiang>>That's... <</xiang>><br> Xiang hesitates for a few seconds, she clearly doesn't know what to answer.<br> <<xiang>>Don't worry about it, ok?<</xiang>><br> <<say "You" $faceimg>>Ok, nevermind then, see you around ok?<</say>><br> <<xiang>>Ok, thanks again!<</xiang>><br> <<link "Stand up from the table" "Cafeteria">> <<addmins 45>><<set $xiangprogress to 4>><<set $metxiang to 1>><</link>> <</if>> <<if $metxiang eq 1>> You decide to sit at her table again.<br> She looks up at you, and recognizes you immediately.<br> <<xiang>>Oh... hey $name<</xiang>><br> <<say "You" $faceimg>>Hey Xiang, mind if I sit here?<</say>><br> <<xiang>>Sure thing<</xiang>><br> <<say "You" $faceimg>>I'm going to order something to eat, can I get something for you as well?<</say>><br> <<if $xiangprogress lt 5>> <<xiang>>Look, I really appreciate what you are trying to do for me, but there's no way I can accept this regularly, I would feel in your debt<</xiang>><br> <<say "You" $faceimg>>Hm, maybe you can do something in return for me then<</say>><br> <<xiang>>I don't know, what would that be?<</xiang>><br> <<say "You" $faceimg>>Let's eat first, and we'll figure that out later<</say>><br> <<xiang>>You are not going to ask for inappropriate things, right?<</xiang>><br> <<say "You" $faceimg>>Nah, don't worry about that<</say>><br> <<xiang>>Ok then, I could help you study, I'm doing pretty good in most subjects<</xiang>><br> <<say "You" $faceimg>>That's interesting, but let's worry about that later<</say>><br> You stand up, and go to order a couple burgers, that means that you'll eat less than usual, but it's for a good cause.<br> <<sta "1">> You eat and make some small talk.<br> <<xialove "2">> <<xiang>>So... what can I do for you in exchange for that?<</xiang>><br> <<link "Choose your compensation" "xiangreward">> <<set $xiangprogress to 5>> <<addmins 45>><</link>> <</if>> <<if $xiangprogress eq 5>> <<if $xiangcorruption lte 30>> <<xiang>>Sure, I really feel in your debt for this, but I'll try to make it up to you<</xiang>><br> You order something for both, which means you'll eat less than usual, make some small talk and finish eating in less than an hour.<br> <<xialove "2">> <<sta "1">> Then it's time to <<link "choose your compensation" "xiangreward">> <<addmins 45>><</link>> <<elseif $xiangcorruption lte 70>> <<xiang>>I already know you're going to make me do something naughty in exchange... but that's fine<</xiang>><br> You order something for both, which means you'll eat less than usual, make some small talk and finish eating in less than an hour.<br> <<xialove "2">> <<sta "1">> Then it's time to <<link "choose your compensation" "xiangreward">> <<addmins 45>><</link>> <<else>> <<xiang>>I can't wait to see what I can do to... repay you, this time<</xiang>><br> Xiang says, winking at you.<br> You order something for both, which means you'll eat less than usual, make some small talk and finish eating in less than an hour.<br> <<xialove "2">> <<sta "1">> Then it's time to <<link "choose your compensation" "xiangreward">> <<addmins 45>><</link>> <</if>> <</if>> <</if>> </div> <</nobr>>
<<nobr>> <div id="choice"> <<include "calc">> <<if ndef $xiangkissed>><<set $xiangkissed to 0>><</if>> <<if ndef $xiangfucked>><<set $xiangfucked to 0>><</if>> <<if ndef $xianganaled>><<set $xianganaled to 0>><</if>> <<if ndef $xianganaltrain>><<set $xianganaltrain to 0>><</if>> You start walking out of the cafeteria together.<br> There are a few people eyeing the two of you, so Xiang point towards an empty room nearby.<br><br> <<xiang>>Let's go in here for a second<</xiang>><br> You both enter the room, looks like nobody is here.<br> Xiang's Attraction for you is : $xiangattraction.<br> <<if $xiangcorruption lte 0>> <<xiang>>Ok... you can't be keeping buying me lunch like this, can you tell me something that I can do for you?<</xiang>><br> <<elseif $xiangcorruption lte 10>> <<xiang>>What can I do for you this time? Please don't be too naughty with me...<</xiang>><br> <<elseif $xiangcorruption lte 50>> <<xiang>>What can I do for you this time? Please don't be too naughty, but a little naughty is fine<</xiang>><br> <<else>> <<xiang>>Please, use me as you want, I need to repay my debt<</xiang>><br> <</if>> <<link "I don't want anything in return, just your smile">><<replace "#choice">> <<set document.documentElement.scrollTop = 0>> <<say "You" $faceimg>>I don't want anything in return, just your smile<</say>><br> <<xialove "2">> <<if $xiangattraction gte 60>> <b>(Attraction check: Success)</b><br> <<xiang>>You are way too sweet, please let me give you this at least<</xiang>><br> Xiang comes towards you gives you a kiss.<br> <<video "images/xiang/xiangkiss.mp4" >> <<lust "5">> /*--------kissengine-----------*/ <<if $xiangkissed is 0>> <b>You kissed Xiang for the first time! </b><br> She's definitely not a popular girl, but she's still pretty, so nobody can really say it was a bad idea.<br> <b>Your popularity <span style="color: #008000;">increased</span> by 2</b><br> <<set $popularity +=2>> <</if>> <<if $xiangkissedach is 0 or $xiangkissedach is undefined >> <<set $xiangkissedach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<set $xiangkissed +=1>> /*----------kissengEND---------*/ <<else>> <b>(Attraction check: Fail)</b><br> <<xiang>>Come on, really? You are so sweet, but this is unfair<</xiang>><br> <<say "You" $faceimg>>Don't worry about it<</say>><br> <<xiang>>Sigh... thanks again<</xiang>><br> <</if>> <<link "The two of you greet each other and part ways" "Hallways">><<addmins 7>><</link>> <</replace>><</link>><br> <<link "Can you show me your tits?">><<replace "#choice">> <<set document.documentElement.scrollTop = 0>> <<if $xiangattraction gte 50>> <b>(Attraction check: Success)</b><br> <<xiang>>So that's what you wanted, huh? Ok... I can do that<</xiang>><br> <<xialove "1">> <<video "images/xiang/xiangshowtits.mp4" >> <<lust "5">> <<xiang>>I hoped you enjoy the show, you creep<</xiang>><br> Her words seem a bit offended, but she said that with a smile, so you figure it's ok.<br> <<link "The two of you greet each other and part ways" "Hallways">><<addmins 7>><</link>> <<else>> <b>(Attraction check: Fail)</b><br> <<xiang>>Oh no... I knew that you were going to ask for something like that<</xiang>><br> <<xiang>>I don't really feel ready for this, maybe next time, ok?<</xiang>><br> Xiang seems to be very sad about having to turn down your request, but you're sure that she just needs some more time.<br> <<link "The two of you greet each other and part ways" "Hallways">><<addmins 7>><</link>> <</if>> <</replace>><</link>><br> <<link "Can you show me your ass?">><<replace "#choice">> <<set document.documentElement.scrollTop = 0>> <<if $xiangattraction gte 90>> <b>(Attraction check: Success)</b><br> <<xiang>>Getting more bold, are you? Yeah I can show you my ass, Let me remove some clothes for you<</xiang>><br> <<xialove "1">> <<video "images/xiang/xiangshowtits.mp4" >> <<lust "5">> She starts by showing your her tits.<br> Then she proceeds at removing her shorts to give you a nice look at her ass, the fact that she's wearing a g-string makes this very worth it.<br> <<video "images/xiang/xiangshowass.mp4" >> <<lust "7">> <<xiang>>Did you like what I decided to wear for you? I've got to keep my creep happy<</xiang>><br> <<xialove "1">> <<link "The two of you greet each other and part ways" "Hallways">><<addmins 7>><</link>> <<else>> <b>(Attraction check: Fail)</b><br> <<xiang>>Oh no... I knew that you were going to ask for something like that<</xiang>><br> <<xiang>>I don't really feel ready for this, maybe next time, ok?<</xiang>><br> Xiang seems to be very sad about having to turn down your request, but you're sure that she just needs some more time.<br> <<link "The two of you greet each other and part ways" "Hallways">><<addmins 7>><</link>> <</if>> <</replace>><</link>><br> <<link "Can you show me your pussy?">><<replace "#choice">> <<set document.documentElement.scrollTop = 0>> <<if $xiangattraction gte 120>> <b>(Attraction check: Success)</b><br> <<video "images/xiang/xiangshowtits.mp4" >> <<lust "5">> She starts by showing your her tits.<br> Then she proceeds at removing her shorts to give you a nice look at her ass, the fact that she's wearing a g-string makes this very worth it.<br> <<video "images/xiang/xiangshowass.mp4" >> <<lust "7">> <<xiang>>This is what you wanted all along, right? Do you like what I wore for you?<</xiang>><br> But that doesn't matter so much after all, because she goes all the way. and removes that as well. giving you a nice look of her pussy from behind.<br> <<video "images/xiang/xiangshowpussy.mp4" >> <<lust "9">> <<xiang>>This is what you wanted all along, right? Do you like it?<</xiang>><br> <<say "You" $faceimg>>Oh yes Xiang, you look lovely<</say>><br> <<xialove "1">> <<link "The two of you greet each other and part ways" "Hallways">><<addmins 7>><</link>> <<else>> <b>(Attraction check: Fail)</b><br> <<xiang>>Oh no... I knew that you were going to ask for something like that<</xiang>><br> <<xiang>>I don't really feel ready for this, maybe next time, ok?<</xiang>><br> Xiang seems to be very sad about having to turn down your request, but you're sure that she just needs some more time.<br> <<link "The two of you greet each other and part ways" "Hallways">><<addmins 7>><</link>> <</if>> <</replace>><</link>><br> <<link "Can you suck my dick?">><<replace "#choice">> <<set document.documentElement.scrollTop = 0>> <<xiang>>It was pretty obvious that you were just leading up to this, honestly.<</xiang>><br> <<say "You" $faceimg>>So... is that a no?<</say>><br> <<if $xiangattraction gte 155>> <b>(Attraction check: Success)</b><br> <<xiang>>Wait, I didn't say no... I guess that would be acceptable<</xiang>><br> That's all you needed to hear, you unzip your pants and let her take care of your hardon.<br> <<xialove "1">> <<video "images/xiang/xiangblowstart.mp4" >> <<if $xiangoralach is 0 or $xiangoralach is undefined >> <<set $xiangoralach to 1>> <<sta 2>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> She starts taking the tip inside her mouth, then slowly sucking you off.<br> She's not particularly good at it, but she sure is trying her best.<br> <<if $sexcontrol lt 24>> <b>(Sex control skill check: (Fail)</b><br> And that, unfortinately is enough for you to being unable to contain yourself from coming all over her face in less than a couple minutes.<br> <<video "images/xiang/xiablowcum1.mp4" >> <</if>> <<if $sexcontrol gte 24>> <b>(Sex control skill check: (Success)</b><br> As she keeps sucking it, she manages to get it in her mouth deeper and faster, and the quality of the blowjob radiply increases thanks to her dedication.<br> <<video "images/xiang/xiablow2.mp4" >> So much so that it gets much harder to resist your incoming orgasm.<br> <<if $sexcontrol gte 52>> <b>(Sex control skill check: (Success)</b><br> But you manage to pull yourself together and enjoye the last moments of this blowjob as much as you can.<br> You grab her head by her hair and try to lead her to swallow your cock even deeper in her throat.<br> <<video "images/xiang/xiablowhairdeep.mp4" >> She struggles and gags a bit, but ultimately offers no resistance.<br> She seems to even enjoy it a bit more than she should.<br> <<xiacor "1">> This inecitably bring you over the point of no return, and you decide to cum all over her face.<br> <<video "images/xiang/xiablowcum1.mp4" >> She sticks her tongue out and happily receives all of your warm spunk.<br> <<else>> <b>(Sex control skill check: (Fail)</b><br> In fact you have no way to stop yourself from coming, you pull out of her mouth but it's too late. You end up showering her face with cum, that she happily receives.<br> <<video "images/xiang/xiablowcum1.mp4" >> <</if>> <</if>> <<if $sexcontrol lt 24>> <<xiang>>Oh, you finished pretty fast, that means that I'm good, right?<</xiang>><br> Asks Xiang with a naive smile on her face.<br> <<xialove "1">> <<addmins 14>> <<ene "1">> <<stress "-1">> <<lust "-30">> <<elseif $sexcontrol gte 24 and $sexcontrol lt 52>> <<xiang>>I'm starting to develop a taste for your juice on my face<</xiang>><br> <<xialove "2">> <<addmins 18>> <<ene "1">> <<stress "-4">> <<lust "-40">> <<else>> <<xiang>>I think I got pretty good at this, right $name ?<</xiang>><br> Asks Xiang with a genuinely happy expression.<br> <<xialove "1">> <<addmins 22>> <<ene "2">> <<conf "1">> <<stress "-6">> <<lust "-40">> <</if>> <<sexcon "2.2">> <<link "The two of you greet each other and part ways" "Hallways">><<addmins 7>><<set $energy -=$enewid>><</link>> <<else>> <b>(Attraction check: Fail)</b><br> <<xiang>>Oh no... I knew that you were going to ask for something like that<</xiang>><br> <<xiang>>I don't really feel ready for this, maybe next time, ok?<</xiang>><br> Xiang seems to be very sad about having to turn down your request, but you're sure that she just needs some more time.<br> <<link "The two of you greet each other and part ways" "Hallways">><<addmins 7>><</link>> <</if>> <</replace>><</link>><br> <<link "(corruption) Grope her tits">><<replace "#choice">> <<set document.documentElement.scrollTop = 0>> You get closer to her and say:<br><br> <<say "You" $faceimg>>I know a way that you can repay me<</say>><br> You get behind and start groping her tits.<br> <<video "images/xiang/xianggropetits.mp4" >> She seems to enjoy her hands over her body.<br> <<if $xiangattraction gte 95>> <b>(Attraction check: Success)</b><br> She lets you explore under her shirt for a while, then graceously stops you by saying.<br> <<xiang>>This is nice... but let's call it enough for today, ok?<</xiang>><br> <<xiacor "1">> <<lust "5">> <<else>> <<xiang>>Oh god, this is a bit too much, I knew there was going to be a catch<</xiang>><br> <<xiacor "2">> <<lust "5">> <<xialove "-3">> <</if>> <<link "The two of you greet each other and part ways" "Hallways">><<addmins 7>><</link>> <</replace>><</link>><br> <<link "(corruption) Grope her tits and pussy">><<replace "#choice">> <<set document.documentElement.scrollTop = 0>> You get closer to her and say:<br><br> <<say "You" $faceimg>>I know a way that you can repay me<</say>><br> You get behind and start groping her tits.<br> <<video "images/xiang/xianggropetits.mp4" >> <<if $xiangattraction gte 95>> <b>(Attraction check: Success)</b><br> She lets you explore under her shirt for a while, then graceously stops you by saying.<br> <<xiang>>This is nice... but let's call it enough for today, ok?<</xiang>><br> <<xiacor "1">> <<lust "5">> <<else>> <<xiang>>Oh god, this is a bit too much, I knew there was going to be a catch<</xiang>><br> <<xiacor "2">> <<xialove "-3">> <<lust "5">> <</if>> You then lower one of your hands and slips it inside her panties, starting to caress her pussy.<br> <<if $xiangattraction gte 112>> <b>(Attraction check: Success)</b><br> You decide to ignore her request for a while and see how that plays out.<br> <<video "images/xiang/xianggropepussy.mp4" >> Xiang starts moaning from pleasure at your touch.<br> <<xiacor "1">> <<if $xiangattraction gte 139>> You remove her shorts and start rubbing her pussy above her g-string.<br> <<video "images/xiang/xiagropeundress.mp4" >> You then remove it entirely and make her turn around after groping her ass.<br> <<lust "8">> She raises her legs and gives you access to her cunt.<br> <<video "images/xiang/xiagropehard.mp4" >> You start rubbing her clit and hole with your hand, going harder and faster, she just moans in response.<br> <<lust "8">> You keep doing that until she surrenders herself to a loud orgasm.<br> <<video "images/xiang/xiagropeorgasm.mp4" >> <<xiacor "2">> <<xialove "1">> <<lust "8">> <<ene "2">> <<else>> She lets you explore her intimate parts for a while, then graceously stops you by saying.<br> <<xiacor "1">> <<xiang>>This is hot... but, can we please stop here for now?<</xiang>><br> <<lust "8">> <</if>> <<elseif $xiangattraction gte 95>> <b>(Attraction check: Fail)</b><br> <<video "images/xiang/xianggropepussy.mp4" >> <<lust "8">> Xiang starts moaning from pleasure at your touch.<br> <<xiang>>Ok, seriously, stop, this is getting really inappropriate<</xiang>><br> <<xiacor "2">> <<xialove "-4">> <<else>> <b>(Attraction check: Fail)</b><br> <<video "images/xiang/xianggropepussy.mp4" >> <<lust "8">> Xiang starts moaning from pleasure at your touch, but she soon stops and gets pissed off.<br> At her request, you realize you are going too far, and pull your hands away from her.<br> You can see that she liked it a bit, but you didn't respect her and she's pretty mad at you.<br><br> <<xiang>>What the hell is wrong with you? Didn't your hear me?<</xiang>><br> <<xiacor "2">> <<xialove "-6">> <<xiang>>Don't pull this shit again with me, ok?<</xiang>><br> <</if>> <<link "The two of you greet each other and part ways" "Hallways">><<addmins 7>><<set $energy -=$enewid>><</link>> <</replace>><</link>><br> <<link "Ask to have sex">><<replace "#choice">> <<set document.documentElement.scrollTop = 0>> <<if $xiangfucked lte 0>> <<if $confidence gte 30>> <<say "You" $faceimg>>I know what we can do. We can have sex!<</say>><br> <<else>> <<say "You" $faceimg>>I was thinking that... we could have sex?<</say>><br> <</if>> <<if $xiangattraction gte 255>> <b>(Attraction check: Success)</b><br> <<if ndef $xiangconfess>> <<xiang>>Look, I'm sorry, but there's something that I need to confess to you<</xiang>><br> <<say "You" $faceimg>>What is it, Xiang?<</say>><br> <<xiang>>It's just that... ehm...<</xiang>><br> <<say "You" $faceimg>>You can talk to me<</say>><br> <<xiang>>I've never done that... like with anyone<</xiang>><br> <<say "You" $faceimg>>Oh...<</say>><br> <<xiang>>Please don't laugh<</xiang>><br> <<say "You" $faceimg>>No no... it's fine, actually it's a nice thing, so you don't want to do it today?<</say>><br> <<xiang>>No, we can do that, but can we do that somewhere else, though? I don't want my first time to be in a empty classroom<</xiang>><br> <<say "You" $faceimg>>That makes sense, should we go to my room?<</say>><br> <<xiang>>Hm... ok, that's better I guess<</xiang>><br> <<link "Head to your room" "xiangsex">><<set $xiangscene to 1>><</link>><br> <<set $xiangconfess to 1>> <<else>> <<xiang>>Ok... you already know that I never did that, but... Yeah, I feel ready today<</xiang>><br> <<xiang>>Can we do that somewhere else, though? I don't want my first time to be in a empty classroom<</xiang>><br> <<say "You" $faceimg>>That makes sense, should we go to my room?<</say>><br> <<xiang>>Hm... ok, that's better I guess<</xiang>><br> <<link "Head to your room" "xiangsex">><<set $xiangscene to 1>><</link>><br> <</if>> <<elseif $xiangattraction lte 80>> <b>(Attraction check: Fail)</b><br> <<xiang>>Jesus, seriously??<</xiang>><br> <<say "You" $faceimg>>Well, that was just an idea<</say>><br> <<xiang>>Are you fucking out of your mind? You buy me lunch and you think that you can ask me to have sex for that? Fuck off!<</xiang>><br> <<xialove "-3">> <<xiacor "-1">> <<link "You completely ruined the mood, Xiang gets out slamming the door" "Hallways">><<addmins 7>><<set $energy -=$enewid>><</link>><br> <<elseif $xiangattraction lte 180>> <b>(Attraction check: Fail)</b><br> <<xiang>>I'm sorry, but there's just no way.<</xiang>><br> <<say "You" $faceimg>>But...<</say>><br> <<xiang>>No buts, you are just asking too much<</xiang>><br> <<xialove "-1">> <<link "You ruined the mood, and Xiang just exits the room" "Hallways">><<addmins 7>><<set $energy -=$enewid>><</link>><br> <<else>> <b>(Attraction check: Fail)</b><br> <<if ndef $xiangconfess>> <<xiang>>Look, I'm sorry, but there's something that I need to confess to you<</xiang>><br> <<say "You" $faceimg>>What is it, Xiang?<</say>><br> <<xiang>>It's just that... ehm...<</xiang>><br> <<say "You" $faceimg>>You can talk to me<</say>><br> <<xiang>>I've never done that... like with anyone<</xiang>><br> <<say "You" $faceimg>>Oh...<</say>><br> <<xiang>>Please don't laugh<</xiang>><br> <<say "You" $faceimg>>No no... it's fine, actually it's a nice thing<</say>><br> <<xiang>>I think I'll do that with you, $name , but I just don't feel ready for it , yet<</xiang>><br> <<say "You" $faceimg>>That's ok, maybe next time, then.<</say>><br> <<set $xiangconfess to 1>> <<else>> <<xiang>>I'm sorry but... you know that I'm a virgin, and I just don't feel ready for it yet.<</xiang>><br> <<say "You" $faceimg>>Hmpf... ok Xiang, I won't force you, but you'll be ready some day, right?<</say>><br> <<xiang>>Yes, some day... I promise<</xiang>><br> <</if>> <<link "Select something else" "xiangreward">><</link>> <</if>> <</if>> <<if $xiangfucked gte 1>> <<say "You" $faceimg>>So... what do you think about having sex again?<</say>><br> <<if $xiangcorruption lte 10>> <<xiang>>Oh, ok... I guess that we can do that, if you want<</xiang>><br> Xiang gives you a shy smile.<br><br> <<else>> <<xiang>>Oh yeah, I can't wait to have your dick inside of me again!<</xiang>><br> <</if>> <<xiang>>But then we should have gone to your room, not in here.<</xiang>><br> <<link "You're right, let's go to my room" "xiangsex">><<set $xiangscene to 2>><</link>><br> <<linkreplace "No, I want to do it here">> <<say "You" $faceimg>>No, I want to do it here<</say>><br> <<xiang>>What? Are you serious??<</xiang>><br> <<say "You" $faceimg>>Yeah, I'm serious<</say>><br> <<if $xiangcorruption lte 15>> <b>(Corruption check: Fail)</b><br> <<xiang>>No come on, that's too risky... there's no way.<</xiang>><br> <<say "You" $faceimg>>Don't be so scared, we can lock the door...<</say>><br> <<xiang>>I'm sorry but no, it's either your room or nothing<</xiang>><br> <<link "Ok... let's go to my room" "xiangsex">><<set $xiangscene to 2>><</link>><br> <<else>> <b>(Corruption check: Success)</b><br> <<xiang>>You're so dirty... I love that, but let's lock the door at least<</xiang>><br> Xiang goes over to the door and locks it.<br><br> <<link "Proceed to fuck her" "xiangsex">><<set $xiangscene to 3>><</link>><br> <</if>> <</linkreplace>><br> <</if>> <</replace>><</link>><br> <<if $xiangfucked gte 1>> <<if $xiangcorruption gte 25 and $xianganaltrain eq 0>> <<link "(30 corruption) Start the anal training" "xiangsex">> <<set $xiangscene to 70>><<set $dailyxiang to 1>> <</link>> <<elseif $xianganaltrain eq 0>> <br> If Xiang's corruption was higher, you could start training her for anal sex.<br> <</if>><</if>> <<if $xiangcorruption gte 25 and $xianganaltrain gte 1 and $xianganaltrain lte 3>> <<link "Continue her anal training" "xiangsex">> <<set $xiangscene to 71>><<set $dailyxiang to 1>> <</link>><</if>> <<if $xiangcorruption gte 25 and $xianganaltrain gt 3>> <<link "Fuck Xiang's ass again" "xiangsex">> <<set $xiangscene to 74>><<set $dailyxiang to 1>> <</link>><</if>> </div> <</nobr>>
<<nobr>> <<if ndef $xiangfuckach>> <<set $xiangfuckach to 1>> <<cod 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $xiangscene is 1>> You and Xiang decide to head to your room for her first time, she doesn't have a room in the school after all.<br> You can see that Xiang is incredibly nervous and tense.<br><br> <<xiang>>I don't know... I'm not so sure anymore, you know that this is big for me, right?<</xiang>><br> <<if $virginity is 1>> <<say "You" $faceimg>>Well, for me too, honestly<</say>><br> <<xiang>>But it's my first time!<</xiang>><br> <<say "You" $faceimg>>Yeah, it's my first time as well<</say>><br> <<xiang>>I don't believe you... you are just saying that<</xiang>><br> <<say "You" $faceimg>>No Xiang, you have to believe on this, or we can stop here, look at me in the eyes<</say>><br> Xiang stops and looks at you, as request.<br><br> <<say "You" $faceimg>>It's the first time for me as well, I did some things, yeah, but never this.<</say>><br> <<xiang>>Oh, ok then, it makes me feel much better than we're in this together<</xiang>><br> This is enough to convince her.<br> <<else>> <<say "You" $faceimg>>Don't be too worried. I promise you'll have fun<</say>><br> <<xiang>>I don't know... I heard that it's painful<</xiang>><br> <<say "You" $faceimg>>Just a little bit, then it's going to be fun<</say>><br> <<xiang>>How do you know that?<</xiang>><br> <<say "You" $faceimg>>Just trust me<</say>><br> <<xiang>>Ok... It's good that at least you have some experience with this, I guess...<</xiang>><br> <<say "You" $faceimg>>You guess?<</say>><br> It takes a few more minutes of going back and forth, but in the end, she feels ready.<br> <</if>> She undresses completely and positions herself on the couch.<br><br> [img[setup.ImagePath+'xiang/couchvirgin.png']]<br> <<say "You" $faceimg>>So... you want to do it in this position?<</say>><br> <<xiang>>Yeah, this feels more natural for me<</xiang>><br> You kinda wonder what that could possibly mean, but not for long, because the sight in front of you demands your attention.<br><br> <<say "You" $faceimg>>I'm gonna put inside just the tip, and let you get accustomed to it, ok?<</say>><br> <<xiang>>Y...yes<</xiang>><br> You stick just the tip of your dick inside of her, and stop there for several seconds.<br> She lets out a little cry of pain, and you know that it happened.<br><br> <<video "images/xiang/xiangvirginfuck1.mp4">><br> After a bit, she slowly starts sliding your dick slightly up and down her pussy.<br> The moans of pain starts to get occasionally mixed up with moans of pleasure.<br> This isn't fast enough for you to enjoy it. but it definitely is a good sensation anyway.<br> <<video "images/xiang/xiangvirginfuck2.mp4">><br> A few moment laters, she starts getting a bit more comfortable and you try pushing it a little deeper inside<br><br> <<say "You" $faceimg>>Are you okay?<</say>><br> <<xiang>>Yeah, it's fine, continue<</xiang>><br> This is just what you hoped to hear, and you slowly start picking up speed and actually fucking her.<br> <<video "images/xiang/xiangroomfuck1.mp4">><br> This is going well, and it's very arousing for you.<br> Maybe you could resist a little longer, but being this her first time, she's still a bit in pain.<br> So you decide to end this for now and to focus on reaching your orgasm.<br> <</if>> <<if $xiangscene is 2>> <<if $xiangfucked eq 1>> The last time, you have taken her virginity and you are confident that this time you will be able to push things further.<br> The doggy position seemed to work fine for taking her innocence, so it should be good enough for the second attempt.<br> <<elseif $xiangfucked gte 2>> You already had sex with her more than once after taking her virginity, and you are confident that she's more than capable of handling your dick now.<br> So you just put her in a doggy position again and you start fucking her from behind.<br> <</if>> <<video "images/xiang/xiangroomfuck1.mp4">><br> She rapidly gets accustomed to your cock and starts enjoying it right away.<br> <<if $sexcontrol lt 25>> <b>(Sex control check: Fail)</b><br> You weren't ready for this.<br> Xiang is now much more comfortable with going faster and deeper.<br> but you aren't, this feels too good for you, you try changing position, but it's useless.<br> Not even a minute after starting, you find yourself unable to contain your orgasm.<br> <</if>> <<if $sexcontrol gte 25 and $sexcontrol lt 39>> <b>(Sex control check: Success)</b><br> You manage to fuck her for a couple minutes, but you feel that your orgasm is approaching pretty fast, so you decide to switch to another position, and get her on her side.<br> <<video "images/xiang/xiangroomfuck5.mp4">><br> <b>(Sex control check: Fail)</b><br> You cannot take the new position for long though, and you are quickly left to decide where to place your load.<br> <</if>> <<if $sexcontrol gte 39>> <b>(Sex control check: Success)</b><br> After a few minutes, you realize that you want to see her face while you fuck her, so you ask her to climb on your dick and ride you.<br> <<video "images/xiang/xiangroomfuck2.mp4">><br> She has no problems doing that, but you still help her a bit by slightly pumping up from below.<br> <</if>> <<if $sexcontrol gte 57>> <b>(Sex control check: Success)</b><br> You realize that you are missing the sight of her tight little ass, but the position is too comfortable to change, so you just help her turning around.<br> <<video "images/xiang/xiangroomfuck3.mp4">><br> She resumes riding you from that position, fully enveloping your dick with her snatch and taking it deeper than you would have expected<br> <<elseif $sexcontrol gte 39>> <b>(Sex control check: Fail)</b><br> You realize you are enjoying it a lot, so much that you only have time for a little more fun in another position until you inevitably cum.<br> <<video "images/xiang/xiangroomfuck5.mp4">><br> You put Xiang on her side and penetrate her from there, grabbing her neck.<br> She seems to enjoy it, but so do you, and you now have to decide how to end it.<br> <</if>> <<if $sexcontrol gte 76>> <b>(Sex control check: Success)</b><br> Xiang is starting to get a bit tired and you feel her slowing down her ride.<br> You cannot blame her after all, you have been going for more than 20 minutes.<br> <<video "images/xiang/xiangroomfuck4.mp4">><br> You decide to help her, you grab her ass and start doing all the work from below, pumping your cock in her fast and deep.<br> She gets to come again very fast under your treatment, so you take the opportunity to fuck her in one last position before coming.<br> <<video "images/xiang/xiangroomfuck5.mp4">><br> It's more than 30 minutes of uninterrupted fucking, she's in pure delight, and you decide it's time to end things on your terms.<br> <<elseif $sexcontrol gte 57>> <b>(Sex control check: Fail)</b><br> The sight of her ass definitely helped your arousal peaking, but was that a good thing? You have to stop this of you will come, which isn't bad since you already fucked a lot, but you feel like there's a bit more time for another position.<br> <<video "images/xiang/xiangroomfuck5.mp4">><br> You put Xiang on her side and penetrate her from there, grabbing her neck.<br> You both enjoy the position a lot, and you are soon left with the decision on where to cum.<br> <</if>> <</if>> <<if $xiangscene lte 2>> /*------------------CHOOSE CUM BEGIN--------------------------*/ <div id ="cum"> <<link "Come on her face">><<replace "#cum">> You decide to unload your semen in Xiang's face<br> You keep fucking until you can't take it anymore, then quickly ask her to get on her knees.<br> <<video "images/xiang/xiangroomcumface.mp4" >><br> She complies, and you can finally cover her face with your spunk.<br> <<trigger 'endstats'>> <</replace>><</link>> <br> <<link "Come over her body">><<replace "#cum">> You decide to fuck Xiang until you are ready to pull out and shower her body with cum.<br> <<video "images/xiang/xiangroomcumbody.mp4" >><br> She just lays down and takes it, still moaning from the intense sexual pleasure.<br> <<trigger 'endstats'>> <</replace>><</link>> </div> /*------------------------CHOOSE CUM END-----------------------*/ <<elseif $xiangscene eq 3>> Xiang comes back towards you, after having locked the door, and starts undressing herself.<br> She removes her shirt and bra, and leans over the desk.<br> You decide to help her remove the last two pieces of clothing.<br> <<video "images/xiang/xiaclassundress.mp4" >><br> You also grab her firm ass and squeeze it while doing so.<br> This gets you hard, and you can now begin to penetrate her.<br> She seems eager to get fucked by you, you can really notice how Xiang has changed since you first interacted with her.<br> <<xiang>>Ohh, put it in!<</xiang>><br> <<video "images/xiang/xiaclassfuck1.mp4">><br> <<if $sexcontrol lt 27>> <b>(Sex control check: Fail)</b><br> You are just probably too horny.<br> This feels too good for you, you try stopping yourself from coming right away and buy some time by having her turn around.<br> Sadly, it's a fruitless effort as soon as you put your dick back inside, you have to cum.<br> <<video "images/xiang/xiaclassfuckcumface.mp4">><br> You pull out and end up spraying Xiang's face with your cum.<br> <</if>> <<if $sexcontrol gte 39>> <b>(Sex control check: Success)</b><br> You are reasonably comfortable with your ability to fuck her for a while, and you continue doing so for a few minutes.<br> <<video "images/xiang/xiaclassfuck2.mp4">><br> She is clearly enjoying it, and lets you use her hole at your will.<br> <<if $sexcontrol gte 89>> <b>(Sex control check: Success)</b><br> <<if ndef $xiangfullclassach>> <<set $xiangfullclassach to 1>> <<sexcon 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> It's clear that you nowhere close to coming after you fuck her in the same position for a few more minutes.<br> So she decides to get herself more comfortable, raising her other leg on the desk as well.<br> <<video "images/xiang/xiaclassfuck3.mp4">><br> You relentlessly plow her without ever decreasing your speed, and this brings her to a couple consecutive orgasms during the span of about 10 minutes.<br> <</if>> <<if $sexcontrol gte 60>> <b>(Sex control check: Success)</b><br> You are both getting a bit tired by the same position.<br> So you ask her to climb on you.<br> <<video "images/xiang/xiaclassfuck4.mp4">><br> She does that, and you start fucking her from below, she seems to really enjoy the treatment.<br> <<xiang>>Yes, Ohh fuck yes. That'it! Oh my god yes<</xiang>><br> Her uncoherent words mixed with moans make it easy to realize that she's coming hard on your dick.<br> <<if $sexcontrol gte 77>> <b>(Sex control check: Success)</b><br> You still haven't come, which is kind of amazing.<br> And that gives you the opportunity to try yet another position.<br> You ask her to turn around and you continue fucking her from below, but this time looking at her face.<br> <<video "images/xiang/xiaclassfuck5.mp4">><br> You grab her ass and fully enjoy her little and firm shape while having your cock fully enveloped by her wet cunt.<br> <</if>> <</if>> <</if>> <<if $sexcontrol gte 27>> <<if $sexcontrol lt 89>> <b>(Sex control check: Fail)</b><br> <</if>> You think you have enough for <<if $sexcontrol lt 39>>only another <<else>>one last <</if>>position, so you have her sit on the desk sideways, and resume fucking her in that position.<br> You then continue fucking her until you cannot take it anymore, and you pull out of her.<br> <<video "images/xiang/xiaclassfuck6.mp4">><br> You guess she wants the cum on her face, since she's instinctively kneeling down to receive it.<br> And you are happy to sprinkle her with your seed.<br> <<video "images/xiang/xiaclassfuckcumface.mp4">><br> She happily receives it all over her face, then sucks the rest out of your dick<br> <</if>> <<if $xiangscene eq 3>> <<if $sexcontrol lt 27>> <<xiang>>Ahahah, it took me longer to lock the door and undress than you did to come<</xiang>><br> When did xiang become so assertive?<br> You know she shouldn't mind, but it's still a bit frustrating for you.<br> <<conf "-1">> <<sexexp "0.2">> <<addmins 13>> <<ene "2">> <<sexcon "2.6">> <<lust "-40">> <<elseif $sexcontrol lt 39>> <<xiang>>I'm really starting to enjoy this, next time we should try a few more positions!<</xiang>><br> <<sexcon "2.6">> <<lust "-40">> <<xialove "0.5">> <<sexexp "0.4">> <<addmins 19>> <<ene "4">> <<stress "-3">> <<elseif $sexcontrol lt 60>> <<xiang>>This was nice, seriously, so nice...<</xiang>><br> <<sexcon "2.6">> <<lust "-40">> <<xialove "1">> <<sexexp "0.7">> <<addmins 23>> <<ene "5">> <<stress "-5">> <<elseif $sexcontrol lt 77>> <<xiang>>Wow, that was so good, I'm so happy to have met you<</xiang>><br> <<sexcon "2.6">> <<lust "-40">> <<xialove "1.5">> <<xiacor "0.5">> <<sexexp "1.2">> <<addmins 28>> <<ene "7">> <<stress "-7">> <<elseif $sexcontrol lt 89>> <<xiang>>I'm going to get addicted to your dick so bad if you continue to fuck me like this<</xiang>><br> <<sexcon "2.6">> <<lust "-40">> <<xialove "2">> <<xiacor "1">> <<sexexp "1.6">> <<addmins 34>> <<ene "9">> <<stress "-9">> <<else>> <<xiang>>This is heaven, I would have never imagined that some day I would be able to have so many orgasm in a single session, I love you...<</xiang>><br> <<sexcon "2.6">> <<lust "-40">> <<xialove "3">> <<xiacor "2">> <<sexexp "2.4">> <<addmins 39>> <<ene "12">> <<stress "-13">> <</if>> <<link "The two of you get dressed back, greet each other and part ways" "Hallways">><<set $energy -=$enewid>><</link>> <<set $xiangscene to 0>> <<set $xiangfucked +=1>> <</if>> <</if>> /*-------------------------------------------------------------------------------------------------------------------------------------------------------*/ <<on 'endstats' span hidden>> <<if $xiangscene is 1>> <b><span style="color: #6A5ACD;">You have taken Xiang's virginity<br></span></b><br> /* virgin and firstfuck check Xiang */ <<if $virginity is 1>> <<if $xiangvirginach is 0 or $xiangvirginach is undefined >> <<set $xiangvirginach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>><<sta "5">> <</if>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Xiang"]>><br> You lost your virginity to $virginity !<br> <</if>> <b>You fucked Xiang for the first time! This is something special for you, but she's not the most popular girl in school<br> Your popularity <span style="color: #008000;">increased</span> by 2!<br></b> <<set $popularity +=2>> <<say "You" $faceimg>>That was lovely, Xiang<</say>><br> <<xiang>>It wasn't too bad, but... I think the second time should be better?<</xiang>><br> <<say "You" $faceimg>>Oh yeah, and from the third one, it starts getting really great<</say>><br> <<xiang>>Ahaha, I see where you're going, I guess we'll find out<</xiang>><br> <<addmins 87>> <<ene "4">> <<stress "-5">> <<sexexp "2">> <<sexcon "2.3">> <<lust "-30">> You decide to spend one more hour cuddling with her, it was an intense experience and she deserves some of your time after all.<br> <b>1 Hour has passed.</b><br> <<xialove "3">> /*------------virginfirstfuckXiang----------------- */ <</if>> <<if $xiangscene eq 2>> <<if $sexcontrol lt 25>> <<xiang>>Oh, I was thinking that this would have lasted a bit longer this time?<</xiang>><br> <<say "You" $faceimg>>Ehm... yeah, I'm sorry, next time will be better for sure<</say>><br> <<xiang>>I see, no problem $name<</xiang>><br> She acts like it's no big deal, but you can feel a little disappointment in her eyes.<br> <<xialove "-1">> <<addmins 17>> <<ene "4">> <<stress "-1">> <<sexexp "0.3">> <<sexcon "2.2">> <<lust "-30">> <<conf "-1">> <<elseif $sexcontrol lt 39>> <<xiang>>Ok, this was pretty good, you were right, it does get a bit better over time<</xiang>><br> <<say "You" $faceimg>>Just a bit?<</say>><br> <<xiang>>Well... I think that I can come more than once if we continue a bit longer<</xiang>><br> <<say "You" $faceimg>>Maybe next time we'll try then<</say>><br> <<xiang>>Ok!<</xiang>><br> Xiang smiles to you.<br> <<addmins 22>> <<ene "5">> <<stress "-2">> <<sexexp "0.6">> <<sexcon "2.3">> <<lust "-35">> <<elseif $sexcontrol lt 57>> <<xiang>>Oh wow, that was good, you made me come twice<</xiang>><br> <<say "You" $faceimg>>I'm happy that you enjoyed it<</say>><br> <<xiang>>Hehe, let's do it again tomorrow!<</xiang>><br> <<xialove "1">> <<addmins 26>> <<ene "6">> <<stress "-4">> <<sexexp "1">> <<sexcon "2.6">> <<lust "-40">> <<elseif $sexcontrol lt 76>> <<xiang>>Ah...<</xiang>><br> Xiang is still in delight, her body a bit exhausted but still experiencing pleasure from the experience.<br> <<xiang>>You weren't lying when you said it gets better with time, that was so good...<</xiang>><br> <<say "You" $faceimg>>You were great too, Xiang<</say>><br> <<xialove "1">> <<xiacor "1">> <<addmins 33>> <<ene "8">> <<stress "-7">> <<sexexp "1.5">> <<sexcon "2.6">> <<lust "-40">> <<else>> <<xiang>>Aahh... I love your cum, please never stop fucking me<</xiang>><br> Xiang is blabbing almost uncoherently, her body and mind still shaking from all the orgasms she experienced.<br> <<xiang>>This was... so good, so fucking good, I think I love you<</xiang>><br> <<say "You" $faceimg>>I love you too, Xiang<</say>><br> You don't even know if you mean it, but there's no other thing you can answer, in this moment.<br> <<xialove "3">> <<xiacor "1">> <<addmins 39>> <<ene "10">> <<stress "-11">> <<sexexp "2">> <<sexcon "2.6">> <<lust "-40">> <</if>><</if>> <br> <<link "The two of you get dressed back, greet each other and part ways" "Hallways">><<set $energy -=$enewid>><</link>> <<set $xiangscene to 0>> <<set $xiangfucked +=1>> <</on>> /*------------anal training------------------------*/ <<if $xiangscene gte 70 and $xiangscene lte 73>> You decide that it's time to start training Xiang's ass for anal.<br> For this, you need a comfortable and relaxing environment, so you go to your room.<br> <br> She's very petite an unexperienced, so you just can't just expect to stick it inside.<br> <<if $xianganaltrain eq 0>> For the first session of your training you decide to make her put a finger inside.<br> <<else>> To start things off, you tell he to start sticking one of her fingers inside again.<br> <</if>> <<video "images/xiang/xiaassfinger1.mp4">><br> She starts fingering her own ass, and moaning softy.<br> You <<if $xianganaltrain lte 1>>wonder if she can<<else>>know that she can at least<</if>> put another one in.<br> <<if $xianganaltrain gte 1>> <<if $xianganaltrain eq 1>> She tries to do that, and this time she succeedes.<br> <<elseif $xianganaltrain gte 2>> She does with considerably less effort than last time.<br> <</if>> <<video "images/xiang/xiaassfinger2.mp4">><br> You watch her finger her asshole for a while, and at some point she even starts rubbing her pussy, moaning and enjoying the moment.<br> This is truly a good sign.<br> <<else>> She tries, but unfortunately it hurts a bit too much, and you decide that for the first training session this can be enough.<br> You let her finger herself for a bit more, but just with one finger.<br> <<addmins 12>> <<xiacor 1>> <<lust "10">> <<set $endwithblowjob to 1>> <</if>> <<if $xianganaltrain eq 2>> You decide it's time to make the first attempt, and see how it goes.<br> You lube up your dick and try pushing the tip in, after having her reposition herself on her knees.<br> <<video "images/xiang/xiaanalinsert.mp4">><br> It slides in a little bit, but she moans and cries out in pain.<br> <<xiang>>Aaahhh, no... not yet<</xiang>><br> You keep it in for a few more seconds, but you eventually have to pull out to not hurt her.<br> She's clearly still not ready, but she's making progress.<br> <<addmins 26>> <<xiacor 2>> <<lust "22">> <<set $endwithblowjob to 1>> <<elseif $xianganaltrain eq 1>> You let her masturbate until she reaches an orgasm, You think it's enough for today.<br> <<addmins 22>> <<xiacor 2>> <<lust "16">> <<set $endwithblowjob to 1>> <</if>> <<if $xianganaltrain eq 3>> It's time for another attempt<br> You lube up your dick and try pushing the tip in, after having her reposition herself.<br> <<video "images/xiang/xiaanalinsert.mp4">><br> <<xiang>>Aaahhh, slow...<</xiang>><br> She's still hurting a bit, but this time she's not stopping you.<br> You slowly start moving back and forth, leaving her some time to get accustomed.<br> A few minutes lates, she's starting to moan in pleasure, and you understand that she's finally ready.<br> <<set $xiangscene to 74>> <</if>> <<set $xianganaltrain +=1>> <</if>> <<if $endwithblowjob is 1>> You didn't get to fuck Xiang's ass yet, but going this far certainly made you horny.<br> You ask Xiang's to take care of your "problem", which is your hard, throbbing dick.<br> And the horny and obedient girl that she now is, she just gets to that without any hesitation.<br><br> <<xiang>>I'll take care of you, don't worry<</xiang>><br> Xiang leans in and begins to suck on the tip of your cock, teasing you with her tongue.<br> <<video "images/xiang/xiaassblow1.mp4">><br> <<say "You" $faceimg>>Oh, yeah, take it deeper!<</say>><br> She takes you deeper into her mouth, her lips wrapping tightly around your shaft.<br> <<video "images/xiang/xiaassblow2.mp4">><br> She gags a bit as she tries to take it down her throat.<br> You can feel the pleasure building as she continues to suck you for several minutes, her head bobbing up and down.<br><br> <<say "You" $faceimg>>I'm going to come, Xiang<</say>><br> <<xiang>>Oh yeah, come on my face!<</xiang>><br> She starts licking and sucking on your balls, waiting for your cum to spray over her face.<br> <<video "images/xiang/xiaassblowcum.mp4">><br> After not too long, you come over her face.<br> She happily receives it all over it, then sucks the rest out of your dick.<br> <<xialove "1">> <<xiacor "1">> <<addmins 33>> <<ene "3">> <<stress "-7">> <<sexexp "0.4">> <<sexcon "2.2">> <<lust "-40">> <<unset $endwithblowjob>> <<link "The two of you get dressed back, greet each other and part ways" "Hallways">><<set $energy -=$enewid>><</link>> <</if>> /*------------END anal train and scene------------------------*/ /*--------------anal sex---------------------*/ <<if $xiangscene eq 74>> <<if $xianganaltrain isnot 4>> It's time to head to your room again, so you both head there.<br> Xiang is now basically your anal slut, both her asshole and her mind have been trained so that she can take your dick in and love every second of it.<br> You quickly lube up your dick, and in a matter of a few minutes, she is undressed and ready to take it inside.<br> You get over to her, and stick it inside, starting to move in and out gradually faster.<br> <<else>> You can now start to penetrate her deeper and faster, and you have every intention of doing so.<br> <<set $xianganaltrain to 5>> <</if>> You grab her shoulders and slowly push your cock deeper into her ass.<br> <<video "images/xiang/xiaanal1.mp4">><br> Xiang moans loudly as you fill her up.<br> <<if $sexcontrol gte 31>> <b>(Sex control check: Success)</b><br> You then pick up speed and start ramming her asshole faster and faster.<br> <<video "images/xiang/xiaanal2.mp4">><br> She moans loudly in response. She's clearly starting to enjoy it.<br> <<xiang>>Oh fuck... Aaahhh<</xiang>><br> <<else>> <b>(Sex control check: Fail)</b><br> Her extremely tight asshole feels way too nice.<br> <</if>> <<if $sexcontrol gte 49>> <b>(Sex control check: Success)</b><br> You decide it's her time to mount on you and do some work.<br> <<video "images/xiang/xiaanal3.mp4">><br> She gets on top of you, grabs your dick with her hand and hastily puts it back inside where it belongs.<br> She starts riding you, panting and moaning with pleasure.<br> <<elseif $sexcontrol gte 31>> <b>(Sex control check: Fail)</b><br> Her extremely tight asshole feels even better in this position.<br> <</if>> <<if $sexcontrol gte 61>> <b>(Sex control check: Success)</b><br> You flip Xiang onto her side to give her some rest, giving you deeper access to her ass.<br> You resume pumping your dick in, getting a little deeper with every thrust.<br> <<video "images/xiang/xiaanal4.mp4">><br> She moans in delight, her hole is now completely capable of eneloping your entire manhood.<br> <<elseif $sexcontrol gte 49>> <b>(Sex control check: Fail)</b><br> This feel insanely good for you, and it's perhaps a mistake.<br> <</if>> <<if $sexcontrol gte 80>> <b>(Sex control check: Success)</b><br> You want her to be on top again, but since you already fucked her in that position, you drive her to sit on your dick facing the opposite direction.<br> She agrees right away.<br> <<video "images/xiang/xiaanal5.mp4">><br> And starts riding you with a steady rhythm, fully enjoying the experience.<br> <<elseif $sexcontrol gte 61>> <b>(Sex control check: Fail)</b><br> She doesn't seems to be slowing down, chasing an orgasm, and this gets you closer to her own one.<br> <</if>> You feel that you can still fuck her long enough for one last position.<br> She gets on her back.<br> <<video "images/xiang/xiaanal6.mp4">><br> <<if $sexcontrol lt 93>> <b>(Sex control check: Fail)</b><br> You push your dick inside of her once again, and start rubbing her clit to help her reach one last orgasm.<br> You keep doing until she comes, and with her, you also reach your orgasm.<br> <</if>> <<if $sexcontrol gte 93>> You push your dick inside of her once again, and start rubbing her clit to make her get to another orgasm.<br> <b>(Sex control check: Success)</b><br> You then decide to spice things up by pushing your thumb deep inside of her pussy.<br> <<video "images/xiang/xiaanal6bis.mp4">><br> After you dipped it well enough, you bring it to her mouth so that she can taste herself on it.<br> After fucking for so long, this finally gives you the push you were looking for to reward Xiang with your cum.<br> <</if>> You pull out of her, and as soon as you do that, she jumps on her knees, obviously wanting to have your cum in her face.<br> <<video "images/xiang/xiaanalcum.mp4">><br> She deserves this reward for behaving so well, so you spray all your jizz right on her face.<br> leaving her gasping and covered in your cum, strill trying to suck the last drops out of your cock.<br> <<if ndef $xianganaled>><<set $xianganaled to 0>><</if>> <<if ndef $xianganalach>> <<set $xianganalach to 1>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $xianganaled eq 0>> <span style="color: #6A5ACD;">You have taken Xiang's anal virginity<br></span><</if>><br> <<set $xianganaled +=1>> <<if $sexcontrol lt 31>> You really wanted to last longer than you did.<br> But Xiang doesn't seem to care, she's fully yours now, and she would never complain about such a thing.<br> <<addmins 17>> <<ene "3">> <<stress "-12">> <<sexexp "0.4">> <<sexcon "2.4">> <<lust "-30">> <<conf "-1">> <<elseif $sexcontrol lt 49>> <<xiang>>I'm glad that the training finally started to pay off<</xiang>><br> <<say "You" $faceimg>>This is just the beginning<</say>><br> <<xiang>>Oh... I can't wait!<</xiang>><br> Xiang grins to you.<br> <<addmins 22>> <<ene "4">> <<stress "-3">> <<sexexp "0.7">> <<sexcon "2.4">> <<lust "-35">> <<elseif $sexcontrol lt 61>> <<xiang>>That was so good, I never thought you could from your ass so easily<</xiang>><br> <<say "You" $faceimg>>I'm happy to teach you anything about sex, Xiang<</say>><br> <<xiang>>Hehe, let's do this again soon!<</xiang>><br> <<xialove "1">> <<addmins 28>> <<ene "6">> <<stress "-5">> <<sexexp "1.2">> <<sexcon "2.6">> <<lust "-40">> <<elseif $sexcontrol lt 80>> <<xiang>>So... Good<</xiang>><br> <<say "You" $faceimg>>Ready to do this again tomorrow?<</say>><br> <<xiang>>Oh, yes please!<</xiang>><br> <<xialove "1">> <<xiacor "1">> <<addmins 33>> <<ene "8">> <<stress "-8">> <<sexexp "1.7">> <<sexcon "2.7">> <<lust "-40">> <<else>> <<xiang>>This was so fucking amazing, I cannot think that I almost risked not meeting you and showing me all this<</xiang>><br> <<if $sexcontrol gte 93>> Xiang says, her voice a bit broken and shaking from all the orgasms she had.<br> <</if>> <<say "You" $faceimg>>I'm happy that you know that it was a good idea to trust me<</say>><br> <<if $sexcontrol gte 93>> <<xialove "3">> <<xiacor "3">> <<else>> <<xialove "2">> <<xiacor "2">> <</if>> <<addmins 39>> <<ene "11">> <<stress "-15">> <<sexexp "2.2">> <<sexcon "2.8">> <<lust "-40">> <</if>> <<link "The two of you get dressed back, greet each other and part ways" "Hallways">><<set $energy -=$enewid>><</link>> <</if>> /*--------------END anal sex---------------------*/ <</nobr>>
<<nobr>> <div id="all"> <<if ndef $metzoe>> Strolling down the Hallways, a figure catches your eyes.<br> <img src="images/zoe/mopping.png"><br> A sexy mature woman, mopping the school's hallways floors.<br> You never saw her around here, and you can pretty easily see that she's not really good at it.<br> She must have been hired recently.<br> <<if $xiangstalked eq 1>> It takes you a bit to realize where you've already seen her face, then suddenly it hits you.<br> It's Zoe! Xiang's mother, you found her when you checked her social media profiles!<br> <<else>> You have no idea who she is, but she looks rather hot.<br> <</if>> A girl passes besides you, stops for a moment and starts talking, you recognize the voice.<br> It's Jane.<br> <<jane>>Hey $name, and hey Zoe, how's you first day?<</jane>><br> <<zoe>>Hey Jane, thanks again for the advice, it's going pretty well<</zoe>><br> <<jane>>I'm so happy for you!<</jane>><br> <<zoe>>I wish Xiang was happy as well...<</zoe>><br> <<jane>>Bah, you shouldn't care about what she thinks, you're doing this for her<</jane>><br> Zoe looks in your directions, then rapidly looks somewhere else, and says<br><br> <<zoe>>Sure... Jane, do you mind if we talk about this some other time? I'm getting alittle behind<</zoe>><br> She says that smiling at her.<br> It doesn't take a genius to realize that she's not comfortable talking about that with you around.<br> So you decide that it's time to get away from there.<br> <<say "You" $faceimg>>Well, bye Jane, see you around<</say>><br> <<if $janecorruption gte 1 or $janeattraction gte 120>> <<if $janeattraction gte 120>> <b>(Jane's attraction check: Success)</b><br> <<elseif $janeattraction lt 120 and $janecorruption gte 1>> <b>(Jane's corruption check: Success)</b><br> <</if>> You start to walk away, but Jane follows you and starts to talk to you.<br> <<jane>>Hey, sorry... I wanted to check on her, but I didn't want to ignore you<</jane>><br> <<say "You" $faceimg>>Oh, don't worry Jane, that's fine, you know her?<</say>><br> <<jane>>Yep, I met her a while ago in some... circumstances.<</jane>><br> <<say "You" $faceimg>>What circumstances?<</say>><br> <<jane>>It's better if I don't tell... but let's just say that she's in big economical difficulties as well<</jane>><br> <<say "You" $faceimg>>Hm...<</say>><br> <<say "You" $faceimg>>So you know Xiang as well?<</say>><br> <<jane>>Nah, I saw her around, but let's just say that I don't like her<</jane>><br> <<say "You" $faceimg>>Why?<</say>><br> <<jane>>Just a feeling, but we can start with the fact that she doesn't appreciate her mother working here<</jane>><br> <<say "You" $faceimg>>That is kind of understandable<</say>><br> <<jane>>This is way better than the job she was doing before...<</jane>><br> <<say "You" $faceimg>>What was that?<</say>><br> <<jane>>Damn, I talked too much already<</jane>><br> <<say "You" $faceimg>>Come on Jane, spit it out...<</say>><br> <<jane>>Ok, but you didn't hear it from me...<</jane>><br> <<say "You" $faceimg>>Agreed, go ahead<</say>><br> <<jane>>She used to work as a stripper... We were colleagues, but I only worked there for a couple weeks<</jane>><br> You stay silent and let Jane continue.<br><br> <<jane>>I quit that shitty place because... well, stripping wasn't the only job they expected from you<</jane>><br> <<say "You" $faceimg>>Oh, you mean...<</say>><br> <<jane>>Yeah, obviously. Zoe lasted longer than me... but she eventually quit as well<</jane>><br> <<say "You" $faceimg>>I'm sorry to hear that Jane<</say>><br> <<jane>>Ah, don't worry about me, I'm younger than her and I could take it, I'm just happy that she found a way out of there<</jane>><br> <<if $janecorruption gte 1>> <b>(Jane's corruption check: Success)</b><br> <<jane>>If I have to do those things... I rather take money from someone like you, not those old pigs<</jane>><br> Jane winks at you.<br> This gives you an idea...<br><br> <b>You can now try to offer money to Zoe for sexual favors</b><br> <<set $zoecorr to 1>> <</if>> This concludes your talk, and you and Jane part ways.<br> <<else>> <b>(Jane's attraction check: Fail)</b><br> As you walk away from there, you can see the women resuming to talk.<br> So... that's Xiang mother.<br> <</if>> <<if ndef $xiangstalked or $xiangstalked eq 0>> You make a mental note to check Xiang's Instatok and see if you can find a bit more information about her.<br> <</if>> <<link "Go back to your business" "Hallways">><<set $metzoe to 1>> <</link>><</if>> <<if $metzoe eq 1>> <img src="images/zoe/mopping.png"><br> Zoe is busy cleaning the school, as she is all days except Sunday and Wednesday, her free days.<br> <<if $zoecorr gte 1>> <<linkreplace "Try to offer her money for a blowjob(100$)">> <<if $confidence gte 40 and $money gte 100>> <<set $zoesex to 1>> <<goto "zoesex">> <<elseif $money lt 100>> You don't even have 100$, it's probably a bad idea to approach someone offering money for sex in general, even more so if you don't have the money.<br><br> <<elseif $confidence lt 40>> <b>(Confidence skill check: Fail)</b><br> The prospect is tempting and you have the money, but what if she gets upset? In the end, you cannot bring yourself to do it.<br> <</if>> <</linkreplace>><br> <</if>> <<if $zoecorr gte 2>> <<linkreplace "Try to offer her money for sex(500$)">> <<if $money gte 500 and $sexcontrol gte 60>> <<set $zoesex to 3>> <<goto "zoesex">> <<elseif $money lt 500>> You don't even have 500$, it's probably a bad idea to approach someone offering money for sex in general, even more so if you don't have the money.<br><br> <<elseif $confidence lt 45>> <b>(Confidence skill check: Fail)</b><br> The prospect is tempting and you have the money, but maybe sex is just too much? You just can't bring yourself to do it.<br> <<elseif $sexcontrol lt 55>> <b>(Sex control skill check: Fail)</b><br> You are fully aware that you won't be able to enjoy it enough for what you are going to pay.<br> In the end you hesitate, knowing that you need to train yourself to last at least a bit more.<br> (need 60+ sex control)<br> <</if>> <</linkreplace>><br> <</if>> <</if>> <<if $zoefucked gte 1 and $janecorruption gte 1 and ndef $janzoe>> <<link "Test the grounds about fucking her and Jane together">><<replace "#all">> You approach Zoe when you're sure nobody is around.<br> <<say "You" $faceimg>>Hello again, Zoe<</say>><br> <<zoe>>Hey dear, are you about to make my day better?<</zoe>><br> Zoe smiles, it's clear that she's now looking forward to spending time with you, including the reward for it.<br><br> <<say "You" $faceimg>>I wanted to make you a proposal<</say>><br> <<zoe>>>Another proposal? I think we've already done everything...<</zoe>><br> <<say "You" $faceimg>>There's something that I don't know if you're comfortable with<</say>><br> <<zoe>>>Oh... no, NO. I'm not doing anal, there's no amount of money that wi...<</zoe>><br> You interrupt her.<br><br> <<say "You" $faceimg>>Wait Zoe, I'm not talking about anal<</say>><br> <<zoe>>Then what?<</zoe>><br> You can see this conversation seems to be making her pretty nervous.<br><br> <<say "You" $faceimg>>I'm talking about a threesome<</say>><br> <<zoe>>Oh... that, I'm not gonna take two cocks at once, so I hope you're talking about a girl<</zoe>><br> <<say "You" $faceimg>>Yes, It's going to be another girl<</say>><br> Zoe looks around herself, just to make sure once again that nobody is hearing your conversation.<br><br> <<zoe>>I see... but who? How can I know that I can trust this girl?<</zoe>><br> <<say "You" $faceimg>>Well, you know her already, and I'm gonna pay the both of you, you'd both want discretion<</say>><br> Zoe pauses for a moment to think.<br><br> <<zoe>>...Jane?<</zoe>><br> <<say "You" $faceimg>>Good guess, I still need to check with her, but I think she'd be down for it<</say>><br> <<zoe>>I see, but I need to talk this through with her before agreeing. I'm gonna call her, ok?<</zoe>><br> <<say "You" $faceimg>>Oh, sure, this actually makes it easier for me<</say>><br> Zoe walks a bit afar from you, and goes into another isolated area of the hallways, with her phone in hand.<br> You wait patiently, the phone call takes a bit more than 2 minutes and you really can't figure out what she's saying.<br> She then comes back at you, smiling.<br><br> <<zoe>>Ok, we made a deal, you were right, she's up for it, it's gonna cost you 1000$ though<</zoe>><br> <<say "You" $faceimg>>Damn, 500$ each? That's no little money<</say>><br> <<zoe>>I never said 500$ each, and please leave the division up to us, this also includes the accommodation, anyway<</zoe>><br> <<linkreplace "Accept (pay 1000$)">> <<if $money gte 1000>> <<set $dailyzoe to 1>> <<goto "janzoe">> <<else>> You don't have enough money.<br> <</if>> <</linkreplace>><br> <<link "Postpone the deal and greet Zoe for now" "Hallways">><</link>> <<set $janzoe to 1>> <</replace>><</link>><br> <</if>> <<if $janzoe gte 1>> <<linkreplace "Give zoe 1000$ to set up a threesome with Jane">> <<if $money gte 1000>> <<set $dailyzoe to 1>> <<goto "janzoe">> <<else>> You don't have enough money.<br> <</if>> <</linkreplace>><br> <</if>> <<if $metzoe eq 1>><<link "Go back to your business" "Hallways">><</link>><</if>> </div> <</nobr>>
<<nobr> <<include "calc">> <<if $zoesex eq 1>> <<if $zoecorr eq 1>> You are about to approach Zoe, the new cleaning lady, mother of Xiang, and offer her money for a blowjob.<br> Now that you think about it, it's pure insanity, but if what Jane told you is true, it might actually work.<br> You gather all your confidence and approach her.<br> <<say "You" $faceimg>>Hello, Zoe<</say>><br> <<zoe>>Hm... you know my name? How can I help you?<</zoe>><br> <div id="choice"> <<link "Use Jane to convince her">><<replace "#choice">> <<say "You" $faceimg>>I'm a friend of Jane<</say>><br> <<zoe>>Oh cool, what can I do for you?<</zoe>><br> <<say "You" $faceimg>>Let's cut to the chase, I know that you need money, and I can give you some<</say>><br> <<zoe>>Oh my... that's a bit blunt, I hope that you don't mean...<</zoe>><br> <<say "You" $faceimg>>You know what I mean<</say>><br> You interrupt her.<br><br> <<zoe>>Seriously? Why would Jane tell you that... come on<</zoe>><br> <<say "You" $faceimg>>She didn't, I just assumed you could consider a donation<</say>><br> <<zoe>>For fuck's sake, you could be my son, there's no way that<</zoe>><br> <<say "You" $faceimg>>I have 100$ here...<</say>><br> You casually wave the bill in front of her.<br> You can see her struggle internally.<br><br> <<zoe>>And what would you expect for that money?<</zoe>><br> <<say "You" $faceimg>>Just a blowjob<</say>><br> <<zoe>>Oh... fuck, you actually said it. Well, I feared worse, but can I trust you?<</zoe>><br> She feared worse? That means that she might be open to more!<br><br> <<say "You" $faceimg>>Well, of course, we have a common friend<</say>><br> <<zoe>>Right... friend...<</zoe>><br> <<if $charisma gte 45>> <b>(Charisma skill check: Success)</b> <<say "You" $faceimg>>Jane trusts me deeply, she got money from me as well<</say>><br> <<zoe>>That's just a bit sad<</zoe>><br> <<say "You" $faceimg>>I don't care, that's none of your business, and she doesn't have to know anything about this, I need your word<</say>><br> <<zoe>>My word? Sure...<</zoe>><br> <<say "You" $faceimg>>Very well, and you have mine that I won't tell anything to Xiang<</say>><br> Zoe face darkens when you name her daughter, she hadn't thought about it, and you kind of implied a threat.<br> It's too late to back down for her now, you might have ruined her mood a bit, but you're sure that she's not going to complain to Jane now.<br> <<else>> <b>(Charisma skill check: Fail)</b> You can feel that it will be hard to stop the consequences of having used Jane in such a way, even if she takes money from you, she told you this in confidence, and you betrayed her.<br> <<janlove "-20">> <</if>> <<zoe>>Whatever, let's make it quick.<</zoe>><br> <<link "Get your blowjob" "zoesex">><<set $zoecorr to 2>><</link>><br> <</replace>><</link>><br> <<if $intelligence gte 42>> <<link "(40int) Pretend to know her from the stripping club">><<replace "#choice">> <<say "You" $faceimg>>Oh yeah, I do remember you, you had quite a change of scenery<</say>><br> <<zoe>>Ehm... what do you mean?<</zoe>><br> Zoe visibly tenses up.<br><br> <<say "You" $faceimg>>Ahah, no need to worry, your secret is safe with me<</say>><br> <<zoe>>Are you sure you didn't exchange me for someone else?<</zoe>><br> She would be almost believable if she didn't get so much nervous about it, you're sure that she already understood.<br><br> <<say "You" $faceimg>>Come on, don't play dumb, I remember you quite clearly, and there's not need to worry, I was just a fan<</say>><br> <<zoe>>Look, I'm done with that place, and with that life, please don't bring it out again<</zoe>><br> <<say "You" $faceimg>>I just wanted to ask you a favor<</say>><br> <<zoe>>What favor are you talking about?<</zoe>><br> <<say "You" $faceimg>>The kind of favor I would be paying 100$ for<</say>><br> Zoe just stares at you, blankly, without saying a word.<br><br> <<say "You" $faceimg>>So, what do you say?<</say>><br> <<zoe>>Look, you're barely 18, I could be your mom, and I don't want that kind of rumor to get around...<</zoe>><br> <<say "You" $faceimg>>I find you very attractive for someone that could be my mom<</say>><br> Zoe lets a slight smile escape but remembers to suppress it quickly.<br><br> <<say "You" $faceimg>>Was that a smile?<</say>><br> <<zoe>>No, it wasn't... will you keep your mouth shout about it if I agree?<</zoe>><br> <<say "You" $faceimg>>Maybe I was going to keep it shut anyway, but I'm happy that you agreed<</say>><br> <<zoe>>Wait... I don't think I have agreed yet<</zoe>><br> <<say "You" $faceimg>>Oh yes, you did, let's go on with it<</say>><br> <<link "Get your blowjob" "zoesex">><<set $zoecorr to 2>><</link>><br> <</replace>><</link>> <<else>> Maybe if you were more intelligence, you could think of a better approach.<br> <</if>> </div> <</if>> <<if $zoecorr gte 2>> You place 100$ in Zoe's hand, and after a little hesitation, she puts them away in her purse.<br> <b>You <span style="color: #8B0000;">spent</span> 100$</b><br> <<set $money -=100>> <<if $zoecorr gte 2>> <<say "You" $faceimg>>So, want to go to my room?<</say>><br> <<zoe>>No, it's too risky, let's just go in the toilets hall. I'll block the access with the cleaning cart and lock the door<</zoe>><br> <<say "You" $faceimg>>The toilets? Isn't it a bit dirty?<</say>><br> <<zoe>>Hey! How dare you? I just cleaned the place<</zoe>><br> <<else>> You head to the toilets, and she blocks the door like last time.<br> <</if>> The bathroom actually looks pretty clean, Zoe starts undressing.<br> <<zoe>>Let me get those clothes off, the last thing I need is to get them stained with cum<</zoe>><br> It's not something that you want to contest, so you just start taking your pants off and your dick out<br> As soon as you're both done, she just gets started with what she was paid to do.<br> <<video "images/zoe/zoeblow1.mp4">><br> Her dick-sucking skills are out of this world, and she probably wants to make a quick job of this.<br> <<if $sexcontrol lte 64>> <b>(Sex control check: Fail)</b><br> You are completely unprepared for such a level of skills, not really comparable with the one of the students.<br> You find yourself surrendering to coming in her face embarassingly fast.<br> <<video "images/zoe/zoeblowcum.mp4">><br> She just opens her mouth and lets empty your balls in her mouth.<br> <<zoe>>Ok, I guess we are done here<</zoe>><br> <<say "You" $faceimg>>Well, you could have slowed down a bit<</say>><br> <<zoe>>Hey, I did what I was paid to do, stop complaining<</zoe>><br> It's such a pity that you weren't able to enjoy it for a bit longer, but she's right.<br> <<addmins 9>> <<ene "1">> <<stress "-5">> <<sexexp "0.3">> <<sexcon "2.5">> <<lust "-40">> <<else>> After a few minutes of work she find herself suprised by the fact that you haven't come yet.<br> <<video "images/zoe/zoeblowdeep.mp4">><br> She decides to reward you for that taking your cock deep in her throat.<br> <<if $sexcontrol lte 81>> <b>(Sex control check: Fail)</b><br> This is way too good to resist, and you finally let go of your cum, spraying her mouth and face with it.<br> <<video "images/zoe/zoeblowcum.mp4">><br> <<addmins 15>> <<ene "1">> <<stress "-8">> <<sexexp "0.4">> <<sexcon "2.7">> <<lust "-40">> She just opens her mouth and lets empty your balls in her mouth.<br> <<zoe>>Well, you lasted more than most peoople, good job!<</zoe>><br> <<else>> After a few more minutes, she can hardly believe what she's seeing.<br> <<zoe>>I'm really impressed, I don't think I ever met anyone resisting so long, let alone someone as young as you<</zoe>><br> You smile at her, full with confidence.<br> <<conf "2">> <<zoe>>It's time to close the deal<</zoe>><br> You can see her putting her full effort in it, doing her best to get you to come.<br> <<video "images/zoe/zoeblowfast.mp4">><br> You manage to resist a couple more minutes even to that. <br> <<video "images/zoe/zoeblowcum.mp4">><br> Then you have to eventually give up and fill her face and mouth with cum, that she happily receives.<br> You can pretty much tell that she had fun doing that, or maybe she just really likes the taste of your cum, because she's smiling.<br> <<zoe>>Wow, you're really good, how did you resist so long?!<</zoe>><br> <<say "You" $faceimg>>Hm, that's just training, I guess<</say>><br> <<zoe>>Training? Hm... You managed to make this pretty fun anyway!<</zoe>><br> Zoe looks at you a bit skeptically, but she's still amazed by what happened<br> <<addmins 22>> <<ene "1">> <<stress "-12">> <<sexexp "0.5">> <<sexcon "2.9">> <<lust "-40">> <</if>> <</if>> <<set $zoecorr +=1>> <<set $dailyzoe to 1>> <</if>> <br> <<if ndef $zoeoralach>> <<set $zoeoralach to 1>> <<set $extrastartmoney +=100>> <<set $subachievementmoney +=100>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<link "Go back to your business" "Hallways">><<set $energy -= $enewid>><</link>> <</if>> <<if ndef $zoefucked >><<set $zoefucked to 0>><</if>> <<if $zoesex eq 3>> <<set $dailyzoe to 1>> <<if $zoefucked eq 0>> You already offered money for a blowjob, so this shouldn't be too hard, you wonder what the best approach would be.<br> And in the end, you just decide it's best to start with the money.<br><br> <<say "You" $faceimg>>Hey, Zoe, how are you doing?<</say>><br> <<zoe>>Oh... it's you, I guess you want to repeat our deal?<</zoe>><br> <<say "You" $faceimg>>Ehm... not exactly<</say>><br> <<zoe>>Ah... pity, I was kind of looking forward to it... the money, I mean<</zoe>><br> The pause is long enough to make you realize that she's actually enjoying what you've been doing so far.<br><br> <<say "You" $faceimg>>I wanted to offer you... way more money<</say>><br> Zoe looks at you, with a mix of surprise and excitement.<br><br> <<zoe>>Really? And what would you expect in return?<</zoe>><br> <<say "You" $faceimg>>You know what Zoe, but I don't want to make a quickie, I want a more relaxed experience<</say>><br> <<zoe>>I don't want to say no right ahead, but there's no way we can do something like that in the school bathroom and enjoy it<</zoe>><br> <<say "You" $faceimg>>Yeah, you'd really have to come to my room for that<</say>><br> <<zoe>>No, sorry. There's just no way I can take that kind of risk. Besides losing my job, my daughter would find out if rumors start spreading<</zoe>><br> <<say "You" $faceimg>>So you'd turn away the offer?<</say>><br> <<zoe>>You dind't even make the offer by the way, how much money are we talking about?<</zoe>><br> <<say "You" $faceimg>>Something like 300?...400?<</say>><br> Zoe unconsciously bites her lip, like if money and arousal created a direct link.<br> Maybe she's just excited that someone is willing to pay that sum for her.<br> She pauses to think for a bit, then she says:<br><br> <<zoe>>If you are willing to spend so much, make that 500 and I'll also think about finding a nice location for making it better for both, what do you think?<</zoe>><br> <<say "You" $faceimg>>Ok, but remember that we don't have a car<</say>><br> <<zoe>>Right, I'll keep that in mind, but I need the money first<</zoe>><br> At this point, saying that you wouldn't trust her would just look too bad, there's no room for alternatives, you hand her the 500$.<br> You can see her eyes light up as she sees all of that piling up in her hands.<br> <b> You have <span style="color: #8B0000;">spent</span> 500$.<br></b> <<set $money -=500>> <<zoe>>Ok, I think I can take a couple hours off, they will come out of my paycheck, but I guess that'd be worth it<</zoe>><br> Zoe smiles.<br><br> <<zoe>>Give me your phone number, I'll text you when I'm ready, I need to finish up real quick at least this area<</zoe>><br> <<addmins 25>><<updatebar>> <b>25 minutes have passed</b><br><br> You receive a text message from Zoe containing a location, and a request to hurry up and be there in 20 minutes.<br> The location matches with a hotel, not very far from the school, just a 15 minutes walk.<br> You hurry yourself up, and once you reach the hotel, It's a very discreet place, you find her in a corner of the lobby, waiting.<br> She has already booked the room, she signals you to lead towards the stairs, and follows up behind you shortly after.<br><br> <</if>> <<if $zoefucked gte 1>> It's not the first time you do this, you greet Zoe and set things up the same way you did last time.<br> <b> You have <span style="color: #8B0000;">spent</span> 500$.<br></b> <<set $money -=500>> She gives you an appointment shortly after in the last hotel where you've been last time.<br> <<addmins 25>><<updatebar>> <b>25 minutes have passed</b><br><br> <</if>> You both enter the room and make yourself comfortable on the bed.<br> While you start rubbing your dick, she watches you with a faint smile; she seems to enjoy the scene but probably doesn't want you to notice it.<br> She is quick to join you, and she starts taking it between her bare tits.<br> <<video "images/zoe/zoehfuckstarttits.mp4">><br> Her breasts around your pole feel good, but it's even better when she takes it in her mouth, starting to suck it vigorously.<br> She is definitely an expert and you could easily come like this if you wanted, but the fun has just started.<br> <<video "images/zoe/zoehfucksuck.mp4">><br> She seems so become horny pretty fast, so much so that she pulls off her panties and jumps on your cock.<br> <<video "images/zoe/zoehfuckstart1.mp4">><br> She starts touching her clit and moaning while bouncing on your cock, you can clearly see how much she likes it.<br> <<if $sexcontrol gte 72>> <b>(Sex control skill check: Success)</b><br> She rides you faster and faster, her moans grow louder and her hand moves back to her clit, her moans get louder as she approaches her first climax.<br> <<video "images/zoe/zoehfuck1bis.mp4">><br> <<else>> <b>(Sex control skill check: Fail)</b><br> <</if>> She turns her back to you, and with great expertise she puts your shaft back inside of her.<br> <<video "images/zoe/zoehfuck2.mp4">><br> From this position you have a perfect view of her perfect ass.<br> Despite the fact that she already has a daughter, you can tell that she has done wonders to stay fit. Her body is so hot!<br> <<if $sexcontrol gte 84>> <b>(Sex control skill check: Success)</b><br> You have to focus hard on not coming yourself, while she does just that, your hand on her ass guides her movements and you can feel her shaking.<br> <<video "images/zoe/zoehfuck2bis.mp4">><br> Her pussy is so hot and you can feel it pulsing with ecstasy around your dick.<br> <<elseif $sexcontrol gte 72>> <b>(Sex control skill check: Fail)</b><br> <</if>> She has done enough work, it is time for you to give her a little rest. <br> She lies down on the bed, you grab her ass and shove it back deep inside of her.<br> <<video "images/zoe/zoehfuck3.mp4">><br> It feels so good hitting her pussy with your balls; and you can see how restless she is; she turns once again and you start fucking her from this position.<br> <<video "images/zoe/zoehfuck4.mp4">><br> You can clearly see her boobs bounce every time your cock reaches the end of her cunt.<br> <<if $sexcontrol gte 91>> <b>(Sex control skill check: Success)</b><br> You push yourself harder inside her, and her moans fill the room; you should probably ask her to lower her voice, but hearing her come makes you hornier than ever.<br> <<video "images/zoe/zoehfuck5.mp4">><br> In fact, that is just what you needed to finish.<br> <<elseif $sexcontrol gte 84>> <b>(Sex control skill check: Fail)</b><br> Maybe you could have gone even a little longer, but you're pretty sure this last enough, anyway.<br> <</if>> You can't resist any longer, the urge to come is taking you over .<br> <<zoe>>Look at me while you fucking come on me, boy!<</zoe>><br> <<video "images/zoe/zoehfuckcumtits.mp4">><br> You couldn't deny her request even if you wanted to, and so you come, spreading your seed all over her face and tits.<br> From how she is looking at you, you can tell that she is very satisfied and probably she enjoyed the experience as much as you did.<br> Having sex with a very experienced woman like Zoe has been an incredible experience, and also a very instructive one.<br> <<set $zoefucked +=1>> <<addmins 30>> <<if ndef $zoefuckedach>> <<set $zoefuckedach to 1>> <<set $extrastartmoney +=300>> <<set $subachievementmoney +=300>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $virginity is 1>> <<set $virginity to ["Zoe"]>><br> You lost your virginity to $virginity !<br> <</if>> <<if $zoefucked is 0>> <b>You fucked Zoe for the first time! This is not something that you can freely share with the world, but it's still shining a light upon your attitude.<br> Your popularity <span style="color: #008000;">increased</span> by 2!<br></b> <<set $popularity +=2>> <</if>> /*------------virginfirstfuckX----------------- */ <<if $sexcontrol lt 72>> <<addmins 14>> <<cha 2>> <<ene "5">> <<stress "-6">> <<sexexp "3.2">> <<sexcon "3.3">> <<lust "-40">> <<elseif $sexcontrol gte 91>> <<addmins 41>> <<cha 4>> <<conf 4>> <<ene "15">> <<stress "-20">> <<sexexp "6">> <<sexcon "4.2">> <<lust "-40">> <<elseif $sexcontrol gte 84>> <<addmins 29>> <<cha 3>> <<conf 2>> <<ene "11">> <<stress "-14">> <<sexexp "4.5">> <<sexcon "3.7">> <<lust "-40">> <<else>> <<addmins 23>> <<cha 2>> <<conf 1>> <<ene "8">> <<stress "-11">> <<sexexp "4">> <<sexcon "3.3">> <<lust "-40">> <</if>> <br> <<link "Dress yourself up and leave the hotel" "Hallways">><<set $energy -= $enewid>><</link>> <</if>> <</nobr>>
THIS IS A DEBUG FEATURE Use at own risk - MAKE SAVE BACKUPS <<numberbox "$sexcontrol" $sexcontrol>> It is for quickly changing the sex control value Only enter a value between 0 and 100 If you input a non valid number, you will corrupt the game You are warned <<nobr>> <<linkreplace"Reset most daily interactions">> Done. <<include "dailyresets">> <</linkreplace>> <br> <<link "go back 1 hour">> <<addhours -1>> <<updatebar>> <</link>> <br> <<link "add 10 energy">> <<set $energy +=10>> <<updatebar>> <</link>> <</nobr>>
<<nobr>> <<if $mspjan eq 0>> You decide to give a call to Jane and see if she wants to hop along for visiting Ms. Pearl You have already had a threesome with Ms. Pearl and <<if $mspnat gte 2 and $laymsp gte 2>> both Natasha and Layla.<br> So you figure she shouldn't mind too much that you bring another girl along for the ride.<br> <<elseif $mspnat gte 2>> Natasha.<br> So you hope that she doesn't mind if you bring another girl along for the ride.<br> <<elseif $laymsp gte 2>> Layla.<br> So you hope that she doesn't mind if you bring another girl along for the ride.<br> <</if>> <<say "You" $faceimg>>Hey Jane, what are you doing?<</say>><br> <<jane>>I think I've told you that my number was just for messages, not for calls<</jane>><br> <<say "You" $faceimg>>Don't you think we're a little past that? And why did you answer then?<</say>><br> <<jane>>I... I don't know, whatever, what did you call for?<</jane>><br> <<say "You" $faceimg>>An opportunity arised<</say>><br> <<jane>>Oh god... I'm scared to ask<</jane>><br> <<say "You" $faceimg>>Ms. Pearl<</say>><br> <<jane>>The math teacher? What about her?<</jane>><br> <<say "You" $faceimg>>Do I have to spell it out? I'm inviting you to have some fun, all together<</say>><br> You can feel the hesitation in her voice.<br><br> <<jane>>What...kind of fun?<</jane>><br> <<say "You" $faceimg>>You know what kind of fun, Jane<</say>><br> <<jane>>You can't be serious<</jane>><br> <<say "You" $faceimg>>Come to the mall parking lot, I'll be waiting for you<</say>><br> <<if $janecorruption gte 1>> <<jane>>There better be something in for me<</jane>><br> <<say "You" $faceimg>>Oh come on, otherwise you'd turn something like this down? You know what it means if you know a secret about her<</say>><br> <<else>> <<jane>>Why would I do something like that?<</jane>><br> <<say "You" $faceimg>>Oh come on, why would you turn down such an opportunity? You know what it means if you know a secret about her<</say>><br> <</if>> <<jane>>I don't want my grades to improve just because on that<</jane>><br> <<if $intelligence gte 50>> <b>(Intelligence skill check: Success)</b><br> <<say "You" $faceimg>>Well, I guess you'll also have to study then, consider it a safety net<</say>><br> <<jane>>Ok, I can't argue with that logic... I'm on my way<</jane>><br> <<else>> <b>(Intelligence skill check: Fail)</b><br> <<say "You" $faceimg>>How is that a bad thing?<</say>><br> <<jane>>You should know me $name , I apparently take school more seriously than you...<</jane>><br> <<janlove "-5">> <<say "You" $faceimg>>Can you please come anyway? I'm sure we'll have fun<</say>><br> <<jane>>Whatever... but you owe me one, remember that<</jane>><br> <<addmins 20>> <</if>> About 20 minutes later, you and Jane meet each other at the Mall parking lot, it's just a short walk from there.<br> <<jane>>So... are you sure about this?<</jane>><br> <<say "You" $faceimg>>Yeah, don't worry, leave the talking to me<</say>><br> <<jane>>Seriously?... hmpf, I don't know how you plan on pulling this off, but don't get me in trouble<</jane>><br> After a short walk, you reach the apartment complex.<br> A few minutes later you are standing in front of her door.<br> You ring her, and she opens it for you. as soon as the door opens, Ms. Pearl eyes dart towards Jane<br> <<MsPearl>>Miss Jane?... ...to what do I owe the pleasure!?<</MsPearl>><br> Her tone is very stressed out, she's trying to play it cool but if she could, she would incinerate you with her stare.<br> <<say "You" $faceimg>>Just a trusted friend, no need to worry<</say>><br> <<MsPearl>>I hope you didn't plan to... to...<</MsPearl>><br> <<say "You" $faceimg>>To fuck? Oh yes, that's why I invited her over<</say>><br> <<MsPearl>>Oh my god...<</MsPearl>><br> <<say "You" $faceimg>>There's no need to keep up the act<</say>><br> <<MsPearl>>I thought that I could trust you<</MsPearl>><br> <<say "You" $faceimg>>But you can, come one, this isn't the first person we have sex with...<</say>><br> <<if $janecorruption gte 1>> Jane stays silent, this is not a surprise for her.<br><br> <<else>> Jane looks at you in disbelief.<br><br> <<jane>>Really!?<</jane>><br> She's too prifeful to admit that she's jealous of your sex life, but she's still secretly annoyed.<br><br> <<janlove "-10">> <</if>> <<MsPearl>>I feel less comfortable with more people knowing though, you should really stop doing this<</MsPearl>><br> <<msplove "-10">> <<say "You" $faceimg>>Can you offer us something to drink? We might need something to break off this ice.<</say>><br> <<MsPearl>>Actually, yes, I should preserve my manners, please sit down while i fetch something<</MsPearl>><br> The three of you sit down and talk for a bit, this seems to ease the tension for a bit, and in the end, you know what you are here for.<br> <<addmins 15>> <<cha "1">> <b>15 minutes passed.</b><br> So after about 15 minutes, Ms. Pearl invites the two of you to her bedroom, and the fun begins.<br> <<set $mspjan to 1>> <<else>> You already has sex with both of them at the same time once, so this next time go much smoother.<br> It just takes you the time to get there, and in no time the door gets opened, but this time you go directly to the bedroom.<br> <<addmins 15>> <</if>> <<if $mspjan gte 1>> <<if ndef $mspjanthreesomeach>> <<set $mspjanthreesomeach to 1>> <<cul 5>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> Jane and your teacher seem to be heating up pretty fast, and they start undressing each other.<br> A few minutes later, they are fully naked, and so are you laying on the bed, so they start getting in your direction.<br> <<video "images/mspjan/mspjanblow1.mp4" >><br> They approach your cock and start licking it, this is everything you were hoping for.<br> After that, your dick is getting sucked by both of them.<br> <<video "images/mspjan/mspjanblow2.mp4" >><br> After a while, Ms. Pearl is the first of them that demands for your dick.<br> Jane decides to help her, and she grabs it, putting into your teacher's snatch herself.<br> <<video "images/mspjan/mspjanfuckmsp1.mp4" >><br> Ms. Pearl than starts riding you, while your friend starts licking one of her boobs.<br> After a few minutes, you decide it's time to fuck Jane a bit as well.<br> <<video "images/mspjan/mspjanfuckjan1.mp4" >><br> She gets in the same position, and starts riding in a similar way, getting to an orgasm pretty quickly, it's clear that she's enjoying the situation.<br> Both of them rode you for a while, and it's time for you to do some of the work.<br> They position themselves on the back, side by side, and you resume by fucking your teacher.<br> <<video "images/mspjan/mspjanfuckmsp2.mp4" >><br> As before, after a few minutes you switch back to Jane, to split your attention equally between the two of them.<br> <<video "images/mspjan/mspjanfuckjan2.mp4" >><br> Ms. Pearl is still very horny and keeps masturbating herself while you fuck Jane beside her.<br> You have been fucking them nonstop for almost 30 minutes.<br> <<if $sexcontrol gte 90>> <b>(Sex control check: Success)</b><br> <<addmins 16>> You feel unstoppable, and you feel like you could fuck them for an entire hour , until their need of dick is fully satiated.<br> So you make them get doggystyle, to have a change of scenery, and resume fucking them.<br> <<video "images/mspjan/mspjanfuckmsp3.mp4" >><br> After relentlessly plowing her for several more minutes, you just move slightly to the side, and penetrate Jane easily, her pussy is now completely drenched.<br> <<video "images/mspjan/mspjanfuckjan3.mp4" >><br> You are sure that both of them appreciate those extra few minutes of fucking that you managed to endure, but it's time to wrap things up,<br> <<janlove "2">> <<msplove "2">> <<else>> <b>(Sex control check: Fail)</b><br> You decide that it's time to wrap things up, as you are very close to your orgasm.<br> <</if>> You decide to start fucking Jane very fast, and use her cunt to come.<br> <<video "images/mspjan/mspjanfuckbothfinal.mp4" >><br> But your teacher complains, she wants you to use her to come, and Jane really wants to eat your cum.<br> So you decide to switch things up, and use Ms. Pearl to finish.<br> <<video "images/mspjan/mspjanfuckmspcum.mp4" >><br> You end up spraying a lot of cum over your teacher's ass.<br><br> <<jane>>Look at all of that, look at all of that cum...<</jane>><br> And she then starts gathering all of that up with her tongue, clearly unable to resist the temptation.<br><br> <<MsPearl>>You were right, $name , it was a great idea to include her in our fun<</MsPearl>><br> <<jane>>Yeah, this was so fucking good...<</jane>><br> You spend a few minutes dressing back up, both you and Jane greet Ms. Pearl with some particularly wet kisses, and you all take your leave.<br> <<sexcon "3.1">> <<lust "-40">> <<sexexp "2.5">> <<ene "13">> <<addmins 37>> <<janlove "2">> <<msplove "2">> <<set $mspjan +=1>> <<set $janefucked +=1>> <<set $mspearlfucked +=1>> <<if $janecorruption gte 1 and $janeprices gt 0>> You start walking back to school with Jane, and after a while she says:<br><br> <<jane>>So... are you going to give me anything for this extra activity?<</jane>><br> <<say "You" $faceimg>>Didn't you like it?<</say>><br> <<jane>>And? Was this ever the deal?<</jane>><br> <<say "You" $faceimg>>And what would be the price for this?<</say>><br> <<jane>>Since I had fun and everything, let's call it 200$<</jane>><br> <div id="money"> <<if $charisma gte 80 >> <<link "(80 cha)Talk yourself out of it">><<replace "#money">> <b>(Charisma check: Success)</b><br> <<say "You" $faceimg>>Jane, we agreed that I pay you money at your house, this was different<</say>><br> <<jane>>How is this different?!<</jane>><br> <<say "You" $faceimg>>We made a deal, and even though I noticed that you actually started to like me, I always respected it because I know you needed money<</say>><br> <<jane>>So?...<</jane>><br> <<say "You" $faceimg>>Something like this is different, we did something together that was supposed to be for fun, do you ever stop thinking about this as work?<</say>><br> <<jane>>It's not just work, come on, it's just that we made a deal<</jane>><br> <<say "You" $faceimg>>This wasn't part of any deal, if you ask for money now, I'd just feel that even this, you did it as a job, that'd be pretty sad<</say>><br> <<jane>>Ok... I'm sorry, it's true that I like you a bit... nevermind. You don't owe me anything<</jane>><br> <<say "You" $faceimg>>Thanks Jane, I hope that it was as fun for you as it was for me<</say>><br> <<jane>>I'm not gonna lie, it was pretty fucking good<</jane>><br> <<link "Walk back to school" "Hallways">><<set $energy -=$enewid>><</link>><br> <</replace>><</link>><br> <<else>> <b>(Charisma check: Fail)</b><br> You cannot think of a way to talk yourself out of it.<br> <</if>> <<if $money gte 200>> <<link "Give her 200$">><<replace "#money">> <<say "You" $faceimg>>Ok Jane, a deal is a deal, there you go<</say>><br> <<jane>>Thanks, I appreciate it!<</jane>><br> <b>You have <span style="color: #8B0000;">spent</span> 200$</b> <<jancor "4">> <<set $money -=200>> <<link "Walk back to school" "Hallways">><<set $energy -=$enewid>><</link>><br> <</replace>><</link>><br> <<else>> You don't have 200$.<br> <</if>> <<link "Tell her that you are broke">><<replace "#money">> <<say "You" $faceimg>>I'm sorry Jane, but I really don't have any money with me<</say>><br> <<jane>>What?? Are you serious!?<</jane>><br> <<say "You" $faceimg>>I didn't think this was gonna count<</say>><br> <<jane>>How come!? We fucked didn't we?<</jane>><br> Jane really seems furious with you.<br><br> <<say "You" $faceimg>>I'll make it up another time, ok?<</say>><br> <<jane>>Oh, fuck off...<</jane>><br> She refuses to talk with you for the rest of the road.<br> <<janlove "-5">> <<jancor "-3">> <<link "Walk back to school" "Hallways">><<set $energy -=$enewid>> <<if $janecorruption lte 1>> <<set $janecorruption to 1>> <</if>> <</link>><br> <</replace>><</link>><br> </div> <<else>> <<link "Walk back to school" "Hallways">><<set $energy -=$enewid>><</link>><br> <</if>> <</if>> <</nobr>>
<<nobr>> <<set $metmsbloom to 1>> <<set $msbloomlisten to 0>> <<if $msbloomscene eq 1>> Ms. Bloom is your teacher for this class.<br> She is a good looking but strict woman, <<if $msbloomstalked isnot 1>>probably in her late 30s.<br><<else>>She looks pretty good for being 37.<</if>> <img src="images/msbloom/class.png"><br> <<msbloom>>Don't forget to review the material, see you all on next class!<</msbloom>> <<link "Walk back to your room" "Room">><</link>> <</if>> <<if $msbloomscene eq 10>> Ms bloom looks pissed, she looms over her desk with an annoyed expression.<br> <img src="images/msbloom/class.png"><br> She waits for the rest of the class to empty, then starts speaking:<br><br> <<if $cultureclassfocus lt -9>> <<msbloom>>I cannot accept your behaviour anymore, I tried to warn you several times, but it's time to have a serious discussion about this, please follow me to my office<</msbloom>> <br> You really fucked up, you should have realized that keep pissing your professor off would have had some consequences sooner or later.<br><br> <<link "You follow her to her office" "msbloomoffice">><<set $msbloomscene to 11>><</link>><br> <<else>> <<if ndef $msbloomwarned>> <<msbloom>>I have noticed that you have attended this class several times, and most of them you were paying very little attention and even chatting with other people, this is unacceptable<</msbloom>><br> <<else>> <<msbloom>>You are doing it again... I already warned you about this, you keep paying little to no attention and getting distracted<</msbloom>><br> <</if>> <div id="choice"> <<link "Apologize">><<replace "#choice">> <<if ndef $msbloomwarned>> <<say "You" $faceimg>>Oh, I apologize, it wasn't my intention to be disruptive<</say>><br> <<else>> <<say "You" $faceimg>>I'm very sorry Ms. Bloom, I just can't seem to concentrate<</say>><br> <</if>> <<msbloom>>But... I don't understand. It just seems like you are not very focused and not really care about your grades<</msbloom>> <<video "images/msbloom/msbloompissed1.mp4" >><br> You stare at her, in silence, you know that she's right, after all.<br><br> <<msbloom>>You must be here for something else<</msbloom>><br> <<say "You" $faceimg>>What? No, what else would I be here for...<</say>><br> <<msbloom>>I see you chatting all the time, and this class is full of girls, it's not hard to figure out what you are here for<</msbloom>><br> You lower your stare, she figured it out, maybe it wasn't that hard.<br><br> <<msbloom>>Look, I appreciate your apology, but this really needs to stop, otherwise I will be forced to take some disciplinary actions<</msbloom>><br> <<say "You" $faceimg>>I'm really sorry, I won't do that again<</say>><br> <<msbloom>>Very good, you may go<</msbloom>><br> You are not sure if she believes you or not, but at least you apologized.<br> <<set $msbloomwarned to 1>> <<msblove 1>> <<link "Walk back to your room" "Room">><</link>> <</replace>><</link>><br> <<link "Deny everything and be a dick">><<replace "#choice">> <<say "You" $faceimg>>What? that's not true... I was paying attention!<</say>><br> <<msbloom>>This is not a conversation, I request that you stop behaving so poorly, this is not high school, and you need to have more respect<</msbloom>><br> <<say "You" $faceimg>>Umh... Sure, ok<</say>><br> You smile at her.<br><br> <<msbloom>>I don't feel like you are taking this seriously<</msbloom>><br> <<say "You" $faceimg>>No, no... I am<</say>><br> <<msbloom>>You better be, because I won't tolerate this behaviour for long, you are warned.<</msbloom>><br> She then signals you that you can go, she is obviously pretty pissed by your poor response.<br> <<set $msbloomwarned to 1>> <<msblove "-3">> <<conf 1.5>> <<link "Walk back to your room" "Room">><</link>> <</replace>><</link>><br> </div> <</if>><</if>> <</nobr>>
<<nobr>> <<if $msbloomlove is undefined>><<set $msbloomlove to 0>><</if>> <<if $msbloomkissed is undefined>><<set $msbloomkissed to 0>><</if>> <<if $msbloomfucked is undefined>><<set $msbloomfucked to 0>><</if>> <<if $msbloomanaled is undefined>><<set $msbloomanaled to 0>><</if>> <<if $stalkedmsbloom is 1>> Ms. Bloom is your culture teacher. She seems to be living alone in a quite nice house not particularly far from the school. Doesn't seem to have an husband, companion, children, or any public history of past relationships, just 2 cats. From her activity on social media, she looks like a rather frustrated individual, even if she tries to hide that well and focus on her work. <<else>> Ms. Bloom is your culture class's teacher. This pretty much sums up everythink you know about her. What you can see, is that she's an attractive woman on his mid 30s, probably most of the boys in your school have fantasies involving her. You might be able to find out more about her if you look her up on Instatok.<br> <</if>> <<if $stalkedmsbloom is 1>> <br><img src="images/msbloom/instatok.png"><br> Age: 37<br> <<else>> <br><img src="images/msbloom/face.png"><br> <</if>> <</nobr>> Ms. Bloom's Love : $msbloomlove Ms. Bloom activity count: ( Kissed = $msbloomkissed , Fucked = $msbloomfucked , Assfucked = $msbloomanaled) <<if $cultureclassfocus gte 1>> You have listened carefully more than you : : <span style="color: #6A5ACD;">$msbloomcorruption</span><</if>> <<nobr>> <<if $stalkedmsbloom is 1>> Ms. Bloom's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br> <<if $cultureclassfocus isnot 0>><span style="color: #6A5ACD;">The current level of focus shown during Ms. Bloom's lessons is <span style="color: #6A5ACD;"> (<<print (($cultureclassfocus).toFixed(1))>>)</span><br><</if>> Love : 120% - While Ms. Bloom is not completely impervious to love, she's definitely not driven by it. (<<print (($msbloomlove*2.7).toFixed(1))>>)<br> Sex Control: 150% - While very fulfilled in life, she is a little less so sexually. It's of utmost importance that her man can fully satisfy her in bed. (<<print (($coding* 0.8).toFixed(1))>>)<br> Culture: 70% - She's still your culture teacher after all, it's only natural that she cares about someone's culture. (<<print (($charisma*0.5).toFixed(1))>>)<br> Physical attraction: 60% - Ms. Bloom gives a good amount of importance to someone's physical attraction, even if it's not what she values most. (<<print (($intelligence* 0.5).toFixed(1))>>)<br> Sex Experience: 50% - Being able to last long in bed is what is most important for her, but even knowing what you're doing helps to some extent. (<<print (($sexexp* 0.3).toFixed(1))>>)<br> <br> Ms. Bloom is a young woman that looks for a mature, handsome and cultured man, she probably won't be too much interested in an easily excitable student. <<set $msbloomattraction to Number(($msbloomlove*1.2+$sexcontrol*1.5+$culture*0.7+$physattr*0.6+$sexexp*0.5).toFixed(1))>><br> <<set $msbloomattraction to Number($msbloomattraction)>> Ms. Bloom's attraction for you is $msbloomattraction <br> <</if>> <<link "Back">> <<script>> Dialog.setup("Girls Stats"); Dialog.wiki(Story.get("Girls Stats").processText()); Dialog.open(); <</script>> <</link>> <</nobr>>
<<nobr>> <<if $virginity eq "Susan">> Since it's the only girl that is already into you and is pretty easy to get to bed with, it can be considered the easiest achievement, <b>you gain 20 experience for this</b>.<<set $virginityexp to 20>><</if>><br> <<if $virginity eq "Rose">> She's definitely pretty easy to have sex with compared to many other girls, but not the easiest, and definitely a catch and something to be proud of.<b> You gain 35 experience for this</b>.<<set $virginityexp to 35>><</if>> <<if $virginity eq "Carol" and ndef $caroltricked>> Carol is definitely one of the least harsh girls, is pretty simple to befriend, but not easy at all to get into bed with. <b>you gain 50 experience</b> for managing to have had her as your first lover.<<set $virginityexp to 50>><</if>> <<if $virginity eq "Carol" and $caroltricked eq 1>> Carol is definitely one of the least harsh girls, is pretty simple to befriend, but not easy at all to get into bed with. Unless of course you trick her into it, which is what you did to lose your virginity, that made it easier and <b>you gain 30 experience</b> for doing that.<<set $virginityexp to 30>><</if>> <<if $virginity eq "Natasha">> Losing your virginity to Natasha is an incredible feat, You must have shown a lot of restraint to keep you for that moment, this awards you a whopping <b>90 experience</b>.<<set $virginityexp to 90>><</if>> <<if $virginity eq "Melanie">> Losing your virginity to Melanie was an extreme challenge, It surely required a lot of focus and dedication, have <b>120 experience</b> for it, you earned it!<<set $virginityexp to 120>><</if>> <<if $virginity eq "Katrina">> Losing your virginity to Katrina was never an easy option, you certainly had to save yourself for her turning down the attention from the schoolgirls, well done! You get <b>75 experience</b> for this. <<set $virginityexp to 75>><</if>> <<if $virginity eq "Ms. Pearl">> Losing your virginity to Ms. Pearl is not the hardest thing that can be done but it's certainly a notable feat! You get <b>85 experience</b> for this. <<set $virginityexp to 85>><</if>> <<if $virginity eq "Jane">> Losing your virginity to Jane wasn't easy at all. <<if $janecorruption gte 1>>In fact you paid for it, and that definitely made it easier! This grants you <b>55 experience</b>!<<set $virginityexp to 55>><<else>>Especially since you refused to pay her for sex, so this grants you <b>90 experience!</b><<set $virginityexp to 90>> <</if>><</if>> <<if $virginity eq "Olivia">> Losing your virginity to Olivia was nothing short of a challenge, she was more into girls than boy and not even in the school. this grants you <b>110 experience!</b><<set $virginityexp to 110>> <</if>> <<if $virginity eq "Layla">> Losing your virginity to Layla was not an easy task at all, she's one of the most difficult girls to even approach, you get <b>135 experience!</b><<set $virginityexp to 135>> <</if>> <<if $virginity eq "Danielle">> Losing your virginity to Danielle was pretty hard, because you wanted it to be special for her. That required a bit of training without actually fucking other girls first, well done! You are rewarded with<b> 105 experience!</b><<set $virginityexp to 135>> <</if>> <<if $virginity eq "Xiang">> Losing your virginity to Xiang was not too challenging, yes, she was a virgin, but she was a girl in need and easy to manipulate! You are rewarded with<b> 30 experience!</b><<set $virginityexp to 30>> <</if>> <<if $virginity eq "Zoe">> There isn't even an achievement for it, but you went for it anyway! Paying to lose your virginity might be pretty sad, but the AI appreciates the change of scenery, here's<b> 200 experience for you!</b><<set $virginityexp to 200>> <</if>> <br> <</nobr>>
<<nobr>> <<if ndef $msbloomoraled>><<set $msbloomoraled to 0>><</if>> <<include "calc">> Ms. Bloom attraction for you is $msbloomattraction.<br> <<if $msbloomscene eq 11>> She leads you to her office, and she starts talking.<br> <<if $msbloomattraction gte 110>> <b>(Attraction check: Success)</b><br> <<if $msbloomoraled eq 0>> <<msbloom>>Your inability to focus on my class has gone beyond what is acceptable, we need to do something about this<</msbloom>><br> <<say "You" $faceimg>>I'm very sorry Ms. Bloom, focusing seems to be very hard for me in this period of my life<</say>><br> <<msbloom>>I noticed you're constantly distracted by other girls, it's like you're unable to even use your brain, I warned you about this so many times<</msbloom>><br> You stare at the floor in silence, you don't know how to respond, you just hope she's not going to cause you too much trouble.<br><br> <<msbloom>>You're clearly obsessed, and we must find a way to solve this issue, but I don't want to be too hard on you, we can try an alternative approach<</msbloom>><br> <<say "You" $faceimg>>Alternative how? What do I have to do?<</say>><br> Ms. bloom gets in front of you, then gets on her knees, you have no idea what she's doing.<br><br> <<msbloom>>Unbutton your pants, we'll see if this helps you to stop thinking about the other girls, and start thinking about me and my class a little more<</msbloom>><br> You cannot legitimately believe this is happening.<br> You're frozen in shock, but your dick feels the situation, and starts to get hard at an incredible speed.<br> You stay still for a few seconds, she just decides to do it herself.<br> <<else>> <<msbloom>>It seems like last time wasn't enough for you, so let's keep trying and see if there are improvements<</msbloom>><br> <</if>> She starts unbuttoning your pants slowly, then says:<br><br> <<msbloom>>If a word of this gets out, consider yourself expelled and both our lives ruined<</msbloom>><br> She doesn't even wait for an answer, and pulls down to reveal your cock, that she quickly starts sucking it.<br> <<video "images/msbloom/msbblowstart.mp4">><br> She is very good at this, you can see that she had a lot of practice, which isn't odd for a woman her age.<br> <<if $sexcontrol gte 46>> <b>(Sex control check: Success)</b><br> She keeps sucking you for a few more minutes, then says:<br> <<msbloom>>Wow, most boys your age would have already blown their load, maybe we can have a little more fun<</msbloom>><br> <<video "images/msbloom/msbblowdeep.mp4">><br> Shortly after saying that, she starts taking it deeper in her mouth, and you can feel it sliding a little down her throat.<br> <<else>> <b>(Sex control check: Fail)</b><br> In fact, she is way too good considering how aroused you are.<br> Her tongue dancing around your dick's head is just too much to handle.<br> In not even two full minutes, you have to cum, you warn her about it, but she doesn't move, so you just assume she's fine with you coming on her face.<br> <<video "images/msbloom/msbblowcum.mp4">><br> You spray your cum all over her tits and mouth, she has little to no reaction to it, like she wasn't expecting anything different.<br> <<msbloom>>Ha, typical boy, can't even take it for a couple minutes, that's a pity<</msbloom>><br> <</if>> <<if $sexcontrol gte 71>> <b>(Sex control check: Success)</b><br> She keeps sucking and occasionally pushing it deep inside of her throat, tryin to go a bit further every time.<br> <<video "images/msbloom/msbblowdeeper.mp4">><br> She has to stop and recover her breath often, but she's incredibly good at this.<br> In fact she seems to only be getting more aroused and dedicated to getting it as deep as she can mange.<br> She is impressed with your resilience.<br> When you are finally ready to cum, you warn her about it, and she pulls back, allowing you to do that freely over her.<br> <<video "images/msbloom/msbblowcum.mp4">><br> You shower her tits and face with cum, and she smiles happily at you.<br> <<msbloom>>Wow, you really are good at controlling your orgasm, most men can't even get close to lasting that long, well done!<</msbloom>><br> <<say "You" $faceimg>>Thanks, Ms. Bloom<</say>><br> <<msbloom>>Maybe the next time we can consider even doing something a bit more fun... for both of us<</msbloom>><br> (work in progress)<br> <<elseif $sexcontrol gte 46>> <b>(Sex control check: Fail)</b><br> Resisting to a blowjob is one thing, but feeling completely enveloped by her mouth and throat sends you over the edge pretty quickly.<br> She senses that you are about to come, so she stops sucking you, and allows you to come over her.<br> <<video "images/msbloom/msbblowcum.mp4">><br> You do just that, and send your hot semen flying over her boobs and reaching her mouth.<br> <<msbloom>>Well, all good things must end, at least you lasted for a bit<</msbloom>><br> <</if>> <<if ndef $msbloomoralach>> <<set $msbloomoralach to 1>><<cul 3>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<set $msbloomoraled +=1>> <<if $sexcontrol lt 46>> <<msblove -2>> <<sexcon 2.3>> <<lust -30>> <<ene 1>> <<stress -1>> <<addmins 17>> <<elseif $sexcontrol gte 71>> <<msblove 4>> <<sexcon 2.7>> <<lust -40>> <<ene 1>> <<stress -8>> <<addmins 33>> <<elseif $sexcontrol gte 46>> <<msblove 1>> <<sexcon 2.5>> <<lust -40>> <<stress -4>> <<ene 1>> <<addmins 24>> <</if>> <<elseif $msbloomattraction lt 110>> <b>(Attraction check: Fail)</b><br> <<msbloom>>Here we are... I warned you, and I warned you again<</msbloom>><br> Ms. Bloom spends almost the entire following hour lecturing you about responsibility, threatening disciplinary action against you.<br> She's being reasonable, even considerate, by not endangering your academic future right away.<br> Despite how stressful and boring this is, the fact that she's an attractive woman makes it slightly more bearable. However, you're still concerned about your future.<br> <<stress 30>> <<addmins 55>> <<msblove -2>> When the tense encounter come to an end, you are finally free to go.<br> <</if>> <</if>> <<link "You leave her office" "Hallways">><<set $energy -= $enewid>><</link>> <</nobr>>
<<nobr>> <<if $janzoe eq 1>> You decided to go for it, so the first thing you have to do is to place the cash in Zoe's hands.<br> <<set $money -=1000>> <b> You have <span style="color: #8B0000;">spent</span> 1000$.<br></b> She takes it slowly, showing a little bit of tenseness and hesitation, then says:<br><br> <<zoe>>Ok, we'll use the usual hotel, you know the drill.<</zoe>><br> You certainly do, so you only have to wait for her text, that arrives in about 30 minutes.<br> <<addmins 30>> <b>30 minutes have passed.</b> Everything goes as always, except for the fact that this time, instead of Zoe waiting, you find both girls there.<br> <<else>> You already did this , and besides having to pay a hefty sum of money, everything else work pretty great.<br> You know this money is going to go towards helping people that are going through difficulties, so you don't really mind.<br> <<set $money -=1000>> <b> You have <span style="color: #8B0000;">spent</span> 1000$.<br></b> You let Zoe set things up as always, at least you don't have to bother doing that.<br> <<addmins 30>> <b>30 minutes have passed.</b> About 30 minutes you find yourself entering that hotel once again, and you can't wait for what is going to happen.<br> <</if>> As soon as you enter the room, you all sit on the couch.<br> You are all sexually familiar with each other, after a quick talk it doesn't take long for things to escalate.<br> <<cha 2>> They take your dick out and starts playing with it.<br> <<video "images/janzoe/janzoe1.mp4">><br> The playing turns to sucking, and the massive pair of tits that Zoe have come out.<br> You start sucking on her nipples while Jane avidly takes care of your hard cock, which is throbbing in anticipation.<br> Maybe in an attempt to arouse you, or maybe just because she wants to, Jane starts licking Zoe's pussy, exposing her own to you.<br> <<video "images/janzoe/janzoe2.mp4">><br> A little extra foreplay doesn't hurt, so you dive your tongue into Jane's inviting snatch.<br> All foreplay has to eventually come to an end anyway, and the first young woman to take your cock into her is going to be Jane.<br> <<video "images/janzoe/janzoefuckjan1.mp4">><br> She moans in pleasure as you enter her, and starts licking Zoe's tits which are casually hanging above her face.<br> <<if $sexcontrol gte 81>> <b>(Sex control skill check: Success)</b><br> You know you can afford to start things strong, so you start fucking Jane fast, succeeding to bring her to a first orgasm rather quickly.<br> <<video "images/janzoe/janzoefuckjan1bis.mp4">><br> <<else>> <b>(Sex control skill check: Fail)</b><br> You decide to take it slowly, and to dedicate an equal amount of time to enjoy both of them equally.<br> <</if>> It's time to switch up, Zoe wants some of your cock as well, so the girls exchange their positions.<br> <<video "images/janzoe/janzoefuckzoe1.mp4">><br> You start fucking Zoe in the same way you did with Jane, while she goes behind her and and grabs her tits.<br> <<if $sexcontrol gte 81>> There is no room for double standards, at least according to your plan, so you keep fucking Zoe fast and hard.<br> She understand what you are trying to do, so she starts rubbing her pussy to help you with your goal.<br> <<video "images/janzoe/janzoefuckzoe1bis.mp4">><br> This accomplishes your purpose of bringing her to her first orgasm rather quickly as well, while Jane enjoys the scene.<br> <</if>> You invite Jane to straddle your waist and Zoe to sit on your face, you want to feel both of them at once.<br> <<video "images/janzoe/janzoefuckjanlick.mp4">><br> They end up facing each other, so they take up the opportunity to exchange a kiss, after Jane is done with licking her tits a little more.<br> This goes on until Jane surrender to come while being impaled by your cock.<br> Zoe is starting to get very aroused, and wants more of your dick so much that she actually asks for it.<br> You don't feel like denying her request, but you make her climb on your dick, to rest a bit while she does that.<br> <<video "images/janzoe/janzoefuckzoerub.mp4">><br> Jane decides to improve her experience by rubbing her pussy while she rides you, helping her to climax again.<br> After a while, it's time to switch up one last time, you start fucking Jane once again, while Zoe leans over her, putting them in a 69 position.<br> <<video "images/janzoe/janzoefuckjan69.mp4">><br> Zoe does a great job of licking her pussy while you penetrate her, and you pull out of her to stick it inside her mouth a few times, this really feels awesome.<br> <<if $sexcontrol gte 94>> Throught your almost inhuman training and resistance, you manage to resist coming and go on like this for a while.<br> <<video "images/janzoe/janzoefuckjan69bis.mp4">><br> Until you can see that Zoe gets very focused on sucking Jane's clit, probably eager to return her favor from before.<br> You start to fucking her faster and relentlessly, your teamwork brings Jane to what was probably her stronger orgasm of her life.<br> Both girls came several times, and after going for so long, you decide it's finally time to allow yourself to come as well.<br> <<elseif $sexcontrol gte 81>> <b>(Sex control skill check: Fail)</b><br> This would be too much to bear for anyone, and arouses you so much that you have no chance but to come.<br> <</if>> You ask who wants your cum, not very surprisingly, both of them want it.<br> So they put themselves in a position where they can both receive some of it.<br> <<video "images/janzoe/janzoecum1.mp4">><br> You let your jizz out on both of her faces and lips, trying to distribute it equally, as they both earned it.<br> While still covered with your cum, they start a passionate kiss.<br> <<video "images/janzoe/janzoecumkiss.mp4">><br> They keep kissing for quite a while, exchanging and gathering your semen from their faces.<br> This was an incredible experience, that will stay with you forever, it's really money well spent.<br> You got an opportunity to learn from the best.<br> <<set $janefucked +=1>> <<set $zoefucked +=1>> <<set $janzoe to 2>> <<if ndef $janzoeach>> <<set $janzoeach to 1>> <<set $maximumdays +=2>> <<set $maxdayscalc +=2>><<updatebar>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<if $sexcontrol lt 81>> Jane and zoe seems reasonably satisfied, even if you're sure you could have given a little more.<br> <<addmins 37>> <<janlove 2>> <<cha 1>> <<ene "8">> <<stress "-8">> <<sexexp "3.2">> <<sexcon "3.3">> <<lust "-40">> <<elseif $sexcontrol lt 94>> Jane and zoe seems absolutely satisfied, they came several times.<br> They can't wait for this to happen again, even besides the money.<br> <<if ndef $janzoefullach >> <<set $janzoefullach to 1>> <<set $extrastartmoney +=1000>> <<set $subachievementmoney +=1000>> <<notify 5s>>Achievement Unlocked!<</notify>> <</if>> <<addmins 41>> <<cha 2>> <<conf 3>> <<janlove 2>> <<jancor 2>> <<ene "14">> <<stress "-17">> <<sexexp "4.8">> <<sexcon "4">> <<lust "-40">> <<else>> This was insane, you managed to fuck two experienced and demanding women.<br> <<zoe>>Damn... this was insane, I had lots of sex in my life, but this one is going to be hard to top <</zoe>><br> <<jane>>I hate to admit it, but you're right, this one was really special<</jane>><br> <<addmins 41>> <<cha 2.5>> <<conf 4>> <<janlove 3>> <<jancor 3>> <<ene "20">> <<stress "-25">> <<sexexp "6">> <<sexcon "5">> <<lust "-40">> <</if>> <<link "Dress yourself up and leave the hotel" "Hallways">><<set $energy -= $enewid>><</link>> <</nobr>>