Aizen Myo

Member
Mar 23, 2022
157
213
I don't remember exactly how that plays out, but no.
No, she requires condom and oral contraceptive, and when you go for it she tries to slip another kind of contraceptive into her pussy but this one you can tell her not to use it.
 

anedwcan

Active Member
Sep 25, 2017
607
868
To gain Veteran Detective, load up the html file in a good editor (regular old Notepad works just fine on Windows 11) and search for the error message you get when you enter an incorrect code (currently this message starts saying "Wrong code").

You'll find an IF statement, currently looking like this:

if (co == null || co == undefined || co.hc() != setup.gc()) {


Then simply apply elementary programming skills to change the "not equal" test to the opposite:

Specifically (for 0.8 at least), change

co.hc() != setup.gc()

to

co.hc() == setup.gc()

(in other words, replace the exclamation point for an equals to sign)

This means that any code EXCEPT the correct one unlocks Veteran Detective.
 
  • Like
Reactions: eatfortwo

killatopak

Newbie
May 26, 2018
54
32
To gain Veteran Detective, load up the html file in a good editor (regular old Notepad works just fine on Windows 11) and search for the error message you get when you enter an incorrect code (currently this message starts saying "Wrong code").

You'll find an IF statement, currently looking like this:

if (co == null || co == undefined || co.hc() != setup.gc()) {


Then simply apply elementary programming skills to change the "not equal" test to the opposite:

Specifically (for 0.8 at least), change

co.hc() != setup.gc()

to

co.hc() == setup.gc()

(in other words, replace the exclamation point for an equals to sign)

This means that any code EXCEPT the correct one unlocks Veteran Detective.
doesn’t work for me. Yes it says the code worked but it just reverts it to base state. The same prompt to enable veteran detective mode still shows up.
 
  • Like
Reactions: ElementalWillow
4.50 star(s) 60 Votes