From 3412d551d512fbe3aaa5ef77fa3d8412028b4097 Mon Sep 17 00:00:00 2001 From: Tobias020108 <84468331+Tobias020108Back@users.noreply.github.com> Date: Fri, 21 Nov 2025 07:42:20 +0800 Subject: [PATCH] Update Main.lua --- Main.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Main.lua b/Main.lua index 53723c6..6d7946e 100644 --- a/Main.lua +++ b/Main.lua @@ -10,8 +10,8 @@ local DrawingLibrary = {}; local DrawingLibraryPrivate = {}; local screenGUIs = {}; -local Maid = loadstring(game:HttpGet('https://raw.githubusercontent.com/Aztup/Aztup-Hub-V3-Utils/main/Maid.lua'))() -local Signal = loadstring(game:HttpGet('https://raw.githubusercontent.com/Aztup/Aztup-Hub-V3-Utils/main/Signal.lua'))() +local Maid = loadstring(game:HttpGet('https://raw.githubusercontent.com/ModerkaScripts/Aztup-Hub-V3/refs/heads/master/files/utils/Maid.lua'))() +local Signal = loadstring(game:HttpGet('https://raw.githubusercontent.com/ModerkaScripts/Aztup-Hub-V3/refs/heads/master/files/utils/Signal.lua'))() DrawingLibrary.DrawingLibrary = true; @@ -671,4 +671,5 @@ do -- // DrawingLibrary UserInputService.InputEnded:Connect(function(...) handleInputEvent('InputEnded', ...) end); end; -return DrawingLibrary; \ No newline at end of file + +return DrawingLibrary;