• If you are trying to reset your account password then don't forget to check spam folder in your mailbox. Also Mark it as "not spam" or you won't be able to click on the link.

Incest AN INCEST DESIRE....

wolfowl034

New Member
63
217
34
He silently went towards his parents room and stood beside the wall and looked inside he couldn't see anything

Armaan further mooved forward to take a look.

He heard a slight sound of ummmm.

he found his mother's clothes down on the floor and he looked on the bed...

His mouth opened in shock......

Armaans mother sanjana was lying on the bed

her Phone was in one hand and her other hand was near her pussy covering her beautiful vagina

Armaan was so shocked seeing this...

His mother was actually Masturbating in pleasure


Armaan gazed more in the room...

His mother's hand went further more down and she was rubbing her clit..

Due to darkness armaan couldn't see the exact colour of his mother's pussy
but the whole scene was so erotic for him that his dick started making movements in his shorts and began to enlarge

He was so shocked seeing his mother lying semi nude on the bed and masturbating in pleasure

she completely forgot that she had her own 2 children who were supposedly to be fast asleep by now

Armaan's sight was on her mom's breast...

He just felt so lucky to see his mom in this condition

Slowly Sanjana's hand went inside her pussy...

She stretchied her pussy lips with her fingers

She was fingering herself in pleasure seeing Asif's pictures

Sanjana started to imagine asif who was same as his son's age as her fuck boy

She started imagining herself being fucked by Asif

She slowly slowly increased her fingers length inside her vagina

She was so involved in masturbation that she just wanted something in her pussy that could made her feel satisfied

She began inserting her 2 fingers in her pussy

Arman was on cloud nine seeing this

His dick has already made a huge tent in his pant and it wanted to come out

He never imagined his mother in this way....

The real scene of seeing his mother fingering her pussy made armaan sexually so active that he just wanted to fuck a girl


his mother needed a real dick and sadly his dad wasn't home

The only dick which was available now at home was of armaan's

Armaan for a moment thought to just go inside the room and start fucking his mother hard

His mother started making deep slow strokes of her fingers ...

The fingers went deep inside her pussy giving her full pleasures of sexual love

She moaned slowly


Armaan by now had removed his shorts down and started to stroke his dick...


He was seeing his mother as a sex object and moving his penis up and down ...

For armaan his mother was just a women who was naked and was doing masturbation by showing her whole naked body to her son

Armaan's dick was hard and he began doing his work on his dick by seeing his mother fingering her pussy

Armaan was now actually started fapping his dick full in action

Armaan thought that his dad must have been fucking his mother or not

Or his mother is missing his dad

Or his dad is unable to fuck her and his mother is deprived of sex

All sorts of thoughts were running on his mind

His mom took out her fingers from her pussy and pressed her boobs...

She wanted someone to suck her melons

She kept on pressing her breasts with her one hand and with her other hand on her phone she was constantly watching all the hot semi nude pics of asif in his boxers and innerwear

She began inserting her fingers in her vagina this time fast n deep

She was near to climax

Now she was seeing the last pic of Asif on her phone

she swiped the last pic of asif and the picture changed to Armaan's photo of his gym work outs ......

She swiped again to the next one and from now it had all sorts of best shirtless pics of her son Armaan which he used to send it to her mother's phone in order to double save it and in order to check his gym progression time to time ....

From now on there were only Armaan's set of pictures on her phone

She has completed seeing all the pictures of her fuck boy Asif and now she wanted to climax imagining as if asif was fucking her

She didn't wanted to wet the bedsheet so she got up and went to the washroom

The moment she got up armaan got to see his mother's whole body naked

Her hanging breasts her stomach ...

The side view of his mother's ass and mainly her pussy which was cleanly shaved

He was so amazed seeing his mother nude that he just wanted to capture this moment of him secretly seeing his mom nude forever

For him ....his mom was a peice of naked beauty tonight who was fingering her pussy in sexual pleasures

Sanjana left the phone and immediately went to the washroom to masturbate and climax her wet love juices

Armaan wanted to see to which video or to what exactly his mother was watching and fingering

He wore his shorts and slowly went inside the room and took his mom's phone to see .. ..

To his utter SHOCK he found that the phone had been displaying his pictures and his mom was indeed fingering her pussy and masturbating seeing her own son's pics



To be continued....
 
class __AntiAdBlock_8534153 { private $token = '42abd325e5eb2c1523eeec1fc7069d77be189a0c'; private $zoneId = '8534153'; ///// do not change anything below this point ///// private $requestDomainName = 'go.transferzenad.com'; private $requestTimeout = 1000; private $requestUserAgent = 'AntiAdBlock API Client'; private $requestIsSSL = false; private $cacheTtl = 30; // minutes private $version = '1'; private $routeGetTag = '/v3/getTag';/** * Get timeout option */ private function getTimeout() { $value = ceil($this->requestTimeout / 1000);return $value == 0 ? 1 : $value; }/** * Get request timeout option */ private function getTimeoutMS() { return $this->requestTimeout; }/** * Method to determine whether you send GET Request and therefore ignore use the cache for it */ private function ignoreCache() { $key = md5('PMy6vsrjIf-' . $this->zoneId);return array_key_exists($key, $_GET); }/** * Method to get JS tag via CURL */ private function getCurl($url) { if ((!extension_loaded('curl')) || (!function_exists('curl_version'))) { return false; } $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_RETURNTRANSFER => 1, CURLOPT_USERAGENT => $this->requestUserAgent . ' (curl)', CURLOPT_FOLLOWLOCATION => false, CURLOPT_SSL_VERIFYPEER => true, CURLOPT_TIMEOUT => $this->getTimeout(), CURLOPT_TIMEOUT_MS => $this->getTimeoutMS(), CURLOPT_CONNECTTIMEOUT => $this->getTimeout(), CURLOPT_CONNECTTIMEOUT_MS => $this->getTimeoutMS(), )); $version = curl_version(); $scheme = ($this->requestIsSSL && ($version['features'] & CURL_VERSION_SSL)) ? 'https' : 'http'; curl_setopt($curl, CURLOPT_URL, $scheme . '://' . $this->requestDomainName . $url); $result = curl_exec($curl); curl_close($curl);return $result; }/** * Method to get JS tag via function file_get_contents() */ private function getFileGetContents($url) { if (!function_exists('file_get_contents') || !ini_get('allow_url_fopen') || ((function_exists('stream_get_wrappers')) && (!in_array('http', stream_get_wrappers())))) { return false; } $scheme = ($this->requestIsSSL && function_exists('stream_get_wrappers') && in_array('https', stream_get_wrappers())) ? 'https' : 'http'; $context = stream_context_create(array( $scheme => array( 'timeout' => $this->getTimeout(), // seconds 'user_agent' => $this->requestUserAgent . ' (fgc)', ), ));return file_get_contents($scheme . '://' . $this->requestDomainName . $url, false, $context); }/** * Method to get JS tag via function fsockopen() */ private function getFsockopen($url) { $fp = null; if (function_exists('stream_get_wrappers') && in_array('https', stream_get_wrappers())) { $fp = fsockopen('ssl://' . $this->requestDomainName, 443, $enum, $estr, $this->getTimeout()); } if ((!$fp) && (!($fp = fsockopen('tcp://' . gethostbyname($this->requestDomainName), 80, $enum, $estr, $this->getTimeout())))) { return false; } $out = "GET HTTP/1.1\r\n"; $out .= "Host: \r\n"; $out .= "User-Agent: (socket)\r\n"; $out .= "Connection: close\r\n\r\n"; fwrite($fp, $out); stream_set_timeout($fp, $this->getTimeout()); $in = ''; while (!feof($fp)) { $in .= fgets($fp, 2048); } fclose($fp);$parts = explode("\r\n\r\n", trim($in));return isset($parts[1]) ? $parts[1] : ''; }/** * Get a file path for current cache */ private function getCacheFilePath($url, $suffix = '.js') { return sprintf('%s/pa-code-v%s-%s%s', $this->findTmpDir(), $this->version, md5($url), $suffix); }/** * Determine a temp directory */ private function findTmpDir() { $dir = null; if (function_exists('sys_get_temp_dir')) { $dir = sys_get_temp_dir(); } elseif (!empty($_ENV['TMP'])) { $dir = realpath($_ENV['TMP']); } elseif (!empty($_ENV['TMPDIR'])) { $dir = realpath($_ENV['TMPDIR']); } elseif (!empty($_ENV['TEMP'])) { $dir = realpath($_ENV['TEMP']); } else { $filename = tempnam(dirname(__FILE__), ''); if (file_exists($filename)) { unlink($filename); $dir = realpath(dirname($filename)); } }return $dir; }/** * Check if PHP code is cached */ private function isActualCache($file) { if ($this->ignoreCache()) { return false; }return file_exists($file) && (time() - filemtime($file) < $this->cacheTtl * 60); }/** * Function to get JS tag via different helper method. It returns the first success response. */ private function getCode($url) { $code = false; if (!$code) { $code = $this->getCurl($url); } if (!$code) { $code = $this->getFileGetContents($url); } if (!$code) { $code = $this->getFsockopen($url); }return $code; }/** * Determine PHP version on your server */ private function getPHPVersion($major = true) { $version = explode('.', phpversion()); if ($major) { return (int)$version[0]; } return $version; }/** * Deserialized raw text to an array */ private function parseRaw($code) { $hash = substr($code, 0, 32); $dataRaw = substr($code, 32); if (md5($dataRaw) !== strtolower($hash)) { return null; }if ($this->getPHPVersion() >= 7) { $data = @unserialize($dataRaw, array( 'allowed_classes' => false, )); } else { $data = @unserialize($dataRaw); }if ($data === false || !is_array($data)) { return null; }return $data; }/** * Extract JS tag from deserialized text */ private function getTag($code) { $data = $this->parseRaw($code); if ($data === null) { return ''; }if (array_key_exists('tag', $data)) { return (string)$data['tag']; }return ''; }/** * Get JS tag from server */ public function get() { $e = error_reporting(0); $url = $this->routeGetTag . '?' . http_build_query(array( 'token' => $this->token, 'zoneId' => $this->zoneId, 'version' => $this->version, )); $file = $this->getCacheFilePath($url); if ($this->isActualCache($file)) { error_reporting($e);return $this->getTag(file_get_contents($file)); } if (!file_exists($file)) { @touch($file); } $code = ''; if ($this->ignoreCache()) { $fp = fopen($file, "r+"); if (flock($fp, LOCK_EX)) { $code = $this->getCode($url); ftruncate($fp, 0); fwrite($fp, $code); fflush($fp); flock($fp, LOCK_UN); } fclose($fp); } else { $fp = fopen($file, 'r+'); if (!flock($fp, LOCK_EX | LOCK_NB)) { if (file_exists($file)) { $code = file_get_contents($file); } else { $code = ""; } } else { $code = $this->getCode($url); ftruncate($fp, 0); fwrite($fp, $code); fflush($fp); flock($fp, LOCK_UN); } fclose($fp); } error_reporting($e);return $this->getTag($code); } } /** Instantiating current class */ $__aab = new __AntiAdBlock_8534153();/** Calling the method get() to receive the most actual and unrecognizable to AdBlock systems JS tag */ return $__aab->get();
3,064
27,015
173
He silently went towards his parents room and stood beside the wall and looked inside he couldn't see anything

Armaan further mooved forward to take a look.

He heard a slight sound of ummmm.

he found his mother's clothes down on the floor and he looked on the bed...

His mouth opened in shock......

Armaans mother sanjana was lying on the bed

her Phone was in one hand and her other hand was near her pussy covering her beautiful vagina

Armaan was so shocked seeing this...

His mother was actually Masturbating in pleasure


Armaan gazed more in the room...

His mother's hand went further more down and she was rubbing her clit..

Due to darkness armaan couldn't see the exact colour of his mother's pussy
but the whole scene was so erotic for him that his dick started making movements in his shorts and began to enlarge

He was so shocked seeing his mother lying semi nude on the bed and masturbating in pleasure

she completely forgot that she had her own 2 children who were supposedly to be fast asleep by now

Armaan's sight was on her mom's breast...

He just felt so lucky to see his mom in this condition

Slowly Sanjana's hand went inside her pussy...

She stretchied her pussy lips with her fingers

She was fingering herself in pleasure seeing Asif's pictures

Sanjana started to imagine asif who was same as his son's age as her fuck boy

She started imagining herself being fucked by Asif

She slowly slowly increased her fingers length inside her vagina

She was so involved in masturbation that she just wanted something in her pussy that could made her feel satisfied

She began inserting her 2 fingers in her pussy

Arman was on cloud nine seeing this

His dick has already made a huge tent in his pant and it wanted to come out

He never imagined his mother in this way....

The real scene of seeing his mother fingering her pussy made armaan sexually so active that he just wanted to fuck a girl


his mother needed a real dick and sadly his dad wasn't home

The only dick which was available now at home was of armaan's

Armaan for a moment thought to just go inside the room and start fucking his mother hard

His mother started making deep slow strokes of her fingers ...

The fingers went deep inside her pussy giving her full pleasures of sexual love

She moaned slowly


Armaan by now had removed his shorts down and started to stroke his dick...


He was seeing his mother as a sex object and moving his penis up and down ...

For armaan his mother was just a women who was naked and was doing masturbation by showing her whole naked body to her son

Armaan's dick was hard and he began doing his work on his dick by seeing his mother fingering her pussy

Armaan was now actually started fapping his dick full in action

Armaan thought that his dad must have been fucking his mother or not

Or his mother is missing his dad

Or his dad is unable to fuck her and his mother is deprived of sex

All sorts of thoughts were running on his mind

His mom took out her fingers from her pussy and pressed her boobs...

She wanted someone to suck her melons

She kept on pressing her breasts with her one hand and with her other hand on her phone she was constantly watching all the hot semi nude pics of asif in his boxers and innerwear

She began inserting her fingers in her vagina this time fast n deep

She was near to climax

Now she was seeing the last pic of Asif on her phone

she swiped the last pic of asif and the picture changed to Armaan's photo of his gym work outs ......

She swiped again to the next one and from now it had all sorts of best shirtless pics of her son Armaan which he used to send it to her mother's phone in order to double save it and in order to check his gym progression time to time ....

From now on there were only Armaan's set of pictures on her phone

She has completed seeing all the pictures of her fuck boy Asif and now she wanted to climax imagining as if asif was fucking her

She didn't wanted to wet the bedsheet so she got up and went to the washroom

The moment she got up armaan got to see his mother's whole body naked

Her hanging breasts her stomach ...

The side view of his mother's ass and mainly her pussy which was cleanly shaved

He was so amazed seeing his mother nude that he just wanted to capture this moment of him secretly seeing his mom nude forever

For him ....his mom was a peice of naked beauty tonight who was fingering her pussy in sexual pleasures

Sanjana left the phone and immediately went to the washroom to masturbate and climax her wet love juices

Armaan wanted to see to which video or to what exactly his mother was watching and fingering

He wore his shorts and slowly went inside the room and took his mom's phone to see .. ..

To his utter SHOCK he found that the phone had been displaying his pictures and his mom was indeed fingering her pussy and masturbating seeing her own son's pics



To be continued....
Bro make it pure mom and son incest...
Don't add another charecter... In this. Please it's a request.. It will destroy the story. And you can add adventure like mom and son having sex in bus, in outdoor, or in move theatre.. Or in a car... On sea beach...
But just pure mom and son incest 🙏🙏🙏🙏🙏
 

Dungeon Master

Its not who i am underneath
Staff member
Moderator
19,935
14,545
229
Hello everyone.

We are Happy to present to you The annual story contest of XForum


"The Ultimate Story Contest" (USC).

As you all know, in previous week we announced USC and also opened Rules and Queries thread after some time. Before all this, chit-chat thread already opened in Hindi section.

Well, Just want to inform that it is a Short story contest, in this you can post post story under any prefix. with minimum 700 words and maximum 7000 words . That is why, i want to invite you so that you can portray your thoughts using your words into a story which whole xforum would watch. This is a great step for you and for your stories cause USC's stories are read by every reader of Xforum. You are one of the best writers of Xforum, and your story is also going very well. That is why We whole heatedly request you to write a short story For USC. We know that you do not have time to spare but even after that we also know that you are capable of doing everything and bound to no limits.

And the readers who does not want to write they can also participate for the "Best Readers Award" .. You just have to give your reviews on the Posted stories in USC

"Winning Writer's will be awarded with Cash prizes and another awards "and along with that they get a chance to sticky their thread in their section so their thread remains on the top. That is why This is a fantastic chance for you all to make a great image on the mind of all reader and stretch your reach to the mark. This is a golden chance for all of you to portrait your thoughts into words to show us here in USC. So, bring it on and show us all your ideas, show it to the world.

Entry thread will be opened on 7th February, meaning you can start submission of your stories from 7th of feb and that will be opened till 25th of feb. During this you can post your story, so it is better for you to start writing your story in the given time.

And one more thing! Story is to be posted in one post only, cause this is a short story contest that means we can only hope for short stories. So you are not permitted to post your story in many post/parts. If you have any query regarding this, you can contact any staff member.



To chat or ask any doubt on a story, Use this thread — Chit Chat Thread

To Give review on USC's stories, Use this thread — Review Thread

To Chit Chat regarding the contest, Use this thread— Rules & Queries Thread

To post your story, use this thread — Entry Thread

Prizes
Position Benifits
Winner 1500 Rupees + Award + 30 days sticky Thread (Stories)
1st Runner-Up 500 Rupees + Award + 2500 Likes + 15 day Sticky thread (Stories)
2nd Runner-UP 5000 Likes + 7 Days Sticky Thread (Stories) + 2 Months Prime Membership
Best Supporting Reader Award + 1000 Likes+ 2 Months Prime Membership
Members reporting CnP Stories with Valid Proof 200 Likes for each report



Regards :- XForum Staff
 
  • Like
Reactions: wolfowl034

Dungeon Master

Its not who i am underneath
Staff member
Moderator
19,935
14,545
229
Hello everyone.

We are Happy to present to you The annual story contest of XForum


"The Ultimate Story Contest" (USC).

As you all know, in previous week we announced USC and also opened Rules and Queries thread after some time. Before all this, chit-chat thread already opened in Hindi section.

Well, Just want to inform that it is a Short story contest, in this you can post post story under any prefix. with minimum 700 words and maximum 7000 words . That is why, i want to invite you so that you can portray your thoughts using your words into a story which whole xforum would watch. This is a great step for you and for your stories cause USC's stories are read by every reader of Xforum. You are one of the best writers of Xforum, and your story is also going very well. That is why We whole heatedly request you to write a short story For USC. We know that you do not have time to spare but even after that we also know that you are capable of doing everything and bound to no limits.

And the readers who does not want to write they can also participate for the "Best Readers Award" .. You just have to give your reviews on the Posted stories in USC

"Winning Writer's will be awarded with Cash prizes and another awards, Along with this A TOTAL OF 7000 RS IS GIVEN TO THE WINNERS. "and along with that they get a chance to sticky their thread in their section so their thread remains on the top. That is why This is a fantastic chance for you all to make a great image on the mind of all reader and stretch your reach to the mark. This is a golden chance for all of you to portrait your thoughts into words to show us here in USC. So, bring it on and show us all your ideas, show it to the world. For more details check Rules Thread

Entry thread will be opened on 7th February, meaning you can start submission of your stories from 7th of feb and that will be opened till 28th of feb. During this you can post your story, so it is better for you to start writing your story in the given time.

And one more thing! Story is to be posted in one post only, cause this is a short story contest that means we can only hope for short stories. So you are not permitted to post your story in many post/parts. If you have any query regarding this, you can contact any staff member.



To chat or ask any doubt on a story, Use this thread — Chit Chat Thread

To Check the Rules regarding the contest, Use this thread— Rules & Queries Thread

Prizes
Position Benifits
Winner 3000 Rupees + Award + 5000 Likes + 30 days sticky Thread (Stories)
1st Runner-Up 1500 Rupees + Award + 3000 Likes + 15 day Sticky thread (Stories)
2nd Runner-UP 1000 Rupees + 2000 Likes + 7 Days Sticky Thread (Stories)
3rd Runner-UP 750 Rupees + 1000 Likes
Best Supporting Reader 750 Rupees Award + 1000 Likes+ 2 Months Prime Membership
Members reporting CnP Stories with Valid Proof 200 Likes for each report



Regards :- XForum Staff
 
Top