dinSex 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350
  1. # dinSex
  2. $universalklient = {
  3. if klient_needs = 0:$klientwanttext = 'blow job'
  4. if klient_needs = 1 or klient_needs = 3 or klient_needs = 4:$klientwanttext = 'sex'
  5. if klient_needs = 2:$klientwanttext = 'anal'
  6. if klient_needs = 5:$klientwanttext = 'Cooney'
  7. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/park2.jpg"></center>'
  8. 'You said client, that <<$klientwanttext>> It will cost <<ProsMoney*100>> <b>₽</b>.'
  9. dynamic $dinprostable
  10. if vnpr >= 0:
  11. if ProsMoney = 1:
  12. clientPRyes = 1
  13. end
  14. if ProsMoney > 1:
  15. if KlientMON >= ProsMoney:
  16. if vnpr >= klienVNPR:
  17. clientPRyes = 1
  18. else
  19. clientPRyes = 0
  20. end
  21. elseif KlientMON < ProsMoney:
  22. if vnpr >= klienVNPR:
  23. torgklirand = RAND(0,1)
  24. if torgklirand = 0:
  25. clientPRyes = 0
  26. elseif torgklirand = 1:
  27. 'Customer grins and offers <<KlientMON*100>> <b>₽</b> for the job.'
  28. act 'Agree':
  29. cla
  30. clientPRyes = 1
  31. ProsMoney = KlientMON
  32. dynamic $dinklient
  33. end
  34. act 'Takeout':gt'prostitute','start'
  35. exit
  36. end
  37. else
  38. clientPRyes = 0
  39. end
  40. end
  41. end
  42. end
  43. if vnpr < 0:clientPRyes = 0
  44. dynamic $dinklient
  45. }
  46. $dinprostable = {
  47. vnpr = 0
  48. if vidage >= 40:vnpr -= 20
  49. if vidage >= 35 and vidage < 40:vnpr -= 10
  50. if vidage >= 30 and vidage < 35:vnpr -= 5
  51. if vidage >= 25 and vidage < 30:vnpr += 1
  52. if vidage >= 20 and vidage < 25:vnpr += 5
  53. if vidage >= 18 and vidage < 20:vnpr += 10
  54. if vidage < 18:vnpr += 15
  55. if pcs_apprnc = -10:
  56. vnpr -= 100
  57. elseif pcs_apprnc < 20:
  58. vnpr -= 10
  59. elseif pcs_apprnc < 60:
  60. vnpr -= 5
  61. elseif pcs_apprnc < 120:
  62. vnpr += 1
  63. elseif pcs_apprnc < 200:
  64. vnpr += 5
  65. else
  66. vnpr += 10
  67. end
  68. if cumSUM > 0:vnpr -= 10
  69. if pcs_makeup = 0:vnpr -= 10
  70. if pcs_makeup = 1:vnpr -= 1
  71. if pcs_makeup = 2:vnpr += 1
  72. if pcs_makeup = 3:vnpr += 5
  73. if pcs_makeup = 4:vnpr += 10
  74. if pcs_leghair <= 3:vnpr += 1
  75. if pcs_leghair > 3:vnpr -= 5
  76. if pcs_pubes > 3:vnpr -= 5
  77. if pcs_pubes <= 3:vnpr += 1
  78. if pcs_tan > 0:vnpr += 1
  79. if curly > 0:vnpr += 1
  80. if pcs_sweat > 19 :
  81. vnpr -= 10
  82. elseif pcs_sweat < 10 :
  83. vnpr += 1
  84. end
  85. if pcs_hairbsh = 0:vnpr -= 1
  86. if pcs_lip = 4:vnpr += 1
  87. !max. 40
  88. !minimum -161
  89. }
  90. $dinklient = {
  91. if clientPRyes = 1:
  92. 'The client nods <<$xem>> head and you open the door of <<$xem>> car.'
  93. if klient_needs = 0:dynamic $din_prost_bj
  94. if klient_needs = 1:dynamic $din_prost_sex
  95. if klient_needs = 2:dynamic $din_prost_anal
  96. if klient_needs = 3:dynamic $whore_event_1
  97. if klient_needs = 4:dynamic $whore_event_2
  98. if klient_needs = 5:dynamic $whore_event_3
  99. elseif clientPRyes = 0:
  100. 'Customer meticulously examined you and said, "No fucking way." Then <<$xe>> started the car and drove away.'
  101. act 'Leave':gt'prostitute','start'
  102. end
  103. }
  104. $din_prost_bj = {
  105. act 'Going to the client machine':
  106. vidageday -= 5
  107. gs 'npcgeneratec', 0, 'stranger', rand(19,45)
  108. gs 'boyStat', $npclastgenerated
  109. slutty += 1
  110. dick = RAND(12,21)
  111. money += ProsMoney*100
  112. gt'blowPR','start'
  113. end
  114. }
  115. $din_prost_sex = {
  116. act 'Going to the client machine':
  117. vidageday -= 10
  118. gs 'npcgeneratec', 0, 'stranger', rand(19,45)
  119. gs 'boyStat', $npclastgenerated
  120. dick = RAND(12,21)
  121. money += ProsMoney*100
  122. prosti = 1
  123. slutty += 1
  124. gt'blowPR','start'
  125. end
  126. }
  127. $din_prost_anal = {
  128. act 'Going to the client machine':
  129. vidageday -= 20
  130. gs'boy'
  131. prosti = 2
  132. analprotect = 0
  133. slutty += 1
  134. gt'blowPR','start'
  135. end
  136. }
  137. $whore_event_1={
  138. act'Work':
  139. cla
  140. *clr
  141. gs 'npcgeneratec', 0, 'Fat Prostitution Client', rand(19,45)
  142. gs 'boyStat', $npclastgenerated
  143. cumprecheck = 1
  144. gs 'Cum_Manage'
  145. spafinloc = 14
  146. gs 'Cum_Manage'
  147. slutty+=1
  148. money += ProsMoney*100
  149. gs'stat'
  150. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/sex/whore.event0.jpg"></center>'
  151. 'Out of the car climbed a group of men. One of them, fatso, toward you.'
  152. '"Greasy, go, fuck, fuck you asked to stop?" - one of them shouted to a peasant, Right for you.'
  153. 'The fat man stopped, and turned back to the car: - "SchA, men. I want to fuck - I can not. SchA slut fuck on-quickly and correctly.'
  154. '<<$xec>> came to you, <<$xec>> took her hand and led her to the car. There <<$xe>> laid you on the hood and fucked. <<$xec>> did not hold out for long time. Poelozit few minutes of your pussy, <<$xec>> pulled out a member and finished on your stomach.'
  155. act'Leave':gt'prostitute','start'
  156. end
  157. }
  158. $whore_event_2={
  159. act'Work':
  160. cla
  161. *clr
  162. slutty+=1
  163. gs 'npcgeneratec', 0, 'Prostitution Client', rand(19,45)
  164. gs 'boyStat', $npclastgenerated
  165. cumprecheck = 1
  166. gs 'Cum_Manage'
  167. spafinloc = 4
  168. gs 'Cum_Manage'
  169. gs 'npcgeneratec', 0, 'Prostitution Client', rand(19,45)
  170. gs 'boyStat', $npclastgenerated
  171. spafinloc = 12
  172. gs 'Cum_Manage'
  173. money += ProsMoney*100
  174. gs'stat'
  175. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/sex/whore.event1.jpg"></center>'
  176. '"Shit, Th these bitches think of themselves. And stupidly took prodinamili" - You have heard of the stopped car'
  177. '"Yes fucked, you might think - beauty queen found. Okay, Goh, go though slut fuck. And eggs have stone." - There was a second voice.'
  178. 'To you approached two men. We quickly agreed on a price, you stood beside the car with cancer. One of the guys came right back and put your cock in pussy. Second went to your face and gave <<$xem>> cock you for Servicing.'
  179. 'After ten minutes the boys had finished: I finished first in your mouth, and the other on the ass.'
  180. act'Leave':gt'prostitute','start'
  181. end
  182. }
  183. $whore_event_3={
  184. act'Work':
  185. cla
  186. *clr
  187. slutty+=1
  188. money += ProsMoney*100
  189. gs'stat'
  190. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/sex/whore.event2.jpg"></center>'
  191. 'From stop the car came a woman''s hand, kotoryya beckoned you closer.'
  192. 'When you come, A woman came out of the car.'
  193. '"Chet, I am tired of the day. Take me stress" - she said, and lifted her skirt.'
  194. 'You began to lick her crotch, alternately inserting fingers in her pussy, in poku. Lastly, woman broke down and finished, showering you with their juices.'
  195. act'Leave':gt'prostitute','start'
  196. end
  197. }
  198. $dinrandbj = {
  199. tperbjran = rand(0, 3)
  200. if tperbjran = 0:$tperbj = 'Your <<$liptalk>> wraps around <<$xem>> <<dick>> centimeter member'
  201. if tperbjran = 1:$tperbj = 'Your <<$liptalk>> clasps <<$xem>> purple head <<dick>> centimeter member'
  202. if tperbjran = 2:$tperbj = 'You held your <<$liptalk>> on the head of <<$xem>> <<dick>> centimeter member and pulled into your mouth'
  203. if tperbjran = 3:$tperbj = 'The <<dick>> centimeter dick rested in your <<$liptalk>>, you have slightly opened them and let the dick in your mouth.'
  204. if tperbjran = 4:$tperbj = ''
  205. if tperbjran = 5:$tperbj = ''
  206. tperbjran2 = rand(0, 2)
  207. if tperbjran2 = 0:$tperbj2 = 'Your mouth quickly turned and was filled by a slightly salty and hard cock, which you started to suck.'
  208. if tperbjran2 = 1:$tperbj2 = 'The <<dick>> cock inside your mouth went hard and hot, and you started sucking'
  209. if tperbjran2 = 2:$tperbj2 = 'The hard cock around your <<$liptalk>> is filling your whole mouth and with every move it"s going down your throat.'
  210. if tperbjran2 = 3:$tperbj2 = ''
  211. if tperbjran2 = 4:$tperbj2 = ''
  212. if tperbjran2 = 5:$tperbj2 = ''
  213. '<<$tperbj>>. <<$tperbj2>>'
  214. }
  215. $dinrandswallow = {
  216. tperswalrand = rand(0, 2)
  217. if tperswalrand = 0:$tperswal = 'Suddenly your mouth is shot with a jet of viscous semen.'
  218. if tperswalrand = 1:$tperswal = 'The cock twitched and jets of sperm flew between your lips into your mouth.'
  219. if tperswalrand = 2:$tperswal = 'Your mouth has been filled with sperm when your lips began to close between the dick.'
  220. tperswalrand2 = rand(0, 2)
  221. if tperswalrand2 = 0:$tperswal2 = 'Your mouth is quickly filled with warm sperm and you feel it"s sharp taste.'
  222. if tperswalrand2 = 1:$tperswal2 = 'Your mouth is filled with cum and began to run down your <<$liptalk2>>'
  223. if tperswalrand2 = 2:$tperswal2 = 'Hot seed quickly filled your mouth making you experience the whole scale and sharp tart taste of sperm.'
  224. tperswalrand3 = rand(0, 2)
  225. if tperswalrand3 = 0:$tperswal3 = 'You gulped and swallowed the sperm located in your mouth. In the mouth, the taste of semen stayed and felt <<$xem>> scent.'
  226. if tperswalrand3 = 1:$tperswal3 = 'You swallow the warm cum that fills your mouth and licks the remnants of the seed with your <<$liptalk3>>.'
  227. if tperswalrand3 = 2:$tperswal3 = 'You swallow the viscous semen that is filling your mouth, and then licks.'
  228. '<<$tperswal>> <<$tperswal2>> <<$tperswal3>>'
  229. }
  230. $dinrandfacial = {
  231. }
  232. $venerasiak = {
  233. tipvenerarand = rand(0, 10)
  234. if protect = 1:venrand = rand(0, 1000)
  235. if venrand = 1000:
  236. dynamic $veneradinitog
  237. else
  238. venrand = rand(0, 100)
  239. if venrand >= 80:dynamic $veneradinitog
  240. end
  241. }
  242. $veneradinitog = {
  243. if cheatHealth = 0:
  244. if tipvenerarand = 8:
  245. !!herpes
  246. if rand(1, 100) > 90:
  247. if GerpesOnce = 0:
  248. GerpesOnce = 1
  249. Venera += 1
  250. Gerpes += 1
  251. end
  252. end
  253. elseif tipvenerarand = 7:
  254. !!syphilis
  255. if rand(1, 100) > 95: Venera += 1
  256. if SifacOnce = 0:
  257. SifacOnce = 1
  258. Sifilis += 1
  259. end
  260. elseif tipvenerarand >= 5 and tipvenerarand < 7:
  261. !!gonorrhea/triper
  262. if rand(1, 100) > 95: Venera += 1
  263. if TriperOnce = 0:
  264. TriperOnce = 1
  265. Triper += 1
  266. end
  267. elseif tipvenerarand < 5:
  268. !!candidiasis/thrush
  269. if rand(1, 100) > 85:
  270. if KandidozOnce = 0:
  271. KandidozOnce = 1
  272. Kandidoz += 1
  273. end
  274. end
  275. end
  276. end
  277. }
  278. $sexstart = {
  279. protect = 0
  280. vidageday -= 1
  281. if prezik > 0:
  282. dynamic $prezik
  283. protect = 1
  284. if preziktype = 2:
  285. sexcontra = 7
  286. '<<$boydesc>> took your sabotaged condom and put it on <<$xem>> <<dick>> centimeter member.'
  287. else
  288. sexcontra = 3
  289. '<<$boydesc>> took your condom and put it on <<$xem>> <<dick>> centimeter member.'
  290. end
  291. else
  292. sexcontra = 0
  293. end
  294. }
  295. $sexstart2 = {
  296. frost = 0
  297. if cycle <= 0:
  298. !!Menstruation makes orgasm impossible
  299. pcs_horny = 0
  300. pcs_mood -= 10
  301. pcs_willpwr -= 10
  302. 'Menstruation blood slowly flows from your vagina while <<$xe>> fucks you. It feels painful and also pleasant. You moan while <<$xem>> <<dick>> centimeter dick fucks your pussy.'
  303. elseif cycle > 0 and pcs_vag > 0:
  304. !!No Menstruatsion
  305. !!horny - excitement
  306. !!pcs_vag - vagina elasticity
  307. !!silavag - male skill:0-clumsy, 1-middle, 2-stud
  308. !!dick - <<$xem>> penis size
  309. !!orgazm - what kind of orgasm
  310. !!0 - very painful, 1 - hurts, 2 - unpleasant, 3 - so-so, 4 - little orgasm, 5 - orgasm, 6- little orgasm
  311. smazka = pcs_horny / 10
  312. prinat = smazka + pcs_vag
  313. if dick >= prinat * 2:
  314. !!member of the critical features more years
  315. if silavag = 0: orgazm = 0
  316. if silavag = 1: orgazm = 1
  317. if silavag = 2: orgazm = 2
  318. elseif dick < prinat * 2 and dick > prinat:
  319. !!member more options gg
  320. if silavag = 0:
  321. if pcs_horny >= 100: orgazm = 5
  322. if pcs_horny >= 90 and pcs_horny < 100: orgazm = 4
  323. if pcs_horny >= 80 and pcs_horny < 90: orgazm = 3
  324. if pcs_horny >= 70 and pcs_horny < 80: orgazm = 2
  325. if pcs_horny >= 60 and pcs_horny < 70: orgazm = 1
  326. if pcs_horny < 60: orgazm = 0
  327. elseif silavag = 1:
  328. if pcs_horny >= 90: orgazm = 5
  329. if pcs_horny >= 80 and pcs_horny < 90: orgazm = 4
  330. if pcs_horny >= 70 and pcs_horny < 80: orgazm = 3
  331. if pcs_horny >= 60 and pcs_horny < 70: orgazm = 2
  332. if pcs_horny >= 50 and pcs_horny < 60: orgazm = 1
  333. if pcs_horny < 50: orgazm = 0
  334. elseif silavag = 2:
  335. if pcs_horny >= 80: orgazm = 5
  336. if pcs_horny >= 70 and pcs_horny < 80: orgazm = 4
  337. if pcs_horny >= 60 and pcs_horny < 70: orgazm = 3
  338. if pcs_horny >= 50 and pcs_horny < 60: orgazm = 2
  339. if pcs_horny >= 40 and pcs_horny < 50: orgazm = 1
  340. if pcs_horny < 40: orgazm = 0
  341. end
  342. elseif dick <= prinat and dick >= pcs_vag:
  343. !!Member fewer opportunities gg
  344. if silavag = 0:
  345. if pcs_horny >= 80: orgazm = 5
  346. if pcs_horny >= 60 and pcs_horny < 80: orgazm = 4
  347. if pcs_horny >= 40 and pcs_horny < 60: orgazm = 3
  348. if pcs_horny < 40: orgazm = 2
  349. elseif silavag = 1:
  350. if pcs_horny >= 70: orgazm = 5
  351. if pcs_horny >= 50 and pcs_horny < 70: orgazm = 4
  352. if pcs_horny >= 30 and pcs_horny < 50: orgazm = 3
  353. if pcs_horny < 30: orgazm = 2
  354. elseif silavag = 2:
  355. if pcs_horny >= 60: orgazm = 5
  356. if pcs_horny >= 40 and pcs_horny < 60: orgazm = 4
  357. if pcs_horny >= 20 and pcs_horny < 40: orgazm = 3
  358. if pcs_horny < 20: orgazm = 2
  359. end
  360. elseif dick <= prinat and dick < pcs_vag:
  361. if silavag = 0:
  362. if pcs_horny >= 100: orgazm = 5
  363. if pcs_horny >= 90 and pcs_horny < 100: orgazm = 4
  364. if pcs_horny < 90: orgazm = 6
  365. elseif silavag = 1:
  366. if pcs_horny >= 90: orgazm = 5
  367. if pcs_horny >= 80 and pcs_horny < 90: orgazm = 4
  368. if pcs_horny < 80: orgazm = 6
  369. elseif silavag = 2:
  370. if pcs_horny >= 80: orgazm = 5
  371. if pcs_horny >= 70 and pcs_horny < 80: orgazm = 4
  372. if pcs_horny < 70: orgazm = 6
  373. end
  374. end
  375. if oragazm = 5:
  376. preOrg += 1
  377. if razeba < 4:
  378. if silavag = 2:
  379. orgrand = rand(50, 300)
  380. if orgrand > preOrg: oragazm = 4
  381. elseif silavag < 2:
  382. oragazm = 4
  383. end
  384. elseif razeba = 4:
  385. if silavag = 2:
  386. orgrand = rand(0, 100)
  387. if orgrand > preOrg: oragazm = 4
  388. elseif silavag < 2:
  389. orgrand = rand(50, 300)
  390. if orgrand > preOrg: oragazm = 4
  391. end
  392. elseif razeba >= 5:
  393. if silavag = 2:
  394. orgrand = rand(0, 50)
  395. if orgrand > preOrg: oragazm = 4
  396. elseif silavag < 2:
  397. orgrand = rand(0, 100)
  398. if orgrand > preOrg: oragazm = 4
  399. end
  400. end
  401. end
  402. if orgazm = 0:
  403. vgape = 3
  404. pcs_horny = 0
  405. pcs_mood -= 15
  406. pcs_willpwr -= 15
  407. 'You groaned in pain when <<$boydesc>> penetrated, tears flowed from your eyes and it feels like someone drove a red-hot rod in your vagina. You cry and moan while <<$xem>> strong <<dick>> centimeter dick fucks your pussy.'
  408. elseif orgazm = 1:
  409. if vgape < 2:vgape = 2
  410. pcs_horny -= 10
  411. pcs_mood -= 10
  412. pcs_willpwr -= 10
  413. 'You bite your lip in pain when <<$boydesc>> entered, it is very painful. You are frowning and moaning in pain while <<$xem>> strong <<dick>> centimeter dick fucks your pussy.'
  414. elseif orgazm = 2:
  415. if vgape < 1:vgape = 1
  416. pcs_horny -= 5
  417. pcs_mood -= 5
  418. pcs_willpwr -= 5
  419. 'You winced at the sudden pain when <<$boydesc>> entered, it hurted but it gradually become quite tolerable. You are trying to get aroused while <<$xem>> <<dick>> centimeter dick fucks your pussy, but you did not succeed.'
  420. elseif orgazm = 3:
  421. pcs_mood += 5
  422. pcs_willpwr += 5
  423. 'You are startled by feeling that your pussy is stretching when <<$boydesc>> entered you. It feels good when <<$xem>> <<dick>> centimeter dick fucks your pussy.'
  424. elseif orgazm = 4:
  425. pcs_horny += 10
  426. pcs_mood += 10
  427. pcs_willpwr += 10
  428. 'You are startled by feeling that your pussy is stretching as <<$boydesc>> entered you. It feels good when <<$xem>> strong <<dick>> centimeter dick fucks your pussy. Gradually a pleasant warmth and pulsations is increasing in the abdomen, then the feeling decreases a little and remained until the end.'
  429. elseif orgazm = 5:
  430. pcs_horny = 0
  431. pcs_mood += 15
  432. pcs_willpwr += 15
  433. orgasm += 1
  434. vaginalOrgasm += 1
  435. 'You flinched from a pleasant feeling when your pussy is stretched by <<$xem>> dick. It feels good when <<$xem>> <<dick>> centimeter dick fucks your pussy.Gradually a pleasant warmth and pulsations is increasing in the lower abdomen,the feeling then descend and your entire body covered with hot waves of orgasm, you scream with pleasure.'
  436. elseif orgazm = 6:
  437. pcs_horny += 5
  438. pcs_mood += 5
  439. pcs_willpwr += 5
  440. 'You feel as <<$xem>> penis enters your pussy.You feel nice between your legs , but <<$xem>> <<dick>> cm dick is significantly less than your pussy and not enough for you. Gradually a pleasant warmth and pulsations is increasing in the abdomen, then the feeling a decreases a little and remained until the end.'
  441. end
  442. if pcs_vag = 0:
  443. pcs_horny = 0
  444. pcs_mood -= 15
  445. pcs_willpwr -= 15
  446. pcs_vag += 1
  447. 'You have bitten your <<$liptalk>> in pain and tears started to flow from your eyes when <<$boydesc>> entered, breaking your hymen. You moan while crying and <<$xem>> <<dick>> centimeter dick fucks your bloody pussy.'
  448. elseif pcs_vag <= dick:
  449. pcs_vag += 1
  450. end
  451. end
  452. if pcs_vag < dick: pcs_vag += 1
  453. cumprecheck = 1
  454. gs 'cum_manage'
  455. }
  456. $sexstart3 = {
  457. frost = 0
  458. if cycle <= 0:
  459. !!periods, orgasm is not possible
  460. pcs_horny = 0
  461. pcs_mood -= 10
  462. pcs_willpwr -= 10
  463. 'You have your period and blood slowly follows from the vagina while you jump on <<$xem>> dick.Having painful and pleasants sensations . You moan while <<$xem>> strong <<dick>> centimeter penis fucks you.'
  464. elseif cycle > 0 and pcs_vag > 0:
  465. !!no monthly
  466. !!horny - excitement
  467. !!pcs_vag - the elasticity of the vagina
  468. !!silavag - skill Man 0-sad_sack, 1-middle_peasant 2-stud
  469. !!dick - penis Man
  470. !!orgazm - Total coefficient of pleasure
  471. !!0 - very painful, 1 - it_hurts, 2 - not nice, 3 - so-so, 4 - nedoorgazm 5 - orgasm
  472. smazka = pcs_horny / 10
  473. prinat = smazka + pcs_vag
  474. if dick >= prinat * 2:
  475. !!member of the critical features more years
  476. if silavag = 0:orgazm = 0
  477. if silavag = 1:orgazm = 1
  478. if silavag = 2:orgazm = 2
  479. elseif dick < prinat * 2 and dick > prinat:
  480. !!member more options gg
  481. if silavag = 0:
  482. if pcs_horny >= 100:orgazm = 5
  483. if pcs_horny >= 90 and pcs_horny < 100:orgazm = 4
  484. if pcs_horny >= 80 and pcs_horny < 90:orgazm = 3
  485. if pcs_horny >= 70 and pcs_horny < 80:orgazm = 2
  486. if pcs_horny >= 60 and pcs_horny < 70:orgazm = 1
  487. if pcs_horny < 60:orgazm = 0
  488. elseif silavag = 1:
  489. if pcs_horny >= 90:orgazm = 5
  490. if pcs_horny >= 80 and pcs_horny < 90:orgazm = 4
  491. if pcs_horny >= 70 and pcs_horny < 80:orgazm = 3
  492. if pcs_horny >= 60 and pcs_horny < 70:orgazm = 2
  493. if pcs_horny >= 50 and pcs_horny < 60:orgazm = 1
  494. if pcs_horny < 50:orgazm = 0
  495. elseif silavag = 2:
  496. if pcs_horny >= 80:orgazm = 5
  497. if pcs_horny >= 70 and pcs_horny < 80:orgazm = 4
  498. if pcs_horny >= 60 and pcs_horny < 70:orgazm = 3
  499. if pcs_horny >= 50 and pcs_horny < 60:orgazm = 2
  500. if pcs_horny >= 40 and pcs_horny < 50:orgazm = 1
  501. if pcs_horny < 40:orgazm = 0
  502. end
  503. elseif dick <= prinat and dick >= pcs_vag:
  504. !!Member fewer opportunities gg
  505. if silavag = 0:
  506. if pcs_horny >= 80:orgazm = 5
  507. if pcs_horny >= 60 and pcs_horny < 80:orgazm = 4
  508. if pcs_horny >= 40 and pcs_horny < 60:orgazm = 3
  509. if pcs_horny < 40:orgazm = 2
  510. elseif silavag = 1:
  511. if pcs_horny >= 70:orgazm = 5
  512. if pcs_horny >= 50 and pcs_horny < 70:orgazm = 4
  513. if pcs_horny >= 30 and pcs_horny < 50:orgazm = 3
  514. if pcs_horny < 30:orgazm = 2
  515. elseif silavag = 2:
  516. if pcs_horny >= 60:orgazm = 5
  517. if pcs_horny >= 40 and pcs_horny < 60:orgazm = 4
  518. if pcs_horny >= 20 and pcs_horny < 40:orgazm = 3
  519. if pcs_horny < 20:orgazm = 2
  520. end
  521. elseif dick <= prinat and dick < pcs_vag:
  522. if silavag = 0:
  523. if pcs_horny >= 100:orgazm = 5
  524. if pcs_horny >= 90 and pcs_horny < 100:orgazm = 4
  525. if pcs_horny < 90:orgazm = 6
  526. elseif silavag = 1:
  527. if pcs_horny >= 90:orgazm = 5
  528. if pcs_horny >= 80 and pcs_horny < 90:orgazm = 4
  529. if pcs_horny < 80:orgazm = 6
  530. elseif silavag = 2:
  531. if pcs_horny >= 80:orgazm = 5
  532. if pcs_horny >= 70 and pcs_horny < 80:orgazm = 4
  533. if pcs_horny < 70:orgazm = 6
  534. end
  535. end
  536. if oragazm = 5:
  537. preOrg += 1
  538. if razeba < 4:
  539. if silavag = 2:
  540. orgrand = rand(50, 300)
  541. if orgrand > preOrg:oragazm = 4
  542. elseif silavag < 2:
  543. oragazm = 4
  544. end
  545. elseif razeba = 4:
  546. if silavag = 2:
  547. orgrand = rand(0, 100)
  548. if orgrand > preOrg:oragazm = 4
  549. elseif silavag < 2:
  550. orgrand = rand(50, 300)
  551. if orgrand > preOrg:oragazm = 4
  552. end
  553. elseif razeba >= 5:
  554. if silavag = 2:
  555. orgrand = rand(0, 50)
  556. if orgrand > preOrg:oragazm = 4
  557. elseif silavag < 2:
  558. orgrand = rand(0, 100)
  559. if orgrand > preOrg:oragazm = 4
  560. end
  561. end
  562. end
  563. if orgazm = 0:
  564. if vgape < 3:vgape = 3
  565. pcs_horny = 0
  566. pcs_mood -= 15
  567. pcs_willpwr -= 15
  568. 'You groaned in pain when <<$boydesc>> penetrated, tears flowed from your eyes and it feels like someone drove a red-hot rod in your vagina. You cry and moan while <<$xem>> strong <<dick>> centimeter dick fucks your pussy.'
  569. elseif orgazm = 1:
  570. if vgape < 2:vgape = 2
  571. pcs_horny -= 10
  572. pcs_mood -= 10
  573. pcs_willpwr -= 10
  574. 'You bite your lip in pain when you got on the penis and felt like a dick of <<$boydesc>> entered into you, feeling pain between your legs. You are frowning and moaning in pain while jumping on strong <<dick>> centimeter penis.'
  575. elseif orgazm = 2:
  576. if vgape < 1:vgape = 1
  577. pcs_horny -= 5
  578. pcs_mood -= 5
  579. pcs_willpwr -= 5
  580. 'You winced at the sudden pain when sat on and felt like a member of <<$boydesc>> has entered into you, between your legs the pain gradually become calm and quite tolerable.You are trying to get aroused and still jumping on <<$xem>> sturdy and strong <<dick>> centimeter to fuck your pussy, but you do not succeed.'
  581. elseif orgazm = 3:
  582. pcs_horny += 5
  583. pcs_mood += 5
  584. pcs_willpwr += 5
  585. 'You are startled by the feeling that your pussy is stretched when sat on and felt like a cock of <<$boydesc>> has entered into you. Between the legs you get a little nice feeling when you jump on a strong <<dick>> centimeter penis.'
  586. elseif orgazm = 4:
  587. pcs_horny += 10
  588. pcs_mood += 10
  589. pcs_willpwr += 10
  590. 'You are startled by the feeling that your pussy is stretched when you sat on and felt like a member of <<$boydesc>> has entered into you. Between the legs gets a little nice feeling when you jump on strong <<dick>> centimeter penis.Gradually a pleasant warmth and pulsations is increasing in the abdomen, then the feeling a decreases a little and remained until the end.'
  591. elseif orgazm = 5:
  592. pcs_horny = 0
  593. pcs_mood += 15
  594. pcs_willpwr += 15
  595. orgasm += 1
  596. vaginalOrgasm += 1
  597. 'You flinched from a pleasant feeling when your pussy stretched starting on taking a dick. Between the legs becomes very warm and pleasant when you jump on the strong <<dick>> centimeter penis. Gradually a pleasant warmth and pulsations is increasing in the abdomen, the feelingthen descend to you and your entire body covered hot waves of orgasm, you involuntarily scream with pleasure writhing on edge.'
  598. elseif orgazm = 6:
  599. pcs_horny += 5
  600. pcs_mood += 5
  601. pcs_willpwr += 5
  602. 'You feel as <<$xem>> penis enters your pussy.You feel nice between your legs , but <<$xem>> <<dick>> cm dick is significantly less than your pussy and not enough for you. Gradually a pleasant warmth and pulsations is increasing in the abdomen, then the feeling a decreases a little and remained until the end.'
  603. end
  604. if pcs_vag = 0:
  605. pcs_horny = 0
  606. pcs_mood -= 15
  607. pcs_willpwr -= 15
  608. pcs_vag += 1
  609. 'You have bitten your <<$liptalk>> in pain and tears started to flow from your eyes when <<$boydesc>> entered, breaking your hymen. You moan while crying and <<$xem>> <<dick>> centimeter dick fucks your bloody pussy.'
  610. elseif pcs_vag <= dick:
  611. pcs_vag += 1
  612. end
  613. end
  614. cumprecheck = 1
  615. gs 'cum_manage'
  616. }
  617. $sexstart4 = {
  618. frost = 0
  619. if cycle <= 0:
  620. !!periods, orgasm is not possible
  621. pcs_horny = 0
  622. pcs_mood = pcs_mood - 10
  623. pcs_willpwr = pcs_willpwr - 10
  624. 'You are menstruated and yet <<$xe>> rams <<$xem>> dick into you, vaginal blood flows slowly. You have both painfull and pleasant sensations. You moan while a strong <<dick>> centimeter dick fucks your pussy.'
  625. elseif cycle > 0 and pcs_vag > 0:
  626. !!no monthly
  627. !!horny - excitement
  628. !!pcs_vag - the elasticity of the vagina
  629. !!silavag - skill Man 0-sad_sack, 1-middle_peasant 2-stud
  630. !!dick - penis Man
  631. !!orgazm - Total coefficient of pleasure
  632. !!0 - very painful, 1 - it_hurts, 2 - not nice, 3 - so-so, 4 - nedoorgazm 5 - orgasm
  633. smazka = pcs_horny / 10
  634. prinat = smazka + pcs_vag
  635. if dick >= prinat * 2:
  636. !!member of the critical features more years
  637. if silavag = 0:orgazm = 0
  638. if silavag = 1:orgazm = 1
  639. if silavag = 2:orgazm = 2
  640. elseif dick < prinat * 2 and dick > prinat:
  641. !!member more options gg
  642. if silavag = 0:
  643. if pcs_horny >= 100:orgazm = 5
  644. if pcs_horny >= 90 and pcs_horny < 100:orgazm = 4
  645. if pcs_horny >= 80 and pcs_horny < 90:orgazm = 3
  646. if pcs_horny >= 70 and pcs_horny < 80:orgazm = 2
  647. if pcs_horny >= 60 and pcs_horny < 70:orgazm = 1
  648. if pcs_horny < 60:orgazm = 0
  649. elseif silavag = 1:
  650. if pcs_horny >= 90:orgazm = 5
  651. if pcs_horny >= 80 and pcs_horny < 90:orgazm = 4
  652. if pcs_horny >= 70 and pcs_horny < 80:orgazm = 3
  653. if pcs_horny >= 60 and pcs_horny < 70:orgazm = 2
  654. if pcs_horny >= 50 and pcs_horny < 60:orgazm = 1
  655. if pcs_horny < 50:orgazm = 0
  656. elseif silavag = 2:
  657. if pcs_horny >= 80:orgazm = 5
  658. if pcs_horny >= 70 and pcs_horny < 80:orgazm = 4
  659. if pcs_horny >= 60 and pcs_horny < 70:orgazm = 3
  660. if pcs_horny >= 50 and pcs_horny < 60:orgazm = 2
  661. if pcs_horny >= 40 and pcs_horny < 50:orgazm = 1
  662. if pcs_horny < 40:orgazm = 0
  663. end
  664. elseif dick <= prinat and dick >= pcs_vag:
  665. !!Member fewer opportunities gg
  666. if silavag = 0:
  667. if pcs_horny >= 80:orgazm = 5
  668. if pcs_horny >= 60 and pcs_horny < 80:orgazm = 4
  669. if pcs_horny >= 40 and pcs_horny < 60:orgazm = 3
  670. if pcs_horny < 40:orgazm = 2
  671. elseif silavag = 1:
  672. if pcs_horny >= 70:orgazm = 5
  673. if pcs_horny >= 50 and pcs_horny < 70:orgazm = 4
  674. if pcs_horny >= 30 and pcs_horny < 50:orgazm = 3
  675. if pcs_horny < 30:orgazm = 2
  676. elseif silavag = 2:
  677. if pcs_horny >= 60:orgazm = 5
  678. if pcs_horny >= 40 and pcs_horny < 60:orgazm = 4
  679. if pcs_horny >= 20 and pcs_horny < 40:orgazm = 3
  680. if pcs_horny < 20:orgazm = 2
  681. end
  682. elseif dick <= prinat and dick < pcs_vag:
  683. if silavag = 0:
  684. if pcs_horny >= 100:orgazm = 5
  685. if pcs_horny >= 90 and pcs_horny < 100:orgazm = 4
  686. if pcs_horny < 90:orgazm = 6
  687. elseif silavag = 1:
  688. if pcs_horny >= 90:orgazm = 5
  689. if pcs_horny >= 80 and pcs_horny < 90:orgazm = 4
  690. if pcs_horny < 80:orgazm = 6
  691. elseif silavag = 2:
  692. if pcs_horny >= 80:orgazm = 5
  693. if pcs_horny >= 70 and pcs_horny < 80:orgazm = 4
  694. if pcs_horny < 70:orgazm = 6
  695. end
  696. end
  697. if oragazm = 5:
  698. preOrg += 1
  699. if razeba < 4:
  700. if silavag = 2:
  701. orgrand = rand(50, 300)
  702. if orgrand > preOrg:oragazm = 4
  703. elseif silavag < 2:
  704. oragazm = 4
  705. end
  706. elseif razeba = 4:
  707. if silavag = 2:
  708. orgrand = rand(0, 100)
  709. if orgrand > preOrg:oragazm = 4
  710. elseif silavag < 2:
  711. orgrand = rand(50, 300)
  712. if orgrand > preOrg:oragazm = 4
  713. end
  714. elseif razeba >= 5:
  715. if silavag = 2:
  716. orgrand = rand(0, 50)
  717. if orgrand > preOrg:oragazm = 4
  718. elseif silavag < 2:
  719. orgrand = rand(0, 100)
  720. if orgrand > preOrg:oragazm = 4
  721. end
  722. end
  723. end
  724. if orgazm = 0:
  725. vgape = 3
  726. pcs_horny = 0
  727. pcs_mood -= 15
  728. pcs_willpwr -= 15
  729. 'You groaned in pain when <<$boydesc>> penetrated, tears flowed from your eyes, and between the legs you had a feeling as if you drove a red-hot rod into your pussy. You cry and moan while a strong <<dick>> centimeter dick fucks your pussy.'
  730. elseif orgazm = 1:
  731. if vgape < 2:vgape = 2
  732. pcs_horny -= 10
  733. pcs_mood -= 10
  734. pcs_willpwr -= 10
  735. 'You bit your lip in pain when <<$boydesc>> penetrated, you feel pain between the legs. You are frowning and moaning in pain while a strong <<dick>> centimeter dick fucks your pussy.'
  736. elseif orgazm = 2:
  737. if vgape < 1:vgape = 1
  738. pcs_horny -= 5
  739. pcs_mood -= 5
  740. pcs_willpwr -= 5
  741. 'You flinched at the sudden pain when <<$boydesc>> penetrated, feeling pain between the legs, which gradually settle down and become quite tolerable. You are trying to be excited while a strong <<dick>> centimeter dick fucks your pussy, but you could not succeed.'
  742. elseif orgazm = 3:
  743. pcs_horny = pcs_horny + 5
  744. pcs_mood += 5
  745. pcs_willpwr += 5
  746. 'You flinched from the feeling that your pussy is being stretched, when <<$boydesc>> penetrated. You have a little nice sensation between the legs while a strong <<dick>> centimeter dick fucks your pussy.'
  747. elseif orgazm = 4:
  748. pcs_horny = pcs_horny + 10
  749. pcs_mood += 10
  750. pcs_willpwr += 10
  751. 'You flinched from the feeling that your pussy is being stretched when <<$boydesc>> penetrated. You have a little nice sensation between the legs while a strong <<dick>> centimeter dick fucks your pussy. Gradually a pleasant warmth and pulsations is increasing in the abdomen, then the feeling a decreases a little and remained until the end. '
  752. elseif orgazm = 5:
  753. pcs_horny = 0
  754. pcs_mood += 15
  755. pcs_willpwr += 15
  756. orgasm += 1
  757. vaginalOrgasm += 1
  758. 'You are startled by a pleasant sensation when your pussy is stretched and start taking a dick. You have a very warm and pleasant feeling between the legs when a strong <<dick>> centimeter dick fucks your pussy. Gradually a very warm and throbbing feeling grow in the lower abdomen, then feeling descend into you and your entire body was covered into hot waves of orgasm, you involuntarily shout of pleasure writhing on edge. '
  759. elseif orgazm = 6:
  760. pcs_horny += 5
  761. pcs_mood += 5
  762. pcs_willpwr += 5
  763. 'You feel as a dick gets into your pussy, when <<$boydesc>> penetrated. You have a nice feeling between your legs, but a <<dick>> centimeters dick is too small for your pussy. Gradually a pleasant warmth and throbbing feeling grow in the lower abdomen, then feeling slightly reduced and remain until the end. '
  764. end
  765. if pcs_vag = 0:
  766. pcs_horny = 0
  767. pcs_mood -= 15
  768. pcs_willpwr -= 15
  769. pcs_vag += 1
  770. 'You have bitten your <<$liptalk>> in pain and tears started to flow from your eyes when <<$boydesc>> entered, breaking your hymen. You moan while crying and <<$xem>> <<dick>> centimeter dick fucks your bloody pussy.'
  771. elseif pcs_vag <= dick:
  772. pcs_vag += 1
  773. end
  774. end
  775. cumprecheck = 1
  776. gs 'cum_manage'
  777. }
  778. $sexudo = {
  779. protect = 0
  780. vidageday -= 1
  781. frost = 0
  782. if tabletki <= 0 and prezik > 0:
  783. dynamic $prezik
  784. protect = 1
  785. if preziktype = 2:
  786. sexcontra = 7
  787. '<<$boydesc>> took a sabotaged condom and put it on <<$xem>> <<dick>> centimeter cock.'
  788. else
  789. sexcontra = 3
  790. '<<$boydesc>> took a condom and put it on <<$xem>> <<dick>> centimeter cock.'
  791. end
  792. else
  793. sexcontra = 0
  794. end
  795. if cycle <= 0:
  796. !!periods, orgasm is not possible
  797. pcs_horny = 0
  798. pcs_mood -= 10
  799. pcs_willpwr -= 10
  800. 'You are menstruated and yet <<$xe>> rams <<$xem>> dick inside you, menstruation blood flows slowly. You have both painful and pleasant sensations. You moan while <<$xem>> strong <<dick>> centimeter dick fucks your pussy.'
  801. elseif cycle > 0 and pcs_vag > 0:
  802. !!no monthly
  803. !!horny - arousal
  804. !!pcs_vag - elasticy of the vagina
  805. !!silavag - skill man 0-sad sack, 1-middle pleasant 2-stud
  806. !!dick - рenis man
  807. !!orgazm - Total coefficient of pleasure
  808. !!0 - very painful, 1 - it hurts, 2 - not nice, 3 - so-so, 4 - needoorgazm 5 - orgasm
  809. smazka = pcs_horny / 10
  810. prinat = smazka + pcs_vag
  811. if dick >= prinat * 2:
  812. !!member of the critical features more years
  813. if silavag = 0:orgazm = 0
  814. if silavag = 1:orgazm = 1
  815. if silavag = 2:orgazm = 2
  816. elseif dick < prinat * 2 and dick > prinat:
  817. !!member more options gg
  818. if silavag = 0:
  819. if pcs_horny >= 100:orgazm = 5
  820. if pcs_horny >= 90 and pcs_horny < 100:orgazm = 4
  821. if pcs_horny >= 80 and pcs_horny < 90:orgazm = 3
  822. if pcs_horny >= 70 and pcs_horny < 80:orgazm = 2
  823. if pcs_horny >= 60 and pcs_horny < 70:orgazm = 1
  824. if pcs_horny < 60:orgazm = 0
  825. elseif silavag = 1:
  826. if pcs_horny >= 90:orgazm = 5
  827. if pcs_horny >= 80 and pcs_horny < 90:orgazm = 4
  828. if pcs_horny >= 70 and pcs_horny < 80:orgazm = 3
  829. if pcs_horny >= 60 and pcs_horny < 70:orgazm = 2
  830. if pcs_horny >= 50 and pcs_horny < 60:orgazm = 1
  831. if pcs_horny < 50:orgazm = 0
  832. elseif silavag = 2:
  833. if pcs_horny >= 80:orgazm = 5
  834. if pcs_horny >= 70 and pcs_horny < 80:orgazm = 4
  835. if pcs_horny >= 60 and pcs_horny < 70:orgazm = 3
  836. if pcs_horny >= 50 and pcs_horny < 60:orgazm = 2
  837. if pcs_horny >= 40 and pcs_horny < 50:orgazm = 1
  838. if pcs_horny < 40:orgazm = 0
  839. end
  840. elseif dick <= prinat and dick >= pcs_vag:
  841. !!Member fewer opportunities gg
  842. if silavag = 0:
  843. if pcs_horny >= 80:orgazm = 5
  844. if pcs_horny >= 60 and pcs_horny < 80:orgazm = 4
  845. if pcs_horny >= 40 and pcs_horny < 60:orgazm = 3
  846. if pcs_horny < 40:orgazm = 2
  847. elseif silavag = 1:
  848. if pcs_horny >= 70:orgazm = 5
  849. if pcs_horny >= 50 and pcs_horny < 70:orgazm = 4
  850. if pcs_horny >= 30 and pcs_horny < 50:orgazm = 3
  851. if pcs_horny < 30:orgazm = 2
  852. elseif silavag = 2:
  853. if pcs_horny >= 60:orgazm = 5
  854. if pcs_horny >= 40 and pcs_horny < 60:orgazm = 4
  855. if pcs_horny >= 20 and pcs_horny < 40:orgazm = 3
  856. if pcs_horny < 20:orgazm = 2
  857. end
  858. elseif dick <= prinat and dick < pcs_vag:
  859. if silavag = 0:
  860. if pcs_horny >= 100:orgazm = 5
  861. if pcs_horny >= 90 and pcs_horny < 100:orgazm = 4
  862. if pcs_horny < 90:orgazm = 6
  863. elseif silavag = 1:
  864. if pcs_horny >= 90:orgazm = 5
  865. if pcs_horny >= 80 and pcs_horny < 90:orgazm = 4
  866. if pcs_horny < 80:orgazm = 6
  867. elseif silavag = 2:
  868. if pcs_horny >= 80:orgazm = 5
  869. if pcs_horny >= 70 and pcs_horny < 80:orgazm = 4
  870. if pcs_horny < 70:orgazm = 6
  871. end
  872. end
  873. if oragazm = 5:
  874. preOrg += 1
  875. if razeba < 4:
  876. if silavag = 2:
  877. orgrand = rand(50, 300)
  878. if orgrand > preOrg:oragazm = 4
  879. elseif silavag < 2:
  880. oragazm = 4
  881. end
  882. elseif razeba = 4:
  883. if silavag = 2:
  884. orgrand = rand(0, 100)
  885. if orgrand > preOrg:oragazm = 4
  886. elseif silavag < 2:
  887. orgrand = rand(50, 300)
  888. if orgrand > preOrg:oragazm = 4
  889. end
  890. elseif razeba >= 5:
  891. if silavag = 2:
  892. orgrand = rand(0, 50)
  893. if orgrand > preOrg:oragazm = 4
  894. elseif silavag < 2:
  895. orgrand = rand(0, 100)
  896. if orgrand > preOrg:oragazm = 4
  897. end
  898. end
  899. end
  900. if orgazm = 0:
  901. pcs_horny = 0
  902. pcs_mood -= 15
  903. pcs_willpwr -= 15
  904. if vgape < 3:vgape = 3
  905. 'You groaned in pain when <<$boydesc>> entered inside you, tears flowed from your eyes, and you have a feeling between your legs as if you drove a red-hot rod inside your pussy. You cry and moan while <<$xem>> strong <<dick>> centimeter dick fucks your pussy.'
  906. elseif orgazm = 1:
  907. pcs_horny -= 10
  908. pcs_mood -= 10
  909. pcs_willpwr -= 10
  910. if vgape < 2:vgape = 2
  911. 'You bite your lip in pain when <<$boydesc>> put <<$xem>> dick inside you, having a painful feeling between your legs. You are frowning and moaning in pain while <<$xem>> strong <<dick>> centimeter dick fucks your pussy.'
  912. elseif orgazm = 2:
  913. pcs_horny -= 5
  914. pcs_mood -= 5
  915. pcs_willpwr -= 5
  916. if vgape < 1:vgape = 1
  917. 'You winced at the sudden pain when <<$boydesc>> entered your pussy, feeling pain between your legs, that gradually become calm and quite tolerable. You were trying to get aroused while strong <<dick>> centimeter dick fucks your pussy, but you could not succeed.'
  918. elseif orgazm = 3:
  919. pcs_horny += 5
  920. pcs_mood += 5
  921. pcs_willpwr += 5
  922. 'You are startled by the feeling that your pussy is being stretched when <<$boydesc>> penetrated. Having a little pleasant feeling between the legs when <<$xem>> strong <<dick>> centimeter dick fucks your pussy.'
  923. elseif orgazm = 4:
  924. pcs_horny += 10
  925. pcs_mood += 10
  926. pcs_willpwr += 10
  927. 'You startled by the feeling that your pussy is stretched when <<$boydesc>> you entered. Between the legs becomes a little pleased when strong <<dick>> centimeter dick fucks your pussy. Gradually a pleasant warmth and pulsations is increasing in the lower abdomen, then the feeling decreases a little and remained until the end.'
  928. elseif orgazm = 5:
  929. pcs_horny = 0
  930. pcs_mood += 15
  931. pcs_willpwr += 15
  932. orgasm += 1
  933. vaginalOrgasm += 1
  934. 'You flinched from a pleasant feeling when your pussy stretched and start taking a dick. Your pussy becomes very warm and pleasant when <<$xem>> strong <<dick>> centimeter dick fucks your pussy. Gradually a pleasant warmth and pulsations is increasing in the lower abdomen, the feeling then descend and your entire body covered with hot waves of orgasm, you scream with pleasure writhing on edge.'
  935. elseif orgazm = 6:
  936. pcs_horny += 5
  937. pcs_mood += 5
  938. pcs_willpwr += 5
  939. 'You feel when <<$boydesc>> entered you. You feel nice between your legs , but <<$xem>> <<dick>> cm dick is significantly less than your pussy and not enough for you. Gradually a pleasant warmth and pulsations is increasing in the lower abdomen, then the feeling decreases a little and remained until the end.'
  940. end
  941. if pcs_vag = 0:
  942. pcs_horny = 0
  943. pcs_mood -= 15
  944. pcs_willpwr -= 15
  945. pcs_vag += 1
  946. 'You have bitten your <<$liptalk>> in pain and tears started to flow from your eyes when <<$boydesc>> entered, breaking your hymen. You moan while crying and <<$xem>> <<dick>> centimeter dick fucks your bloody pussy.'
  947. elseif pcs_vag <= dick:
  948. pcs_vag += 1
  949. end
  950. cumprecheck = 1
  951. gs 'cum_manage'
  952. end
  953. }
  954. $sexcum = {
  955. frost = 0
  956. sexpartkno = 1
  957. if protect ! 1:
  958. !!Unprotected sex
  959. finrand = rand(0, 1)
  960. if finrand = 0:
  961. cumvag_text = RAND(0,2)
  962. if cumvag_text = 0: '<<$xemc>> movements speed up and <<$xe>> drives <<$xem>> cock balls deep into you with a beatific smile, <<$xe>> cums deep inside you. You feel a warm jet pour into your womb.'
  963. if cumvag_text = 1: '<<$xec>> does not pull out and instead pulls you tightly against <<$xyr>> and your pussy is filled with splashes of semen.'
  964. if cumvag_text = 2: '<<$xec>> groans, and you feel a jet of sperm hit you inside your body.'
  965. gs 'cuminsidereact', $boydesc
  966. elseif finrand = 1:
  967. !!Out
  968. if pose = 0:
  969. spafinloc = 14
  970. '<<$boydesc>> groaned and after pulling out <<$xem>> dick, <<$xe>> came on your stomach.'
  971. elseif pose = 1:
  972. spafinloc = 4
  973. '<<$boydesc>> groaned and after pulling out <<$xem>> dick, <<$xe>> came on your ass.'
  974. end
  975. end
  976. gs 'Cum_Manage'
  977. elseif protect = 1:
  978. $tmp = ''
  979. if sexcontra = 7: $tmp = 'sabotaged '
  980. '<<$boydesc>> groaned and you realized that <<$xe>> had came in the <<$tmp>>condom.'
  981. gs 'Cum_Manage'
  982. if sexcontra = 4:
  983. 'Pulling out of you and looking at <<$xem>> dick, <<$boydesc>> said "Hmm, the condom burst."'
  984. elseif sexcontra = 5:
  985. 'Pulling out of you and looking at <<$xem>> dick, <<$boydesc>> said "Hmm, the condom is missing."'
  986. end
  987. gs 'cuminsidereact'
  988. protect = 0
  989. end
  990. sexcontra = 0
  991. pose = 0
  992. }
  993. $sexcumsk = {
  994. frost = 0
  995. gs 'boyStat', $shultextID33
  996. sexpartkno = 1
  997. if protect ! 1:
  998. !unprotected sex
  999. finrand = RAND(0,1)
  1000. if finrand = 0:
  1001. !inside
  1002. cumvag_text = RAND(0,2)
  1003. if cumvag_text = 0: '<<$xemc>> movements speed up and <<$xe>> drives <<$xem>> cock balls deep into you with a beatific smile, <<$xe>> cums deep inside you. You feel a warm jet pour into your womb.'
  1004. if cumvag_text = 1: '<<$xec>> does not pull out and instead pulls you tightly against <<$xyr>> and your pussy is filled with splashes of semen.'
  1005. if cumvag_text = 2: '<<$xec>> groans, and you feel a jet of sperm hit you inside your body.'
  1006. pcs_mood = pcs_mood - 15
  1007. pcs_willpwr = pcs_willpwr - 15
  1008. gs 'cuminsidereact'
  1009. elseif finrand = 1:
  1010. !out
  1011. if pose = 0:
  1012. spafinloc = 14
  1013. '<<$shultextrand33>> groans and pulls <<$xem>> cock out of you and cums on your stomach.'
  1014. elseif pose = 1:
  1015. spafinloc = 4
  1016. '<<$shultextrand33>> groans and pulls <<$xem>> cock out of you and cums on your ass.'
  1017. end
  1018. end
  1019. gs 'Cum_Manage'
  1020. elseif protect = 1:
  1021. $tmp = ''
  1022. if sexcontra = 7: $tmp = 'sabotaged '
  1023. '<<$shultextrand33>> groans and you realize that <<$xe>> came in the <<$tmp>>condom.'
  1024. gs 'Cum_Manage'
  1025. if sexcontra = 4:
  1026. 'Pulls <<$xem>> cock out of you and, looking at <<$xem>> dick, <<$shultextrand33>> says "Hmm, the condom burst."'
  1027. elseif sexcontra = 5
  1028. 'Pulls <<$xem>> cock out of you and, looking at <<$xem>> dick, <<$shultextrand33>> says "Hmm, the condom is missing."'
  1029. end
  1030. gs 'cuminsidereact'
  1031. protect = 0
  1032. end
  1033. sexcontra = 0
  1034. pose = 0
  1035. }
  1036. $analsex = {
  1037. frost = 0
  1038. sexpartkno = 1
  1039. if analplugin = 1:
  1040. !!!WD:No Anal Lube if Anal Plug
  1041. !!analpluginbonus = 10
  1042. lubonus = 10
  1043. !!!
  1044. analplugin = 0
  1045. '<<$boydesc>> has pulled out your ass plug'
  1046. end
  1047. if dick >= pcs_ass:pcs_ass += 3
  1048. '<<$boydesc>> began to massage your anus with <<$xem>> fingers.'
  1049. !!!WD: Replaced
  1050. !!if lubri > 0:
  1051. !!!
  1052. if lubonus = 0 and lubri > 0:
  1053. !!!
  1054. lubri -= 1
  1055. lubonus += rand(1, 5)
  1056. 'You squeezed anal lube on your hand and began to smear it in your ass. Then you gave it to <<$xyr>> and <<$xe>> smeared it on <<$xem>> dick'
  1057. end
  1058. if pcs_ass < 10:'<<$xec>> inserted three fingers into your ass and you groaned in pain.'
  1059. if pcs_ass >= 10:'<<$xec>> started to stretch your anus with three fingers.'
  1060. '<<$boydesc>> pulled <<$xem>> fingers out of your ass and you felt <<$xem>> hard cock near your hole.'
  1061. if pcs_ass + lubonus + 10 < dick:'You screamed and bit your lip from a sharp pain when <<$xem>> <<dick>> centimeter dick entered your ass.'
  1062. if pcs_ass + lubonus + 10 >= dick:'You moaned when <<$xem>> <<dick>> centimeter dick entered your ass.'
  1063. '<<$boydesc>> stopped for a moment, giving your ass time to adjust to <<$xem>> cock in it, and then started to slowly move, stretching your anus.'
  1064. if pcs_ass + lubonus + 2 < dick:
  1065. if pcs_makeup > 1:pcs_makeup = 0
  1066. pcs_horny -= 20
  1067. pcs_mood -= 20
  1068. if agape < 3:agape = 3
  1069. '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.'
  1070. elseif pcs_ass + lubonus + 2 >= dick:
  1071. pcs_horny += 10
  1072. if agape < 2 and lubonus = 0:agape = 2
  1073. 'You started to moan rhythmically in time with <<$xem>> cock''s movements inside you. You feel like your anus is stretched when <<$xem>> penis enters you.'
  1074. if pcs_horny >= 100:
  1075. if stat['anal'] >= 10 and orgasm > 0:
  1076. pcs_horny = 0
  1077. orgasm += 1
  1078. pcs_mood += 20
  1079. if agape < 1 and lubonus = 0:agape = 1
  1080. 'You moan in pleasure while <<$xem>> dick moves inside your ass.'
  1081. end
  1082. end
  1083. end
  1084. lubonus = 0
  1085. 'Through some time <<$boydesc>> groaned and you feel like your ass fills a pleasant warmth.'
  1086. spafinloc = 3
  1087. gs 'Cum_Manage'
  1088. }
  1089. $analsex2 = {
  1090. frost = 0
  1091. sexpartkno = 1
  1092. if analplugin = 1:
  1093. !!!WD:No Anal Lube if Anal Plug
  1094. !!analpluginbonus = 10
  1095. lubonus = 10
  1096. !!!
  1097. analplugin = 0
  1098. '<<$boydesc>> pulled your butt plug out of your narrow and tight ass.'
  1099. end
  1100. if dick >= pcs_ass:pcs_ass += 3
  1101. '<<$boydesc>> began to massage your anus with <<$xem>> fingers.'
  1102. !!!WD: Replaced
  1103. !!if lubri > 0:
  1104. !!!
  1105. if lubonus = 0 and lubri > 0:
  1106. !!!
  1107. lubri -= 1
  1108. lubonus += rand(1, 5)
  1109. 'You squeezed anal lube on your hand and began to smear it in your ass. Then you gave the guy a tube and <<$xe>> smeared <<$xem>> cock lubricated.'
  1110. end
  1111. if pcs_ass < 10:'When <<$xe>> entered three fingers in your ass you groaned in pain.'
  1112. if pcs_ass >= 10:'<<$xec>> started to stretch your anus with three fingers.'
  1113. '<<$boydesc>> pulled <<$xem>> fingers out of your ass and you felt <<$xem>> hard cock near your hole.'
  1114. !!!WD: Added lubonus
  1115. if pcs_ass + lubonus + 10 < dick:'You screamed and bit your lip from a sharp pain when <<$xem>> <<dick>> centimeter dick entered your ass.'
  1116. if pcs_ass + lubonus + 10 >= dick:'You moaned when <<$xem>> <<dick>> centimeter dick entered your ass.'
  1117. !!!
  1118. '<<$boydesc>> stopped for a moment, giving your ass time to adjust to <<$xem>> cock in it, and then started to slowly move, stretching your anus.'
  1119. if pcs_ass + lubonus + 2 < dick:
  1120. if pcs_makeup > 1:pcs_makeup = 0
  1121. pcs_horny -= 20
  1122. pcs_mood -= 20
  1123. if agape < 3:agape = 3
  1124. '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.'
  1125. elseif pcs_ass + lubonus + 2 >= dick:
  1126. pcs_horny += 10
  1127. if agape < 2 and lubonus = 0:agape = 2
  1128. 'You started to moan rhythmically in time as <<$xem>> cock moves inside you. You feel like your anus is stretched when <<$xem>> penis enters you.'
  1129. if pcs_horny >= 100:
  1130. if stat['anal'] >= 10 and orgasm > 0:
  1131. pcs_horny = 0
  1132. orgasm += 1
  1133. pcs_mood += 20
  1134. if agape < 1 and lubonus = 0:agape = 1
  1135. 'You moan in pleasure while <<$xem>> dick moves inside your ass.'
  1136. end
  1137. end
  1138. end
  1139. lubonus = 0
  1140. 'Through some time <<$boydesc>> groaned and you feel like your ass fills a pleasant warmth.'
  1141. spafinloc = 3
  1142. gs 'Cum_Manage'
  1143. }
  1144. $analsexrude = {
  1145. frost = 0
  1146. sexpartkno = 1
  1147. if analplugin = 1:
  1148. !!!WD:No Anal Lube if Anal Plug
  1149. !!analpluginbonus = 10
  1150. lubonus = 10
  1151. !!!
  1152. analplugin = 0
  1153. '<<$boydesc>> pulled your butt plug out of your narrow and tight ass.'
  1154. end
  1155. if dick >= pcs_ass:pcs_ass += 3
  1156. '<<$boydesc>> tucked into your anus finger, then the second .'
  1157. if pcs_ass < 10:'When <<$xe>> entered three fingers in your ass you groaned in pain.'
  1158. if pcs_ass >= 10:'<<$xec>> started to stretch your anus with three fingers.'
  1159. '<<$boydesc>> pulled <<$xem>> fingers out of your ass and you feel <<$xem>> hard cock ran into your hole.'
  1160. if pcs_ass + lubonus + 10 < dick:'You screamed and bit your lip from a sharp pain when <<$xem>> <<dick>> centimeter dick entered your ass.'
  1161. if pcs_ass + lubonus + 10 >= dick:'You moaned when <<$xem>> <<dick>> centimeter dick entered your ass.'
  1162. '<<$boydesc>> stopped for a moment, giving your ass time to adjust to <<$xem>> cock in it, and then started to slowly move, stretching your anus.'
  1163. if pcs_ass + lubonus + 2 < dick:
  1164. if pcs_makeup > 1:pcs_makeup = 0
  1165. pcs_horny -= 20
  1166. pcs_mood -= 20
  1167. if agape < 3:agape = 3
  1168. '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.'
  1169. elseif pcs_ass + lubonus + 2 >= dick:
  1170. pcs_horny += 10
  1171. if agape < 2 and lubonus = 0:agape = 2
  1172. 'You started to moan rhythmically in time with <<$xem>> cock movements inside you. You feel like your anus is stretched when <<$xem>> penis enters you.'
  1173. if pcs_horny >= 100:
  1174. if stat['anal'] >= 10 and orgasm > 0:
  1175. pcs_horny = 0
  1176. orgasm += 1
  1177. pcs_mood += 20
  1178. if agape < 1 and lubonus = 0:agape = 1
  1179. 'You moan in pleasure while <<$xem>> dick moves inside your ass.'
  1180. end
  1181. end
  1182. end
  1183. lubonus = 0
  1184. spafinloc = 3
  1185. gs 'Cum_Manage'
  1186. 'Through some time <<$boydesc>> groaned and you feel like your ass fills a pleasant warmth.'
  1187. }
  1188. ! "deal_with_condom" procedure should be replacement of "sexstart" dynamic procedure
  1189. if $ARGS[0] = 'boy_puts_condom':
  1190. protect = 0
  1191. vidageday -= 1 &! the people guess that you are a bit more older than you are in fact
  1192. ! do you have condoms?
  1193. if prezik > 0:
  1194. dynamic $prezik
  1195. protect = 1
  1196. if preziktype = 2:
  1197. sexcontra = 7
  1198. '<<$boydesc>> takes your sabotaged condom and puts it on <<$xem>> <<dick>> centimeter member.'
  1199. else
  1200. sexcontra = 3
  1201. '<<$boydesc>> takes your condom and puts it on <<$xem>> <<dick>> centimeter member.'
  1202. end
  1203. else
  1204. sexcontra = 0
  1205. end
  1206. end &! --- boy_puts_condom ---
  1207. if $ARGS[0] = 'pc_puts_condom':
  1208. protect = 0
  1209. vidageday -= 1 &! the people guess that you are a bit more older than you are in fact
  1210. ! do you have condoms?
  1211. if prezik > 0:
  1212. dynamic $prezik
  1213. protect = 1
  1214. if preziktype = 2:
  1215. sexcontra = 7
  1216. 'You take your sabotaged condom and put it on <<$xem>> <<dick>> centimeter member.'
  1217. else
  1218. sexcontra = 3
  1219. 'You take your condom and put it on <<$xem>> <<dick>> centimeter member.'
  1220. end
  1221. else
  1222. sexcontra = 0
  1223. end
  1224. end &! --- pc_puts_condom ---
  1225. if $ARGS[0] = 'boy_wants_anal':
  1226. $bwa_boy = iif($ARGS[1] = '',$boydesc,$ARGS[1])
  1227. if analplugin = 1:
  1228. '<<$bwa_boy>> pulls the plug out of your narrow and tight ass.'
  1229. analpluginout = 1
  1230. end
  1231. if $ARGS[2] = 'lubri':
  1232. lubri +=1
  1233. '<<$bwa_boy>> takes a tube of lubricant, squeezes a little on her palm and rubs your anus.'
  1234. gs 'arousal', 'anal_finger', 1,'lube'
  1235. else
  1236. if lubri = 0:
  1237. 'You have no lube, <<$bwa_boy>> spits on his fingers and using saliva he massages your anus.'
  1238. gs 'arousal', 'anal_finger', 1,'lube'
  1239. elseif lubri > 0:
  1240. 'You take a tube of lubricant and hand it to <<$bwa_boy>>, he squeezes a little on his palm and rubs your anus.'
  1241. gs 'arousal', 'anal_finger', 1,'lube'
  1242. end
  1243. end
  1244. killvar '$bwa_boy'
  1245. end &! --- boy_wants_anal ---
  1246. if $ARGS[0] = 'girl_wants_anal':
  1247. $bwa_girl = iif($ARGS[1] = '',$boydesc,$ARGS[1])
  1248. if analplugin = 1:
  1249. '<<$bwa_girl> pulls the plug out of your narrow and tight ass.'
  1250. analplugin = 0
  1251. analpluginout = 1
  1252. end
  1253. if $ARGS[2] = 'lubri':
  1254. lubri +=1
  1255. '<<$bwa_girl>> takes a tube of lubricant, squeezes a little on her palm and rubs your anus.'
  1256. gs 'arousal', 'anal_finger', 1,'lube'
  1257. else
  1258. if lubri = 0:
  1259. 'You have no lube, <<$bwa_girl>> spits on her fingers and using saliva she massages your anus.'
  1260. gs 'arousal', 'anal_finger', 1,'lube'
  1261. elseif lubri > 0:
  1262. 'You take a tube of lubricant and hand it to <<$bwa_girl>>, she squeezes a little on her palm and rubs your anus.'
  1263. gs 'arousal', 'anal_finger', 1,'lube'
  1264. end
  1265. end
  1266. killvar '$bwa_girl'
  1267. end &! --- girl_wants_anal ---
  1268. if $ARGS[0] = 'after_anal':
  1269. if analpluginout = 1:
  1270. if $ARGS[1] = 'boy':
  1271. analplugin = 1
  1272. '<<$ARGS[2]>> takes your butt plug and he puts it back into your anus. He grins: "Go on in the training'
  1273. end
  1274. if $ARGS[1] = 'girl':
  1275. analplugin = 1
  1276. '<<$ARGS[2]>> takes your butt plug and she puts it back into your anus. She grins: "Go on in the training'
  1277. end
  1278. if $ARGS[1] = 'pc':
  1279. analplugin = 1
  1280. 'You take your butt plug and put it back into your anus. You grin: "I have to keep it trained'
  1281. end
  1282. if $ARGS[1] = 'no_plug':
  1283. analplugin = 1
  1284. 'You take your butt plug and put it into your purse. Your anus have to rest for a while now.'
  1285. end
  1286. killvar 'analpluginout'
  1287. end
  1288. end &! --- after_anal ---
  1289. --- dinSex ---------------------------------