sexdvoe 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. # sexdvoe
  2. if $ARGS[0] = 'start':
  3. guy += 2
  4. picrand = rand(0, 1)
  5. xgt 'sexdvoe', 'var'
  6. end
  7. if $ARGS[0] = 'menu':
  8. cla
  9. gs 'stat'
  10. if SexTypeCheck = 0 and picrand > 1:
  11. SexTypeCheck = 1
  12. if picrand = 12:DoubleBan = 1
  13. if picrand = 40:BlowBan = 1 & DoubleBan = 1
  14. end
  15. if dom > 0:
  16. if BlowBan = 0:act 'Blow them':sexdvoeloc = 0 & gt 'sexdvoe', 'sex'
  17. if sameboy = 1:
  18. if DoubleBan = 0:act 'Double penetration':sexdvoeloc = rand(1,2) & gt 'sexdvoe', 'sex'
  19. if SpitVagBan = 0:act 'Spit roast (pussy)':sexdvoeloc = rand(3,4) & gt 'sexdvoe', 'sex'
  20. if SpitAssBan = 0:act 'Spit roast (ass)':sexdvoeloc = rand(5,6) & gt 'sexdvoe', 'sex'
  21. else
  22. if DoubleBan = 0:act 'DP (<<$boytemp>> in pussy)':sexdvoeloc = 1 & gt 'sexdvoe', 'sex'
  23. if DoubleBan = 0:act 'DP (<<$boytemp1>> in pussy)':sexdvoeloc = 2 & gt 'sexdvoe', 'sex'
  24. if SpitVagBan = 0:act 'Spit roast (<<$boytemp>> in pussy)':sexdvoeloc = 3 & gt 'sexdvoe', 'sex'
  25. if SpitVagBan = 0:act 'Spit roast (<<$boytemp1>> in pussy)':sexdvoeloc = 4 & gt 'sexdvoe', 'sex'
  26. if SpitAssBan = 0:act 'Spit roast (<<$boytemp>> in ass)':sexdvoeloc = 5 & gt 'sexdvoe', 'sex'
  27. if SpitAssBan = 0:act 'Spit roast (<<$boytemp1>> in ass)':sexdvoeloc = 6 & gt 'sexdvoe', 'sex'
  28. end
  29. else
  30. act 'Continue':
  31. if BlowBan = 1 and DoubleBan ! 1:
  32. sexdvoe = rand(1,3)
  33. elseif BlowBan = 1 and DoubleBan = 1:
  34. sexdvoe = rand(2,3)
  35. else
  36. sexdvoe = rand(0,3)
  37. end
  38. if sexdvoe = 0:
  39. sexdvoeloc = 0 & gt 'sexdvoe', 'sex'
  40. elseif sexdvoe = 1:
  41. sexdvoeloc = rand(3,4) & gt 'sexdvoe', 'sex'
  42. elseif sexdvoe = 2:
  43. sexdvoeloc = rand(5,6) & gt 'sexdvoe', 'sex'
  44. else
  45. sexdvoeloc = rand(1,2) & gt 'sexdvoe', 'sex'
  46. end
  47. end
  48. end
  49. end
  50. if $ARGS[0] = 'var':
  51. *clr
  52. if $boytemp ! '' and $boytemp1 ! '' and $boytemp = $boytemp1:sameboy = 1
  53. if $boytemp = '':$boytemp = $boy
  54. if $boytemp1 = '':$boytemp1 = $boy1
  55. sexstart = 1
  56. sexvar = rand(3,6)
  57. '<center><img src="images/img/sexdvoe/kiss.jpg"></center>'
  58. 'After some kissing it is time to move on to the next stage.'
  59. xgt 'sexdvoe', 'menu'
  60. end
  61. if $ARGS[0] = 'sex':
  62. !blowjob
  63. if sexdvoeloc = 0:
  64. *clr
  65. horny += rand(10,20)
  66. minut += 10
  67. sexvar -= 1
  68. dynamic $stamina_npc
  69. if dvsxbj = 0:
  70. bj += 1
  71. dvsxbj = 1
  72. end
  73. if sexvar > 0:
  74. '<center><img src="images/img/sexdvoe/minet<<picrand>>.jpg"></center>'
  75. else
  76. '<center><img src="images/img/sexdvoe/cum<<picrand>>.jpg"></center>'
  77. end
  78. 'You try to suck both of their cocks, but they really do not fit inside your mouth at the same time.'
  79. if horny >= 80:
  80. horny = 0
  81. orgasm += 1
  82. 'You have an orgasm.'
  83. end
  84. if sexvar = 1:'<br>They indicate that they will cum soon.'
  85. if sexvar > 0:xgt 'sexdvoe', 'menu'
  86. if sexvar = 0:gs 'sexdvoe', 'end'
  87. !double penetration
  88. elseif sexdvoeloc < 3:
  89. *clr
  90. horny += rand(10,20)
  91. minut += 10
  92. sexvar -= 1
  93. dynamic $stamina_npc
  94. if dvsxsex = 0:
  95. sex += 1
  96. dvsxsex = 1
  97. end
  98. if dvsxanal = 0:
  99. anal += 1
  100. dvsxanal = 1
  101. end
  102. '<center><img src="images/img/sexdvoe/dp<<picrand>>.jpg"></center>'
  103. if sameboy = 1:
  104. 'Both of them fuck you, one of them your ass, the other your pussy. The double friction gives you great pleasure as they are pumping in and out of your body in tandem.'
  105. elseif sexdvoeloc = 1:
  106. 'Both of them fuck you, <<$boytemp1>> in your ass, <<$boytemp>> in your pussy. The double friction gives you great pleasure as they are pumping in and out of your body in tandem.'
  107. cumprecheck = 1
  108. gs 'cum_call', '', '<<$boy>>'
  109. else
  110. 'Both of them fuck you, <<$boytemp>> in your ass, <<$boytemp1>> in your pussy. The double friction gives you great pleasure as they are pumping in and out of your body in tandem.'
  111. cumprecheck = 1
  112. gs 'cum_call', '', '<<$boy1>>'
  113. end
  114. if horny >= 80:
  115. horny = 0
  116. orgasm += 1
  117. 'You have an orgasm.'
  118. end
  119. if sexvar = 1:'<br>They indicate that they will cum soon.'
  120. if sexvar > 0:xgt 'sexdvoe', 'menu'
  121. if sexvar = 0:gs 'sexdvoe', 'end'
  122. !spitroast, pussy
  123. elseif sexdvoeloc < 5:
  124. *clr
  125. horny += rand(10,20)
  126. minut += 10
  127. sexvar -= 1
  128. dynamic $stamina_npc
  129. if dvsxbj = 0:
  130. bj += 1
  131. dvsxbj = 1
  132. end
  133. if dvsxsex = 0:
  134. sex += 1
  135. dvsxsex = 1
  136. end
  137. '<center><img src="images/img/sexdvoe/vag<<picrand>>.jpg"></center>'
  138. if sameboy = 1:
  139. 'While one guy is fucking your pussy, you diligently suck off the second.'
  140. elseif sexdvoeloc = 3:
  141. 'While <<$boytemp>> is fucking your pussy, you diligently suck off <<$boytemp1>>.'
  142. cumprecheck = 1
  143. gs 'cum_call', '', '<<$boy>>'
  144. else
  145. 'While <<$boytemp1>> is fucking your pussy, you diligently suck off <<$boytemp>>.'
  146. cumprecheck = 1
  147. gs 'cum_call', '', '<<$boy1>>'
  148. end
  149. if horny >= 80:
  150. horny = 0
  151. orgasm += 1
  152. 'You have an orgasm.'
  153. end
  154. if sexvar = 1:'<br>They indicate that they will cum soon.'
  155. if sexvar > 0:xgt 'sexdvoe', 'menu'
  156. if sexvar = 0:gs 'sexdvoe', 'end'
  157. !spitroast, ass
  158. else
  159. *clr
  160. horny += rand(10,20)
  161. minut += 10
  162. sexvar -= 1
  163. dynamic $stamina_npc
  164. if dvsxbj = 0:
  165. bj += 1
  166. dvsxbj = 1
  167. end
  168. if dvsxanal = 0:
  169. anal += 1
  170. dvsxanal = 1
  171. end
  172. '<center><img src="images/img/sexdvoe/anal<<picrand>>.jpg"></center>'
  173. if sameboy = 1:
  174. 'While one guy is fucking your ass, you diligently suck off the second.'
  175. elseif sexdvoeloc = 3:
  176. 'While <<$boytemp>> is fucking your ass, you diligently suck off <<$boytemp1>>.'
  177. else
  178. 'While <<$boytemp1>> is fucking your ass, you diligently suck off <<$boytemp>>.'
  179. end
  180. if horny >= 80:
  181. horny = 0
  182. orgasm += 1
  183. 'You have an orgasm.'
  184. end
  185. if sexvar = 1:'<br>They indicate that they will cum soon.'
  186. if sexvar > 0:xgt 'sexdvoe', 'menu'
  187. if sexvar = 0:gs 'sexdvoe', 'end'
  188. end
  189. end
  190. if $ARGS[0] = 'end':
  191. cla
  192. sweat += 1
  193. minut += 10
  194. dvsxbj = 0
  195. dvsxsex = 0
  196. dvsxanal = 0
  197. sexvar = 0
  198. sameboy = 0
  199. sexstart = 0
  200. temp1 = rand(2,9)
  201. temp2 = rand(2,9)
  202. if sexdvoeloc = 0:
  203. temp = rand(0,5)
  204. if temp = 0:
  205. gs 'cum_call', 'hair', '<<$boy>>','<<temp1>>'
  206. elseif temp < 3:
  207. gs 'cum_call', 'face', '<<$boy>>','<<temp1>>'
  208. else
  209. gs 'cum_call', 'mouth', '<<$boy>>','<<temp1>>'
  210. end
  211. temp = rand(0,5)
  212. if temp = 0:
  213. gs 'cum_call', 'hair', '<<$boy1>>','<<temp2>>'
  214. elseif temp < 3:
  215. gs 'cum_call', 'face', '<<$boy1>>','<<temp2>>'
  216. else
  217. gs 'cum_call', 'mouth', '<<$boy1>>','<<temp2>>'
  218. end
  219. 'With a groan they both cum, mostly in your mouth, but it may have gotten on your face too.'
  220. elseif sexdvoeloc = 1:
  221. gs 'cum_call', '', '<<$boy>>','<<temp1>>'
  222. gs 'cum_call', 'anus', '<<$boy1>>','<<temp2>>'
  223. if $boy = $boy1:
  224. 'They groan, and you feel the copious amount of their seed they both pump inside your body at the same time.'
  225. if knowpreg = 0 and thinkpreg = 0:
  226. if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
  227. if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
  228. if tabletkishot = 0 and pillcon <=2000:'<br>"Oh, shit!" You think, realizing with horror that you can become pregnant with the child of a guy whose name you don''t know.'
  229. else
  230. 'You chuckle to yourself, "Well at least I cannot get more pregnant."'
  231. end
  232. else
  233. 'They both groan, and you feel as <<$boytemp>> pump your pussy full of his seed, while <<$boytemp1>>''s semen is released in your ass.'
  234. if knowpreg = 0 and thinkpreg = 0:
  235. if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
  236. if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
  237. if tabletkishot = 0 and pillcon <=2000:'<br>"Oh, God!" You remember with horror that you could become pregnant with the child of <<$boy>>.'
  238. else
  239. 'You chuckle to yourself, "Well at least I cannot get more pregnant."'
  240. end
  241. end
  242. elseif sexdvoeloc = 2:
  243. gs 'cum_call', '', '<<$boy1>>','<<temp2>>'
  244. gs 'cum_call', 'anus', '<<$boy>>','<<temp1>>'
  245. if $boy = $boy1:
  246. 'They groan, and you feel the copious amount of their seed they both pump inside your body at the same time.'
  247. if knowpreg = 0 and thinkpreg = 0:
  248. if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
  249. if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
  250. if tabletkishot = 0 and pillcon <=2000:'<br>"Oh, shit!" You think, realizing with horror that you can become pregnant with the child of a guy whose name you don''t know.'
  251. else
  252. 'You chuckle to yourself, "Well at least I cannot get more pregnant."'
  253. end
  254. else
  255. 'They both groan, and you feel as <<$boytemp1>> pump your pussy full of his seed, while <<$boytemp>>''s semen is released in your ass.'
  256. if knowpreg = 0 and thinkpreg = 0:
  257. if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
  258. if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
  259. if tabletkishot = 0 and pillcon <=2000:'<br>"Oh, God!" You remember with horror that you could become pregnant with the child of <<$boytemp1>>.'
  260. else
  261. 'You chuckle to yourself, "Well at least I cannot get more pregnant."'
  262. end
  263. end
  264. elseif sexdvoeloc = 3:
  265. gs 'cum_call', '', '<<$boy>>','<<temp1>>'
  266. gs 'cum_call', 'mouth', '<<$boy1>>','<<temp2>>'
  267. if $boy = $boy1:
  268. 'They groan, and you have to swallow one of the <<$boytemp>>''s seed while the other pumps your pussy full of his own.'
  269. if knowpreg = 0 and thinkpreg = 0:
  270. if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
  271. if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
  272. if tabletkishot = 0 and pillcon <=2000:'<br>"Oh, shit!" You think, realizing with horror that you can become pregnant with the child of a guy whose name you don''t know.'
  273. else
  274. 'You chuckle to yourself, "Well at least I cannot get more pregnant."'
  275. end
  276. else
  277. 'They both groan, and you have to swallow <<$boytemp1>>''s seed while <<$boytemp>> pumps your pussy full of his own.'
  278. if knowpreg = 0 and thinkpreg = 0:
  279. if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
  280. if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
  281. if tabletkishot = 0 and pillcon <=2000:'<br>"Oh, God!" You remember with horror that you could become pregnant with the child of <<$boytemp>>.'
  282. else
  283. 'You chuckle to yourself, "Well at least I cannot get more pregnant."'
  284. end
  285. end
  286. elseif sexdvoeloc = 4:
  287. gs 'cum_call', '', '<<$boy1>>','<<temp2>>'
  288. gs 'cum_call', 'mouth', '<<$boy>>','<<temp1>>'
  289. if $boy = $boy1:
  290. 'They groan, and you have to swallow one of the <<$boy>>''s seed while the other pumps your pussy full of his own.'
  291. if knowpreg = 0 and thinkpreg = 0:
  292. if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
  293. if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
  294. if tabletkishot = 0 and pillcon <=2000:'<br>"Oh, shit!" You think, realizing with horror that you can become pregnant with the child of a guy whose name you don''t know.'
  295. else
  296. 'You chuckle to yourself, "Well at least I cannot get more pregnant."'
  297. end
  298. else
  299. 'They both groan, and you have to swallow <<$boytemp>>''s seed while <<$boytemp1>> pumps your pussy full of his own.'
  300. if knowpreg = 0 and thinkpreg = 0:
  301. if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
  302. if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
  303. if tabletkishot = 0 and pillcon <=2000:'<br>"Oh, God!" You remember with horror that you could become pregnant with the child of <<$boytemp1>>.'
  304. else
  305. 'You chuckle to yourself, "Well at least I cannot get more pregnant."'
  306. end
  307. end
  308. elseif sexdvoeloc = 5:
  309. gs 'cum_call', 'anus', '<<$boy>>','<<temp1>>'
  310. gs 'cum_call', 'mouth', '<<$boy1>>','<<temp2>>'
  311. if $boy = $boy1:
  312. 'They groan at the same time, and you feel the taste of one of the guys as he cums inside your mouth, while the other one pumps your ass full of his own semen.'
  313. else
  314. 'They groan at the same time, and you feel the taste of <<$boytemp1>>''s seed as he cums inside your mouth, while <<$boytemp>> pumps your ass full of his semen.'
  315. end
  316. else
  317. gs 'cum_call', 'anus', '<<$boy1>>','<<temp2>>'
  318. gs 'cum_call', 'mouth', '<<$boy>>','<<temp1>>'
  319. if $boy = $boy1:
  320. 'They groan at the same time, and you feel the taste of one of the guys as he cums inside your mouth, while the other one pumps your ass full of his own semen.'
  321. else
  322. 'They groan at the same time, and you feel the taste of <<$boytemp>>''s seed as he cums inside your mouth, while <<$boytemp1>> pumps your ass full of his semen.'
  323. end
  324. end
  325. if horny >= 80:
  326. horny = 0
  327. orgasm += 1
  328. end
  329. if picrand = 29:'When it ends boss says that you did well and today you are free and can go.'
  330. if picrand = 39:'Then <<$boyA>> throws you out of the apartment.'
  331. act 'Leave':
  332. $boytemp = ''
  333. $boytemp1 = ''
  334. if picrand >= 24 and picrand <= 26:gt 'office', 'work'
  335. if picrand >= 30 and picrand <= 34:gt 'office', 'work'
  336. if picrand >= 35 and picrand <= 37:gt 'house'
  337. if picrand >= 40 and picrand <= 43:dynamic $brodila
  338. if picrand = 38:gt 'bed', 'vorend'
  339. if picrand = 29 or picrand = 39:gt 'nord'
  340. if kafesexrand = 1:
  341. kafesexrand = 0
  342. gt 'kafe', 'workPred'
  343. end
  344. gt '<<$sexloc>>', 'start'
  345. end
  346. end
  347. --- sexdvoe ---------------------------------