zaprFWash 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453
  1. # zaprFWash
  2. if $ARGS[0] = 'start':
  3. $metka = 'start'
  4. $loc = 'zaprFWash'
  5. $metkaM = 'start'
  6. $locM = 'zaprFWash'
  7. cla
  8. clr
  9. if temper < 10:
  10. 'It''s too cold you''re more likely to get ill than make money, maybe try when the weather is a bit nicer?'
  11. act 'Return':gt 'zaprF', 'start'
  12. elseif spdirtyc > 0 or spdirtyv > 0:
  13. minut += 5
  14. 'The gas station worker chases you away: "Go at least wash yourself, whore!"'
  15. act 'Leave':gt 'zaprF', 'start'
  16. else
  17. if (PCloBimbo = 1 or PCloStyle = 4) and pcs_apprnc >= 60:
  18. minut += 60
  19. pcs_sweat += 2
  20. money += 120
  21. skimpyCustomerChance = rand(1, 100)
  22. if skimpyCustomerChance > 30:
  23. gt 'zaprFWash', 'titsQ'
  24. else
  25. gt 'zaprFWash', 'wash'
  26. end
  27. else
  28. minut += 60
  29. pcs_sweat += 2
  30. money += 80
  31. gt 'zaprFWash', 'wash'
  32. end
  33. end
  34. end
  35. if $ARGS[0] = 'wash':
  36. if PCloBimbo = 1 or PCloStyle = 4:
  37. i = rand(1, 4)
  38. '<center><img src="images\locations/shared/carwash/bimboclean<<i>>.jpg"></center>'
  39. else
  40. i = rand(1, 4)
  41. '<center><img src="images\locations/shared/carwash/regular<<i>>.jpg"></center>'
  42. end
  43. 'You washed windows of several cars and earned some cash.'
  44. act 'Continue':gt 'zaprF', 'start'
  45. end
  46. if $ARGS[0] = 'titsQ':
  47. i = rand(1, 4)
  48. '<center><img src="images\locations/shared/carwash/bimboclean<<i>>.jpg"></center>'
  49. 'You wash another car. The driver finishes filling his tank and goes towards you giving you some change. It''s obvious he''d like something more.'
  50. 'Want to earn more? Show me your tits, girl. Theres 100 in it, just like that.'
  51. act 'Agree and show him your tits':gt 'zaprFWash', 'titsFlash'
  52. act 'Refuse':gt 'zaprF', 'start'
  53. end
  54. if $ARGS[0] = 'assQ':
  55. i = rand(1, 4)
  56. '<center><img src="images\locations/shared/carwash/bimboclean<<i>>.jpg"></center>'
  57. 'That was cool, girl. How about your ass, will another 100 make it flash for me?'
  58. act 'Agree and show him your ass':gt 'zaprFWash', 'assFlash'
  59. act 'Refuse':gt 'zaprF', 'start'
  60. end
  61. if $ARGS[0] = 'blowQ':
  62. i = rand(1, 4)
  63. '<center><img src="images\locations/shared/carwash/bimboclean<<i>>.jpg"></center>'
  64. 'Wonderful ass! I have a problem now, girl. It''s getting tight down here, in my pants. Want to put your mouth to a good use? There is another 300 in it.'
  65. act 'Agree and give him blowjob':gt 'zaprFWash', 'blowjob'
  66. act 'Refuse':gt 'zaprF', 'start'
  67. end
  68. if $ARGS[0] = 'titsFlash':
  69. money += 100
  70. gifornot = rand (1, 100)
  71. if gifornot < 30:
  72. i = rand(1, 3)
  73. '<center><img src="images\locations/shared/carwash/titsflash<<i>>.jpg"></center>'
  74. else
  75. i = rand(1, 7)
  76. '<center><img src="images\locations/shared/carwash/titsflash<<i>>.gif"></center>'
  77. end
  78. 'You quickly pull up your top and show him your naked breasts for a few seconds. Then you hurry to cower up and quickly take your money.'
  79. gs 'arousal', 'flash_breasts', 5, 'exhibitionism'
  80. gs 'stat'
  81. if sub >= 30 or bimbolevel >= 1 or pcs_horny > 4:
  82. act 'Continue':gt 'zaprFWash', 'assQ'
  83. else
  84. act 'Run away':gt 'zaprF', 'start'
  85. end
  86. end
  87. if $ARGS[0] = 'assFlash':
  88. money += 100
  89. gifornot = rand (1, 100)
  90. if gifornot < 30:
  91. i = rand(1, 2)
  92. '<center><img src="images\locations/shared/carwash/assflash<<i>>.jpg"></center>'
  93. else
  94. i = rand(1, 5)
  95. '<center><img src="images\locations/shared/carwash/assflash<<i>>.gif"></center>'
  96. end
  97. 'You quickly pull down your pants and show him your ass for a few seconds. Then you hurry to cower up and quickly take your money.'
  98. gs 'arousal', 'flash_ass', 5, 'exhibitionism'
  99. gs 'stat'
  100. if sub >= 30 or bimbolevel >= 1 or pcs_horny > 6:
  101. act 'Continue':gt 'zaprFWash', 'blowQ'
  102. else
  103. act 'Run away':gt 'zaprF', 'start'
  104. end
  105. end
  106. if $ARGS[0] = 'blowjob':
  107. gs 'npcgeneratec', 0, 'gas station customer', rand(18,40)
  108. gs 'boyStat', $npclastgenerated
  109. money += 300
  110. gifornot = rand (1, 100)
  111. if gifornot < 30:
  112. i = rand(1, 4)
  113. '<center><img src="images\locations/shared/carwash/sex/blowjob<<i>>.jpg"></center>'
  114. else
  115. i = rand(1, 3)
  116. '<center><img src="images\locations/shared/carwash/sex/blowjob<<i>>.gif"></center>'
  117. end
  118. 'You go with him behind the gas station, where you get the promised money, kneel down, unzip his pants and start working with your mouth.'
  119. 'After a while, the man starts trying to remove your clothes. He asks you to surrender to him your pussy: "I''ll give you another 300 if you let me take your pussy! C''mon!'
  120. gs 'arousal', 'bj', 15, 'sub', 'prostitute'
  121. gs 'stat'
  122. if sub >= 30 or bimbolevel >= 1 or pcs_horny > 6:
  123. if pcs_vag = 0:
  124. act 'Offer your ass instead (you don''t want to loose virginity to this stranger..)':gt 'zaprFWash', 'fuckAnal'
  125. else
  126. act 'Offer your pussy':gt 'zaprFWash', 'fuckPussy'
  127. act 'Offer your ass':gt 'zaprFWash', 'fuckAnal'
  128. end
  129. act 'Suck stronger to make him cum':gt 'zaprFWash', 'blowjobEndQ'
  130. else
  131. act 'Suck stronger to make him cum':gt 'zaprFWash', 'blowjobEndQ'
  132. end
  133. end
  134. if $ARGS[0] = 'fuckPussy':
  135. money += 300
  136. pcs_vag += 1
  137. gs 'cum_call', ''
  138. gs 'stat'
  139. gifornot = rand (1, 100)
  140. if gifornot < 40:
  141. i = rand(1, 4)
  142. '<center><img src="images\locations/shared/carwash/sex/fuckpussy<<i>>.jpg"></center>'
  143. else
  144. i = rand(1, 4)
  145. '<center><img src="images\locations/shared/carwash/sex/fuckpussy<<i>>.gif"></center>'
  146. end
  147. 'You bent you over and the man started fucking your pussy.'
  148. gs 'arousal', 'vaginal', 30, 'sub', 'prostitute'
  149. gs 'stat'
  150. act 'Continue':gt 'zaprFWash', 'pussyEndQ'
  151. end
  152. if $ARGS[0] = 'fuckAnal':
  153. money += 300
  154. gifornot = rand (1, 100)
  155. if gifornot < 40:
  156. i = rand(1, 4)
  157. '<center><img src="images\locations/shared/carwash/sex/fuckanal<<i>>.jpg"></center>'
  158. else
  159. i = rand(1, 4)
  160. '<center><img src="images\locations/shared/carwash/sex/fuckanal<<i>>.gif"></center>'
  161. end
  162. 'You bent you over and the man started fucking your ass with his cock already wet from your saliva.'
  163. gs 'arousal', 'anal', 30, 'sub', 'prostitute'
  164. gs 'stat'
  165. rapePussyChance = rand(1, 100)
  166. if rapePussyChance < 10:
  167. act 'Continue':gt 'zaprFWash', 'rapePussy'
  168. else
  169. act 'Continue':gt 'zaprFWash', 'analEndQ'
  170. end
  171. end
  172. if $ARGS[0] = 'rapePussy':
  173. i = rand(1, 5)
  174. '<center><img src="images\locations/shared/carwash/sex/hardanal<<i>>.gif"></center>'
  175. 'The man fucks your ass furiously, taking no regard to your painful moans. As you try to move away a bit to limit the depth of him being in your ass, he slaps your buttcheeks hard and shouts:'
  176. '"Stop moving bitch! What do you think you are that you can tell me what to do?"'
  177. if pcs_vag = 0:
  178. 'He gropes your ass, lifts it up and suddenly he sees your virgin membrane.'
  179. '"What, you are a virgin? Such slut and virgin, really?"'
  180. rapeAnyway = rand(1, 100)
  181. if rapeAnyway < 50:
  182. '"It would have come to you, virgin slut, sooner or later. Now enjoy and remember this moment!"'
  183. act 'Continue':gt 'zaprFWash', 'rapePussyYes'
  184. else
  185. '"Girls like you should not be whoring like that! Someone was supposed to give you a hard lesson long time ago."'
  186. act 'Continue':gt 'zaprFWash', 'punishSpank'
  187. end
  188. else
  189. act 'Continue':gt 'zaprFWash', 'rapePussyYes'
  190. end
  191. pcs_mood = 5
  192. gs 'stat'
  193. end
  194. if $ARGS[0] = 'rapePussyYes':
  195. 'He gropes your ass, lifts it up and pushes his dick inside your pussy in one thrust, all the way in!'
  196. i = rand(1, 3)
  197. '<center><img src="images\locations/shared/carwash/sex/pussytoanal<<i>>.gif"></center>'
  198. gs 'arousal', 'vaginal', 15, 'sub', 'prostitute', 'rough'
  199. gs 'stat'
  200. act 'Continue':gt 'zaprFWash', 'vaginaCum'
  201. end
  202. if $ARGS[0] = 'analEndQ':
  203. 'You can feel that the man is reaching orgasm. You decide to..:'
  204. act 'Let him cum in your ass':gt 'zaprFWash', 'assCum'
  205. act 'Take his cum on your face':gt 'zaprFWash', 'blowjobEndFace'
  206. act 'Let him cum inside your mouth':gt 'zaprFWash', 'blowjobEndMouth'
  207. end
  208. if $ARGS[0] = 'pussyEndQ':
  209. 'You can feel that the man is reaching orgasm. You decide to..:'
  210. act 'Let him cum in your vagina':gt 'zaprFWash', 'vaginaCum'
  211. act 'Take his cum on your face':gt 'zaprFWash', 'blowjobEndFace'
  212. act 'Let him cum inside your mouth':gt 'zaprFWash', 'blowjobEndMouth'
  213. end
  214. if $ARGS[0] = 'assCum':
  215. minut += 5
  216. pain['asshole'] += 1
  217. pcs_ass += 1
  218. gs 'cum_call', 'anus'
  219. gs 'stat'
  220. i = rand(1, 2)
  221. '<center><img src="images\locations/shared/carwash/sex/cumanal<<i>>.gif"></center>'
  222. 'You let him cum deep inside your ass. Pleasant warmth fills your insides as he flushes his load deep inside you. When he pulls out, a bit of sperm goes out of your hole, before you can tighten your fucked out anus.'
  223. gs 'arousal', 'end'
  224. gs 'stat'
  225. act 'Go back to gas station':gt 'zaprF', 'start'
  226. end
  227. if $ARGS[0] = 'vaginaCum':
  228. minut += 5
  229. pcs_vag += 1
  230. pain['vaginal'] += 4
  231. gs 'cum_call', ''
  232. gs 'stat'
  233. i = rand(1, 5)
  234. '<center><img src="images\locations/shared/carwash/sex/cumpussy<<i>>.gif"></center>'
  235. 'You let him cum deep inside your vagina. Pleasant warmth fills your insides as he flushes his load deep inside you. When he pulls out, a bit of sperm goes out of your hole.'
  236. gs 'arousal', 'end'
  237. gs 'stat'
  238. act 'Go back to gas station':gt 'zaprF', 'start'
  239. end
  240. if $ARGS[0] = 'blowjobEndQ':
  241. 'You can feel that the man is reaching orgasm. You decide to take it..:'
  242. act 'On your face':gt 'zaprFWash', 'blowjobEndFace'
  243. act 'In your mouth':gt 'zaprFWash', 'blowjobEndMouth'
  244. end
  245. if $ARGS[0] = 'blowjobEndFace':
  246. minut += 5
  247. if gifornot < 30:
  248. i = rand(1, 2)
  249. '<center><img src="images\locations/shared/carwash/sex/cumface<<i>>.gif"></center>'
  250. else
  251. i = rand(1, 4)
  252. '<center><img src="images\locations/shared/carwash/sex/cumface<<i>>.jpg"></center>'
  253. end
  254. 'When the man started to ejaculate, you have quickly taken his cock out and pointed it towards your face. His sack was full, you can say that for sure.'
  255. gs 'cum_call', 'face'
  256. gs 'arousal', 'end'
  257. gs 'stat'
  258. act 'Go back to gas station':gt 'zaprF', 'start'
  259. end
  260. if $ARGS[0] = 'blowjobEndMouth':
  261. minut += 5
  262. gifornot = rand (1, 100)
  263. if gifornot < 30:
  264. i = rand(1, 4)
  265. '<center><img src="images/locations/shared/carwash/sex/cummouth<<i>>.jpg"></center>'
  266. else
  267. '<center><img src="images/locations/shared/carwash/sex/cummouth1.gif"></center>'
  268. end
  269. 'When the started to ejaculate, you have quickly taken his cock slightly out of your mouth and pointed it towards it, so he can see the cum flying inside you. His sack was full, you can say that for sure.'
  270. gs 'cum_call', 'mouth'
  271. gs 'arousal', 'end'
  272. gs 'stat'
  273. act 'Continue':gt 'zaprFWash', 'blowjobEndMouthQ'
  274. end
  275. if $ARGS[0] = 'blowjobEndMouthQ':
  276. 'Your mouth is full of sperm. You decide to..:'
  277. act 'Swallow and show him your empty mouth':gt 'zaprFWash', 'blowjobEndMouthSwallow'
  278. act 'Spit it out in front of him':gt 'zaprFWash', 'blowjobEndMouthSpit'
  279. end
  280. if $ARGS[0] = 'blowjobEndMouthSwallow':
  281. 'You gulp the mouthfull of sperm and stick out your tongue as a proof that all is gone in your belly.'
  282. i = rand(1, 4)
  283. '<center><img src="images\locations/shared/carwash/sex/swallow<<i>>.jpg"></center>'
  284. 'The man smiles, slaps you mildly on your face and says: "What a nice young slut you are. Next time I need a refill, I''ll be sure to stop by."'
  285. act 'Go back to gas station':gt 'zaprF', 'start'
  286. end
  287. if $ARGS[0] = 'blowjobEndMouthSpit':
  288. 'You spit the moutfull down between the legs of your customer. He doesnt seem happy about it...'
  289. i = rand(1, 3)
  290. gifornot = rand (1, 100)
  291. if gifornot > 30:
  292. '<center><img src="images\locations/shared/carwash/sex/spit<<i>>.jpg"></center>'
  293. else
  294. '<center><img src="images\locations/shared/carwash/sex/spit1.gif"></center>'
  295. end
  296. 'His face darkens and he says: "What, my cum is not good enough for you to swallow? I''ll teach you bitch!"'
  297. 'He moves onto you with angry scary face!'
  298. act 'Run away back to gas station':gt 'zaprFWash', 'runback'
  299. end
  300. if $ARGS[0] = 'runback':
  301. runSuccess = rand(1, 100)
  302. if runSuccess > 50:
  303. 'You have managed to escape his grasp!'
  304. act 'Continue':gt 'zaprF', 'start'
  305. else
  306. pain['cheeks'] += 2
  307. pain['head'] += 2
  308. pain['mouth'] += 2
  309. pain['neck'] += 4
  310. '<center><img src="images/locations/shared/carwash/sex/punishbeatface.gif"></center>'
  311. 'You werent quick enough and he caught you. He pushed you down and started to slap your face!'
  312. gs 'arousal', 'end'
  313. gs 'stat'
  314. act 'Endure his punishment':gt 'zaprFWash', 'punish'
  315. end
  316. end
  317. if $ARGS[0] = 'punish':
  318. punishType = rand(1, 100)
  319. if punishType < 33:
  320. gt 'zaprFWash', 'punishSpank'
  321. elseif punishType < 66:
  322. gt 'zaprFWash', 'punishPussyQ'
  323. else
  324. gt 'zaprFWash', 'punishAnal'
  325. end
  326. end
  327. if $ARGS[0] = 'punishSpank':
  328. minut += 20
  329. pcs_horny = 0
  330. pain['asscheeks'] += 5
  331. '<center><img src="images/locations/shared/carwash/sex/punishspank.gif"></center>'
  332. 'The angry man bent you over an old chair, took down your pants and began to spank you. Hard.'
  333. 'After twenty minutes of ruthless punishment, you can finally crawl away with your burning ass.'
  334. abductionChance = rand(1, 100)
  335. if abductionChance <= 10 or sub > 90 and leonidSlave = 0:
  336. act 'Continue':gt 'zaprFWash', 'getAbducted'
  337. else
  338. act 'Get back to gas station':gt 'zaprF', 'start'
  339. end
  340. pcs_mood = 5
  341. gs 'stat'
  342. gs 'arousal', 'end'
  343. gs 'stat'
  344. end
  345. if $ARGS[0] = 'punishPussyQ':
  346. 'The angry man dragged you to an old house. He bend you over something and started to rub your pussy.'
  347. if pcs_vag = 0:
  348. 'Suddenly he shouted: "What? You are a virgin? Such self selling slut and still a virgin?'
  349. penetrate = rand (1, 100)
  350. if penetrate <= 100 and penetrate > 66:
  351. 'Someone should have done this long time ago!'
  352. act 'Endure':gt 'zaprFWash', 'punishSpank'
  353. elseif penetrate <= 66 and penetrate > 33:
  354. 'I''ll spare your virginity but you''ll get fucked anyway. Sluts don''t have just one hole, right?'
  355. act 'Endure':gt 'zaprFWash', 'punishAnal'
  356. else
  357. 'This makes it even better! I''ll enjoy your tears even more!'
  358. act 'Endure':gt 'zaprFWash', 'punishPussy'
  359. end
  360. else
  361. 'Let''s try this teenie snatch!'
  362. act 'Endure':gt 'zaprFWash', 'punishPussy'
  363. end
  364. end
  365. if $ARGS[0] = 'punishPussy':
  366. pcs_vag += 1
  367. pain['vaginal'] += 4
  368. gs 'cum_call', ''
  369. gs 'stat'
  370. i = rand(1, 5)
  371. '<center><img src="images\locations/shared/carwash/sex/punishpussy<<i>>.gif"></center>'
  372. 'He bent you over and started ruthlessly fucking your dry pussy.'
  373. 'After half hour of ruthless pussy destroying, you can finally crawl away with your sore pussy.'
  374. pcs_horny = 0
  375. gs 'arousal', 'vaginal', 30, 'sub', 'rough'
  376. gs 'stat'
  377. abductionChance = rand(1, 100)
  378. if abductionChance <= 10 or sub > 90:
  379. act 'Continue':gt 'zaprFWash', 'getAbducted'
  380. else
  381. act 'Get back to gas station':gt 'zaprF', 'start'
  382. end
  383. pcs_mood = 5
  384. gs 'stat'
  385. end
  386. if $ARGS[0] = 'punishAnal':
  387. pain['asshole'] += 6
  388. pcs_ass += 1
  389. gs 'cum_call', 'anus'
  390. pcs_mood = 5
  391. gs 'stat'
  392. pcs_horny = 0
  393. i = rand(1, 3)
  394. '<center><img src="images\locations/shared/carwash/sex/punishanal<<i>>.gif"></center>'
  395. 'The angry man dragged you to an old house. He bent you over on the ground and started ruthlessly fucking your dry anus.'
  396. 'After half hour of ruthless assfuck, you can finally crawl away with your sore ass.'
  397. gs 'arousal', 'anal', 30, 'sub', 'prostitute'
  398. gs 'stat'
  399. abductionChance = rand(1, 100)
  400. if abductionChance <= 10 or sub > 90:
  401. act 'Continue':gt 'zaprFWash', 'getAbducted'
  402. else
  403. act 'Get back to gas station':gt 'zaprF', 'start'
  404. end
  405. end
  406. if $ARGS[0] = 'getAbducted':
  407. 'But your perpetrator hasn''t stopped yet.'
  408. 'He catches you again and drags you to his car and pushes you into the trunk..'
  409. 'You probably made a terrible mistake..'
  410. act 'Cry for help':gt 'abduction', 'start'
  411. end
  412. --- zaprFWash ---------------------------------