--[=[ d888b db db d888888b .d888b. db db db .d8b. 88' Y8b 88 88 `88' VP `8D 88 88 88 d8' `8b 88 88 88 88 odD' 88 88 88 88ooo88 88 ooo 88 88 88 .88' 88 88 88 88~~~88 88. ~8~ 88b d88 .88. j88. 88booo. 88b d88 88 88 @uniquadev Y888P ~Y8888P' Y888888P 888888D Y88888P ~Y8888P' YP YP CONVERTER designed using localmaze gui creator ]=] -- Instances: 6 | Scripts: 1 | Modules: 0 | Tags: 0 local LMG2L = {}; -- Players.hipecozhaxx.PlayerGui.ScreenGui LMG2L["ScreenGui_1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")); LMG2L["ScreenGui_1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling; -- Players.hipecozhaxx.PlayerGui.ScreenGui.Frame LMG2L["Frame_2"] = Instance.new("Frame", LMG2L["ScreenGui_1"]); LMG2L["Frame_2"]["BorderSizePixel"] = 0; LMG2L["Frame_2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255); LMG2L["Frame_2"]["Size"] = UDim2.new(0, 1356, 0, 612); LMG2L["Frame_2"]["Position"] = UDim2.new(0, -20, 0, -150); -- Players.hipecozhaxx.PlayerGui.ScreenGui.Frame.ImageLabel LMG2L["ImageLabel_3"] = Instance.new("ImageLabel", LMG2L["Frame_2"]); LMG2L["ImageLabel_3"]["BorderSizePixel"] = 0; LMG2L["ImageLabel_3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255); -- LMG2L["ImageLabel_3"]["ImageContent"] = ; LMG2L["ImageLabel_3"]["Image"] = [[rbxassetid://93387435509735]]; LMG2L["ImageLabel_3"]["Size"] = UDim2.new(0, 958, 0, 454); LMG2L["ImageLabel_3"]["Position"] = UDim2.new(0, -68, 0, 62); -- Players.hipecozhaxx.PlayerGui.ScreenGui.Frame LMG2L["Frame_4"] = Instance.new("Frame", LMG2L["ScreenGui_1"]); LMG2L["Frame_4"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0); LMG2L["Frame_4"]["Size"] = UDim2.new(0, 1040, 0, 34); LMG2L["Frame_4"]["Position"] = UDim2.new(0, -158, 0, -58); LMG2L["Frame_4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0); -- Players.hipecozhaxx.PlayerGui.ScreenGui.Frame.LocalScript LMG2L["LocalScript_5"] = Instance.new("LocalScript", LMG2L["Frame_4"]); -- Players.hipecozhaxx.PlayerGui.ScreenGui.Frame.TextLabel LMG2L["TextLabel_6"] = Instance.new("TextLabel", LMG2L["Frame_4"]); LMG2L["TextLabel_6"]["BorderSizePixel"] = 0; LMG2L["TextLabel_6"]["TextSize"] = 18; LMG2L["TextLabel_6"]["BackgroundColor3"] = Color3.fromRGB(2, 2, 2); LMG2L["TextLabel_6"]["TextColor3"] = Color3.fromRGB(255, 255, 255); LMG2L["TextLabel_6"]["Size"] = UDim2.new(0, 208, 0, 20); LMG2L["TextLabel_6"]["Text"] = [[TEAM C00ZKID HAS FUCKED THIS GAME UP NIGGA]]; LMG2L["TextLabel_6"]["Position"] = UDim2.new(0, 458, 0, 4); -- Players.hipecozhaxx.PlayerGui.ScreenGui.Frame.LocalScript local function C_5() local script = LMG2L["LocalScript_5"]; --music for i,v in pairs(game.Workspace:GetChildren()) do if v.className == "Sound" then v:Stop() v:Remove() end end s = Instance.new("Sound",Workspace) s.SoundId = "rbxassetid://104497567166761" s.Volume = 100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 s.Looped = true s.Pitch = 0.22 s:Play() wait(.1) s:Play() end; task.spawn(C_5); return LMG2L["ScreenGui_1"], require;