Does anyone know the new cheats? by chance.
there is no new cheat in 007_cheatscreen.ks
[bg time="1000" method="puffIn" storage="Screens/Computer.jpg" ]
[tb_start_tyrano_code]
;MONEY CHEATS
[if exp="f.cheat == 'CASHH'"]
[eval exp="f.mc_money = 9999"]
[tb_show_message_window ]
[tb_start_text mode=1 ]
Woohooo you got $9999! [p]
[_tb_end_text]
[tb_hide_message_window ]
[jump storage="0007_Desktop.ks" target="*Start" ]
[cm]
[elsif exp="f.cheat == 'cashh'"]
[eval exp="f.mc_money = 9999"]
[tb_show_message_window ]
[tb_start_text mode=1 ]
Woohooo you got $9999! [p]
[_tb_end_text]
[tb_hide_message_window ]
[jump storage="0007_Desktop.ks" target="*Start" ]
[cm]
;MOIRA CHEATS
[elsif exp="f.cheat == 'MILFS'"]
[eval exp="f.moira_affection= 100"]
[eval exp="f.moira_lust= 100"]
[tb_show_message_window ]
[tb_start_text mode=1 ]
Moira's Affection and Lust boosted! [p]
[_tb_end_text]
[tb_hide_message_window ]
[jump storage="0007_Desktop.ks" target="*Start" ]
[cm]
[elsif exp="f.cheat == 'milfs'"]
[eval exp="f.moira_affection= 100"]
[eval exp="f.moira_lust= 100"]
[tb_show_message_window ]
[tb_start_text mode=1 ]
Moira's Affection and Lust boosted! [p]
[_tb_end_text]
[tb_hide_message_window ]
[jump storage="0007_Desktop.ks" target="*Start" ]
[cm]
;GIRLS CHEATS
[elsif exp="f.cheat == 'SEXIEST'"]
[eval exp="f.victoria_affection= 100"]
[eval exp="f.victoria_lust= 100"]
[eval exp="f.sasha_affection= 100"]
[eval exp="f.sasha_lust= 100"]
[tb_show_message_window ]
[tb_start_text mode=1 ]
Victoria and Sasha's Affection and Lust boosted! [p]
[_tb_end_text]
[tb_hide_message_window ]
[jump storage="0007_Desktop.ks" target="*Start" ]
[cm]
;GIRLS CHEATS
[elsif exp="f.cheat == 'sexiest'"]
[eval exp="f.victoria_affection= 100"]
[eval exp="f.victoria_lust= 100"]
[eval exp="f.sasha_affection= 100"]
[eval exp="f.sasha_lust= 100"]
[tb_show_message_window ]
[tb_start_text mode=1 ]
Victoria and Sasha's Affection and Lust boosted! [p]
[_tb_end_text]
[tb_hide_message_window ]
[jump storage="0007_Desktop.ks" target="*Start" ]
[cm]
[else]
[tb_show_message_window ]
[tb_start_text mode=1 ]
Cheat not valid! [p]
[_tb_end_text]
[tb_hide_message_window ]
[jump storage="0007_Desktop.ks" target="*Start" ]
[cm]
[endif]
[_tb_end_tyrano_code]