zaprFWash 16 KB

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