015_dinSex 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406
  1. # dinSex
  2. $universalklient = {
  3. if klient_needs = 0:$klientwanttext = 'blow job'
  4. if klient_needs = 1:$klientwanttext = 'sex'
  5. if klient_needs = 2:$klientwanttext = 'anal'
  6. '<center><img src="images/etogame/park2.jpg"></center>'
  7. 'You told the client that <<$klientwanttext>> will cost <<ProsMoney * 100>> rubles.'
  8. dynamic $dinprostable
  9. if vnpr >= 0:
  10. if ProsMoney = 1:clientPRyes = 1
  11. if ProsMoney > 1:
  12. if KlientMON >= ProsMoney:
  13. if vnpr >= klienVNPR:
  14. clientPRyes = 1
  15. else
  16. clientPRyes = 0
  17. end
  18. end
  19. if KlientMON < ProsMoney:
  20. if vnpr >= klienVNPR:
  21. torgklirand = rand(0, 1)
  22. if torgklirand = 0:clientPRyes = 0
  23. if torgklirand = 1:
  24. 'Client grins and offers <<KlientMON * 100>> per job.'
  25. act 'Agree':
  26. cla
  27. clientPRyes = 1
  28. ProsMoney = KlientMON
  29. dynamic $dinklient
  30. end
  31. act 'Refuse':gt 'prostitute', 'start'
  32. exit
  33. end
  34. else
  35. clientPRyes = 0
  36. end
  37. end
  38. end
  39. end
  40. if vnpr < 0:clientPRyes = 0
  41. dynamic $dinklient
  42. }
  43. $dinprostable = {
  44. vnpr = 0
  45. if vidage >= 40:vnpr -= 20
  46. if vidage >= 35 and vidage < 40:vnpr -= 10
  47. if vidage >= 30 and vidage < 35:vnpr -= 5
  48. if vidage >= 25 and vidage < 30:vnpr += 1
  49. if vidage >= 20 and vidage < 25:vnpr += 5
  50. if vidage >= 18 and vidage < 20:vnpr += 10
  51. if vidage < 18:vnpr += 15
  52. if vnesh = -10:vnpr -= 100
  53. if vnesh < 5 and vnesh > -10:vnpr -= 10
  54. if vnesh >= 5 and vnesh < 15:vnpr -= 5
  55. if vnesh >= 15 and vnesh < 30:vnpr += 1
  56. if vnesh >= 30 and vnesh < 50:vnpr += 5
  57. if vnesh >= 50:vnpr += 10
  58. if cumSUM > 0:vnpr -= 10
  59. if mop = 0:vnpr -= 10
  60. if mop = 1:vnpr -= 1
  61. if mop = 2:vnpr += 1
  62. if mop = 3:vnpr += 5
  63. if mop = 4:vnpr += 10
  64. if leghair <= 0:vnpr += 1
  65. if leghair > 0:vnpr -= 5
  66. if lobok > 0:vnpr -= 5
  67. if lobok <= 0:vnpr += 1
  68. if tan > 0:vnpr += 1
  69. if curly > 0:vnpr += 1
  70. if sweat > 0:vnpr -= 10
  71. if hapri = 0:vnpr -= 1
  72. if lip = 4:vnpr += 1
  73. !maximum 40
  74. !minimum -161
  75. }
  76. $dinklient = {
  77. if clientPRyes = 1:
  78. 'Client you head nods and opens the door of his car.'
  79. if klient_needs = 0:dynamic $din_prost_bj
  80. if klient_needs = 1:dynamic $din_prost_sex
  81. if klient_needs = 2:dynamic $din_prost_anal
  82. end
  83. if clientPRyes = 0:
  84. 'Client meticulously examined you and said, "No, fuck." After that, he started the car and drove away.'
  85. act 'Leave':gt 'prostitute', 'start'
  86. end
  87. }
  88. $din_prost_bj = {
  89. act 'Get into the client machine':
  90. vidageday -= 5
  91. set $nameV = 'stranger'
  92. set $boy = 'Client'
  93. set slutty += 1
  94. set dick = rand(12, 21)
  95. set money += ProsMoney * 100
  96. gt 'blowPR', 'start'
  97. end
  98. }
  99. $din_prost_sex = {
  100. act 'Get into the client machine':
  101. vidageday -= 10
  102. set $nameV = 'stranger'
  103. set $boy = 'Client'
  104. set dick = rand(12, 21)
  105. set money += ProsMoney * 100
  106. set prosti = 1
  107. set slutty += 1
  108. gt 'blowPR', 'start'
  109. end
  110. }
  111. $din_prost_anal = {
  112. act 'Get into the client machine':
  113. vidageday -= 20
  114. gs 'boy'
  115. set prosti = 2
  116. set analprotect = 0
  117. set slutty += 1
  118. gt 'blowPR', 'start'
  119. end
  120. }
  121. $dinrandbj = {
  122. tperbjran = rand(0, 3)
  123. if tperbjran = 0:$tperbj = 'You cupped his <<$liptalk>> <<dick>> centimeter member.'
  124. if tperbjran = 1:$tperbj = 'You cupped his <<$liptalk>> purple head <<dick>> centimeter member'
  125. if tperbjran = 2:$tperbj = 'You spent your <<$liptalk>> on the head <<dick>> centimeter member and absorbed it into his mouth'
  126. if tperbjran = 3:$tperbj = '<<dick>> centimeter dick rested you in your <<$liptalk>>you have slightly opened them and let the dick in your mouth.'
  127. if tperbjran = 4:$tperbj = ''
  128. if tperbjran = 5:$tperbj = ''
  129. tperbjran2 = rand(0, 2)
  130. if tperbjran2 = 0:$tperbj2 = 'Your mouth is filled quickly turned slightly salty and hard cock which you started to suck.'
  131. if tperbjran2 = 1:$tperbj2 = 'In your mouth went hard and hot cock sucking you started'
  132. if tperbjran2 = 2:$tperbj2 = 'Hard cock filling your whole mouth, cupping his lips every move you to absorb his throat.'
  133. if tperbjran2 = 3:$tperbj2 = ''
  134. if tperbjran2 = 4:$tperbj2 = ''
  135. if tperbjran2 = 5:$tperbj2 = ''
  136. '<<$tperbj>>. <<$tperbj2>>'
  137. }
  138. $dinrandswallow = {
  139. tperswalrand = rand(0, 2)
  140. if tperswalrand = 0:$tperswal = 'Suddenly your mouth shot a jet of viscous semen.'
  141. if tperswalrand = 1:$tperswal = 'Cock twitched and jet of sperm flew between your lips into your mouth.'
  142. if tperswalrand = 2:$tperswal = 'Your mouth filled with sperm when dick between your lips began to finish.'
  143. tperswalrand2 = rand(0, 2)
  144. if tperswalrand2 = 0:$tperswal2 = 'Your mouth quickly filled with warm sperm and you feel its sharp taste.'
  145. if tperswalrand2 = 1:$tperswal2 = 'Cum filled your mouth and began to run down your <<$liptalk2>>'
  146. if tperswalrand2 = 2:$tperswal2 = 'Hot seed quickly filled mouth making your working experience the whole gamut and sharp tart taste of sperm.'
  147. tperswalrand3 = rand(0, 2)
  148. if tperswalrand3 = 0:$tperswal3 = 'You gulped and swallowed the sperm located in your working her mouth. In the mouth, the taste of semen left and felt her scent.'
  149. if tperswalrand3 = 1:$tperswal3 = 'You swallow warm cum fills your mouth and licked her <<$liptalk3>> licking the remnants of the seed with them.'
  150. if tperswalrand3 = 2:$tperswal3 = 'You swallowed viscous semen filling your mouth working, and then licked.'
  151. '<<$tperswal>> <<$tperswal2>> <<$tperswal3>>'
  152. }
  153. $dinrandfacial = {
  154. }
  155. $venerasiak = {
  156. tipvenerarand = rand(0, 10)
  157. if prezik > 0:
  158. venrand = rand(0, 1000)
  159. if venrand = 1000:dynamic $veneradinitog
  160. else
  161. venrand = rand(0, 100)
  162. if venrand >= 80:dynamic $veneradinitog
  163. end
  164. }
  165. $veneradinitog = {
  166. if tipvenerarand >= 8:
  167. !herpes
  168. set gerprand = rand(0, 100)
  169. if gerprand > 90:
  170. if GerpesOnce = 0:set GerpesOnce = 1
  171. Venera += 1
  172. Gerpes += 1
  173. end
  174. end
  175. if tipvenerarand = 7:
  176. !syphilis
  177. venerarand = rand(0, 100)
  178. if venerarand > 95:
  179. Venera += 1
  180. if SifacOnce = 0:SifacOnce = 1
  181. Sifilis += 1
  182. end
  183. end
  184. if tipvenerarand >= 5 and tipvenerarand < 7:
  185. !gonorrhea/triper
  186. venerarand = rand(0, 100)
  187. if venerarand > 95:
  188. Venera += 1
  189. if TriperOnce = 0:TriperOnce = 1
  190. Triper += 1
  191. end
  192. end
  193. if tipvenerarand < 5:
  194. !candidiasis/thrush
  195. venerarand = rand(0, 100)
  196. if venerarand > 85:
  197. if KandidozOnce = 0:KandidozOnce = 1
  198. Kandidoz += 1
  199. end
  200. end
  201. }
  202. $sexstart = {
  203. set protect = 0
  204. set vidageday -= 1
  205. if prezik > 0:
  206. set prezik -= 1
  207. set protect = 1
  208. '<<$boy>> you took a condom and put it on his <<dick>> centimeter member.'
  209. end
  210. }
  211. $sexstart2 = {
  212. frost = 0
  213. if mesec > 0:
  214. !Menstruation makes orgasm impossible
  215. set horny = 0
  216. set manna -= 10
  217. set willpower -= 10
  218. 'Mentruation blood slowly flows from your vagina while he fucks you. I´t feels painful and also pleasant. You moan while his <<dick>> centimeter dick fucks your pussy.'
  219. end
  220. if mesec <= 0 and vagina > 0:
  221. !No Menstruatsion
  222. !horny - excitement
  223. !vagina - vagina elasticity
  224. !silavag - male skill:0-clumsy, 1-middle, 2-stud
  225. !dick - his penis size
  226. !orgazm - what kind of orgasm
  227. !0 - very painful, 1 - hurts, 2 - unpleasant, 3 - so-so, 4 - little orgasm, 5 - orgasm
  228. set smazka = horny / 10
  229. set prinat = smazka + vagina
  230. if dick >= prinat * 2:
  231. !member of the critical features more years
  232. if silavag = 0:set orgazm = 0
  233. if silavag = 1:set orgazm = 1
  234. if silavag = 2:set orgazm = 2
  235. end
  236. if dick < prinat * 2 and dick > prinat:
  237. !member more options gg
  238. if silavag = 0:
  239. if horny >= 100:set orgazm = 5
  240. if horny >= 90 and horny < 100:set orgazm = 4
  241. if horny >= 80 and horny < 90:set orgazm = 3
  242. if horny >= 70 and horny < 80:set orgazm = 2
  243. if horny >= 60 and horny < 70:set orgazm = 1
  244. if horny < 60:set orgazm = 0
  245. end
  246. if silavag = 1:
  247. if horny >= 90:set orgazm = 5
  248. if horny >= 80 and horny < 90:set orgazm = 4
  249. if horny >= 70 and horny < 80:set orgazm = 3
  250. if horny >= 60 and horny < 70:set orgazm = 2
  251. if horny >= 50 and horny < 60:set orgazm = 1
  252. if horny < 50:set orgazm = 0
  253. end
  254. if silavag = 2:
  255. if horny >= 80:set orgazm = 5
  256. if horny >= 70 and horny < 80:set orgazm = 4
  257. if horny >= 60 and horny < 70:set orgazm = 3
  258. if horny >= 50 and horny < 60:set orgazm = 2
  259. if horny >= 40 and horny < 50:set orgazm = 1
  260. if horny < 40:set orgazm = 0
  261. end
  262. end
  263. if dick <= prinat and dick >= vagina:
  264. !Member fewer opportunities gg
  265. if silavag = 0:
  266. if horny >= 80:set orgazm = 5
  267. if horny >= 60 and horny < 80:set orgazm = 4
  268. if horny >= 40 and horny < 60:set orgazm = 3
  269. if horny < 40:set orgazm = 2
  270. end
  271. if silavag = 1:
  272. if horny >= 70:set orgazm = 5
  273. if horny >= 50 and horny < 70:set orgazm = 4
  274. if horny >= 30 and horny < 50:set orgazm = 3
  275. if horny < 30:set orgazm = 2
  276. end
  277. if silavag = 2:
  278. if horny >= 60:set orgazm = 5
  279. if horny >= 40 and horny < 60:set orgazm = 4
  280. if horny >= 20 and horny < 40:set orgazm = 3
  281. if horny < 20:set orgazm = 2
  282. end
  283. end
  284. if dick <= prinat and dick < vagina:
  285. if silavag = 0:
  286. if horny >= 100:set orgazm = 5
  287. if horny >= 90 and horny < 100:set orgazm = 4
  288. if horny < 90:set orgazm = 6
  289. end
  290. if silavag = 1:
  291. if horny >= 90:set orgazm = 5
  292. if horny >= 80 and horny < 90:set orgazm = 4
  293. if horny < 80:set orgazm = 6
  294. end
  295. if silavag = 2:
  296. if horny >= 80:set orgazm = 5
  297. if horny >= 70 and horny < 80:set orgazm = 4
  298. if horny < 70:set orgazm = 6
  299. end
  300. end
  301. if oragazm = 5:
  302. preOrg += 1
  303. if razeba < 4:
  304. if silavag = 2:
  305. orgrand = rand(50, 300)
  306. if orgrand > preOrg:oragazm = 4
  307. end
  308. if silavag < 2:oragazm = 4
  309. end
  310. if razeba = 4:
  311. if silavag = 2:
  312. orgrand = rand(0, 100)
  313. if orgrand > preOrg:oragazm = 4
  314. end
  315. if silavag < 2:
  316. orgrand = rand(50, 300)
  317. if orgrand > preOrg:oragazm = 4
  318. end
  319. end
  320. if razeba >= 5:
  321. if silavag = 2:
  322. orgrand = rand(0, 50)
  323. if orgrand > preOrg:oragazm = 4
  324. end
  325. if silavag < 2:
  326. orgrand = rand(0, 100)
  327. if orgrand > preOrg:oragazm = 4
  328. end
  329. end
  330. end
  331. if orgazm = 0:
  332. vgape = 3
  333. vgapetime = totminut
  334. set horny = 0
  335. set manna -= 15
  336. set willpower -= 15
  337. 'You groaned in pain when <<$boy>> entered, tears flowed from your eyes and it feel like someone drove a red-hot rod in your vagina. You cry and moan while his <<dick>> centimeter dick fucks your pussy.'
  338. end
  339. if orgazm = 1:
  340. if vgape < 2:vgape = 2
  341. vgapetime = totminut
  342. set horny -= 10
  343. set manna -= 10
  344. set willpower -= 10
  345. 'You bite your lip in pain when <<$boy>> entered, it is very painful. You are (! frowning !) and moaning in pain while his <<dick>> centimeter dick fucks your pussy.'
  346. end
  347. if orgazm = 2:
  348. if vgape < 1:vgape = 1
  349. vgapetime = totminut
  350. set horny -= 5
  351. set manna -= 5
  352. set willpower -= 5
  353. 'You winced at the sudden pain when <<$boy>> entered, it hurt but it gradually become quite tolerable. You trying to get aroused while his <<dick>> centimeter dick fucks your pussy, but you did not manage.'
  354. end
  355. if orgazm = 3:
  356. set manna += 5
  357. set willpower += 5
  358. 'You are startled by the feeling when your pussy is stretched as <<$boy>> entered. It feels good when his <<dick>> centimeter dick fucks your pussy.'
  359. end
  360. if orgazm = 4:
  361. set manna += 10
  362. set willpower += 10
  363. 'You are startled by the feeling when your pussy is stretched as <<$boy>> entered. It feels good when his <<dick>> centimeter dick fucks your pussy. (! Pritnoe gradually grow warm and throbbing in the lower abdomen, and then feeling a little decrease and remain until the end. !)'
  364. end
  365. if orgazm = 5:
  366. set horny = 0
  367. set manna += 15
  368. set willpower += 15
  369. set orgasm += 1
  370. 'You flinched from a pleasant feeling when your pussy is stretched by his dick. It feels good when his <<dick>> centimeter dick fucks your pussy. (! Pritnoe gradually grow warm and throbbing in the lower abdomen, then descend to the feeling you and your entire body covered hot waves of orgasm !), you scream with pleasure.'
  371. end
  372. if orgazm = 6:
  373. set horny += 5
  374. set manna += 5
  375. set willpower += 5
  376. 'You feel as his penis enters your pussy. (! Between the legs nicely, but a member of your pussy significantly less and <<dick>> inches enough for you. Pritnoe gradually grow warm and throbbing in the lower abdomen, and then feeling a little decrease and remain until the end. !)'
  377. end
  378. if vagina <= dick:set vagina += 1
  379. end
  380. if vagina = 0 and mesec <= 0:
  381. set horny = 0
  382. set manna -= 15
  383. set willpower -= 15
  384. set vagina += 1
  385. 'You bite my lip in pain and tears started to flow from your eyes when <<$boy>> entered, breaking your hymen. You moan while crying and his <<dick>> centimeter dick fucks your bloody pussy.'
  386. end
  387. if vagina < dick:vagina += 1
  388. sex += 1
  389. }
  390. $sexstart3 = {
  391. frost = 0
  392. if mesec > 0:
  393. !periods, orgasm is not possible
  394. set horny = 0
  395. set manna -= 10
  396. set willpower -= 10
  397. 'Do you monthly and while until you jump on the penis from the vagina slowly follows the blood. Painful sensations and pleasant. You moan while strong <<dick>> centimeter penis enters you.'
  398. end
  399. if mesec <= 0 and vagina > 0:
  400. !no monthly
  401. !horny - excitement
  402. !vagina - the elasticity of the vagina
  403. !silavag - skill Man 0-sad_sack, 1-middle_peasant 2-stud
  404. !dick - penis Man
  405. !orgazm - Total coefficient of pleasure
  406. !0 - very painful, 1 - it_hurts, 2 - not nice, 3 - so-so, 4 - nedoorgazm 5 - orgasm
  407. set smazka = horny / 10
  408. set prinat = smazka + vagina
  409. if dick >= prinat * 2:
  410. !member of the critical features more years
  411. if silavag = 0:set orgazm = 0
  412. if silavag = 1:set orgazm = 1
  413. if silavag = 2:set orgazm = 2
  414. end
  415. if dick < prinat * 2 and dick > prinat:
  416. !member more options gg
  417. if silavag = 0:
  418. if horny >= 100:set orgazm = 5
  419. if horny >= 90 and horny < 100:set orgazm = 4
  420. if horny >= 80 and horny < 90:set orgazm = 3
  421. if horny >= 70 and horny < 80:set orgazm = 2
  422. if horny >= 60 and horny < 70:set orgazm = 1
  423. if horny < 60:set orgazm = 0
  424. end
  425. if silavag = 1:
  426. if horny >= 90:set orgazm = 5
  427. if horny >= 80 and horny < 90:set orgazm = 4
  428. if horny >= 70 and horny < 80:set orgazm = 3
  429. if horny >= 60 and horny < 70:set orgazm = 2
  430. if horny >= 50 and horny < 60:set orgazm = 1
  431. if horny < 50:set orgazm = 0
  432. end
  433. if silavag = 2:
  434. if horny >= 80:set orgazm = 5
  435. if horny >= 70 and horny < 80:set orgazm = 4
  436. if horny >= 60 and horny < 70:set orgazm = 3
  437. if horny >= 50 and horny < 60:set orgazm = 2
  438. if horny >= 40 and horny < 50:set orgazm = 1
  439. if horny < 40:set orgazm = 0
  440. end
  441. end
  442. if dick <= prinat and dick >= vagina:
  443. !Member fewer opportunities gg
  444. if silavag = 0:
  445. if horny >= 80:set orgazm = 5
  446. if horny >= 60 and horny < 80:set orgazm = 4
  447. if horny >= 40 and horny < 60:set orgazm = 3
  448. if horny < 40:set orgazm = 2
  449. end
  450. if silavag = 1:
  451. if horny >= 70:set orgazm = 5
  452. if horny >= 50 and horny < 70:set orgazm = 4
  453. if horny >= 30 and horny < 50:set orgazm = 3
  454. if horny < 30:set orgazm = 2
  455. end
  456. if silavag = 2:
  457. if horny >= 60:set orgazm = 5
  458. if horny >= 40 and horny < 60:set orgazm = 4
  459. if horny >= 20 and horny < 40:set orgazm = 3
  460. if horny < 20:set orgazm = 2
  461. end
  462. end
  463. if dick <= prinat and dick < vagina:
  464. if silavag = 0:
  465. if horny >= 100:set orgazm = 5
  466. if horny >= 90 and horny < 100:set orgazm = 4
  467. if horny < 90:set orgazm = 6
  468. end
  469. if silavag = 1:
  470. if horny >= 90:set orgazm = 5
  471. if horny >= 80 and horny < 90:set orgazm = 4
  472. if horny < 80:set orgazm = 6
  473. end
  474. if silavag = 2:
  475. if horny >= 80:set orgazm = 5
  476. if horny >= 70 and horny < 80:set orgazm = 4
  477. if horny < 70:set orgazm = 6
  478. end
  479. end
  480. if oragazm = 5:
  481. preOrg += 1
  482. if razeba < 4:
  483. if silavag = 2:
  484. orgrand = rand(50, 300)
  485. if orgrand > preOrg:oragazm = 4
  486. end
  487. if silavag < 2:oragazm = 4
  488. end
  489. if razeba = 4:
  490. if silavag = 2:
  491. orgrand = rand(0, 100)
  492. if orgrand > preOrg:oragazm = 4
  493. end
  494. if silavag < 2:
  495. orgrand = rand(50, 300)
  496. if orgrand > preOrg:oragazm = 4
  497. end
  498. end
  499. if razeba >= 5:
  500. if silavag = 2:
  501. orgrand = rand(0, 50)
  502. if orgrand > preOrg:oragazm = 4
  503. end
  504. if silavag < 2:
  505. orgrand = rand(0, 100)
  506. if orgrand > preOrg:oragazm = 4
  507. end
  508. end
  509. end
  510. if orgazm = 0:
  511. if vgape < 3:vgape = 3
  512. vgapetime = totminut
  513. set horny = 0
  514. set manna -= 15
  515. set willpower -= 15
  516. 'You groaned in pain when sat on and felt like a member of <<$boy>> has entered into you. Tears streamed from his eyes and between my legs feeling as if you drove a red-hot rod. You shed tears while <<dick>> centimeter penis enters you.'
  517. end
  518. if orgazm = 1:
  519. if vgape < 2:vgape = 2
  520. vgapetime = totminut
  521. set horny -= 10
  522. set manna -= 10
  523. set willpower -= 10
  524. 'You bite my lip in pain when we got on the penis and felt like <<$boy>> entered into you, between your legs painful. You are frowning and moaning in pain while jumping on strong <<dick>> centimeter penis.'
  525. end
  526. if orgazm = 2:
  527. if vgape < 1:vgape = 1
  528. vgapetime = totminut
  529. set horny -= 5
  530. set manna -= 5
  531. set willpower -= 5
  532. 'You winced at the sudden pain when sat on and felt like a member of <<$boy>> has entered into you, between your legs pain that gradually become calm and quite tolerable. Are you trying to get aroused while jumping on strong <<dick>> centimeter term trahayaschim your pussy, but you do not go out.'
  533. end
  534. if orgazm = 3:
  535. !set horny += 5
  536. set manna += 5
  537. set willpower += 5
  538. 'You startled by the feeling that your pussy is stretched when sat on and felt like a member of <<$boy>> has entered into you. Between the legs gets a little nice when you jump on strong <<dick>> centimeter penis.'
  539. end
  540. if orgazm = 4:
  541. !set horny += 10
  542. set manna += 10
  543. set willpower += 10
  544. 'You startled by the feeling that your pussy is stretched when sat on and felt like a member of <<$boy>> has entered into you. Between the legs gets a little nice when you jump on strong <<dick>> centimeter penis. Pritnoe gradually grow warm and throbbing in the lower abdomen, and then feeling a little decrease and remain until the end.'
  545. end
  546. if orgazm = 5:
  547. set horny = 0
  548. set manna += 15
  549. set willpower += 15
  550. set orgasm += 1
  551. 'You flinched from a pleasant feeling when your pussy rastyagivatsya start taking a dick. Between the legs becomes very warm and pleasant, when you jump on the strong <<dick>> centimeter penis. Pritnoe gradually grow warm and throbbing in the lower abdomen, then descend to the feeling you and your entire body covered hot waves of orgasm, you involuntarily scream with pleasure writhing on elde.'
  552. end
  553. if orgazm = 6:
  554. set horny += 5
  555. set manna += 5
  556. set willpower += 5
  557. 'You feel as a member enters your pussy when sat on and felt like a member of <<$boy>> has entered into you. Between the legs nicely, but a member of your pussy significantly less and <<dick>> inches enough for you. Pritnoe gradually grow warm and throbbing in the lower abdomen, and then feeling a little decrease and remain until the end.'
  558. end
  559. if vagina <= dick:set vagina += 1
  560. end
  561. if vagina = 0 and mesec <= 0:
  562. set horny = 0
  563. set manna -= 15
  564. set willpower -= 15
  565. set vagina += 1
  566. 'You bite my lip in pain and tears gushed from my eyes when we got on the penis and felt like <<$boy>> entered in you break your hymen. You Weep and moan until you jump on strong <<dick>> members of his bloody centimeter pussy.'
  567. end
  568. if vagina < dick:vagina += 1
  569. sex += 1
  570. }
  571. $sexstart4 = {
  572. frost = 0
  573. if mesec > 0:
  574. !periods, orgasm is not possible
  575. set horny = 0
  576. set manna = manna - 10
  577. set willpower = willpower - 10
  578. 'You have monthly and while yet a member of the rams you, vaginal blood flows slowly. Painful sensations and pleasant. You moan while strong <<dick>> inch dick fuck your pussy.'
  579. end
  580. if mesec <= 0 and vagina > 0:
  581. !no monthly
  582. !horny - excitement
  583. !vagina - the elasticity of the vagina
  584. !silavag - skill Man 0-sad_sack, 1-middle_peasant 2-stud
  585. !dick - penis Man
  586. !orgazm - Total coefficient of pleasure
  587. !0 - very painful, 1 - it_hurts, 2 - not nice, 3 - so-so, 4 - nedoorgazm 5 - orgasm
  588. set smazka = horny / 10
  589. set prinat = smazka + vagina
  590. if dick >= prinat * 2:
  591. !member of the critical features more years
  592. if silavag = 0:set orgazm = 0
  593. if silavag = 1:set orgazm = 1
  594. if silavag = 2:set orgazm = 2
  595. end
  596. if dick < prinat * 2 and dick > prinat:
  597. !member more options gg
  598. if silavag = 0:
  599. if horny >= 100:set orgazm = 5
  600. if horny >= 90 and horny < 100:set orgazm = 4
  601. if horny >= 80 and horny < 90:set orgazm = 3
  602. if horny >= 70 and horny < 80:set orgazm = 2
  603. if horny >= 60 and horny < 70:set orgazm = 1
  604. if horny < 60:set orgazm = 0
  605. end
  606. if silavag = 1:
  607. if horny >= 90:set orgazm = 5
  608. if horny >= 80 and horny < 90:set orgazm = 4
  609. if horny >= 70 and horny < 80:set orgazm = 3
  610. if horny >= 60 and horny < 70:set orgazm = 2
  611. if horny >= 50 and horny < 60:set orgazm = 1
  612. if horny < 50:set orgazm = 0
  613. end
  614. if silavag = 2:
  615. if horny >= 80:set orgazm = 5
  616. if horny >= 70 and horny < 80:set orgazm = 4
  617. if horny >= 60 and horny < 70:set orgazm = 3
  618. if horny >= 50 and horny < 60:set orgazm = 2
  619. if horny >= 40 and horny < 50:set orgazm = 1
  620. if horny < 40:set orgazm = 0
  621. end
  622. end
  623. if dick <= prinat and dick >= vagina:
  624. !Member fewer opportunities gg
  625. if silavag = 0:
  626. if horny >= 80:set orgazm = 5
  627. if horny >= 60 and horny < 80:set orgazm = 4
  628. if horny >= 40 and horny < 60:set orgazm = 3
  629. if horny < 40:set orgazm = 2
  630. end
  631. if silavag = 1:
  632. if horny >= 70:set orgazm = 5
  633. if horny >= 50 and horny < 70:set orgazm = 4
  634. if horny >= 30 and horny < 50:set orgazm = 3
  635. if horny < 30:set orgazm = 2
  636. end
  637. if silavag = 2:
  638. if horny >= 60:set orgazm = 5
  639. if horny >= 40 and horny < 60:set orgazm = 4
  640. if horny >= 20 and horny < 40:set orgazm = 3
  641. if horny < 20:set orgazm = 2
  642. end
  643. end
  644. if dick <= prinat and dick < vagina:
  645. if silavag = 0:
  646. if horny >= 100:set orgazm = 5
  647. if horny >= 90 and horny < 100:set orgazm = 4
  648. if horny < 90:set orgazm = 6
  649. end
  650. if silavag = 1:
  651. if horny >= 90:set orgazm = 5
  652. if horny >= 80 and horny < 90:set orgazm = 4
  653. if horny < 80:set orgazm = 6
  654. end
  655. if silavag = 2:
  656. if horny >= 80:set orgazm = 5
  657. if horny >= 70 and horny < 80:set orgazm = 4
  658. if horny < 70:set orgazm = 6
  659. end
  660. end
  661. if oragazm = 5:
  662. preOrg += 1
  663. if razeba < 4:
  664. if silavag = 2:
  665. orgrand = rand(50, 300)
  666. if orgrand > preOrg:oragazm = 4
  667. end
  668. if silavag < 2:
  669. oragazm = 4
  670. end
  671. end
  672. if razeba = 4:
  673. if silavag = 2:
  674. orgrand = rand(0, 100)
  675. if orgrand > preOrg:oragazm = 4
  676. end
  677. if silavag < 2:
  678. orgrand = rand(50, 300)
  679. if orgrand > preOrg:oragazm = 4
  680. end
  681. end
  682. if razeba >= 5:
  683. if silavag = 2:
  684. orgrand = rand(0, 50)
  685. if orgrand > preOrg:oragazm = 4
  686. end
  687. if silavag < 2:
  688. orgrand = rand(0, 100)
  689. if orgrand > preOrg:oragazm = 4
  690. end
  691. end
  692. end
  693. if orgazm = 0:
  694. vgape = 3
  695. vgapetime = totminut
  696. set horny = 0
  697. set manna -= 15
  698. set willpower -= 15
  699. 'You groaned in pain when <<$boy>> You entered, tears flowed from the eyes and between the legs feeling as if you drove a red-hot rod. You cry and moan until strong <<dick>> inch dick fuck your pussy.'
  700. end
  701. if orgazm = 1:
  702. if vgape < 2:vgape = 2
  703. vgapetime = totminut
  704. set horny -= 10
  705. set manna -= 10
  706. set willpower -= 10
  707. 'You bit her lip in pain when <<$boy>> You entered, between the legs pain. You are frowning and moaning in pain while strong <<dick>> inch dick fuck your pussy.'
  708. end
  709. if orgazm = 2:
  710. if vgape < 1:vgape = 1
  711. vgapetime = totminut
  712. set horny -= 5
  713. set manna -= 5
  714. set willpower -= 5
  715. 'You flinched at the sudden pain when <<$boy>> You entered, between the legs pain, which gradually settle down and become quite tolerable. Are you trying to be excited until strong <<dick>> inch dick fuck your pussy, but you will not go out.'
  716. end
  717. if orgazm = 3:
  718. !set horny = horny + 5
  719. set manna += 5
  720. set willpower += 5
  721. 'You flinched from feeling, your pussy stretched, when <<$boy>> You entered. Between the legs becomes a little nice, when strong <<dick>> inch dick fuck your pussy.'
  722. end
  723. if orgazm = 4:
  724. !set horny = horny + 10
  725. set manna += 10
  726. set willpower += 10
  727. 'You flinched from feeling, your pussy stretched, when <<$boy>> You entered. Between the legs becomes a little nice, when strong <<dick>> inch dick fuck your pussy. Gradually pritno warm and throbbing grow in the lower abdomen, then feeling slightly reduced and remain until the end of. '
  728. end
  729. if orgazm = 5:
  730. set horny = 0
  731. set manna += 15
  732. set willpower += 15
  733. set orgasm += 1
  734. vaginalOrgasm += 1
  735. 'You startled by the pleasant sensation, when your pussy rastyagivatsya start taking a dick. Between the legs becomes very warm and pleasant, when strong <<dick>> inch dick fuck your pussy. Gradually pritno warm and throbbing grow in the lower abdomen, then feeling descend on you and your entire body covered hot waves of orgasm, you involuntarily shout of pleasure writhing on elde. '
  736. end
  737. if orgazm = 6:
  738. set horny += 5
  739. set manna += 5
  740. set willpower += 5
  741. 'You feel as a member gets into your pussy, when <<$boy>> You entered. Between her legs nice, but much smaller than your dick and pussy <<dick>> centimeters for you little. Gradually pritno warm and throbbing grow in the lower abdomen, then feeling slightly reduced and remain until the end of. '
  742. end
  743. if vagina <= dick:set vagina += 1
  744. end
  745. if vagina = 0 and mesec <= 0:
  746. set horny = 0
  747. set manna -= 15
  748. set willpower -= 15
  749. set vagina += 1
  750. 'You bit her lip in pain and tears streamed from his eyes when <<$boy>> You entered, break your hymen. You weeping and moaning while strong <<dick>> inch dick fucks your bloody pussy.'
  751. end
  752. if vagina < dick:vagina += 1
  753. !sex += 1
  754. }
  755. $sexudo = {
  756. set protect = 0
  757. set vidageday -= 1
  758. frost = 0
  759. if tabletki <= 0 and prezik > 0
  760. set prezik -= 1
  761. set protect = 1
  762. '<<$boy>> you took a condom and put it on your <<dick>> centimeter member.'
  763. end
  764. if mesec > 0:
  765. !periods, orgasm is not possible
  766. set horny = 0
  767. set manna -= 10
  768. set willpower -= 10
  769. 'Do you monthly and while yet a member of the rams you, vaginal blood flows slowly. Painful sensations and pleasant. You moan while strong <<dick>> centimeter dick fuck your pussy.'
  770. end
  771. if mesec <= 0 and vagina > 0:
  772. !no monthly
  773. !horny - arousal
  774. !vagina - elasticy of the vagina
  775. !silavag - skill man 0-sad sack, 1-middle pleasant 2-stud
  776. !dick - рenis man
  777. !orgazm - Total coefficient of pleasure
  778. !0 - very painful, 1 - it hurts, 2 - not nice, 3 - so-so, 4 - needoorgazm 5 - orgasm
  779. set smazka = horny / 10
  780. set prinat = smazka + vagina
  781. if dick >= prinat * 2:
  782. !member of the critical features more years
  783. if silavag = 0:set orgazm = 0
  784. if silavag = 1:set orgazm = 1
  785. if silavag = 2:set orgazm = 2
  786. end
  787. if dick < prinat * 2 and dick > prinat:
  788. !member more options gg
  789. if silavag = 0:
  790. if horny >= 100:set orgazm = 5
  791. if horny >= 90 and horny < 100:set orgazm = 4
  792. if horny >= 80 and horny < 90:set orgazm = 3
  793. if horny >= 70 and horny < 80:set orgazm = 2
  794. if horny >= 60 and horny < 70:set orgazm = 1
  795. if horny < 60:set orgazm = 0
  796. end
  797. if silavag = 1:
  798. if horny >= 90:set orgazm = 5
  799. if horny >= 80 and horny < 90:set orgazm = 4
  800. if horny >= 70 and horny < 80:set orgazm = 3
  801. if horny >= 60 and horny < 70:set orgazm = 2
  802. if horny >= 50 and horny < 60:set orgazm = 1
  803. if horny < 50:set orgazm = 0
  804. end
  805. if silavag = 2:
  806. if horny >= 80:set orgazm = 5
  807. if horny >= 70 and horny < 80:set orgazm = 4
  808. if horny >= 60 and horny < 70:set orgazm = 3
  809. if horny >= 50 and horny < 60:set orgazm = 2
  810. if horny >= 40 and horny < 50:set orgazm = 1
  811. if horny < 40:set orgazm = 0
  812. end
  813. end
  814. if dick <= prinat and dick >= vagina:
  815. !Member fewer opportunities gg
  816. if silavag = 0:
  817. if horny >= 80:set orgazm = 5
  818. if horny >= 60 and horny < 80:set orgazm = 4
  819. if horny >= 40 and horny < 60:set orgazm = 3
  820. if horny < 40:set orgazm = 2
  821. end
  822. if silavag = 1:
  823. if horny >= 70:set orgazm = 5
  824. if horny >= 50 and horny < 70:set orgazm = 4
  825. if horny >= 30 and horny < 50:set orgazm = 3
  826. if horny < 30:set orgazm = 2
  827. end
  828. if silavag = 2:
  829. if horny >= 60:set orgazm = 5
  830. if horny >= 40 and horny < 60:set orgazm = 4
  831. if horny >= 20 and horny < 40:set orgazm = 3
  832. if horny < 20:set orgazm = 2
  833. end
  834. end
  835. if dick <= prinat and dick < vagina:
  836. if silavag = 0:
  837. if horny >= 100:set orgazm = 5
  838. if horny >= 90 and horny < 100:set orgazm = 4
  839. if horny < 90:set orgazm = 6
  840. end
  841. if silavag = 1:
  842. if horny >= 90:set orgazm = 5
  843. if horny >= 80 and horny < 90:set orgazm = 4
  844. if horny < 80:set orgazm = 6
  845. end
  846. if silavag = 2:
  847. if horny >= 80:set orgazm = 5
  848. if horny >= 70 and horny < 80:set orgazm = 4
  849. if horny < 70:set orgazm = 6
  850. end
  851. end
  852. if oragazm = 5:
  853. preOrg += 1
  854. if razeba < 4:
  855. if silavag = 2:
  856. orgrand = rand(50, 300)
  857. if orgrand > preOrg:oragazm = 4
  858. end
  859. if silavag < 2:
  860. oragazm = 4
  861. end
  862. end
  863. if razeba = 4:
  864. if silavag = 2:
  865. orgrand = rand(0, 100)
  866. if orgrand > preOrg:oragazm = 4
  867. end
  868. if silavag < 2:
  869. orgrand = rand(50, 300)
  870. if orgrand > preOrg:oragazm = 4
  871. end
  872. end
  873. if razeba >= 5:
  874. if silavag = 2:
  875. orgrand = rand(0, 50)
  876. if orgrand > preOrg:oragazm = 4
  877. end
  878. if silavag < 2:
  879. orgrand = rand(0, 100)
  880. if orgrand > preOrg:oragazm = 4
  881. end
  882. end
  883. end
  884. if orgazm = 0:
  885. set horny = 0
  886. set manna -= 15
  887. set willpower -= 15
  888. if vgape < 3:vgape = 3
  889. vgapetime = totminut
  890. 'You groaned in pain when <<$boy>> you entered, tears flowed from her eyes and between her legs feeling as if you drove a red-hot rod. You cry and moan until strong <<dick>> centimeter dick fuck your pussy.'
  891. end
  892. if orgazm = 1:
  893. set horny -= 10
  894. set manna -= 10
  895. set willpower -= 10
  896. if vgape < 2:vgape = 2
  897. vgapetime = totminut
  898. 'You bite my lip in pain when <<$boy>> you entered, between the legs painful. You are frowning and moaning in pain while strong <<dick>> centimeter dick fucks your pussy.'
  899. end
  900. if orgazm = 2:
  901. set horny -= 5
  902. set manna -= 5
  903. set willpower -= 5
  904. if vgape < 1:vgape = 1
  905. vgapetime = totminut
  906. 'You winced at the sudden pain when <<$boy>> you entered, between the legs pain that gradually become calm and quite tolerable. Are you trying to get aroused while strong <<dick>> centimeter dick fucks your pussy, but you do not go out.'
  907. end
  908. if orgazm = 3:
  909. !set horny += 5
  910. set manna += 5
  911. set willpower += 5
  912. 'You startled by the feeling that your pussy is stretched when <<$boy>> you entered. Between the legs becomes a little pleased when strong <<dick>> centimeter dick fucks your pussy.'
  913. end
  914. if orgazm = 4:
  915. !set horny += 10
  916. set manna += 10
  917. set willpower += 10
  918. 'You startled by the feeling that your pussy is stretched when <<$boy>> you entered. Between the legs becomes a little pleased when strong <<dick>> centimeter dick fucks your pussy. Pritnoe gradually grow warm and throbbing in the lower abdomen, and then feeling a little decrease and remain until the end.'
  919. end
  920. if orgazm = 5:
  921. set horny = 0
  922. set manna += 15
  923. set willpower += 15
  924. set orgasm += 1
  925. 'You flinched from a pleasant feeling when your pussy rastyagivatsya start taking a dick. Between the legs becomes very warm and pleasant, when strong <<dick>> centimeter dick fuck your pussy. Pritnoe gradually grow warm and throbbing in the lower abdomen, then descend to the feeling you and your entire body covered hot waves of orgasm, you involuntarily scream with pleasure writhing on elde.'
  926. end
  927. if orgazm = 6:
  928. set horny += 5
  929. set manna += 5
  930. set willpower += 5
  931. 'You feel as a member enters your pussy when <<$boy>> you entered. Between the legs nicely, but a member of your pussy significantly less and <<dick>> inches enough for you. Pritnoe gradually grow warm and throbbing in the lower abdomen, and then feeling a little decrease and remain until the end.'
  932. end
  933. if vagina <= dick:set vagina += 1
  934. end
  935. if vagina = 0 and mesec <= 0:
  936. set horny = 0
  937. set manna -= 15
  938. set willpower -= 15
  939. set vagina += 1
  940. 'You bite my lip in pain and tears gushed from his eyes when <<$boy>> you entered, breaking your hymen. You moan while weeping and strong <<dick>> centimeter dick fucks your bloody pussy.'
  941. end
  942. if vagina < dick:vagina += 1
  943. sex += 1
  944. }
  945. $sexcum = {
  946. frost = 0
  947. if protect ! 1:
  948. !Unprotected sex
  949. set finrand = rand(0, 1)
  950. if finrand = 0:
  951. !Inside
  952. set cumpussy += 1
  953. '<<$boy>> groaned and you feel a jet of sperm fill your pussy.'
  954. gs 'preg'
  955. set manna -= 15
  956. set willpower -= 15
  957. if preg = 0 or preg = 1 and pregtime < 7:'Damn, (! because after all, you can fly, you thought with horror. !)'
  958. if preg = 1 and pregtime >= 7:'You chuckled to himself, well at least you do not zalet.'
  959. end
  960. if finrand = 1:
  961. !Out
  962. if pose = 0:
  963. set cumbelly += 1
  964. '<<$boy>> groaned and after pulling out came on your stomach.'
  965. end
  966. if pose = 1:
  967. set cumass += 1
  968. '<<$boy>> groaned and after pulling out came on your ass.'
  969. end
  970. end
  971. end
  972. if protect = 1:
  973. set protect = 0
  974. '<<$boy>> groaned and you realized that he had came in the condom.'
  975. end
  976. set pose = 0
  977. }
  978. $analsex = {
  979. frost = 0
  980. if analplugin = 1:
  981. !!!WD:No Anal Lube if Anal Plug
  982. !analpluginbonus = 10
  983. lubonus = 10
  984. !!!
  985. analplugin = 0
  986. '<<$boy>> has pulled out of your ass plug'
  987. end
  988. if dick >= anus:set anus += 3
  989. '<<$boy>> began to massage your anus with his fingers.'
  990. !!!WD: Replaced
  991. !if lubri > 0:
  992. !!!
  993. if (lubonus = 0 and lubri > 0):
  994. !!!
  995. lubri -= 1
  996. lubonus += rand(1, 5)
  997. 'You squeezed anal lube on your hand and began to smear it in your ass. Then you gave it to him and he smeared it on his dick'
  998. end
  999. if anus < 10:'When he entered three fingers in your ass you groaned in pain.'
  1000. if anus >= 10:'He started to stretch your anus with three fingers.'
  1001. '<<$boy>> pulled his fingers out of your ass and you felt his hard cock near your hole.'
  1002. if anus + lubonus + 10 < dick:'You screamed and bit your lip from a sharp pain when his <<dick>> centimeter dick entered your ass.'
  1003. if anus + lubonus + 10 >= dick:'You moaned when his <<dick>> centimeter dick entered your ass.'
  1004. '<<$boy>> stopped for a moment, giving your ass time to adjust to his cock in it, and then started to slowly move, stretching your anus.'
  1005. if anus + lubonus + 2 < dick:
  1006. if mop > 1:set mop = 0
  1007. horny -= 20
  1008. manna -= 20
  1009. if agape < 3:agape = 3
  1010. agapetime = totminut
  1011. 'You cried and bit your lip when <<dick>> centimeter cock began to fuck your ass on (! full force !). Your ass felt like it was on fire and all you wanted was that this torture was over quickly.'
  1012. end
  1013. if anus + lubonus + 2 >= dick:
  1014. horny += 10
  1015. if agape < 2 and lubonus = 0:agape = 2
  1016. agapetime = totminut
  1017. 'You started to moan rhythmically in time with the his cock movements inside you. You feel like your anus is stretched when his penis enters you.'
  1018. if horny >= 100:
  1019. if anal >= 10 and orgasm > 0:
  1020. manna += 20
  1021. if agape < 1 and lubonus = 0:agape = 1
  1022. 'You moan in pleasure while his dick moves inside your ass.'
  1023. end
  1024. end
  1025. end
  1026. lubonus = 0
  1027. 'Through some time <<$boy>> groaned and you feel like your ass fills a pleasant warmth.'
  1028. anal += 1
  1029. }
  1030. $analsex2 = {
  1031. frost = 0
  1032. if analplugin = 1:
  1033. !!!WD:No Anal Lube if Anal Plug
  1034. !analpluginbonus = 10
  1035. lubonus = 10
  1036. !!!
  1037. analplugin = 0
  1038. 'You moan in pleasure while his dick moves inside your ass.'
  1039. end
  1040. if dick >= anus:set anus += 3
  1041. '<<$boy>> began to massage your anus with his fingers.'
  1042. !!!WD: Replaced
  1043. !if lubri > 0:
  1044. !!!
  1045. if lubonus = 0 and lubri > 0:
  1046. !!!
  1047. lubri -= 1
  1048. lubonus += rand(1, 5)
  1049. 'You squeezed anal lube on your hand and began to smear it in your ass. Then you gave the guy a tube and he smeared his cock lubricated.'
  1050. end
  1051. if anus < 10:'When he entered three fingers in your ass you groaned in pain.'
  1052. if anus >= 10:'He started to stretch your anus with three fingers.'
  1053. '<<$boy>> pulled his fingers out of your ass and you felt his hard cock near your hole.'
  1054. if anus + lubonus + 10 < dick:'You screamed and bit your lip from a sharp pain when his <<dick>> centimeter dick entered your ass.'
  1055. if anus + lubbonus + 10 >= dick:'You moaned when his <<dick>> centimeter dick entered your ass.'
  1056. '<<$boy>> stopped for a moment, giving your ass time to adjust to his cock in it, and then started to slowly move, stretching your anus.'
  1057. if anus + lubonus + 2 < dick:
  1058. if mop > 1:set mop = 0
  1059. horny -= 20
  1060. manna -= 20
  1061. if agape < 3:agape = 3
  1062. agapetime = totminut
  1063. 'You cried and bit your lip when <<dick>> centimeter cock began to fuck your ass on (! full force !). Your ass felt like it was on fire and all you wanted was that this torture was over quickly.'
  1064. end
  1065. if anus + lubonus + 2 >= dick:
  1066. horny += 10
  1067. if agape < 2 and lubonus = 0:agape = 2
  1068. agapetime = totminut
  1069. 'You started to moan rhythmically in time with the his cock movements inside you. You feel like your anus is stretched when his penis enters you.'
  1070. if horny >= 100:
  1071. if anal >= 10 and orgasm > 0:
  1072. manna += 20
  1073. if agape < 1 and lubonus = 0:agape = 1 & agapetime = totminut
  1074. 'You moan in pleasure while his dick moves inside your ass.'
  1075. end
  1076. end
  1077. end
  1078. lubonus = 0
  1079. !'Through some time <<$boy>> groaned and you feel like your ass fills a pleasant warmth.'
  1080. !anal += 1
  1081. }
  1082. $analsexrude = {
  1083. frost = 0
  1084. if analplugin = 1:
  1085. !!!WD:No Anal Lube if Anal Plug
  1086. !analpluginbonus = 10
  1087. lubonus = 10
  1088. !!!
  1089. analplugin = 0
  1090. 'You moan in pleasure while his dick moves inside your ass.'
  1091. end
  1092. if dick >= anus:set anus += 3
  1093. '<<$boy>> tucked into your anus finger, then the second .'
  1094. if anus < 10:'When he entered three fingers in your ass you groaned in pain.'
  1095. if anus >= 10:'He started to stretch your anus with three fingers.'
  1096. '<<$boy>> pulled his fingers out of your priests and you feel his hard cock ran into your hole.'
  1097. if anus + lobonus + 10 < dick:'You screamed and bit your lip from a sharp pain when his <<dick>> centimeter dick entered your ass.'
  1098. if anus + lobonus + 10 >= dick:'You moaned when his <<dick>> centimeter dick entered your ass.'
  1099. '<<$boy>> stopped for a moment, giving your ass time to adjust to his cock in it, and then started to slowly move, stretching your anus.'
  1100. if anus + lubonus + 2 < dick:
  1101. if mop > 1:set mop = 0
  1102. horny -= 20
  1103. manna -= 20
  1104. if agape < 3:agape = 3
  1105. agapetime = totminut
  1106. 'You cried and bit your lip when <<dick>> centimeter cock began to fuck your ass on (! full force !). Your ass felt like it was on fire and all you wanted was that this torture was over quickly.'
  1107. end
  1108. if anus + lubonus + 2 >= dick:
  1109. horny += 10
  1110. if agape < 2 and lubonus = 0:agape = 2
  1111. agapetime = totminut
  1112. 'You started to moan rhythmically in time with the his cock movements inside you. You feel like your anus is stretched when his penis enters you.'
  1113. if horny >= 100:
  1114. if anal >= 10 and orgasm > 0:
  1115. manna += 20
  1116. if agape < 1 and lubonus = 0:agape = 1
  1117. agapetime = totminut
  1118. 'You moan in pleasure while his dick moves inside your ass.'
  1119. end
  1120. end
  1121. end
  1122. lubonus = 0
  1123. cumanus += 1
  1124. 'Through some time <<$boy>> groaned and you feel like your ass fills a pleasant warmth.'
  1125. anal += 1
  1126. }
  1127. --- dinSex ---------------------------------