From 9614e6879456c5e576e11f049226c349a2310abf Mon Sep 17 00:00:00 2001 From: Jadis <49281043+jadis0x@users.noreply.github.com> Date: Mon, 29 Aug 2022 12:56:54 +0300 Subject: [PATCH] Update MelonMain.cs --- DevourClient/MelonMain.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DevourClient/MelonMain.cs b/DevourClient/MelonMain.cs index b93c136..7a30975 100644 --- a/DevourClient/MelonMain.cs +++ b/DevourClient/MelonMain.cs @@ -18,6 +18,7 @@ namespace DevourClient bool fly = false; float fly_speed = 5; public bool _IsAutoRespawn = false; + public static bool unlimitedUV = false; public static bool exp_modifier = false; public static float exp = 1000f; bool player_esp = false; @@ -245,6 +246,8 @@ namespace DevourClient this.azazel_snapline = GUI.Toggle(new Rect(Settings.Settings.x + 390, Settings.Settings.y + 220, 150, 20), this.azazel_snapline, "Azazel Snapline"); this.item_esp = GUI.Toggle(new Rect(Settings.Settings.x + 390, Settings.Settings.y + 280, 150, 20), this.item_esp, "Item ESP"); + + Load.unlimitedUV = GUI.Toggle(new Rect(Settings.Settings.x + 10, Settings.Settings.y + 340, 150, 20), Load.unlimitedUV, "Unlimited UV"); if (GUI.Button(new Rect(Settings.Settings.x + 10, Settings.Settings.y + 40, 150, 20), "Unlock Achievements")) {