472_dexcheats 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
  1. # dexcheats
  2. $dex_debug_loc = {
  3. clr
  4. i = 0
  5. :showdebuglocinfo
  6. if $DBPrevLoc[i] ! '': pl '<<$DBPrevLoc[i]>>'
  7. i += 1
  8. if i < 20: jump 'showdebuglocinfo'
  9. pl '<<$DBCurLoc>>'
  10. }
  11. $dex_cheat = {
  12. gs 'stat'
  13. clr
  14. if cheatYoungForever = 0:$cheatYoungForever = 'OFF'
  15. if cheatYoungForever = 1:$cheatYoungForever = 'ON'
  16. if cheatHealthMaxed = 0:$cheatHealthMaxed = 'OFF'
  17. if cheatHealthMaxed = 1:$cheatHealthMaxed = 'ON'
  18. if cheatWillMaxed = 0:$cheatWillMaxed = 'OFF'
  19. if cheatWillMaxed = 1:$cheatWillMaxed = 'ON'
  20. if cheatManaMaxed = 0:$cheatManaMaxed = 'OFF'
  21. if cheatManaMaxed = 1:$cheatManaMaxed = 'ON'
  22. if cheatNeverHorny = 0:$cheatNeverHorny = 'OFF'
  23. if cheatNeverHorny = 1:$cheatNeverHorny = 'ON'
  24. if cheatModelStudent = 0:$cheatModelStudent = 'OFF'
  25. if cheatModelStudent = 1:$cheatModelStudent = 'ON'
  26. if cheatNoLegHair=0:$cheatNoLegHair='OFF'
  27. if cheatNoLegHair=1:$cheatNoLegHair='ON'
  28. if cheatNoPussyHair=0:$cheatNoPussyHair='OFF'
  29. if cheatNoPussyHair=1:$cheatNoPussyHair='ON'
  30. if cheatNeverHungry=0:$cheatNeverHungry='OFF'
  31. if cheatNeverHungry=1:$cheatNeverHungry='ON'
  32. if cheatNeverThirsty=0:$cheatNeverThirsty='OFF'
  33. if cheatNeverThirsty=1:$cheatNeverThirsty='ON'
  34. if cheatNeverTired=0:$cheatNeverTired='OFF'
  35. if cheatNeverTired=1:$cheatNeverTired='ON'
  36. if cheatAlwaysrHorny=0:$cheatAlwaysHorny='OFF'
  37. if cheatAlwaysHorny=1:$cheatAlwaysHorny='ON'
  38. if cheatAlwaysVirgin=0:$cheatAlwaysVirgin='OFF'
  39. if cheatAlwaysVirgin=1:$cheatAlwaysVirgin='ON'
  40. if cheatVaginaHealth=0:$cheatVaginaHealth='OFF'
  41. if cheatVaginaHealth=1:$cheatVaginaHealth='ON'
  42. if cheatAlwaysMarried=0:$cheatAlwaysMarried='OFF'
  43. if cheatAlwaysMarried=1:$cheatAlwaysMarried='ON'
  44. if cheatNoSTDs=0:$cheatNoSTDs='OFF'
  45. if cheatNoSTDs=1:$cheatNoSTDs='ON'
  46. if cheatNoSTDs=0:$cheatNoSTDs='OFF'
  47. if cheatNoSweat=0:$cheatNoSweat='OFF'
  48. if cheatNoSweat=1:$cheatNoSweat='ON'
  49. if cheatNoPeriods=0:$cheatNoPeriods='OFF'
  50. if cheatNoPeriods=1:$cheatNoPeriods='ON'
  51. if cheatBrushedHair=0:$cheatBrushedHair='OFF'
  52. if cheatBrushedHair=1:$cheatBrushedHair='ON'
  53. if cheatMakeupSelect=0:$cheatMakeupSelect='No'
  54. if cheatMakeupSelect=1:$cheatMakeupSelect='No'
  55. if cheatMakeupSelect=2:$cheatMakeupSelect='Light'
  56. if cheatMakeupSelect=3:$cheatMakeupSelect='Normal'
  57. if cheatMakeupSelect=4:$cheatMakeupSelect='Heavy'
  58. if cheatAlwaysMakeup=0:$cheatAlwaysMakeup='OFF'
  59. if cheatAlwaysMakeup=1:$cheatAlwaysMakeup='ON'
  60. pl '<a href="exec:dynamic $dex_debug_loc">DEBUG: LOCATION INFO</a>'
  61. pl '<a href="exec:dynamic $dex_cheat_YoungForever">Stay young</a> <<$cheatYoungForever>>'
  62. pl '<a href="exec:dynamic $dex_cheat_HealthMaxed">Health always maxed</a> <<$cheatHealthMaxed>>'
  63. pl '<a href="exec:dynamic $dex_cheat_WillMaxed">Willpower always maxed</a> <<$cheatWillMaxed>>'
  64. pl '<a href="exec:dynamic $dex_cheat_ManaMaxed">Mana always maxed</a> <<$cheatManaMaxed>>'
  65. pl '<a href="exec:dynamic $dex_cheat_NeverHorny">Never horny</a> <<$cheatNeverHorny>>'
  66. pl '<a href="exec:dynamic $dex_cheat_ModelStudent">Model Student</a> <<$cheatModelStudent>>'
  67. pl
  68. pl '<a href="exec:dynamic $cheat_no_leg_hair">No Leg Hair</a><<$cheatNoLegHair>>'
  69. pl '<a href="exec:dynamic $cheat_no_pussy_hair">No Pussy Hair</a><<$cheatNoPussyHair>>'
  70. pl '<a href="exec:dynamic $cheat_never_tired">Never Tired</a><<$cheatNeverTired>>'
  71. pl '<a href="exec:dynamic $cheat_never_hungry">Never Hungry</a><<$cheatNeverHungry>>'
  72. pl '<a href="exec:dynamic $cheat_never_thirsty">Never Thirsty</a><<$cheatNeverThirsty>>'
  73. pl '<a href="exec:dynamic $dex_cheat_AlwaysHorny">Always horny</a> <<$cheatAlwaysHorny>>'
  74. pl '<a href="exec:dynamic $cheat_always_virgin">Always a Virgin</a><<$cheatAlwaysVirgin>>'
  75. pl '<a href="exec:dynamic $cheat_vagina_health">Healthy Vagina</a><<$cheatVaginaHealth>>'
  76. pl '<a href="exec:dynamic $cheat_always_married">Always Married</a><<$cheatAlwaysMarried>>'
  77. pl '<a href="exec:dynamic $cheat_no_stds">No STDs</a><<$cheatNoSTDs>>'
  78. pl '<a href="exec:dynamic $cheat_no_sweat">No Sweat</a><<$cheatNoSweat>>'
  79. pl '<a href="exec:dynamic $cheat_no_periods">No Periods</a><<$cheatNoPeriods>>'
  80. pl '<a href="exec:dynamic $always_brushed_hair">Always Brushed Hair</a><<$cheatBrushedHair>>'
  81. pl '<a href="exec:dynamic $cheat_always_makeup">Always Make-Up</a> <<$cheatAlwaysMakeup>>'
  82. pl '<a href="exec:dynamic $cheat_makeup_select"><<$cheatMakeupSelect>></a>'
  83. pl
  84. !!! Maruda Hair Mod
  85. pl '<a href="exec: dynamic $cheats_hair">Hairstyle Cheats</a>'
  86. !!! Maruda Hair Mod
  87. pl
  88. pl '<a href="exec:vagina=0">Become a Virgin</a>'
  89. pl '<a href="exec:vidage-=1">Be Younger</a>'
  90. pl '<a href="exec:curly+=50">Curly Hair</a>'
  91. pl '<a href="exec:tan+=50">Get tan</a>'
  92. pl
  93. pl '<a href="exec:dynamic $dex_breast_growth">Change breast size</a>'
  94. pl '<a href="exec:dynamic $dex_waist_growth">Change waist size</a>'
  95. pl '<a href="exec:dynamic $dex_hip_growth">Change hip size</a>'
  96. pl '<a href="exec:dynamic $dex_cheat_fert_bonus">Fertility Bonus</a>'
  97. pl
  98. pl '<a href="exec:glacol=0">Brown Eyes</a>'
  99. pl '<a href="exec:glacol=1">Grey Eyes</a>'
  100. pl '<a href="exec:glacol=2">Green Eyes</a>'
  101. pl '<a href="exec:glacol=3">Blue Eyes</a>'
  102. pl
  103. pl '<a href="exec:mother+=100&motherKnowSpravka=0">Mother Cheats</a>'
  104. pl '<a href="exec:kat+=50">Kat Cheat</a>'
  105. pl '<a href="exec:Irina+=100">Irina Cheat</a>'
  106. pl '<a href="exec:Tamara+=100">Tamara Cheat</a>'
  107. pl
  108. pl '<a href="exec:kransloman=1">Need Plumber</a>'
  109. pl
  110. !'pl'<a href="exec:dynamic $dex_add_kid">Add Kid</a>'
  111. pl'
  112. pl '<a href="exec:dynamic $dex_cheat_TimeTravel">Time Travel</a>'
  113. pl '<a href="exec:dynamic $dex_cheat_Tailor">Make all clothes fit</a>'
  114. pl '<a href="exec:GerpesOnce = 0 & Gerpes = 0 & SifacOnce = 0 & Sifilis = 0 & KandidozOnce = 0 & Kandidoz = 0 & Venera = 0">cure all STDs</a>'
  115. pl '<a href="exec:skin = 4 & stren = 100 & speed = 100 & agil = 100 & vital = 100 & intel = 100 & will = 100 & react = 100">Super Human</a>'
  116. pl '<a href="exec:diplom = 1">School Diplom</a>'
  117. pl '<a href="exec:secrDiplom = 1">Secretary Diplom</a>'
  118. pl '<a href="exec:masash = 10">Massage Diplom</a>'
  119. pl '<a href="exec:dynamic $dex_cheat_money">Money</a>'
  120. pl '<a href="exec:horny += 100">Max Excitement</a>'
  121. pl '<a href="exec:temper = 20">Temperature 20</a>'
  122. pl
  123. pl '<a href="exec:SaunaWhore = 1 & workDolg = 0">Sauna work</a>'
  124. pl
  125. pl '<a href="exec:dynamic $dex_cheat_m_loc">Location based cheats</a>'
  126. pl '<a href="exec:dynamic $dex_cheat_boyfriend">Boyfriend cheats</a>'
  127. pl
  128. pl '<a href="exec:dynamic $dex_cheat_character_stats">DEBUG: Character Stats</a>'
  129. pl '<a href="exec:GorSlut = 6 & gt ''EvBoyBuh''">DEBUG: EvBoyBuh</a>'
  130. pl '<a href="exec:AlbFaterBlackTime = totminut">DEBUG: AlbFatherQW</a>'
  131. pl '<a href="exec:worksalon = 1">DEBUG: Working in beauty salon</a>'
  132. pl '<a href="exec:student = 1 & dirtbelo = 1">DEBUG: Become a student and get dirty clothes</a>'
  133. pl '<a href="exec:gt ''letstest''">DEBUG: TESTING</a>'
  134. pl
  135. pl '<a href="exec:dynamic $din_cheat">Author cheat menu</a>'
  136. }
  137. $cheats_hair = {
  138. gs 'stat'
  139. clr
  140. pl '<a href="exec:dynamic $dex_cheat">Back to DeX cheat menu</a>'
  141. pl
  142. pl 'Currently your hair is <<hairlength>>mm long.'
  143. if curly <= 0: pl 'Your hair is not curly.'
  144. if curly > 0: pl 'Your hair is curly.'
  145. if hscrunchw = 0: pl 'You do not have a ponytail.'
  146. if hscrunchw = 1: pl 'A scrunchie holds your hair as a ponytail in place.'
  147. if hpingripw = 0: pl 'You did not updo your hair.'
  148. if hpingripw = 1: pl 'A hairaccessory is holding everything in place as an updo hairstyle.'
  149. if hbangs = 0: pl 'You do not have a fringe.'
  150. if hbangs = 1: pl 'You have a fringe.'
  151. if hbraids = 0: pl 'You do not have braids.'
  152. if hbraids >= 1: pl 'Your hair is braided.'
  153. pl
  154. if hapri = 0: pl '<a href:"exec: set hapri = 1 & dynamic $cheats_hair">Brush</a> my hair.'
  155. if hapri = 1: pl '<a href:"exec: set hapri = 0 & dynamic $cheats_hair">Unbrush</a> my hair. (Make it tangled.)'
  156. pl
  157. pl 'Change the hair color:'
  158. if hcol = 0: pl 'At the moment your hair is black, make it <a href="exec: set hcol = 1 & dynamic $cheats_hair">Brown</a>, <a href="exec: set hcol = 2 & dynamic $cheats_hair">Red</a>, <a href="exec: set hcol = 3 & dynamic $cheats_hair">Blonde</a>'
  159. if hcol = 1: pl 'At the moment your hair is brown, make it <a href="exec: set hcol = 0 & dynamic $cheats_hair">Black</a>, <a href="exec: set hcol = 2 & dynamic $cheats_hair">Red</a>, <a href="exec: set hcol = 3 & dynamic $cheats_hair">Blonde</a>'
  160. if hcol = 2: pl 'At the moment your hair is red, make it <a href="exec: set hcol = 0 & dynamic $cheats_hair">Black</a>, <a href="exec: set hcol = 1 & dynamic $cheats_hair">Brown</a>, <a href="exec: set hcol = 3 & dynamic $cheats_hair">Blonde</a>'
  161. if hcol = 3: pl 'At the moment your hair is blonde, make it <a href="exec: set hcol = 0 & dynamic $cheats_hair">Black</a>, <a href="exec: set hcol = 1 & dynamic $cheats_hair">Brown</a>, <a href="exec: set hcol = 2 & dynamic $cheats_hair">Red</a>'
  162. pl
  163. pl 'Change the length of your hair (10mm = 1cm):'
  164. pl
  165. if hairlength < 600:
  166. pl 'Add <a href="exec: set hairlength += 1 & dynamic $cheats_hair">1mm</a> - <a href="exec: set hairlength += 5 & dynamic $cheats_hair">5mm</a> - <a href="exec: set hairlength += 10 & dynamic $cheats_hair">10mm</a> - <a href="exec: set hairlength += 20 & dynamic $cheats_hair">20mm</a> - <a href="exec: set hairlength += 25 & dynamic $cheats_hair">25mm</a> - <a href="exec: set hairlength += 50 & dynamic $cheats_hair">50mm</a> - <a href="exec: set hairlength += 100 & dynamic $cheats_hair">100mm</a> - <a href="exec: set hairlength += 200 & dynamic $cheats_hair">200mm</a>'
  167. else
  168. pl 'Add 1mm - 5mm - 10mm - 20mm - 25mm - 50mm - 100mm - 200mm'
  169. end
  170. if hairlength > 600:
  171. set hairlength = 600
  172. dynamic $cheats_hair
  173. end
  174. if hairlength >= 1:
  175. pl 'Cut off <a href="exec: set hairlength -= 1 & dynamic $cheats_hair">1mm</a> - <a href="exec: set hairlength -= 5 & dynamic $cheats_hair">5mm</a> - <a href="exec: set hairlength -= 10 & dynamic $cheats_hair">10mm</a> - <a href="exec: set hairlength -= 20 & dynamic $cheats_hair">20mm</a> - <a href="exec: set hairlength -= 25 & dynamic $cheats_hair">25mm</a> - <a href="exec: set hairlength -= 50 & dynamic $cheats_hair">50mm</a> - <a href="exec: set hairlength -= 100 & dynamic $cheats_hair">100mm</a> - <a href="exec: set hairlength -= 200 & dynamic $cheats_hair">200mm</a>'
  176. else
  177. pl 'Cut off 1mm - 5mm - 10mm - 20mm - 25mm - 50mm - 100mm - 200mm'
  178. end
  179. pl
  180. if hairlength < 1:
  181. set hairlength = 1
  182. dynamic $cheats_hair
  183. end
  184. pl 'Fast Length Selection:'
  185. if hairlength <= 30: pl 'Very Short - <a href="exec: set hairlength = 31 & dynamic $cheats_hair">Short</a> - <a href="exec: set hairlength = 81 & dynamic $cheats_hair">Medium</a> - <a href="exec: set hairlength = 161 & dynamic $cheats_hair">Medium Long</a> - <a href="exec: set hairlength = 261 & dynamic $cheats_hair">Long</a> - <a href="exec: set hairlength = 401 & dynamic $cheats_hair">Very Long</a>'
  186. if hairlength > 30 and hairlength <= 80: pl '<a href="exec: set hairlength = 10 & dynamic $cheats_hair">Very Short</a> - Short - <a href="exec: set hairlength = 81 & dynamic $cheats_hair">Medium</a> - <a href="exec: set hairlength = 161 & dynamic $cheats_hair">Medium Long</a> - <a href="exec: set hairlength = 261 & dynamic $cheats_hair">Long</a> - <a href="exec: set hairlength = 401 & dynamic $cheats_hair">Very Long</a>'
  187. if hairlength > 80 and hairlength <= 160: pl '<a href="exec: set hairlength = 10 & dynamic $cheats_hair">Very Short</a> - <a href="exec: set hairlength = 31 & dynamic $cheats_hair">Short</a> - Medium - <a href="exec: set hairlength = 161 & dynamic $cheats_hair">Medium Long</a> - <a href="exec: set hairlength = 261 & dynamic $cheats_hair">Long</a> - <a href="exec: set hairlength = 401 & dynamic $cheats_hair">Very Long</a>'
  188. if hairlength > 160 and hairlength <= 260: pl '<a href="exec: set hairlength = 10 & dynamic $cheats_hair">Very Short</a> - <a href="exec: set hairlength = 31 & dynamic $cheats_hair">Short</a> - <a href="exec: set hairlength = 81 & dynamic $cheats_hair">Medium</a> - Medium Long - <a href="exec: set hairlength = 261 & dynamic $cheats_hair">Long</a> - <a href="exec: set hairlength = 401 & dynamic $cheats_hair">Very Long</a>'
  189. if hairlength > 260 and hairlength <= 400: pl '<a href="exec: set hairlength = 10 & dynamic $cheats_hair">Very Short</a> - <a href="exec: set hairlength = 31 & dynamic $cheats_hair">Short</a> - <a href="exec: set hairlength = 81 & dynamic $cheats_hair">Medium</a> - <a href="exec: set hairlength = 161 & dynamic $cheats_hair">Medium Long</a> - Long - <a href="exec: set hairlength = 401 & dynamic $cheats_hair">Very Long</a>'
  190. if hairlength > 400: pl '<a href="exec: set hairlength = 10 & dynamic $cheats_hair">Very Short</a> - <a href="exec: set hairlength = 31 & dynamic $cheats_hair">Short</a> - <a href="exec: set hairlength = 81 & dynamic $cheats_hair">Medium</a> - <a href="exec: set hairlength = 161 & dynamic $cheats_hair">Medium Long</a> - <a href="exec: set hairlength = 261 & dynamic $cheats_hair">Long</a> - Very Long'
  191. pl
  192. pl 'Give <a href="exec: set hscrunch += 10 & dynamic $cheats_hair">10 hair scrunchies</a>. You currently have <<hscrunch>> hair-ties left.'
  193. pl 'Give <a href="exec: set hpingrip += 12 & dynamic $cheats_hair">12 hair accessories</a>, like pins, grips and clamps. You currently have <<hpingrip>> left. '
  194. pl
  195. if hbangs = 0: pl 'Make me <a href="exec: set hbangs = 1 & dynamic $cheats_hair">a fringe</a>.'
  196. if hbangs = 1: pl '<a href="exec: set hbangs = 0 & dynamic $cheats_hair">Remove</a> my fringe.'
  197. pl
  198. if hairlength <= 80: pl 'Your hair needs to be > 80mm to enable this option.'
  199. if hairlength > 80:
  200. if hbraids <= 0: pl '<a href="exec: set hbraids = 10 & dynamic $cheats_hair">Braid</a> my hair.'
  201. if hbraids >= 1: pl '<a href="exec: set hbraids = 0 & dynamic $cheats_hair">Unbraid</a> my hair.'
  202. end
  203. pl
  204. if hscrunch <= 0 or hairlength <= 80: pl 'Get some hair scrunchies for more options and have your hair > 80 mm.'
  205. if hairlength > 80 and hscrunch >= 1:
  206. if hscrunchw = 0 and hpingripw = 0: pl 'Make yourself a <a href="exec: set hscrunchw = 1 & dynamic $cheats_hair">ponytail</a>. You have <<hscrunch>> scrunchies left.'
  207. if hscrunchw = 1: pl 'Remove the <a href="exec: set hscrunchw = 0 & dynamic $cheats_hair">scrunchie</a> to get rid of the ponytail.'
  208. end
  209. if hpingrip <= 0 or hairlength <= 80: pl 'Get some hair accessories for more options and have your hair > 80 mm.'
  210. if hairlength > 80 and hpingrip >= 1:
  211. if hscrunchw = 0 and hpingripw = 0: pl 'You can <a href="exec: set hpingripw = 1 & dynamic $cheats_hair">updo your hair</a>. You have <<hpingrip>> hair accessories at your disposal.'
  212. if hpingripw = 1: pl '<a href="exec: set hpingripw = 0 & dynamic $cheats_hair">Remove</a> the accessory to let your hair flow free.'
  213. end
  214. if hscrunch < 2 and hairlength <= 80: pl 'Have at least 2 scrunchies to see this option and have your hair > 81 mm.'
  215. if hairlength > 80 and hscrunch >= 2:
  216. if hscrunchw = 0 and hpingripw = 0: pl 'You can use two hair ties to make yourself some <a href="exec: set hpigtail = 1 & set hscrunchw = 2 & dynamic $cheats_hair">pigtails</a>.'
  217. if hscrunchw = 2 and hpingripw = 0 and hpigtail = 1: pl '<a href="exec: set hpigtail = 0 & set hscrunchw = 0 & dynamic $cheats_hair">Remove</a> the pigtails'
  218. end
  219. if curly <= 0: pl 'Make my hair <a href="exec: set curly = 10 & dynamic $cheats_hair">curly</a>.'
  220. if curly > 0: pl '<a href="exec: set curly = 0 & dynamic $cheats_hair">Remove</a> ALL THE curls.'
  221. if hairlength <= 80:
  222. set hpigtail = 0
  223. set hscrunchw = 0
  224. set hpingripw = 0
  225. set curly = 0
  226. end
  227. if hairlength > 400: set hpingripw = 0
  228. if hairlength > 400 and hpigtail >= 1:
  229. set hscrunchw = 0
  230. set hpigtail = 0
  231. end
  232. if hairlength <= 80: set hbraids = 0
  233. if hbraids >= 1:
  234. set curly = 0
  235. set hscrunchw = 0
  236. set hpingripw = 0
  237. set hbangs = 0
  238. set hpigtail = 0
  239. end
  240. }
  241. $dex_cheat_money = {
  242. MONY = input ("How much money you want?")
  243. set money += MONY
  244. }
  245. $dex_cheat_m_loc = {
  246. gs 'stat'
  247. clr
  248. pl '<a href="exec:dynamic $dex_cheat">Back to DeX cheat menu</a>'
  249. pl
  250. pl '<a href="exec:dynamic $dex_cheat_loc_photostudio">Photo studio</a>'
  251. pl '<a href="exec:dynamic $dex_cheat_loc_pornstudio">Porn studio</a>'
  252. pl '<a href="exec:dynamic $dex_cheat_loc_park">Park</a>'
  253. }
  254. $dex_cheat_loc_photostudio = {
  255. gs 'stat'
  256. clr
  257. if cheatNewPhotoDay = 0:$cheatNewPhotoDay = 'OFF'
  258. if cheatNewPhotoDay = 1:$cheatNewPhotoDay = 'ON'
  259. pl '<a href="exec:dynamic $dex_cheat_m_loc">Back</a>'
  260. pl
  261. pl '<a href="exec:dynamic $dex_cheat_loc_photostudio_NewPhotoDay">new job always available</a> <<$cheatNewPhotoDay>>'
  262. }
  263. $dex_cheat_loc_park = {
  264. gs 'stat'
  265. clr
  266. if pusher = 0:$cheatpusher = 'NO'
  267. if pusher = 1:$cheatpusher = 'YES'
  268. pl '<a href="exec:dynamic $dex_cheat_m_loc">Back</a>'
  269. pl
  270. pl 'Met drug dealer <a href="exec:pusher = 1 & dynamic $dex_cheat_loc_park"><<$cheatpusher>></a>'
  271. }
  272. $dex_cheat_loc_photostudio_NewPhotoDay = {
  273. if cheatNewPhotoDay = 0:
  274. cheatNewPhotoDay = 1
  275. gs 'stat'
  276. dynamic $dex_cheat_loc_photostudio
  277. exit
  278. end
  279. if cheatNewPhotoDay = 1:
  280. cheatNewPhotoDay = 0
  281. gs 'stat'
  282. dynamic $dex_cheat_loc_photostudio
  283. end
  284. }
  285. $dex_cheat_loc_pornstudio = {
  286. gs 'stat'
  287. clr
  288. if cheatNewMovieDay = 0:$cheatNewMovieDay = 'OFF'
  289. if cheatNewMovieDay = 1:$cheatNewMovieDay = 'ON'
  290. pl '<a href="exec:dynamic $dex_cheat_m_loc">Back</a>'
  291. pl
  292. pl '<a href="exec:dynamic $dex_cheat_loc_pornstudio_NewMovieDay">new job available after previous job completed</a> <<$cheatNewMovieDay>>'
  293. }
  294. $dex_cheat_loc_pornstudio_NewMovieDay = {
  295. if cheatNewMovieDay = 0:
  296. cheatNewMovieDay = 1
  297. gs 'stat'
  298. dynamic $dex_cheat_loc_pornstudio
  299. exit
  300. end
  301. if cheatNewMovieDay = 1:
  302. cheatNewMovieDay = 0
  303. gs 'stat'
  304. dynamic $dex_cheat_loc_pornstudio
  305. end
  306. }
  307. $dex_cheat_YoungForever = {
  308. if cheatYoungForever = 0:
  309. cheatYoungForever = 1
  310. gs 'stat'
  311. dynamic $dex_cheat
  312. exit
  313. end
  314. if cheatYoungForever = 1:
  315. cheatYoungForever = 0
  316. gs 'stat'
  317. dynamic $dex_cheat
  318. end
  319. }
  320. $dex_cheat_HealthMaxed = {
  321. if cheatHealthMaxed = 0:
  322. cheatHealthMaxed = 1
  323. gs 'stat'
  324. dynamic $dex_cheat
  325. exit
  326. end
  327. if cheatHealthMaxed = 1:
  328. cheatHealthMaxed = 0
  329. gs 'stat'
  330. dynamic $dex_cheat
  331. end
  332. }
  333. $dex_cheat_WillMaxed = {
  334. if cheatWillMaxed = 0:
  335. cheatWillMaxed = 1
  336. gs 'stat'
  337. dynamic $dex_cheat
  338. exit
  339. end
  340. if cheatWillMaxed = 1:
  341. cheatWillMaxed = 0
  342. gs 'stat'
  343. dynamic $dex_cheat
  344. end
  345. }
  346. $dex_cheat_ManaMaxed = {
  347. if cheatManaMaxed = 0:
  348. cheatManaMaxed = 1
  349. gs 'stat'
  350. dynamic $dex_cheat
  351. exit
  352. end
  353. if cheatManaMaxed = 1:
  354. cheatManaMaxed = 0
  355. gs 'stat'
  356. dynamic $dex_cheat
  357. end
  358. }
  359. $dex_cheat_NeverHorny = {
  360. if cheatNeverHorny = 0:
  361. cheatNeverHorny = 1
  362. gs 'stat'
  363. dynamic $dex_cheat
  364. exit
  365. end
  366. if cheatNeverHorny = 1:
  367. cheatNeverHorny = 0
  368. gs 'stat'
  369. dynamic $dex_cheat
  370. end
  371. }
  372. $dex_cheat_ModelStudent = {
  373. if cheatModelStudent = 0:
  374. cheatModelStudent = 1
  375. gs 'stat'
  376. dynamic $dex_cheat
  377. exit
  378. end
  379. if cheatModelStudent = 1:
  380. cheatModelStudent = 0
  381. gs 'stat'
  382. dynamic $dex_cheat
  383. end
  384. }
  385. $kidcreation = {
  386. kidbornday2[numkids] = day
  387. kidbornmonth2[numkids] = month
  388. kidbornyear2[numkids] = year
  389. kidage2[numkids] = 0
  390. $kidname2[numkids] = '<<numkids>>'
  391. numkids += 1
  392. }
  393. $dex_cheat_TimeTravel = {
  394. gs 'stat'
  395. clr
  396. pl '<a href="exec:dynamic $dex_cheat">Back to DeX cheat menu</a>'
  397. if hour > 9 :
  398. if minut > 9 :
  399. pl '<B><<hour>>:<<minut>></B> <<$week>> <<day>> <<$month>> <<year>>'
  400. else
  401. pl '<B><<hour>>:0<<minut>></B> <<$week>> <<day>> <<$month>> <<year>>'
  402. end
  403. else
  404. if minut > 9 :
  405. pl '<B>0<<hour>>:<<minut>></B> <<$week>> <<day>> <<$month>> <<year>>'
  406. else
  407. pl '<B>0<<hour>>:0<<minut>></B> <<$week>> <<day>> <<$month>> <<year>>'
  408. end
  409. end
  410. pl '<a href="exec:dctth = hour & dcttm = minut & freezetime = 1 & dynamic $dex_cheat_TimeTravel">Freeze Time</a>'
  411. pl '<a href="exec:freezetime = 0 & dynamic $dex_cheat_TimeTravel">UnFreeze Time</a>'
  412. pl 'Advance <a href="exec:year += 1 & dynamic $dex_cheat_TimeTravel">1</a> <a href="exec:year += 2 & dynamic $dex_cheat_TimeTravel">2</a> <a href="exec:year -= 1 & dynamic $dex_cheat_TimeTravel">-1</a> years'
  413. pl 'Advance <a href="exec:day += 1 & dynamic $dex_cheat_TimeTravel">1</a> <a href="exec:day += 10 & dynamic $dex_cheat_TimeTravel">10</a> <a href="exec:day += 50 & dynamic $dex_cheat_TimeTravel">50</a> <a href="exec:day += 100 & dynamic $dex_cheat_TimeTravel">100</a> days'
  414. pl 'Advance <a href="exec:hour += 1 & dynamic $dex_cheat_TimeTravel">1</a> <a href="exec:hour += 5 & dynamic $dex_cheat_TimeTravel">5</a> <a href="exec:hour += 10 & dynamic $dex_cheat_TimeTravel">10</a> <a href="exec:hour -= 1 & dynamic $dex_cheat_TimeTravel">-1</a> hours'
  415. pl 'Advance <a href="exec:minut += 5 & dynamic $dex_cheat_TimeTravel">5</a> <a href="exec:minut += 15 & dynamic $dex_cheat_TimeTravel">15</a> <a href="exec:minut += 30 & dynamic $dex_cheat_TimeTravel">30</a> minutes'
  416. }
  417. $dex_cheat_boyfriend = {
  418. gs 'stat'
  419. clr
  420. if harakBoyA = 0:$cheatharakBoyA = 'Gentle'
  421. if harakBoyA = 1:$cheatharakBoyA = 'Common'
  422. if harakBoyA = 2:$cheatharakBoyA = 'Strong'
  423. if boybodyrandA=1:$boybodyrandA='Tall'
  424. if boybodyrandA=2:$boybodyrandA='Average'
  425. if boybodyrandA=3:$boybodyrandA='Short'
  426. if financeA=0:$financeA='Poor'
  427. if financeA=1:$financeA='Average'
  428. if financeA=2:$financeA='Rich'
  429. if boybodrandA = 1: Set $boybodA = 'thin'
  430. if boybodrandA = 2: Set $boybodA = 'athletic'
  431. if boybodrandA = 3: Set $boybodA = 'chunky'
  432. if boybodrandA = 4: Set $boybodA = 'fat'
  433. if harakBoyB=0:$cheatharakBoyA='Gentle'
  434. if harakBoyB=1:$cheatharakBoyA='Common'
  435. if harakBoyB=2:$cheatharakBoyA='Strong'
  436. if boybodyrandB=1:$boybodyrandA='Tall'
  437. if boybodyrandB=2:$boybodyrandA='Average'
  438. if boybodyrandB=3:$boybodyrandA='Short'
  439. if financeB=0:$financeA='Poor'
  440. if financeB=1:$financeA='Average'
  441. if financeB=2:$financeA='Rich'
  442. if boybodrandB = 1: Set $boybodA = 'thin'
  443. if boybodrandB = 2: Set $boybodA = 'athletic'
  444. if boybodrandB = 3: Set $boybodA = 'chunky'
  445. if boybodrandB = 4: Set $boybodA = 'fat'
  446. if harakBoyC=0:$cheatharakBoyA='Gentle'
  447. if harakBoyC=1:$cheatharakBoyA='Common'
  448. if harakBoyC=2:$cheatharakBoyA='Strong'
  449. if boybodyrandC=1:$boybodyrandA='Tall'
  450. if boybodyrandC=2:$boybodyrandA='Average'
  451. if boybodyrandC=3:$boybodyrandA='Short'
  452. if financeC=0:$financeA='Poor'
  453. if financeC=1:$financeA='Average'
  454. if financeC=2:$financeA='Rich'
  455. if boybodrandC = 1: Set $boybodA = 'thin'
  456. if boybodrandC = 2: Set $boybodA = 'athletic'
  457. if boybodrandC = 3: Set $boybodA = 'chunky'
  458. if boybodrandC = 4: Set $boybodA = 'fat'
  459. pl '<a href="exec:dynamic $dex_cheat">Back to DeX cheat menu</a>'
  460. pl '<<GvstreBoy>>'
  461. pl 'Make him <a href="exec:harakBoyA=0&izvratA=1&dynamic $dex_cheat_boyfriend">Boyfriend 1 Gentle</a>'
  462. pl 'Make him <a href="exec:harakBoyA=1&dynamic $dex_cheat_boyfriend">Boyfriend 1 Common</a>'
  463. pl 'Make him <a href="exec:harakBoyA=2&dynamic $dex_cheat_boyfriend">Boyfriend 1 Strong</a>'
  464. pl
  465. pl 'Make him <a href="exec:boybodyrandA=1&dynamic $dex_cheat_boyfriend">Boyfriend 1 Tall</a>'
  466. pl 'Make him <a href="exec:boybodyrandA=2&dynamic $dex_cheat_boyfriend">Boyfriend 1 Average</a>'
  467. pl 'Make him <a href="exec:boybodyrandA=3&dynamic $dex_cheat_boyfriend">Boyfriend 1 Short</a>'
  468. pl
  469. pl 'Make him <a href="exec:boybodrandA=1&dynamic $dex_cheat_boyfriend">Boyfriend 1 Thin</a>'
  470. pl 'Make him <a href="exec:boybodrandA=2&dynamic $dex_cheat_boyfriend">Boyfriend 1 Athletic</a>'
  471. pl 'Make him <a href="exec:boybodrandA=3&dynamic $dex_cheat_boyfriend">Boyfriend 1 chunky</a>'
  472. pl 'Make him <a href="exec:boybodrandA=4&dynamic $dex_cheat_boyfriend">Boyfriend 1 Fat</a>'
  473. pl
  474. pl 'Make him <a href="exec:financeA=0&dynamic $dex_cheat_boyfriend">Boyfriend 1 Poor</a>'
  475. pl 'Make him <a href="exec:financeA=1&dynamic $dex_cheat_boyfriend">Boyfriend 1 Average</a>'
  476. pl 'Make him <a href="exec:financeA=2&dynamic $dex_cheat_boyfriend">Boyfriend 1 Rich</a>'
  477. pl
  478. pl '<a href="exec:dynamic $dex_boy_dickA">Boyfriend 1 Penis Size</a>'
  479. pl
  480. pl '<a href="exec:bfa+=100&daya+=30&love=2&dynamic $dex_cheat_boyfriend">Boyfriend 1 Love me</a>'
  481. pl
  482. pl 'Make him <a href="exec:harakBoyB=0&izvratA=1&dynamic $dex_cheat_boyfriend">Boyfriend 2 Gentle</a>'
  483. pl 'Make him <a href="exec:harakBoyB=1&dynamic $dex_cheat_boyfriend">Boyfriend 2 Common</a>'
  484. pl 'Make him <a href="exec:harakBoyB=2&dynamic $dex_cheat_boyfriend">Boyfriend 2 Strong</a>'
  485. pl
  486. pl 'Make him <a href="exec:boybodyrandB=1&dynamic $dex_cheat_boyfriend">Boyfriend 2 Tall</a>'
  487. pl 'Make him <a href="exec:boybodyrandB=2&dynamic $dex_cheat_boyfriend">Boyfriend 2 Average</a>'
  488. pl 'Make him <a href="exec:boybodyrandB=3&dynamic $dex_cheat_boyfriend">Boyfriend 2 Short</a>'
  489. pl
  490. pl 'Make him <a href="exec:boybodrandB=1&dynamic $dex_cheat_boyfriend">Boyfriend 2 Thin</a>'
  491. pl 'Make him <a href="exec:boybodrandB=2&dynamic $dex_cheat_boyfriend">Boyfriend 2 Athletic</a>'
  492. pl 'Make him <a href="exec:boybodrandB=3&dynamic $dex_cheat_boyfriend">Boyfriend 2 chunky</a>'
  493. pl 'Make him <a href="exec:boybodrandB=4&dynamic $dex_cheat_boyfriend">Boyfriend 2 Fat</a>'
  494. pl
  495. pl 'Make him <a href="exec:financeB=0&dynamic $dex_cheat_boyfriend">Boyfriend 2 Poor</a>'
  496. pl 'Make him <a href="exec:financeB=1&dynamic $dex_cheat_boyfriend">Boyfriend 2 Average</a>'
  497. pl 'Make him <a href="exec:financeB=2&dynamic $dex_cheat_boyfriend">Boyfriend 2 Rich</a>'
  498. pl
  499. pl '<a href="exec:dynamic $dex_boy_dickB">Boyfriend 2 Penis Size</a>'
  500. pl
  501. pl '<a href="exec:bfb+=100&dayb+=30&love=2&dynamic $dex_cheat_boyfriend">Boyfriend 2 Love me</a>'
  502. pl
  503. pl 'Make him <a href="exec:harakBoyC=0&izvratA=1&dynamic $dex_cheat_boyfriend">Boyfriend 3 Gentle</a>'
  504. pl 'Make him <a href="exec:harakBoyC=1&dynamic $dex_cheat_boyfriend">Boyfriend 3 Common</a>'
  505. pl 'Make him <a href="exec:harakBoyC=2&dynamic $dex_cheat_boyfriend">Boyfriend 3 Strong</a>'
  506. pl
  507. pl 'Make him <a href="exec:boybodyrandC=1&dynamic $dex_cheat_boyfriend">Boyfriend 3 Tall</a>'
  508. pl 'Make him <a href="exec:boybodyrandC=2&dynamic $dex_cheat_boyfriend">Boyfriend 3 Average</a>'
  509. pl 'Make him <a href="exec:boybodyrandC=3&dynamic $dex_cheat_boyfriend">Boyfriend 3 Short</a>'
  510. pl
  511. pl 'Make him <a href="exec:boybodrandC=1&dynamic $dex_cheat_boyfriend">Boyfriend 3 Thin</a>'
  512. pl 'Make him <a href="exec:boybodrandC=2&dynamic $dex_cheat_boyfriend">Boyfriend 3 Athletic</a>'
  513. pl 'Make him <a href="exec:boybodrandC=3&dynamic $dex_cheat_boyfriend">Boyfriend 3 chunky</a>'
  514. pl 'Make him <a href="exec:boybodrandC=4&dynamic $dex_cheat_boyfriend">Boyfriend 3 Fat</a>'
  515. pl
  516. pl 'Make him <a href="exec:financeC=0&dynamic $dex_cheat_boyfriend">Boyfriend 3 Poor</a>'
  517. pl 'Make him <a href="exec:financeC=1&dynamic $dex_cheat_boyfriend">Boyfriend 3 Average</a>'
  518. pl 'Make him <a href="exec:financeC=2&dynamic $dex_cheat_boyfriend">Boyfriend 3 Rich</a>'
  519. pl
  520. pl '<a href="exec:dynamic $dex_boy_dickc">Boyfriend 3 Penis Size</a>'
  521. pl
  522. pl '<a href="exec:bfc+=100&dayc+=30&love=2&dynamic $dex_cheat_boyfriend">Boyfriend 3 Love me</a>'
  523. }
  524. $dex_cheat_Tailor = {
  525. set o = 0
  526. :jensmet1
  527. set o += 1
  528. if jeans[o] = 1 and jeansB[o]!bedra: set jeansB[o] = bedra
  529. if o ! 5: jump 'jensmet1'
  530. set o = 0
  531. :shortmet1
  532. set o += 1
  533. if short[o] = 1 and shortB[o]!bedra: set shortB[o] = bedra
  534. if o ! 5: jump 'shortmet1'
  535. set o = 0
  536. :skirtmet1
  537. set o += 1
  538. if skirt[o] = 1 and skirtB[o]!bedra: set skirtB[o] = bedra
  539. if o ! 5: jump 'skirtmet1'
  540. set o = 0
  541. :dressmet1
  542. set o += 1
  543. if dress[o] = 1 and dressB[o]!bedra: set dressB[o] = bedra
  544. if o ! 24: jump 'dressmet1'
  545. set o = 0
  546. :profimet1
  547. set o += 1
  548. if profi[o] = 1 and profiB[o]!bedra: set profiB[o] = bedra
  549. if o ! 2: jump 'profimet1'
  550. set o = 0
  551. :pantsmet1
  552. set o += 1
  553. if pants[o] = 1 and pantsB[o]!bedra: set pantsB[o] = bedra
  554. if o ! 5: jump 'pantsmet1'
  555. set o = 0
  556. :latexmet1
  557. set o += 1
  558. if latex[o] = 1 and latexB[o]!bedra: set latexB[o] = bedra
  559. if o ! 2: jump 'latexmet1'
  560. set o = 0
  561. :hookermet1
  562. set o += 1
  563. if hooker[o] = 1 and hookerB[o]!bedra: set hookerB[o] = bedra
  564. if o ! 5: jump 'hookermet1'
  565. set o = 0
  566. :odekismet1
  567. set o += 1
  568. if odekis[o] = 1 and odekisB[o]!bedra: set odekisB[o] = bedra
  569. if o ! 10: jump 'odekismet1'
  570. set o = 0
  571. :newclomet1
  572. set o += 1
  573. if newclo[o] = 1 and newcloB[o]!bedra: set newcloB[o] = bedra
  574. if o ! 130: jump 'newclomet1'
  575. }
  576. $dex_cheat_character_stats = {
  577. gs 'stat'
  578. clr
  579. pl '<a href="exec:dynamic $dex_cheat">Back to DeX cheat menu</a>
  580. <<hairlength>> - Hairlength in mm
  581. <<StoryLine>> - StoryLine
  582. <<MagikDostup>> - MagikDostup
  583. <<umbrella>> - umbrella - Do you own an Umbrella
  584. <<birthday>> - birthday
  585. <<birthmonth>> - birthmonth
  586. <<age>> - Your actual Age
  587. <<vidage>> - How you old you look in years
  588. <<vidageday>> - vidageday - How old you look in days, influenced by makeup and sex.
  589. <<year>> - year - Current Year
  590. <<month>> - month - Current Month
  591. <<week>> - week - Current Week
  592. <<hour>> - hour - Current Hour
  593. <<day>> - day - Current Day
  594. <<birthyear>> - birthyear
  595. <<vmeat>> - vmeat =(strenbuf + vitalbuf) / 8 or (stren + vital) / 8
  596. <<rost>> - Bodyheight in cm
  597. <<fat>> - fat - similar to the stat "salo", but fat only affects you and your appearence, if you use Karen''s spell. But it still keep track of everything you do.
  598. <<salo>> - salo - similar to the stat "fat", but salo affects the appearence, if you <b>DID NOT</b> use the spell at Karen''s
  599. <<musle>> - musle
  600. <<dick>> - dick - Length of the dick of your current sex-partner
  601. <<energy>> - energy - Your level of hunger - Higher = better
  602. <<water>> - water - Your level thirst - Higher = better
  603. <<son>> - son - How well you are rested - Higher = better
  604. <<stren>> - stren = strenbuf
  605. <<strenbuf>> - strenbuf = stren, but used in stat calculation
  606. <<speed>> - speed - Your level Speed
  607. <<agil>> - agil = agilbuf
  608. <<agilbuf>> - agilbuf = agil, but used in stat calculation
  609. <<vital>> - vital = vitalbuf
  610. <<vitalbuf>> - vitalbuf = vital, but used in stat calculation
  611. <<intel>> - intel - Your level of Intelligence
  612. <<will>> - will - Your current Will level - DO NOT confuse with will power
  613. <<react>> - react - Your level of Reaction
  614. <<magik>> - magik - You current Magic level
  615. <<health>> - health - Your current health level
  616. <<willpower>> - willpower - Your current amount of willpower - Influenced by Intellect and Will
  617. <<manna>> - manna - You current amount of Mana - Influenced by Intellect and Magic
  618. <<nastjaqw>> - nastjaqw - Nastja Quest - Indicates your friendship
  619. <<money>> - money - Money on your pocket
  620. <<karta>> - karta - Money on your Bankaccount
  621. <<housrA>> - housrA - Checks if you are at home
  622. <<odevnesh>> - odevnesh - Depends on your clothing-type, rates your looks, influences vnesh - Higher = better
  623. <<vnesh>> - vnesh - Your overall looks - Higher = better
  624. <<lobok>> - lobok - Length of the hair in your private area
  625. <<leghair>> - leghair - Length of the hairs on your legs
  626. <<mop>> - mop - Your Make up level - 0 = smeared - 1 = no makeup - 2 = light - 2 = everyday/medium - 3 = heavy
  627. <<housr>> - housr - Do you have your own appartement?
  628. <<tanga>> - tanga - Are you wearing underwear today?
  629. '
  630. }
  631. $cheat_no_leg_hair={
  632. if cheatNoLegHair=0:
  633. cheatNoLegHair=1
  634. gs'stat'
  635. dynamic $dex_cheat
  636. exit
  637. end
  638. if cheatNoLegHair=1:
  639. cheatNoLegHair=0
  640. gs'stat'
  641. dynamic $dex_cheat
  642. end
  643. }
  644. $cheat_no_pussy_hair={
  645. if cheatNoPussyHair=0:
  646. cheatNoPussyHair=1
  647. gs'stat'
  648. dynamic $dex_cheat
  649. exit
  650. end
  651. if cheatNoPussyHair=1:
  652. cheatNoPussyHair=0
  653. gs'stat'
  654. dynamic $dex_cheat
  655. end
  656. }
  657. $cheat_never_hungry={
  658. if cheatNeverHungry=0:
  659. cheatNeverHungry=1
  660. gs'stat'
  661. dynamic $dex_cheat
  662. exit
  663. end
  664. if cheatNeverHungry=1:
  665. cheatNeverHungry=0
  666. gs'stat'
  667. dynamic $dex_cheat
  668. end
  669. }
  670. $cheat_never_thirsty={
  671. if cheatNeverThirsty=0:
  672. cheatNeverThirsty=1
  673. gs'stat'
  674. dynamic $dex_cheat
  675. exit
  676. end
  677. if cheatNeverThirsty=1:
  678. cheatNeverThirsty=0
  679. gs'stat'
  680. dynamic $dex_cheat
  681. end
  682. }
  683. $cheat_never_tired={
  684. if cheatNeverTired=0:
  685. cheatNeverTired=1
  686. gs'stat'
  687. dynamic $dex_cheat
  688. exit
  689. end
  690. if cheatNeverTired=1:
  691. cheatNeverTired=0
  692. gs'stat'
  693. dynamic $dex_cheat
  694. end
  695. }
  696. $cheat_always_virgin={
  697. if cheatAlwaysVirgin=0:
  698. cheatAlwaysVirgin=1
  699. gs'stat'
  700. dynamic $dex_cheat
  701. exit
  702. end
  703. if cheatAlwaysVirgin=1:
  704. cheatAlwaysVirgin=0
  705. gs'stat'
  706. dynamic $dex_cheat
  707. end
  708. }
  709. $cheat_vagina_health={
  710. if cheatVaginaHealth=0:
  711. cheatVaginaHealth=1
  712. gs'stat'
  713. dynamic $dex_cheat
  714. exit
  715. end
  716. if cheatVaginaHealth=1:
  717. cheatVaginaHealth=0
  718. gs'stat'
  719. dynamic $dex_cheat
  720. end
  721. }
  722. $cheat_always_married={
  723. if cheatAlwaysMarried=0:
  724. cheatAlwaysMarried=1
  725. gs'stat'
  726. dynamic $dex_cheat
  727. exit
  728. end
  729. if cheatAlwaysMarried=1:
  730. cheatAlwaysMarried=0
  731. gs'stat'
  732. dynamic $dex_cheat
  733. end
  734. }
  735. $cheat_no_stds={
  736. if cheatNoSTDs=0:
  737. cheatNoSTDs=1
  738. gs'stat'
  739. dynamic $dex_cheat
  740. exit
  741. end
  742. if cheatNoSTDs=1:
  743. cheatNoSTDs=0
  744. gs'stat'
  745. dynamic $dex_cheat
  746. end
  747. }
  748. $cheat_no_sweat={
  749. if cheatNoSweat=0:
  750. cheatNoSweat=1
  751. gs'stat'
  752. dynamic $dex_cheat
  753. exit
  754. end
  755. if cheatNoSweat=1:
  756. cheatNoSweat=0
  757. gs'stat'
  758. dynamic $dex_cheat
  759. end
  760. }
  761. $dex_cheat_AlwaysHorny={
  762. if cheatAlwaysHorny=0:
  763. cheatAlwaysHorny=1
  764. gs'stat'
  765. dynamic $dex_cheat
  766. exit
  767. end
  768. if cheatAlwaysHorny=1:
  769. cheatAlwaysHorny=0
  770. gs'stat'
  771. dynamic $dex_cheat
  772. end
  773. }
  774. $dex_breast_growth={
  775. Boob = input ("How much change to breast size")
  776. set brgrow += Boob
  777. }
  778. $dex_waist_growth={
  779. Waist = input ("How much change to waist size")
  780. set waistShrink += Waist
  781. }
  782. $dex_hip_growth={
  783. Hip = input ("How much change to hip size")
  784. set hipGrow += Hip
  785. }
  786. $dex_cheat_fert_bonus={
  787. fert = input ("How much change to fertility?")
  788. set fertBonus = fert
  789. }
  790. $cheat_no_periods={
  791. if cheatNoPeriods=0:
  792. cheatNoPeriods=1
  793. gs'stat'
  794. dynamic $dex_cheat
  795. exit
  796. end
  797. if cheatNoPeriods=1:
  798. cheatNoPeriods=0
  799. gs'stat'
  800. dynamic $dex_cheat
  801. end
  802. }
  803. $always_brushed_hair={
  804. if cheatBrushedHair=0:
  805. cheatBrushedHair=1
  806. gs'stat'
  807. dynamic $dex_cheat
  808. exit
  809. end
  810. if cheatBrushedHair=1:
  811. cheatBrushedHair=0
  812. gs'stat'
  813. dynamic $dex_cheat
  814. end
  815. }
  816. $cheat_always_makeup={
  817. if cheatAlwaysMakeup=0:
  818. cheatAlwaysMakeup=1
  819. gs'stat'
  820. dynamic $dex_cheat
  821. exit
  822. end
  823. if cheatAlwaysMakeup=1:
  824. cheatAlwaysMakeup=0
  825. gs'stat'
  826. dynamic $dex_cheat
  827. end
  828. }
  829. $cheat_makeup_select={
  830. if cheatMakeupSelect = 0: cheatMakeupSelect = 1
  831. cheatMakeupSelect += 1
  832. if cheatMakeupSelect > 4: cheatMakeupSelect = 1
  833. dynamic $dex_cheat
  834. }
  835. $dex_boy_dickA={
  836. Dick = input ("How long in cm?")
  837. set dickA = Dick
  838. }
  839. $dex_boy_dickB={
  840. Dick = input ("How long in cm?")
  841. set dickB = Dick
  842. }
  843. $dex_boy_dickC={
  844. Dick = input ("How long in cm?")
  845. set dickC = Dick
  846. }
  847. !$dex_add_kid = {
  848. set numkid += 1
  849. set daykid[numkid] = day
  850. set monthkid[numkid] = month
  851. set yearkid[numkid] = year
  852. set haprikid[numkid] = rand(0,3)
  853. set glacol[numkid] = rand(0,3)
  854. set polkid[numkid] = RAND(0,1)
  855. set kid += 1
  856. set $kidname[numkid] = 'Test Child<<numkid>>'
  857. }
  858. --- dexcheats ---------------------------------