Decompiled source of ScheduleNude v1.0.1

Mods/ScheduleNude.Il2Cpp.dll

Decompiled 2 months ago
using System;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.Versioning;
using System.Threading;
using HarmonyLib;
using Il2CppScheduleOne.AvatarFramework;
using MelonLoader;
using Microsoft.CodeAnalysis;
using ScheduleNude;

[assembly: CompilationRelaxations(8)]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
[assembly: MelonInfo(typeof(OhFuckYeahThatsHot), "ScheduleNude", "1.0.0", "A Bunch a Naked Bitches", null)]
[assembly: TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
[assembly: AssemblyCompany("ScheduleNude.Il2Cpp")]
[assembly: AssemblyConfiguration("Debug")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0")]
[assembly: AssemblyProduct("ScheduleNude.Il2Cpp")]
[assembly: AssemblyTitle("ScheduleNude.Il2Cpp")]
[assembly: AssemblyVersion("1.0.0.0")]
namespace Microsoft.CodeAnalysis
{
	[CompilerGenerated]
	[Microsoft.CodeAnalysis.Embedded]
	internal sealed class EmbeddedAttribute : Attribute
	{
	}
}
namespace System.Runtime.CompilerServices
{
	[CompilerGenerated]
	[Microsoft.CodeAnalysis.Embedded]
	[AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Parameter | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter, AllowMultiple = false, Inherited = false)]
	internal sealed class NullableAttribute : Attribute
	{
		public readonly byte[] NullableFlags;

		public NullableAttribute(byte P_0)
		{
			NullableFlags = new byte[1] { P_0 };
		}

		public NullableAttribute(byte[] P_0)
		{
			NullableFlags = P_0;
		}
	}
	[CompilerGenerated]
	[Microsoft.CodeAnalysis.Embedded]
	[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Interface | AttributeTargets.Delegate, AllowMultiple = false, Inherited = false)]
	internal sealed class NullableContextAttribute : Attribute
	{
		public readonly byte Flag;

		public NullableContextAttribute(byte P_0)
		{
			Flag = P_0;
		}
	}
}
namespace ScheduleNude
{
	public class OhFuckYeahThatsHot : MelonMod
	{
		public const bool DoTheAnnoyingWaiting = true;

		public const int AnnoyingWaitingDurationMs = 1000;

		public override void OnApplicationStart()
		{
			((MelonBase)this).LoggerInstance.Msg("Initializing Dicks...");
			((MelonBase)this).LoggerInstance.Msg("Initializing Tits...");
			bool flag = true;
			Thread.Sleep(1000);
			((MelonBase)this).LoggerInstance.Msg("Initialized Dicks!");
			((MelonBase)this).LoggerInstance.Msg("Initialized Tits!");
			((MelonBase)this).LoggerInstance.Msg("ScheduleNude initialized. Happy fucking!");
		}
	}
}
namespace ScheduleNude.Pussies
{
	[HarmonyPatch(typeof(Avatar))]
	public class AvatarPussies
	{
		[HarmonyPrefix]
		[HarmonyPatch("LoadAvatarSettings")]
		public static bool LoadSmellyClothing(AvatarSettings settings, Avatar __instance)
		{
			__instance.LoadNakedSettings(settings, 19);
			return false;
		}

		[HarmonyPrefix]
		[HarmonyPatch("ApplyBodyLayerSettings")]
		public static bool ApplySmellyClothingToNPCS(AvatarSettings settings, int maxOrder, Avatar __instance)
		{
			return false;
		}
	}
}

Mods/ScheduleNude.Mono.dll

Decompiled 2 months ago
using System;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.Versioning;
using HarmonyLib;
using MelonLoader;
using Microsoft.CodeAnalysis;
using ScheduleNude;
using ScheduleOne.AvatarFramework;

[assembly: CompilationRelaxations(8)]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
[assembly: MelonInfo(typeof(OhFuckYeahThatsHot), "ScheduleNude", "1.0.0", "A Bunch a Naked Bitches", null)]
[assembly: TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
[assembly: AssemblyCompany("ScheduleNude.Mono")]
[assembly: AssemblyConfiguration("Debug")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0")]
[assembly: AssemblyProduct("ScheduleNude.Mono")]
[assembly: AssemblyTitle("ScheduleNude.Mono")]
[assembly: AssemblyVersion("1.0.0.0")]
namespace Microsoft.CodeAnalysis
{
	[CompilerGenerated]
	[Microsoft.CodeAnalysis.Embedded]
	internal sealed class EmbeddedAttribute : Attribute
	{
	}
}
namespace System.Runtime.CompilerServices
{
	[CompilerGenerated]
	[Microsoft.CodeAnalysis.Embedded]
	[AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Parameter | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter, AllowMultiple = false, Inherited = false)]
	internal sealed class NullableAttribute : Attribute
	{
		public readonly byte[] NullableFlags;

		public NullableAttribute(byte P_0)
		{
			NullableFlags = new byte[1] { P_0 };
		}

		public NullableAttribute(byte[] P_0)
		{
			NullableFlags = P_0;
		}
	}
	[CompilerGenerated]
	[Microsoft.CodeAnalysis.Embedded]
	[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Interface | AttributeTargets.Delegate, AllowMultiple = false, Inherited = false)]
	internal sealed class NullableContextAttribute : Attribute
	{
		public readonly byte Flag;

		public NullableContextAttribute(byte P_0)
		{
			Flag = P_0;
		}
	}
}
namespace ScheduleNude
{
	public class OhFuckYeahThatsHot : MelonMod
	{
		public override void OnApplicationStart()
		{
			((MelonBase)this).LoggerInstance.Msg("Initializing Dicks...");
			((MelonBase)this).LoggerInstance.Msg("Initializing Tits...");
			((MelonBase)this).LoggerInstance.Msg("Initialized Dicks!");
			((MelonBase)this).LoggerInstance.Msg("Initialized Tits!");
			((MelonBase)this).LoggerInstance.Msg("ScheduleNude initialized. Happy fucking!");
		}
	}
}
namespace ScheduleNude.Pussies
{
	[HarmonyPatch(typeof(Avatar))]
	public class AvatarPussies
	{
		[HarmonyPrefix]
		[HarmonyPatch("LoadAvatarSettings")]
		public static bool LoadSmellyClothing(AvatarSettings settings, Avatar __instance)
		{
			__instance.LoadNakedSettings(settings, 19);
			return false;
		}

		[HarmonyPrefix]
		[HarmonyPatch("ApplyBodyLayerSettings")]
		public static bool ApplySmellyClothingToNPCS(AvatarSettings settings, int maxOrder, Avatar __instance)
		{
			return false;
		}
	}
}