NotEnoughHats
Member
- Mar 27, 2019
- 173
- 101
- 202
I directly downloaded a fully unlocked skill save file provided by someone else here.I wish there was some in-game hints or guide.. Would you mind putting the list of your unlocked ones ? maybe we can make a list ourselves
namespace Game.Core
{
// Token: 0x0200029E RID: 670
public static class EncryptionHelper
{
// Token: 0x0600170C RID: 5900 RVA: 0x0004BCA0 File Offset: 0x00049EA0
public static string Encrypt(string clearText)
{
string text = "What a fuck are you doing here?";
byte[] bytes = Encoding.Unicode.GetBytes(clearText);
using (Aes aes = Aes.Create())
{
Rfc2898DeriveBytes rfc2898DeriveBytes = new Rfc2898DeriveBytes(text, new byte[]
{
73, 118, 97, 110, 32, 77, 101, 100, 118, 101,
100, 101, 118
});
aes.Key = rfc2898DeriveBytes.GetBytes(32);
aes.IV = rfc2898DeriveBytes.GetBytes(16);
using (MemoryStream memoryStream = new MemoryStream())
{
using (CryptoStream cryptoStream = new CryptoStream(memoryStream, aes.CreateEncryptor(), CryptoStreamMode.Write))
{
cryptoStream.Write(bytes, 0, bytes.Length);
cryptoStream.Close();
}
clearText = Convert.ToBase64String(memoryStream.ToArray());
}
}
return clearText;
}
// Token: 0x0600170D RID: 5901 RVA: 0x0004BD84 File Offset: 0x00049F84
public static string Decrypt(string cipherText)
{
string text = "What a fuck are you doing here?";
cipherText = cipherText.Replace(" ", "+");
byte[] array = Convert.FromBase64String(cipherText);
using (Aes aes = Aes.Create())
{
Rfc2898DeriveBytes rfc2898DeriveBytes = new Rfc2898DeriveBytes(text, new byte[]
{
73, 118, 97, 110, 32, 77, 101, 100, 118, 101,
100, 101, 118
});
aes.Key = rfc2898DeriveBytes.GetBytes(32);
aes.IV = rfc2898DeriveBytes.GetBytes(16);
using (MemoryStream memoryStream = new MemoryStream())
{
using (CryptoStream cryptoStream = new CryptoStream(memoryStream, aes.CreateDecryptor(), CryptoStreamMode.Write))
{
cryptoStream.Write(array, 0, array.Length);
cryptoStream.Close();
}
cipherText = Encoding.Unicode.GetString(memoryStream.ToArray());
}
}
return cipherText;
}
}
}
namespace Game.Core
{
// Token: 0x0200029E RID: 670
public static class EncryptionHelper
{
return clearText;
}
// Token: 0x0600170D RID: 5901 RVA: 0x0004BD84 File Offset: 0x00049F84
public static string Decrypt(string cipherText)
{
return cipherText;
}
}
}
Thank bro, but I think you upload the wrong way. Unable to downloadFull save with everything unlocked. To have sex with the girls, use love spray.
save location: AppData\LocalLow\DefaultCompany\My Sexy Neighbour 2\
Cen you explain this pleasI would like to be able to have sex with my neighbors when they want to, not because they're asleep or have fallen into a trap.
No clue how to use the sleeping spray. Tried on all the men and it doesn't do a damn thing when I use it. Do you have to hide in a closet and spray him as he walks by? Also, does anyone have any idea how to fill the 5 stars below their names?Mostly every sex interaction is using trap/sleeping, but i found one with camila in the red room, if u use the sleeping sprey with her husband before he goes to the red room, you can fuck her there and its actually the best sex i saw so far, guessing if there others scenes like that
Approach the person from the back. spray the sleeping spray. above their head ZZZ will apear and they will go to bed to sleep. then use love spray and have sex.No clue how to use the sleeping spray. Tried on all the men and it doesn't do a damn thing when I use it. Do you have to hide in a closet and spray him as he walks by? Also, does anyone have any idea how to fill the 5 stars below their names?