From f43aef2deb2a0a651e9d9bbbca3ece71ebbddbcb Mon Sep 17 00:00:00 2001 From: Jadis <49281043+jadis0x@users.noreply.github.com> Date: Thu, 8 Sep 2022 12:09:38 +0300 Subject: [PATCH] Update MelonMain.cs --- DevourClient/MelonMain.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/DevourClient/MelonMain.cs b/DevourClient/MelonMain.cs index c502845..4c73b96 100644 --- a/DevourClient/MelonMain.cs +++ b/DevourClient/MelonMain.cs @@ -332,6 +332,19 @@ namespace DevourClient Hacks.Misc.PlaySound(); MelonLogger.Msg("Playing a random sound !"); } + + + if (GUI.Button(new Rect(Settings.Settings.x + 580, Settings.Settings.y + 40, 150, 20), "Spawn Azazel Sam") && Player.IsInGameOrLobby()) + { + Hacks.Misc.SpawnAzazel((PrefabId)BoltPrefabs.AzazelSam); + MelonLogger.Msg("Azazel Sam Spawned !"); + } + + if (GUI.Button(new Rect(Settings.Settings.x + 580, Settings.Settings.y + 70, 150, 20), "Spawn Azazel Molly") && Player.IsInGameOrLobby()) + { + Hacks.Misc.SpawnAzazel((PrefabId)BoltPrefabs.SurvivalAzazelMolly); + MelonLogger.Msg("Azazel Molly Spawned !"); + } } } -- 2.52.0