klofdomhouse1 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  1. # klofdomhouse1
  2. if $ARGS[0] = 'start':
  3. cla
  4. *clr
  5. set minut += 5
  6. act 'Ring the doorbell':
  7. cla
  8. if klofQW = 2 and hour >= 16 and klofday ! day:
  9. gt 'klofdomhouse', 'ev1'
  10. elseif klofQW > 2 and hour >= 16 and klofday ! day:
  11. gt 'klofdomhouse', 'start1'
  12. else
  13. 'No one home'
  14. act 'Go home':gt 'street'
  15. end
  16. end
  17. act 'Go home':gt 'street'
  18. end
  19. if $ARGS[0] = 'ev1':
  20. cla
  21. *clr
  22. set klofday = day
  23. set minut += 5
  24. '<center><img src="images/klof/klof.jpg"></center>'
  25. 'You rang the doorbell.'
  26. 'You do not open and you want to leave, but then the door opened.'
  27. 'Hi-<<$name>> said'
  28. '-And that you said (smiling) male-through.'
  29. act 'Stop by':gt 'klofdomhouse', 'ev2'
  30. end
  31. if $ARGS[0] = 'ev2':
  32. cla
  33. *clr
  34. set minut += 5
  35. '<center><img src="images/klof/klof 1.JPG"></center>'
  36. 'You looked around the apartment was a pigsty, the walls papered with peeled everywhere strewn socks.'
  37. 'How pathetic something you guys here rebya - you said and smiled, eyes met the guy.'
  38. 'Nothing, we just arrived in this city soon obzhivaya said grinning guy.'
  39. '- Clear. We are never met.'
  40. '- Call me Zhora, and my sidekick Senya, and now just quickly clean this up in the apartment.'
  41. act 'Clean up':gt 'klofdomhouse', 'ev4'
  42. if sub < 30 and horny < 75:
  43. act 'Leave':gt 'klofdomhouse', 'ev3'
  44. end
  45. end
  46. if $ARGS[0] = 'ev3':
  47. cla
  48. *clr
  49. set minut += 5
  50. set klofQW -= 1
  51. if dom > 0:set dom += 5
  52. if sub > 0:set sub -= 5
  53. '<center><img src="images/qwest/pnx.jpg"></center>'
  54. 'You decided that the guy above you just izdevaetsya and left.'
  55. act 'Leave':gt 'street'
  56. end
  57. if $ARGS[0] = 'ev4':
  58. cla
  59. *clr
  60. set minut += 5
  61. '<center><img src="images/klof/klof 3.JPG"></center>'
  62. 'Remove ZHore you approached and asked.'
  63. 'Jora-you promised money and entertainment, but so far I have not seen what this'
  64. 'Well-look, as I said we are not in a long time, until now we need a girl for home services'
  65. '- When will become closer acquainted, talk about business.'
  66. '- Now be a good girl and I discussed'
  67. act 'Open your legs ZHore':gt 'klofdomhouse', 'ev5'
  68. end
  69. if $ARGS[0] = 'ev5':
  70. cla
  71. *clr
  72. set minut += 5
  73. sex += 1
  74. vagina += 1
  75. '<center><img src="images/klof/klof 4.jpg"></center>'
  76. 'Jora began to fuck you in the pussy, suddenly the door opened.'
  77. 'Into the room came Senya and said, "Suck my cock baby ka"'
  78. act 'Get a mouth Cenis':gt 'klofdomhouse', 'ev6'
  79. end
  80. if $ARGS[0] = 'ev6':
  81. cla
  82. *clr
  83. set hour += 23
  84. set minut += 5
  85. set klofQW += 1
  86. cla
  87. *clr
  88. set money += 200
  89. set bj += 1
  90. set cumface += 1
  91. set cumpussy += 1
  92. '<center><img src="images/klof/klof 5.jpg"></center>'
  93. 'Jora zhetko pecked in your pussy, Xian fucked you in the mouth.'
  94. set horand = rand(1, 100)
  95. if horand <= sex:set horny = 0 & orgasm += 1 & 'You covered orgasm'
  96. if horand > sex:set horny += 10 & 'You were not satisfied'
  97. 'You are dressed and ready to go home.'
  98. 'To you approached and handed the money Jora:"Earned crumb"'
  99. if bj >= anal and bj >= sex:set callnm = 1
  100. if anal >= oral and anal >= sex:set callnm = 2
  101. if Sex >= bj and Sex >= anal:set callnm = 3
  102. if vaf >= 100:set callnm = 4
  103. act 'Go home':gt 'street'
  104. end
  105. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  106. if $ARGS[0] = 'start1':
  107. cla
  108. *clr
  109. set klofday = day
  110. set minut += 5
  111. gt 'klofdomhouse', 'ev7'
  112. end
  113. if $ARGS[0] = 'ev7':
  114. cla
  115. *clr
  116. set minut += 5
  117. '<center><img src="images/klof/klof 1.JPG"></center>'
  118. 'You went to the apartment'
  119. act 'Say hello to the guys':gt 'klofdomhouse', 'ev8'
  120. end
  121. if $ARGS[0] = 'ev8':
  122. cla
  123. *clr
  124. set minut += 5
  125. '<center><img src="images/klof/klof 6.jpg"></center>'
  126. 'Hey baby, guys said, you ogolid breasts and began to fondle you.'
  127. '- Hello boys miss me? - You said and blushed'
  128. act 'Entertain ZHoru':gt 'klofdomhouse', 'ev9'
  129. act 'entertain Senya':gt 'klofdomhouse', 'ev10'
  130. act 'Entertain both':gt 'klofdomhouse', 'ev19'
  131. act 'Ask Zhora about affairs':gt 'klofdomhouse', 'ev20'
  132. end
  133. if $ARGS[0] = 'ev9':
  134. cla
  135. *clr
  136. act 'Writing in the pussy ZHore.':gt 'klofdomhouse', 'ev13'
  137. act 'Writing in the ass ZHore.':gt 'klofdomhouse', 'ev14'
  138. act 'ZHore suck.':gt 'klofdomhouse', 'ev19'
  139. end
  140. if $ARGS[0] = 'ev13':
  141. cla
  142. *clr
  143. set minut += 30
  144. set klofQW += 1
  145. set money += 100
  146. set vagina += 1
  147. set sex += 1
  148. set cumpussy += 1
  149. 'Jora zhetko pecked in your pussy.'
  150. set picrand = rand(1, 3)
  151. if picrand = 1:'<center><img src="images/klof/klof 7.jpg"></center>'
  152. if picrand = 2:'<center><img src="images/klof/klof 8.jpg"></center>'
  153. if picrand = 3:'<center><img src="images/klof/klof 9.jpg"></center>'
  154. set horand = rand(1, 100)
  155. if horand <= sex:set horny = 0 & orgasm += 1 & 'You covered orgasm'
  156. if horand > sex:set horny += 10 & 'You were not satisfied'
  157. 'You feel that Jora razryazhaetsya you.'
  158. '<center><img src="images/klof/klof 10.jpg"></center>'
  159. 'You are dressed and ready to go home.'
  160. 'Jora handed you the money, "Earned crumb"'
  161. act 'Go home':gt 'street'
  162. end
  163. if $ARGS[0] = 'ev14':
  164. cla
  165. *clr
  166. set minut += 30
  167. set klofQW += 1
  168. set money += 100
  169. set anal += 1
  170. set anus += 1
  171. set cumass += 1
  172. 'Jora with full force hammer you in the ass.'
  173. set picrand = rand(1, 3)
  174. if picrand = 1:'<center><img src="images/klof/klof 11.jpg"></center>'
  175. if picrand = 2:'<center><img src="images/klof/klof 12.jpg"></center>'
  176. if picrand = 3:'<center><img src="images/klof/klof 13.jpg"></center>'
  177. set horand = rand(1, 100)
  178. if horand <= sex:set horny = 0 & orgasm += 1 & 'You covered orgasm'
  179. if horand > sex:set horny += 10 & 'You were not satisfied'
  180. act '....':
  181. cla
  182. *clr
  183. 'Jora discharge you in the ass, in the ass and inserts gag'
  184. '<center><img src="images/klof/klof 14.jpg"></center>'
  185. 'You are dressed and ready to go home.'
  186. 'Jora handed you the money, "Earned crumb"'
  187. act 'Go home':gt 'street'
  188. end
  189. end
  190. if $ARGS[0] = 'ev15':
  191. cla
  192. *clr
  193. set minut += 30
  194. set klofQW += 1
  195. set money += 100
  196. set bj += 1
  197. set cumface += 1
  198. 'You passionately clasped Zhorin member lips.'
  199. set picrand = rand(1, 3)
  200. if picrand = 1:'<center><img src="images/klof/klof 15.jpg"></center>'
  201. if picrand = 2:'<center><img src="images/klof/klof 16.jpg."></center>'
  202. if picrand = 3:'<center><img src="images/klof/klof 17.jpg."></center>'
  203. set horand = rand(1, 100)
  204. if horand <= sex:set horny = 0 & orgasm += 1 & 'You covered orgasm'
  205. if horand > sex:set horny += 10 & 'You were not satisfied'
  206. act '....':
  207. cla
  208. *clr
  209. 'Jora discharged in your face'
  210. set picrand = rand(1, 3)
  211. if picrand = 1:'<center><img src="images/klof/klof 18.jpg"></center>'
  212. if picrand = 2:'<center><img src="images/klof/klof 19.jpg."></center>'
  213. if picrand = 3:'<center><img src="images/klof/klof 20.jpg."></center>'
  214. 'You are dressed and ready to go home.'
  215. 'Jora handed you the money, "Earned crumb"'
  216. act 'Go home':gt 'street'
  217. end
  218. end
  219. if $ARGS[0] = 'ev10':
  220. cla
  221. *clr
  222. act 'Writing in the pussy Seine.':gt 'klofdomhouse', 'ev 16'
  223. act 'Writing in the ass Seine.':gt 'klofdomhouse', 'ev 17'
  224. act 'Suck Seine.':gt 'klofdomhouse', 'ev 18'
  225. end
  226. if $ARGS[0] = 'ev 16':
  227. cla
  228. *clr
  229. set minut += 30
  230. set klofQW += 1
  231. set money += 100
  232. set vagina += 1
  233. set sex += 1
  234. 'Hsien zhetko pecked in your pussy.'
  235. set picrand = rand(1, 3)
  236. if picrand = 1:'<center><img src="images/klof/klof 7.jpg"></center>'
  237. if picrand = 2:'<center><img src="images/klof/klof 8.jpg"></center>'
  238. if picrand = 3:'<center><img src="images/klof/klof 9.jpg"></center>'
  239. set horand = rand(1, 100)
  240. if horand <= sex:set horny = 0 & orgasm += 1 & 'You covered orgasm'
  241. if horand > sex:set horny += 10 & 'You were not satisfied'
  242. act '....':
  243. cla
  244. *clr
  245. 'You feel that Jora razryazhaetsya you.'
  246. '<center><img src="images/klof/klof 10.jpg"></center>'
  247. 'You are dressed and ready to go home.'
  248. 'Hsien handed you the money, "Earned crumb"'
  249. act 'Go home':gt 'street'
  250. end
  251. end
  252. if $ARGS[0] = 'ev 17':
  253. cla
  254. *clr
  255. set minut += 30
  256. set klofQW += 1
  257. set money += 100
  258. set cumass += 1
  259. anal += 1
  260. anus += 1
  261. 'Hsien with full force hammer you in the ass.'
  262. set picrand = rand(1, 3)
  263. if picrand = 1:'<center><img src="images/klof/klof 11.jpg"></center>'
  264. if picrand = 2:'<center><img src="images/klof/klof 12.jpg"></center>'
  265. if picrand = 3:'<center><img src="images/klof/klof 13.jpg"></center>'
  266. set horand = rand(1, 100)
  267. if horand <= sex:set horny = 0 & orgasm += 1 & 'You covered orgasm'
  268. if horand > sex:set horny += 10 & 'You were not satisfied'
  269. act '....':
  270. cla
  271. *clr
  272. 'Hsien discharge you in the ass, in the ass and inserts gag'
  273. '<center><img src="images/klof/klof 14.jpg"></center>'
  274. 'You are dressed and ready to go home.'
  275. 'Hsien handed you the money, "Earned crumb"'
  276. act 'Go home':gt 'street'
  277. end
  278. end
  279. if $ARGS[0] = 'ev 18':
  280. cla
  281. *clr
  282. set minut += 30
  283. set klofQW += 1
  284. set money += 100
  285. bj += 1
  286. set guy += 1
  287. set cumlip += 1
  288. 'You passionately clasped Senenin member lips.'
  289. set picrand = rand(1, 3)
  290. if picrand = 1:'<center><img src="images/klof/klof 15.jpg"></center>'
  291. if picrand = 2:'<center><img src="images/klof/klof 16.jpg."></center>'
  292. if picrand = 3:'<center><img src="images/klof/klof 17.jpg."></center>'
  293. set horand = rand(1, 100)
  294. if horand <= sex:set horny = 0 & orgasm += 1 & 'You covered orgasm'
  295. if horand > sex:set horny += 10 & 'You were not satisfied'
  296. act '....':
  297. cla
  298. *clr
  299. facial += 1
  300. 'Hsien discharged in your face'
  301. set picrand = rand(1, 3)
  302. if picrand = 1:'<center><img src="images/klof/klof 18.jpg"></center>'
  303. if picrand = 2:'<center><img src="images/klof/klof 19.jpg."></center>'
  304. if picrand = 3:'<center><img src="images/klof/klof 20.jpg."></center>'
  305. 'You are dressed and ready to go home.'
  306. 'Hsien handed you the money, "Earned crumb"'
  307. act 'Go home':gt 'street'
  308. end
  309. end
  310. if $ARGS[0] = 'ev19':
  311. cla
  312. *clr
  313. set minut += 30
  314. set klofQW += 2
  315. set money += 200
  316. sex += 1
  317. set bj += 1
  318. set cumface += 1
  319. facial += 1
  320. set cumpussy += 1
  321. set vagina += 1
  322. set picrand = rand(1, 3)
  323. if picrand = 1:'<center><img src="images/klof/klof 21.jpg."></center>'
  324. if picrand = 2:'<center><img src="images/klof/klof 22.jpg."></center>'
  325. if picrand = 3:'<center><img src="images/klof/klof 23.jpg."></center>'
  326. 'Jora brutally fuck you in the mouth and pussy Cenya dryuchit'
  327. set horand = rand(1, 100)
  328. if horand <= sex:set horny = 0 & orgasm += 1 & 'You covered orgasm'
  329. if horand > sex:set horny += 10 & 'You were not satisfied'
  330. 'Finally they both finished, one in the pussy, the other on the face.'
  331. 'You are dressed and ready to go home.'
  332. 'Boys stretched you money, "Earned crumb"'
  333. act 'Go home':gt 'street'
  334. end
  335. if $ARGS[0] = 'ev20':
  336. cla
  337. *clr
  338. set klofday = day
  339. set minut += 5
  340. '<center><img src="images/klof/klof.jpg"></center>'
  341. 'If you want to talk serious business with our boss'
  342. act 'Talk to the boss':
  343. cla
  344. if klofQW < 10:gt 'klofdomhouse', 'ev21'
  345. if klofQW >= 10:gt 'klofdomhouse', 'ev22'
  346. end
  347. end
  348. if $ARGS[0] = 'ev21':
  349. cla
  350. *clr
  351. 'From the room came an ugly old man'
  352. '<center><img src="images/klof/klof24.jpg"></center>'
  353. '"Too early you climb into our business" - he said.'
  354. act 'Go home':gt 'street'
  355. end
  356. if $ARGS[0] = 'ev22':
  357. cla
  358. *clr
  359. 'From the room came an ugly old man'
  360. '<center><img src="images/klof/klof24.jpg"></center>'
  361. 'Boss looked closely at you and said, "Come to me, look at what you´re ready for the money"'
  362. act 'Go to the boss room.':gt 'klofdomhouse', 'ev23'
  363. act 'Go home':gt 'street'
  364. end
  365. if $ARGS[0] = 'ev23':
  366. cla
  367. *clr
  368. 'You went into the room boss surprisingly it was well renovated and furnished'
  369. '<center><img src="images/klof/klof25.jpg"></center>'
  370. 'Well Well take off your clothes and show yourself - said the boss'
  371. act 'Show yourself':gt 'klofdomhouse', 'ev24'
  372. act 'Send it to .....':gt 'street'
  373. end
  374. if $ARGS[0] = 'ev24':
  375. cla
  376. *clr
  377. 'You sat on the bed'
  378. '<center><img src="images/klof/klof 26.jpg"></center>'
  379. act 'Show breast':gt 'klofdomhouse', 'ev25'
  380. end
  381. if $ARGS[0] = 'ev25':
  382. cla
  383. *clr
  384. 'You bared her breasts'
  385. '<center><img src="images/klof/klof 26 (1).jpg"></center>'
  386. act 'Show ass':gt 'klofdomhouse', 'ev26'
  387. end
  388. if $ARGS[0] = 'ev26':
  389. cla
  390. *clr
  391. 'You pokazli his ass'
  392. '<center><img src="images/klof/klof 26</center>.jpg"></center>'
  393. act 'Remove dress':gt 'klofdomhouse', 'ev27'
  394. end
  395. if $ARGS[0] = 'ev27':
  396. cla
  397. *clr
  398. 'You took off her dress'
  399. '<center><img src="images/klof/klof 26 (4).jpg"></center>'
  400. act 'Seduce the boss':gt 'klofdomhouse', 'ev28'
  401. end
  402. if $ARGS[0] = 'ev27':
  403. cla
  404. *clr
  405. 'You sat on the bed and pushed the legs '
  406. '<center><img src="images/klof/klof 26 (6).jpg"></center>'
  407. act 'Seduce the boss':gt 'klofdomhouse', 'ev28'
  408. end
  409. if $ARGS[0] = 'ev28':
  410. cla
  411. *clr
  412. 'You turned on its side and the boss showed their charms'
  413. '<center><img src="images/klof/1284364hjl.jpg)"></center>'
  414. act 'Spin the ass before the boss':gt 'klofdomhouse', 'ev29'
  415. end
  416. if $ARGS[0] = 'ev29':
  417. cla
  418. *clr
  419. 'You turned on its side and the boss showed their charms'
  420. '<center><img src="images/klof/1284365sgp.jpg"></center>'
  421. act 'Seduce the boss':gt 'klofdomhouse', 'ev29'
  422. end
  423. --- klofdomhouse1 ---------------------------------