1
0

paysex 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. # paysex
  2. if $ARGS[0] = 'start':
  3. minut += 30
  4. gang += 1
  5. sweat += 1
  6. picrand = rand(0, 1)
  7. gt 'paysex', 'var'
  8. end
  9. if $ARGS[0] = 'var':
  10. colpaysex += 1
  11. paysexrand = rand(0, 2)
  12. if paysexrand = 0:
  13. cla
  14. *clr
  15. horny += 10
  16. SUB += 1
  17. if paysxbj = 0:
  18. bj += 1
  19. paysxbj = 1
  20. end
  21. if paysxsex = 0:
  22. sex += 1
  23. paysxsex = 1
  24. $boy = 'Man from a gang bang used as payment'
  25. cumprecheck = 1
  26. gs 'cum_manage'
  27. end
  28. '<center><img src="images/img/paysex/vag<<picrand>>.jpg"></center>'
  29. 'While one guy fucks your pussy, you sucked the rest.'
  30. act 'More':gt 'paysex', 'var'
  31. if colpaysex > 3:
  32. act 'Finish.':gt 'paysex', 'end'
  33. end
  34. elseif paysexrand = 1:
  35. cla
  36. *clr
  37. horny += 10
  38. SUB += 1
  39. if paysxbj = 0:
  40. bj += 1
  41. paysxbj = 1
  42. end
  43. if paysxanal = 0:
  44. anal += 1
  45. paysxanal = 1
  46. end
  47. '<center><img src="images/img/paysex/anal<<picrand>>.jpg"></center>'
  48. 'While one guy fucks you in the ass, you sucked the rest.'
  49. act 'More':gt 'paysex', 'var'
  50. if colpaysex > 3:
  51. act 'Finish.':gt 'paysex', 'end'
  52. end
  53. elseif paysexrand = 2:
  54. cla
  55. *clr
  56. horny += 10
  57. if paysxbj = 0:
  58. bj += 1
  59. paysxbj = 1
  60. end
  61. if paysxsex = 0:
  62. sex += 1
  63. paysxsex = 1
  64. $boy = 'Man from a gang bang used as payment'
  65. cumprecheck = 1
  66. gs 'cum_manage'
  67. end
  68. if paysxanal = 0:
  69. anal += 1
  70. paysxanal = 1
  71. end
  72. '<center><img src="images/img/paysex/dp<<picrand>>.jpg"></center>'
  73. 'Fuck you in all the cracks.'
  74. act 'More':gt 'paysex', 'var'
  75. if colpaysex > 3:
  76. act 'Finish.':gt 'paysex', 'end'
  77. end
  78. end
  79. end
  80. if $ARGS[0] = 'end':
  81. cla
  82. *clr
  83. paysxbj = 0
  84. paysxsex = 0
  85. paysxanal = 0
  86. colpaysex = 0
  87. temp = 2
  88. :paysexloop
  89. $boy = 'Man from a gang bang used as payment <<temp>>'
  90. gs 'cum_manage'
  91. spafinloc = 1
  92. gs 'cum_manage'
  93. spafinloc = 3
  94. gs 'cum_manage'
  95. spafinloc = 4
  96. gs 'cum_manage'
  97. spafinloc = 8
  98. gs 'cum_manage'
  99. spafinloc = 9
  100. gs 'cum_manage'
  101. spafinloc = 10
  102. gs 'cum_manage'
  103. spafinloc = 11
  104. gs 'cum_manage'
  105. spafinloc = 12
  106. gs 'cum_manage'
  107. spafinloc = 13
  108. gs 'cum_manage'
  109. spafinloc = 14
  110. gs 'cum_manage'
  111. spafinloc = 15
  112. gs 'cum_manage'
  113. spafinloc = 16
  114. gs 'cum_manage'
  115. temp -= 1
  116. if temp > 0: jump 'paysexloop'
  117. if horny >= 80:
  118. horny = 0
  119. orgasm += 1
  120. end
  121. '<center><img src="images/img/paysex/cum<<picrand>>.jpg"></center>'
  122. 'When they were satisfied that you have filled in all his sperm.'
  123. act 'Leave':
  124. if picrand = 16 or picrand = 17:gt 'office', 'work'
  125. if picrand = 18:gt 'husbSex', 'dolgend'
  126. gt '<<$sexloc>>', 'start'
  127. end
  128. end
  129. --- paysex ---------------------------------