There are two Debug codes, tho its in spanish so idk what those does, but it can be guessed
"1524" and "8784":
// I guess Galerie unlock
if (this.codi == "1524")
{
DadesOpcions.Instance.galeria = true;
DadesOpcions.guardaOpcions();
base.GetComponent<AudioSource>().Play();
}
// I guess all Skills unlock+max level of them
if (this.codi == "8784")
{
DadesGenerals.Instance.codiSkills = true;
DadesPartida.Instance.Spank = 2;
DadesPartida.Instance.Flirt = 2;
DadesPartida.Instance.HornyWater = 2;
DadesPartida.Instance.SexyDance = 2;
DadesPartida.Instance.Lameton = 2;
DadesPartida.Instance.Meditacion = 2;
DadesPartida.Instance.Masturbacio = 2;
DadesPartida.Instance.Escut = 2;
DadesPartida.Instance.Purificacio = 2;
base.GetComponent<AudioSource>().Play();