--gui2lua was used! enjoy script.. if u can?? local G2L = {}; -- StarterGui.GameCookerUI G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")); G2L["1"]["Name"] = [[GameCookerUI]]; G2L["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling; G2L["1"]["ResetOnSpawn"] = false; -- StarterGui.GameCookerUI.Panel G2L["2"] = Instance.new("Frame", G2L["1"]); G2L["2"]["BorderSizePixel"] = 0; G2L["2"]["BackgroundColor3"] = Color3.fromRGB(255, 97, 97); G2L["2"]["Size"] = UDim2.new(0, 273, 0, 158); G2L["2"]["Position"] = UDim2.new(0.14682, 426, 0.314, 70); G2L["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0); G2L["2"]["Name"] = [[Panel]]; G2L["2"]["BackgroundTransparency"] = 0.4; -- StarterGui.GameCookerUI.Panel.UICorner G2L["3"] = Instance.new("UICorner", G2L["2"]); G2L["3"]["CornerRadius"] = UDim.new(0, 13); -- StarterGui.GameCookerUI.Panel.UIStroke G2L["4"] = Instance.new("UIStroke", G2L["2"]); G2L["4"]["Thickness"] = 4; G2L["4"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border; -- StarterGui.GameCookerUI.Panel.title G2L["5"] = Instance.new("TextLabel", G2L["2"]); G2L["5"]["TextWrapped"] = true; G2L["5"]["BorderSizePixel"] = 0; G2L["5"]["TextSize"] = 14; G2L["5"]["TextScaled"] = true; G2L["5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255); G2L["5"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Heavy, Enum.FontStyle.Normal); G2L["5"]["TextColor3"] = Color3.fromRGB(255, 255, 255); G2L["5"]["BackgroundTransparency"] = 1; G2L["5"]["Size"] = UDim2.new(0, 236, 0, 50); G2L["5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0); G2L["5"]["Text"] = [[GAME DESTROYER]]; G2L["5"]["Name"] = [[title]]; G2L["5"]["Position"] = UDim2.new(0.06593, 0, -0.03797, 0); -- StarterGui.GameCookerUI.Panel.dg G2L["6"] = Instance.new("TextButton", G2L["2"]); G2L["6"]["BorderSizePixel"] = 0; G2L["6"]["TextSize"] = 25; G2L["6"]["AutoButtonColor"] = false; G2L["6"]["TextColor3"] = Color3.fromRGB(255, 255, 255); G2L["6"]["BackgroundColor3"] = Color3.fromRGB(164, 89, 96); G2L["6"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Heavy, Enum.FontStyle.Normal); G2L["6"]["Size"] = UDim2.new(0, 200, 0, 40); G2L["6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0); G2L["6"]["Text"] = [[Destroy Game]]; G2L["6"]["Name"] = [[dg]]; G2L["6"]["Position"] = UDim2.new(0.03297, 0, 0.67722, 0); -- StarterGui.GameCookerUI.Panel.dg.UIStroke G2L["7"] = Instance.new("UIStroke", G2L["6"]); G2L["7"]["Thickness"] = 4; G2L["7"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border; -- StarterGui.GameCookerUI.Panel.dg.UICorner G2L["8"] = Instance.new("UICorner", G2L["6"]); G2L["8"]["CornerRadius"] = UDim.new(0, 13); -- StarterGui.GameCookerUI.Panel.dg.LocalScript G2L["9"] = Instance.new("LocalScript", G2L["6"]); -- StarterGui.GameCookerUI.Panel.inform G2L["a"] = Instance.new("TextLabel", G2L["2"]); G2L["a"]["TextWrapped"] = true; G2L["a"]["BorderSizePixel"] = 0; G2L["a"]["TextSize"] = 14; G2L["a"]["TextScaled"] = true; G2L["a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255); G2L["a"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Heavy, Enum.FontStyle.Normal); G2L["a"]["TextColor3"] = Color3.fromRGB(255, 206, 0); G2L["a"]["BackgroundTransparency"] = 1; G2L["a"]["Size"] = UDim2.new(0, 236, 0, 50); G2L["a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0); G2L["a"]["Text"] = [[By selecting the "Destroy Game" Button, You will have your client game in ruins. I take no responsibility in your actions.]]; G2L["a"]["Name"] = [[inform]]; G2L["a"]["Position"] = UDim2.new(0.06593, 0, 0.22785, 0); -- StarterGui.GameCookerUI.Panel.UIDragDetector G2L["b"] = Instance.new("UIDragDetector", G2L["2"]); -- [ERROR] cannot convert ActivatedCursorIconContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues" -- [ERROR] cannot convert CursorIconContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues" G2L["b"]["CursorIcon"] = [[rbxassetid://0]]; G2L["b"]["ActivatedCursorIcon"] = [[rbxassetid://0]]; -- StarterGui.GameCookerUI.Panel.WarnFrame G2L["c"] = Instance.new("Frame", G2L["2"]); G2L["c"]["Visible"] = false; G2L["c"]["BorderSizePixel"] = 0; G2L["c"]["BackgroundColor3"] = Color3.fromRGB(176, 92, 101); G2L["c"]["Size"] = UDim2.new(0, 466, 0, 100); G2L["c"]["Position"] = UDim2.new(-0.35531, 0, -0.74051, 0); G2L["c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0); G2L["c"]["Name"] = [[WarnFrame]]; G2L["c"]["BackgroundTransparency"] = 0.4; -- StarterGui.GameCookerUI.Panel.WarnFrame.UIStroke G2L["d"] = Instance.new("UIStroke", G2L["c"]); G2L["d"]["Thickness"] = 4; G2L["d"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border; -- StarterGui.GameCookerUI.Panel.WarnFrame.UICorner G2L["e"] = Instance.new("UICorner", G2L["c"]); G2L["e"]["CornerRadius"] = UDim.new(0, 13); -- StarterGui.GameCookerUI.Panel.WarnFrame.warner G2L["f"] = Instance.new("TextLabel", G2L["c"]); G2L["f"]["TextWrapped"] = true; G2L["f"]["BorderSizePixel"] = 0; G2L["f"]["TextSize"] = 14; G2L["f"]["TextScaled"] = true; G2L["f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255); G2L["f"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Heavy, Enum.FontStyle.Normal); G2L["f"]["TextColor3"] = Color3.fromRGB(255, 255, 255); G2L["f"]["BackgroundTransparency"] = 1; G2L["f"]["Size"] = UDim2.new(0, 435, 0, 50); G2L["f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0); G2L["f"]["Text"] = [[Are you sure you want to continue?]]; G2L["f"]["Name"] = [[warner]]; G2L["f"]["Position"] = UDim2.new(0.0316, 0, -0.00797, 0); -- StarterGui.GameCookerUI.Panel.WarnFrame.cont G2L["10"] = Instance.new("TextButton", G2L["c"]); G2L["10"]["BorderSizePixel"] = 0; G2L["10"]["TextSize"] = 25; G2L["10"]["AutoButtonColor"] = false; G2L["10"]["TextColor3"] = Color3.fromRGB(255, 255, 255); G2L["10"]["BackgroundColor3"] = Color3.fromRGB(164, 89, 96); G2L["10"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Heavy, Enum.FontStyle.Normal); G2L["10"]["Size"] = UDim2.new(0, 200, 0, 40); G2L["10"]["BorderColor3"] = Color3.fromRGB(0, 0, 0); G2L["10"]["Text"] = [[Continue]]; G2L["10"]["Name"] = [[cont]]; G2L["10"]["Position"] = UDim2.new(0.5353, 0, 0.48722, 0); -- StarterGui.GameCookerUI.Panel.WarnFrame.cont.UIStroke G2L["11"] = Instance.new("UIStroke", G2L["10"]); G2L["11"]["Thickness"] = 4; G2L["11"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border; -- StarterGui.GameCookerUI.Panel.WarnFrame.cont.UICorner G2L["12"] = Instance.new("UICorner", G2L["10"]); G2L["12"]["CornerRadius"] = UDim.new(0, 13); -- StarterGui.GameCookerUI.Panel.WarnFrame.cont.LocalScript G2L["13"] = Instance.new("LocalScript", G2L["10"]); -- StarterGui.GameCookerUI.Panel.WarnFrame.cancel G2L["14"] = Instance.new("TextButton", G2L["c"]); G2L["14"]["BorderSizePixel"] = 0; G2L["14"]["TextSize"] = 25; G2L["14"]["AutoButtonColor"] = false; G2L["14"]["TextColor3"] = Color3.fromRGB(255, 255, 255); G2L["14"]["BackgroundColor3"] = Color3.fromRGB(164, 89, 96); G2L["14"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Heavy, Enum.FontStyle.Normal); G2L["14"]["Size"] = UDim2.new(0, 200, 0, 40); G2L["14"]["BorderColor3"] = Color3.fromRGB(0, 0, 0); G2L["14"]["Text"] = [[Cancel]]; G2L["14"]["Name"] = [[cancel]]; G2L["14"]["Position"] = UDim2.new(0.03101, 0, 0.48722, 0); -- StarterGui.GameCookerUI.Panel.WarnFrame.cancel.UIStroke G2L["15"] = Instance.new("UIStroke", G2L["14"]); G2L["15"]["Thickness"] = 4; G2L["15"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border; -- StarterGui.GameCookerUI.Panel.WarnFrame.cancel.UICorner G2L["16"] = Instance.new("UICorner", G2L["14"]); G2L["16"]["CornerRadius"] = UDim.new(0, 13); -- StarterGui.GameCookerUI.Panel.WarnFrame.cancel.LocalScript G2L["17"] = Instance.new("LocalScript", G2L["14"]); -- StarterGui.GameCookerUI.Panel.xit G2L["18"] = Instance.new("TextButton", G2L["2"]); G2L["18"]["BorderSizePixel"] = 0; G2L["18"]["TextSize"] = 25; G2L["18"]["AutoButtonColor"] = false; G2L["18"]["TextColor3"] = Color3.fromRGB(255, 255, 255); G2L["18"]["BackgroundColor3"] = Color3.fromRGB(164, 89, 96); G2L["18"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Heavy, Enum.FontStyle.Normal); G2L["18"]["Size"] = UDim2.new(0, 40, 0, 40); G2L["18"]["BorderColor3"] = Color3.fromRGB(0, 0, 0); G2L["18"]["Text"] = [[X]]; G2L["18"]["Name"] = [[xit]]; G2L["18"]["Position"] = UDim2.new(0.80586, 0, 0.67722, 0); -- StarterGui.GameCookerUI.Panel.xit.UIStroke G2L["19"] = Instance.new("UIStroke", G2L["18"]); G2L["19"]["Thickness"] = 4; G2L["19"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border; -- StarterGui.GameCookerUI.Panel.xit.UICorner G2L["1a"] = Instance.new("UICorner", G2L["18"]); G2L["1a"]["CornerRadius"] = UDim.new(0, 13); -- StarterGui.GameCookerUI.Panel.xit.LocalScript G2L["1b"] = Instance.new("LocalScript", G2L["18"]); -- StarterGui.GameCookerUI.Blur G2L["1c"] = Instance.new("BlurEffect", G2L["1"]); G2L["1c"]["Size"] = 35; -- StarterGui.GameCookerUI.ModelParts G2L["1d"] = Instance.new("Folder", G2L["1"]); G2L["1d"]["Name"] = [[ModelParts]]; -- StarterGui.GameCookerUI.ModelParts.Part G2L["1e"] = Instance.new("Part", G2L["1d"]); G2L["1e"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["1e"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["1e"]["CFrame"] = CFrame.new(Vector3.new(11.94999, 2.15, -40.89999), Vector3.new(0, 0, -1)); G2L["1e"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["1f"] = Instance.new("Part", G2L["1d"]); G2L["1f"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["1f"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["1f"]["CFrame"] = CFrame.new(Vector3.new(2.94999, 2.15, -71.59999), Vector3.new(0, 0, -1)); G2L["1f"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["20"] = Instance.new("Part", G2L["1d"]); G2L["20"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["20"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["20"]["CFrame"] = CFrame.new(Vector3.new(3.74999, 2.15, -102.39998), Vector3.new(0, 0, -1)); G2L["20"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["21"] = Instance.new("Part", G2L["1d"]); G2L["21"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["21"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["21"]["CFrame"] = CFrame.new(Vector3.new(-3.24998, 2.15, -88.49998), Vector3.new(0, 0, -1)); G2L["21"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["22"] = Instance.new("Part", G2L["1d"]); G2L["22"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["22"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["22"]["CFrame"] = CFrame.new(Vector3.new(-4.54998, 2.15, -60.89999), Vector3.new(0, 0, -1)); G2L["22"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["23"] = Instance.new("Part", G2L["1d"]); G2L["23"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["23"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["23"]["CFrame"] = CFrame.new(Vector3.new(9.84999, 2.15, -54.69999), Vector3.new(0, 0, -1)); G2L["23"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["24"] = Instance.new("Part", G2L["1d"]); G2L["24"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["24"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["24"]["CFrame"] = CFrame.new(Vector3.new(15.54999, 2.15, -76.79999), Vector3.new(0, 0, -1)); G2L["24"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["25"] = Instance.new("Part", G2L["1d"]); G2L["25"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["25"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["25"]["CFrame"] = CFrame.new(Vector3.new(18.04998, 2.15, -94.09999), Vector3.new(0, 0, -1)); G2L["25"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["26"] = Instance.new("Part", G2L["1d"]); G2L["26"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["26"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["26"]["CFrame"] = CFrame.new(Vector3.new(35.64999, 2.15, -58.09999), Vector3.new(0, 0, -1)); G2L["26"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["27"] = Instance.new("Part", G2L["1d"]); G2L["27"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["27"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["27"]["CFrame"] = CFrame.new(Vector3.new(15.94999, 2.15, -16.79999), Vector3.new(0, 0, -1)); G2L["27"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["28"] = Instance.new("Part", G2L["1d"]); G2L["28"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["28"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["28"]["CFrame"] = CFrame.new(Vector3.new(-29.14999, 2.15, -83.19999), Vector3.new(0, 0, -1)); G2L["28"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["29"] = Instance.new("Part", G2L["1d"]); G2L["29"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["29"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["29"]["CFrame"] = CFrame.new(Vector3.new(-1.94999, 2.15, -146.7), Vector3.new(0, 0, -1)); G2L["29"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["2a"] = Instance.new("Part", G2L["1d"]); G2L["2a"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["2a"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["2a"]["CFrame"] = CFrame.new(Vector3.new(0.55001, 2.15, -13.69998), Vector3.new(0, 0, -1)); G2L["2a"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["2b"] = Instance.new("Part", G2L["1d"]); G2L["2b"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["2b"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["2b"]["CFrame"] = CFrame.new(Vector3.new(-33.54999, 2.15, -31.69999), Vector3.new(0, 0, -1)); G2L["2b"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["2c"] = Instance.new("Part", G2L["1d"]); G2L["2c"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["2c"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["2c"]["CFrame"] = CFrame.new(Vector3.new(-20.74998, 2.15, -103.69999), Vector3.new(0, 0, -1)); G2L["2c"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["2d"] = Instance.new("Part", G2L["1d"]); G2L["2d"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["2d"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["2d"]["CFrame"] = CFrame.new(Vector3.new(48.24998, 2.15, -72.79999), Vector3.new(0, 0, -1)); G2L["2d"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["2e"] = Instance.new("Part", G2L["1d"]); G2L["2e"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["2e"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["2e"]["CFrame"] = CFrame.new(Vector3.new(6.44999, 2.15, 11.19998), Vector3.new(0, 0, -1)); G2L["2e"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["2f"] = Instance.new("Part", G2L["1d"]); G2L["2f"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["2f"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["2f"]["CFrame"] = CFrame.new(Vector3.new(-40.74998, 2.15, -42.79999), Vector3.new(0, 0, -1)); G2L["2f"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["30"] = Instance.new("Part", G2L["1d"]); G2L["30"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["30"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["30"]["CFrame"] = CFrame.new(Vector3.new(-14.84999, 2.15, -157.39999), Vector3.new(0, 0, -1)); G2L["30"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["31"] = Instance.new("Part", G2L["1d"]); G2L["31"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["31"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["31"]["CFrame"] = CFrame.new(Vector3.new(64.64999, 2.15, -107.29999), Vector3.new(0, 0, -1)); G2L["31"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.ModelParts.Part G2L["32"] = Instance.new("Part", G2L["1d"]); G2L["32"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["32"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["32"]["CFrame"] = CFrame.new(Vector3.new(80.69998, 13, 74.04999), Vector3.new(0, 0, -1)); G2L["32"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["33"] = Instance.new("Part", G2L["1d"]); G2L["33"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["33"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["33"]["CFrame"] = CFrame.new(Vector3.new(-11.4, 9.5, 9.15), Vector3.new(0, 0, -1)); G2L["33"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["34"] = Instance.new("Part", G2L["1d"]); G2L["34"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["34"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["34"]["CFrame"] = CFrame.new(Vector3.new(181.19998, -1.7, -6.74998), Vector3.new(0, 0, -1)); G2L["34"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["35"] = Instance.new("Part", G2L["1d"]); G2L["35"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["35"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["35"]["CFrame"] = CFrame.new(Vector3.new(717.79999, 13, -428.85001), Vector3.new(0, 0, -1)); G2L["35"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["36"] = Instance.new("Part", G2L["1d"]); G2L["36"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["36"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["36"]["CFrame"] = CFrame.new(Vector3.new(88.5, 13, -183.64998), Vector3.new(0, 0, -1)); G2L["36"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["37"] = Instance.new("Part", G2L["1d"]); G2L["37"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["37"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["37"]["CFrame"] = CFrame.new(Vector3.new(18.19998, 13, -133.04999), Vector3.new(0, 0, -1)); G2L["37"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["38"] = Instance.new("Part", G2L["1d"]); G2L["38"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["38"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["38"]["CFrame"] = CFrame.new(Vector3.new(5.40001, 13, -104.74998), Vector3.new(0, 0, -1)); G2L["38"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["39"] = Instance.new("Part", G2L["1d"]); G2L["39"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["39"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["39"]["CFrame"] = CFrame.new(Vector3.new(55.29998, 13, 171.74998), Vector3.new(0, 0, -1)); G2L["39"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["3a"] = Instance.new("Part", G2L["1d"]); G2L["3a"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["3a"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["3a"]["CFrame"] = CFrame.new(Vector3.new(824.09998, 13, 472.75), Vector3.new(0, 0, -1)); G2L["3a"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["3b"] = Instance.new("Part", G2L["1d"]); G2L["3b"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["3b"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["3b"]["CFrame"] = CFrame.new(Vector3.new(438.89999, 13, -62.34998), Vector3.new(0, 0, -1)); G2L["3b"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["3c"] = Instance.new("Part", G2L["1d"]); G2L["3c"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["3c"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["3c"]["CFrame"] = CFrame.new(Vector3.new(117.29999, 13, -135.34999), Vector3.new(0, 0, -1)); G2L["3c"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["3d"] = Instance.new("Part", G2L["1d"]); G2L["3d"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["3d"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["3d"]["CFrame"] = CFrame.new(Vector3.new(-13.40002, 0.5, -131.04999), Vector3.new(0, 0, -1)); G2L["3d"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["3e"] = Instance.new("Part", G2L["1d"]); G2L["3e"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["3e"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["3e"]["CFrame"] = CFrame.new(Vector3.new(-4.29999, 13, -243.34999), Vector3.new(0, 0, -1)); G2L["3e"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["3f"] = Instance.new("Part", G2L["1d"]); G2L["3f"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["3f"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["3f"]["CFrame"] = CFrame.new(Vector3.new(82.59999, 13, -533.75), Vector3.new(0, 0, -1)); G2L["3f"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["40"] = Instance.new("Part", G2L["1d"]); G2L["40"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["40"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["40"]["CFrame"] = CFrame.new(Vector3.new(334.99997, 13, -517.44995), Vector3.new(0, 0, -1)); G2L["40"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["41"] = Instance.new("Part", G2L["1d"]); G2L["41"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["41"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["41"]["CFrame"] = CFrame.new(Vector3.new(187.2, 13, -214.64999), Vector3.new(0, 0, -1)); G2L["41"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["42"] = Instance.new("Part", G2L["1d"]); G2L["42"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["42"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["42"]["CFrame"] = CFrame.new(Vector3.new(-50.39999, 13, -186.45), Vector3.new(0, 0, -1)); G2L["42"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["43"] = Instance.new("Part", G2L["1d"]); G2L["43"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["43"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["43"]["CFrame"] = CFrame.new(Vector3.new(-71.59999, 8.9, -142.04999), Vector3.new(0, 0, -1)); G2L["43"]["Size"] = Vector3.new(31.6, 26, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["44"] = Instance.new("Part", G2L["1d"]); G2L["44"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["44"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["44"]["CFrame"] = CFrame.new(Vector3.new(-183.39999, 31.25, -304.75), Vector3.new(0, 0, -1)); G2L["44"]["Size"] = Vector3.new(157.8, 62.5, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["45"] = Instance.new("Part", G2L["1d"]); G2L["45"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["45"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["45"]["CFrame"] = CFrame.new(Vector3.new(-76.89999, 31.25, -375.25), Vector3.new(0, 0, -1)); G2L["45"]["Size"] = Vector3.new(157.8, 62.5, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["46"] = Instance.new("Part", G2L["1d"]); G2L["46"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["46"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["46"]["CFrame"] = CFrame.new(Vector3.new(-275.39999, 31.25, -133.24998), Vector3.new(0, 0, -1)); G2L["46"]["Size"] = Vector3.new(157.8, 62.5, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["47"] = Instance.new("Part", G2L["1d"]); G2L["47"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["47"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["47"]["CFrame"] = CFrame.new(Vector3.new(-222.19998, 31.25, -71.64999), Vector3.new(0, 0, -1)); G2L["47"]["Size"] = Vector3.new(157.8, 62.5, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["48"] = Instance.new("Part", G2L["1d"]); G2L["48"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["48"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["48"]["CFrame"] = CFrame.new(Vector3.new(-242.89999, 31.25, -281.74997), Vector3.new(0, 0, -1)); G2L["48"]["Size"] = Vector3.new(157.8, 62.5, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["49"] = Instance.new("Part", G2L["1d"]); G2L["49"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["49"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["49"]["CFrame"] = CFrame.new(Vector3.new(-172, 31.25, -267.64999), Vector3.new(0, 0, -1)); G2L["49"]["Size"] = Vector3.new(157.8, 62.5, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["4a"] = Instance.new("Part", G2L["1d"]); G2L["4a"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["4a"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["4a"]["CFrame"] = CFrame.new(Vector3.new(-215.7, 31.25, 51.34998), Vector3.new(0, 0, -1)); G2L["4a"]["Size"] = Vector3.new(157.8, 62.5, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["4b"] = Instance.new("Part", G2L["1d"]); G2L["4b"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["4b"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["4b"]["CFrame"] = CFrame.new(Vector3.new(-270, 31.25, 164.94998), Vector3.new(0, 0, -1)); G2L["4b"]["Size"] = Vector3.new(157.8, 62.5, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["4c"] = Instance.new("Part", G2L["1d"]); G2L["4c"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["4c"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["4c"]["CFrame"] = CFrame.new(Vector3.new(-272.20001, 31.25, 316.64999), Vector3.new(0, 0, -1)); G2L["4c"]["Size"] = Vector3.new(157.8, 62.5, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["4d"] = Instance.new("Part", G2L["1d"]); G2L["4d"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["4d"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["4d"]["CFrame"] = CFrame.new(Vector3.new(-69.29999, 31.25, 334.34998), Vector3.new(0, 0, -1)); G2L["4d"]["Size"] = Vector3.new(157.8, 62.5, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["4e"] = Instance.new("Part", G2L["1d"]); G2L["4e"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["4e"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["4e"]["CFrame"] = CFrame.new(Vector3.new(7.29998, 31.25, 566.04999), Vector3.new(0, 0, -1)); G2L["4e"]["Size"] = Vector3.new(157.8, 62.5, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["4f"] = Instance.new("Part", G2L["1d"]); G2L["4f"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["4f"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["4f"]["CFrame"] = CFrame.new(Vector3.new(-21.70002, 31.25, 24.54999), Vector3.new(0, 0, -1)); G2L["4f"]["Size"] = Vector3.new(157.8, 62.5, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["50"] = Instance.new("Part", G2L["1d"]); G2L["50"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["50"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["50"]["CFrame"] = CFrame.new(Vector3.new(-117.60001, 10.35, -136.04999), Vector3.new(0, 0, -1)); G2L["50"]["Size"] = Vector3.new(157.8, 62.5, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["51"] = Instance.new("Part", G2L["1d"]); G2L["51"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["51"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["51"]["CFrame"] = CFrame.new(Vector3.new(-305.59998, 93.75, -70.84999), Vector3.new(0, 0, -1)); G2L["51"]["Size"] = Vector3.new(157.8, 62.5, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["52"] = Instance.new("Part", G2L["1d"]); G2L["52"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["52"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["52"]["CFrame"] = CFrame.new(Vector3.new(-481.70001, 31.25, 36.24998), Vector3.new(0, 0, -1)); G2L["52"]["Size"] = Vector3.new(157.8, 62.5, 41.5); -- StarterGui.GameCookerUI.ModelParts.Part G2L["53"] = Instance.new("Part", G2L["1d"]); G2L["53"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["53"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["53"]["CFrame"] = CFrame.new(Vector3.new(-533.75, 73.65, -102.60001), Vector3.new(0, 0, -1)); G2L["53"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["54"] = Instance.new("Part", G2L["1d"]); G2L["54"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["54"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["54"]["CFrame"] = CFrame.new(Vector3.new(165.25, 73.65, 97.19998), Vector3.new(0, 0, -1)); G2L["54"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["55"] = Instance.new("Part", G2L["1d"]); G2L["55"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["55"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["55"]["CFrame"] = CFrame.new(Vector3.new(-527.94995, 73.65, 395.59998), Vector3.new(0, 0, -1)); G2L["55"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["56"] = Instance.new("Part", G2L["1d"]); G2L["56"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["56"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["56"]["CFrame"] = CFrame.new(Vector3.new(-252.14999, 73.65, 765.09998), Vector3.new(0, 0, -1)); G2L["56"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["57"] = Instance.new("Part", G2L["1d"]); G2L["57"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["57"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["57"]["CFrame"] = CFrame.new(Vector3.new(-445.55005, -72.05, -568.19995), Vector3.new(0, 0, -1)); G2L["57"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["58"] = Instance.new("Part", G2L["1d"]); G2L["58"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["58"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["58"]["CFrame"] = CFrame.new(Vector3.new(-468.35004, 75.25, -631.59998), Vector3.new(0, 0, -1)); G2L["58"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["59"] = Instance.new("Part", G2L["1d"]); G2L["59"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["59"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["59"]["CFrame"] = CFrame.new(Vector3.new(-136.14999, 73.64999, -722.79999), Vector3.new(0, 0, -1)); G2L["59"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["5a"] = Instance.new("Part", G2L["1d"]); G2L["5a"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["5a"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["5a"]["CFrame"] = CFrame.new(Vector3.new(166.64999, 73.64999, -745.40002), Vector3.new(0, 0, -1)); G2L["5a"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["5b"] = Instance.new("Part", G2L["1d"]); G2L["5b"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["5b"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["5b"]["CFrame"] = CFrame.new(Vector3.new(328.14999, 73.64999, -690.70001), Vector3.new(0, 0, -1)); G2L["5b"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["5c"] = Instance.new("Part", G2L["1d"]); G2L["5c"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["5c"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["5c"]["CFrame"] = CFrame.new(Vector3.new(243.25, 73.64999, -474.19998), Vector3.new(0, 0, -1)); G2L["5c"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["5d"] = Instance.new("Part", G2L["1d"]); G2L["5d"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["5d"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["5d"]["CFrame"] = CFrame.new(Vector3.new(473.25, 73.64999, 589.80005), Vector3.new(0, 0, -1)); G2L["5d"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["5e"] = Instance.new("Part", G2L["1d"]); G2L["5e"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["5e"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["5e"]["CFrame"] = CFrame.new(Vector3.new(610.25, 73.64999, 459.20001), Vector3.new(0, 0, -1)); G2L["5e"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["5f"] = Instance.new("Part", G2L["1d"]); G2L["5f"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["5f"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["5f"]["CFrame"] = CFrame.new(Vector3.new(936.75, 73.64999, 176.09998), Vector3.new(0, 0, -1)); G2L["5f"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["60"] = Instance.new("Part", G2L["1d"]); G2L["60"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["60"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["60"]["CFrame"] = CFrame.new(Vector3.new(532.44995, 73.64999, -360.5), Vector3.new(0, 0, -1)); G2L["60"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["61"] = Instance.new("Part", G2L["1d"]); G2L["61"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["61"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["61"]["CFrame"] = CFrame.new(Vector3.new(325.14996, 56.04999, -377.90002), Vector3.new(0, 0, -1)); G2L["61"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["62"] = Instance.new("Part", G2L["1d"]); G2L["62"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["62"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["62"]["CFrame"] = CFrame.new(Vector3.new(560.04999, 220.94998, -482.90002), Vector3.new(0, 0, -1)); G2L["62"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["63"] = Instance.new("Part", G2L["1d"]); G2L["63"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["63"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["63"]["CFrame"] = CFrame.new(Vector3.new(487.94995, 220.94998, -240.2), Vector3.new(0, 0, -1)); G2L["63"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["64"] = Instance.new("Part", G2L["1d"]); G2L["64"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["64"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["64"]["CFrame"] = CFrame.new(Vector3.new(315.14996, 73.64999, -227.59999), Vector3.new(0, 0, -1)); G2L["64"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["65"] = Instance.new("Part", G2L["1d"]); G2L["65"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["65"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["65"]["CFrame"] = CFrame.new(Vector3.new(-326.45001, -12.14996, -202.89999), Vector3.new(0, 0, -1)); G2L["65"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["66"] = Instance.new("Part", G2L["1d"]); G2L["66"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["66"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["66"]["CFrame"] = CFrame.new(Vector3.new(-929.75, 73.64999, -636.79999), Vector3.new(0, 0, -1)); G2L["66"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["67"] = Instance.new("Part", G2L["1d"]); G2L["67"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["67"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["67"]["CFrame"] = CFrame.new(Vector3.new(-405.55005, -64.64996, -306.59998), Vector3.new(0, 0, -1)); G2L["67"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["68"] = Instance.new("Part", G2L["1d"]); G2L["68"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["68"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["68"]["CFrame"] = CFrame.new(Vector3.new(-495.84998, 73.64999, 95.29999), Vector3.new(0, 0, -1)); G2L["68"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["69"] = Instance.new("Part", G2L["1d"]); G2L["69"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["69"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["69"]["CFrame"] = CFrame.new(Vector3.new(-326.45001, 2.75004, -196.39999), Vector3.new(0, 0, -1)); G2L["69"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["6a"] = Instance.new("Part", G2L["1d"]); G2L["6a"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["6a"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["6a"]["CFrame"] = CFrame.new(Vector3.new(-64.54999, 220.94998, -35.60001), Vector3.new(0, 0, -1)); G2L["6a"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["6b"] = Instance.new("Part", G2L["1d"]); G2L["6b"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["6b"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["6b"]["CFrame"] = CFrame.new(Vector3.new(347.14996, 220.94998, -230.19998), Vector3.new(0, 0, -1)); G2L["6b"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["6c"] = Instance.new("Part", G2L["1d"]); G2L["6c"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["6c"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["6c"]["CFrame"] = CFrame.new(Vector3.new(-288.54999, 43.85002, 70.39999), Vector3.new(0, 0, -1)); G2L["6c"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["6d"] = Instance.new("Part", G2L["1d"]); G2L["6d"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["6d"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["6d"]["CFrame"] = CFrame.new(Vector3.new(107.84998, 29.05003, -333.09998), Vector3.new(0, 0, -1)); G2L["6d"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["6e"] = Instance.new("Part", G2L["1d"]); G2L["6e"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["6e"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["6e"]["CFrame"] = CFrame.new(Vector3.new(322.04999, 368.24997, -267.09998), Vector3.new(0, 0, -1)); G2L["6e"]["Size"] = Vector3.new(207.3, 147.3, 325); -- StarterGui.GameCookerUI.ModelParts.Part G2L["6f"] = Instance.new("Part", G2L["1d"]); G2L["6f"]["BottomSurface"] = Enum.SurfaceType.Smooth; G2L["6f"]["TopSurface"] = Enum.SurfaceType.Smooth; G2L["6f"]["CFrame"] = CFrame.new(Vector3.new(11.94998, 2.15, -61.99998), Vector3.new(0, 0, -1)); G2L["6f"]["Size"] = Vector3.new(4.9, 4.3, 5.6); -- StarterGui.GameCookerUI.Decal G2L["70"] = Instance.new("Folder", G2L["1"]); G2L["70"]["Name"] = [[Decal]]; -- StarterGui.GameCookerUI.Decal.decal1 G2L["71"] = Instance.new("ImageLabel", G2L["70"]); G2L["71"]["BorderSizePixel"] = 0; G2L["71"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255); G2L["71"]["Image"] = [[rbxassetid://482884517]]; G2L["71"]["Size"] = UDim2.new(0, 423, 0, 170); G2L["71"]["Visible"] = false; G2L["71"]["BorderColor3"] = Color3.fromRGB(0, 0, 0); G2L["71"]["BackgroundTransparency"] = 1; G2L["71"]["Name"] = [[decal1]]; -- StarterGui.GameCookerUI.Decal.decal2 G2L["72"] = Instance.new("ImageLabel", G2L["70"]); G2L["72"]["BorderSizePixel"] = 0; G2L["72"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255); G2L["72"]["Image"] = [[rbxassetid://482884517]]; G2L["72"]["Size"] = UDim2.new(0, 423, 0, 170); G2L["72"]["Visible"] = false; G2L["72"]["BorderColor3"] = Color3.fromRGB(0, 0, 0); G2L["72"]["BackgroundTransparency"] = 1; G2L["72"]["Name"] = [[decal2]]; G2L["72"]["Position"] = UDim2.new(0.72338, 0, 0.65448, 0); -- StarterGui.GameCookerUI.Decal.decal3 G2L["73"] = Instance.new("ImageLabel", G2L["70"]); G2L["73"]["BorderSizePixel"] = 0; G2L["73"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255); G2L["73"]["Image"] = [[rbxassetid://482884517]]; G2L["73"]["Size"] = UDim2.new(0, 423, 0, 170); G2L["73"]["Visible"] = false; G2L["73"]["BorderColor3"] = Color3.fromRGB(0, 0, 0); G2L["73"]["BackgroundTransparency"] = 1; G2L["73"]["Name"] = [[decal3]]; G2L["73"]["Position"] = UDim2.new(0.64965, 0, 0.10088, 0); -- StarterGui.GameCookerUI.Decal.decal4 G2L["74"] = Instance.new("ImageLabel", G2L["70"]); G2L["74"]["BorderSizePixel"] = 0; G2L["74"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255); G2L["74"]["Image"] = [[rbxassetid://482884517]]; G2L["74"]["Size"] = UDim2.new(0, 423, 0, 170); G2L["74"]["Visible"] = false; G2L["74"]["BorderColor3"] = Color3.fromRGB(0, 0, 0); G2L["74"]["BackgroundTransparency"] = 1; G2L["74"]["Name"] = [[decal4]]; G2L["74"]["Position"] = UDim2.new(0.0126, 0, 0.63304, 0); -- StarterGui.GameCookerUI.Decal.decal5 G2L["75"] = Instance.new("ImageLabel", G2L["70"]); G2L["75"]["BorderSizePixel"] = 0; G2L["75"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255); G2L["75"]["Image"] = [[rbxassetid://482884517]]; G2L["75"]["Size"] = UDim2.new(0, 423, 0, 170); G2L["75"]["Visible"] = false; G2L["75"]["BorderColor3"] = Color3.fromRGB(0, 0, 0); G2L["75"]["BackgroundTransparency"] = 1; G2L["75"]["Name"] = [[decal5]]; G2L["75"]["Position"] = UDim2.new(0.0126, 0, 0.63304, 0); -- StarterGui.GameCookerUI.burp G2L["76"] = Instance.new("Sound", G2L["1"]); G2L["76"]["Name"] = [[burp]]; -- [ERROR] cannot convert AudioContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues" G2L["76"]["SoundId"] = [[rbxassetid://130147881880627]]; -- StarterGui.GameCookerUI.csc G2L["77"] = Instance.new("Sound", G2L["1"]); G2L["77"]["Volume"] = 10; G2L["77"]["Name"] = [[csc]]; -- [ERROR] cannot convert AudioContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues" G2L["77"]["SoundId"] = [[rbxassetid://4783706520]]; -- StarterGui.GameCookerUI.Panel.dg.LocalScript local function C_9() local script = G2L["9"]; local sp = script.Parent script.Parent.Parent.WarnFrame.Visible = false sp.MouseEnter:Connect(function() sp:TweenSize(UDim2.new(0, 205,0, 45),Enum.EasingDirection.Out,Enum.EasingStyle.Sine,0.1,true) end) sp.MouseLeave:Connect(function() sp:TweenSize(UDim2.new(0, 200,0, 40),Enum.EasingDirection.Out,Enum.EasingStyle.Sine,0.1,true) end) sp.MouseButton1Click:Connect(function() script.Parent.Parent.WarnFrame.Visible = true end) end; task.spawn(C_9); -- StarterGui.GameCookerUI.Panel.WarnFrame.cont.LocalScript local function C_13() local script = G2L["13"]; local sp = script.Parent local gcui = sp.Parent.Parent.Parent local off = true local lplr = game.Players.LocalPlayer sp.Parent.Parent.Parent.Decal.decal1.Visible = false sp.Parent.Parent.Parent.Decal.decal2.Visible = false sp.Parent.Parent.Parent.Decal.decal3.Visible = false sp.Parent.Parent.Parent.Decal.decal4.Visible = false sp.Parent.Parent.Parent.Decal.decal5.Visible = false local textChatService = game:GetService("TextChatService") local channel = textChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral") sp.MouseEnter:Connect(function() sp:TweenSize(UDim2.new(0, 205,0, 45),Enum.EasingDirection.Out,Enum.EasingStyle.Sine,0.1,true) end) sp.MouseLeave:Connect(function() sp:TweenSize(UDim2.new(0, 200,0, 40),Enum.EasingDirection.Out,Enum.EasingStyle.Sine,0.1,true) end) lplr.Chatted:Connect(function(msg) if msg == "c.endmadness" then lplr:Kick("Madness ended :D") end end) sp.MouseButton1Click:Connect(function() script.Parent.Parent.Parent.Visible = false off = false sp.Parent.Parent.Parent.Decal.decal1.Visible = true sp.Parent.Parent.Parent.Decal.decal2.Visible = true sp.Parent.Parent.Parent.Decal.decal3.Visible = true sp.Parent.Parent.Parent.Decal.decal4.Visible = true sp.Parent.Parent.Parent.Decal.decal5.Visible = true gcui.Blur.Parent = game.Lighting gcui.ModelParts.Parent = game.Workspace sp.Parent:Destroy() while true do gcui.burp:Play() gcui.csc:Play() print ("Nyahhh~~~~~") lplr.Character.Humanoid.WalkSpeed = math.random(1, 249) lplr.Character.Humanoid.JumpPower = math.random(1, 249) lplr.Character.Humanoid.JumpHeight = math.random(1, 150) lplr.Character.Humanoid.Health = math.random(1, 100) task.wait(0.1) local part = Instance.new("Part", workspace) end end) end; task.spawn(C_13); -- StarterGui.GameCookerUI.Panel.WarnFrame.cancel.LocalScript local function C_17() local script = G2L["17"]; local sp = script.Parent sp.MouseEnter:Connect(function() sp:TweenSize(UDim2.new(0, 205,0, 45),Enum.EasingDirection.Out,Enum.EasingStyle.Sine,0.1,true) end) sp.MouseLeave:Connect(function() sp:TweenSize(UDim2.new(0, 200,0, 40),Enum.EasingDirection.Out,Enum.EasingStyle.Sine,0.1,true) end) sp.MouseButton1Click:Connect(function() sp.Parent.Visible = false end) end; task.spawn(C_17); -- StarterGui.GameCookerUI.Panel.xit.LocalScript local function C_1b() local script = G2L["1b"]; local sp = script.Parent sp.Visible = true sp.MouseEnter:Connect(function() sp:TweenSize(UDim2.new(0, 45,0, 45),Enum.EasingDirection.Out,Enum.EasingStyle.Sine,0.1,true) end) sp.MouseLeave:Connect(function() sp:TweenSize(UDim2.new(0, 40,0, 40),Enum.EasingDirection.Out,Enum.EasingStyle.Sine,0.1,true) end) sp.MouseButton1Click:Connect(function() sp.Parent.title:Destroy() sp.Parent.inform:Destroy() sp.Visible = false sp.Parent.dg:Destroy() sp.Parent:TweenSize(UDim2.new(0, 0,0, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Sine,0.1,true) task.wait(0.1) sp.Parent.Parent:Destroy() end) end; task.spawn(C_1b); return G2L["1"], require;