From 4cdf0f49f24290d858dd437b8678adb476d90959 Mon Sep 17 00:00:00 2001 From: Jadis <49281043+jadis0x@users.noreply.github.com> Date: Sun, 28 Aug 2022 18:33:54 +0300 Subject: [PATCH] Update MelonMain.cs --- DevourClient/MelonMain.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DevourClient/MelonMain.cs b/DevourClient/MelonMain.cs index 3f6b43e..366d377 100644 --- a/DevourClient/MelonMain.cs +++ b/DevourClient/MelonMain.cs @@ -258,6 +258,12 @@ namespace DevourClient Hacks.Misc.InstantWin(); MelonLogger.Msg("EZ Win"); } + + if (GUI.Button(new Rect(Settings.Settings.x + 10, Settings.Settings.y + 310, 150, 20), "TP Items") && Player.IsInGame()) + { + Hacks.Misc.TPItems(); + MelonLogger.Msg("TP Items !"); + } if (GUI.Button(new Rect(Settings.Settings.x + 200, Settings.Settings.y + 160, 150, 20), "Random sound")) {