-- Quantum Hub Script -- Made By AxonZ And QuantumLua? -- EEK -- Instances: local QuantumHub = Instance.new("ScreenGui") local MainFrame = Instance.new("ImageLabel") local TopBar = Instance.new("ImageLabel") local TitleUI = Instance.new("TextLabel") local CloseUI = Instance.new("TextButton") local FlyRound = Instance.new("ImageLabel") local Fly = Instance.new("TextButton") local NoclipRound = Instance.new("ImageLabel") local Noclip = Instance.new("TextButton") local SonicRound = Instance.new("ImageLabel") local Sonic = Instance.new("TextButton") local TitleUI_2 = Instance.new("TextLabel") local ScriptBy = Instance.new("TextLabel") local GuiBy = Instance.new("TextLabel") local CreditsRound = Instance.new("ImageLabel") local Credits = Instance.new("TextButton") local ThemesRound = Instance.new("ImageLabel") local Themes = Instance.new("TextButton") local LockFrame = Instance.new("ImageLabel") local TopLock = Instance.new("ImageLabel") local TitleLock = Instance.new("TextLabel") local CloseLock = Instance.new("TextButton") local Text2 = Instance.new("TextLabel") local Text1 = Instance.new("TextLabel") local LockBox = Instance.new("ImageLabel") local Text = Instance.new("TextBox") local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint") local UnlockRound = Instance.new("ImageLabel") local Unlock = Instance.new("TextButton") local Open = Instance.new("TextButton") local CreditsFrame = Instance.new("ImageLabel") local TopBarCredits = Instance.new("ImageLabel") local TitleCredits = Instance.new("TextLabel") local CloseCredits = Instance.new("TextButton") local ScriptBy_2 = Instance.new("TextLabel") local GuiBy_2 = Instance.new("TextLabel") local Location2 = Instance.new("TextLabel") local ThemesFrame = Instance.new("ImageLabel") local TopBar_2 = Instance.new("ImageLabel") local TitleTheme = Instance.new("TextLabel") local CloseUI_2 = Instance.new("TextButton") local OrangeRound = Instance.new("ImageLabel") local Orange = Instance.new("TextButton") local RedRound = Instance.new("ImageLabel") local Red = Instance.new("TextButton") local GreenRound = Instance.new("ImageLabel") local Green = Instance.new("TextButton") local YellowRound = Instance.new("ImageLabel") local Yellow = Instance.new("TextButton") local DarkRound = Instance.new("ImageLabel") local Dark = Instance.new("TextButton") local BlueRound = Instance.new("ImageLabel") local Noclip_4 = Instance.new("TextButton") local PurpleRound = Instance.new("ImageLabel") local Purple = Instance.new("TextButton") local LightRound = Instance.new("ImageLabel") local Light = Instance.new("TextButton") local PinkRound = Instance.new("ImageLabel") local Pink = Instance.new("TextButton") local Location1 = Instance.new("TextLabel") local BtoolsRound = Instance.new("ImageLabel") local Btools = Instance.new("TextButton") local InfYieldRound = Instance.new("ImageLabel") local InfYield = Instance.new("TextButton") local DexRound = Instance.new("ImageLabel") local Dex = Instance.new("TextButton") local LoadstringRound = Instance.new("ImageLabel") local Loadstring = Instance.new("TextButton") local JailbreakRound = Instance.new("ImageLabel") local Jailbreak = Instance.new("TextButton") local EzHubRound = Instance.new("ImageLabel") local EzHub = Instance.new("TextButton") local BeeSarmRound = Instance.new("ImageLabel") local BeeSwarm = Instance.new("TextButton") local KupCakeHubRound = Instance.new("ImageLabel") local KupCake = Instance.new("TextButton") local AFSimRound = Instance.new("ImageLabel") local AFSimFarm = Instance.new("TextButton") local EntryPointRound = Instance.new("ImageLabel") local EntryPoint = Instance.new("TextButton") local RagdollRound = Instance.new("ImageLabel") local Ragdoll = Instance.new("TextButton") local PhantomRound = Instance.new("ImageLabel") local Phantom = Instance.new("TextButton") local YBARound = Instance.new("ImageLabel") local YBAItemESP = Instance.new("TextButton") --Properties: QuantumHub.Name = "QuantumHub" QuantumHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") QuantumHub.ResetOnSpawn = false MainFrame.Name = "MainFrame" MainFrame.Parent = QuantumHub MainFrame.BackgroundColor3 = Color3.fromRGB(29, 29, 29) MainFrame.BackgroundTransparency = 1.000 MainFrame.Position = UDim2.new(0.25001502, 0, 0.336235017, 0) MainFrame.Size = UDim2.new(0, 573, 0, 466) MainFrame.Visible = false MainFrame.Image = "rbxassetid://3570695787" MainFrame.ImageColor3 = Color3.fromRGB(43, 43, 43) MainFrame.ScaleType = Enum.ScaleType.Slice MainFrame.SliceCenter = Rect.new(100, 100, 100, 100) MainFrame.SliceScale = 0.120 MainFrame.Active = true MainFrame.Draggable = true TopBar.Name = "TopBar" TopBar.Parent = MainFrame TopBar.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TopBar.BackgroundTransparency = 1.000 TopBar.Position = UDim2.new(-0.0015732646, 0, -0.000978380442, 0) TopBar.Size = UDim2.new(0, 573, 0, 29) TopBar.Image = "rbxassetid://3570695787" TopBar.ImageColor3 = Color3.fromRGB(0, 0, 0) TopBar.ScaleType = Enum.ScaleType.Slice TopBar.SliceCenter = Rect.new(100, 100, 100, 100) TopBar.SliceScale = 0.120 TitleUI.Name = "TitleUI" TitleUI.Parent = TopBar TitleUI.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TitleUI.BackgroundTransparency = 1.000 TitleUI.BorderColor3 = Color3.fromRGB(27, 42, 53) TitleUI.Position = UDim2.new(0.333333313, 0, 0, 0) TitleUI.Size = UDim2.new(0, 191, 0, 29) TitleUI.Font = Enum.Font.GothamBlack TitleUI.Text = "Quantum Hub - Alpha 1.3" TitleUI.TextColor3 = Color3.fromRGB(255, 255, 255) TitleUI.TextScaled = true TitleUI.TextSize = 14.000 TitleUI.TextWrapped = true CloseUI.Name = "CloseUI" CloseUI.Parent = TopBar CloseUI.BackgroundColor3 = Color3.fromRGB(255, 255, 255) CloseUI.BackgroundTransparency = 1.000 CloseUI.Position = UDim2.new(0.849912763, 0, 0, 0) CloseUI.Size = UDim2.new(0, 125, 0, 27) CloseUI.Font = Enum.Font.SourceSansBold CloseUI.Text = "X" CloseUI.TextColor3 = Color3.fromRGB(255, 255, 255) CloseUI.TextScaled = true CloseUI.TextSize = 14.000 CloseUI.TextWrapped = true CloseUI.MouseButton1Click:Connect(function() MainFrame.Visible = false Open.Visible = true end) FlyRound.Name = "FlyRound" FlyRound.Parent = MainFrame FlyRound.Active = true FlyRound.AnchorPoint = Vector2.new(0.5, 0.5) FlyRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) FlyRound.BackgroundTransparency = 1.000 FlyRound.Position = UDim2.new(0.121530101, 0, 0.180708855, 0) FlyRound.Selectable = true FlyRound.Size = UDim2.new(0, 101, 0, 51) FlyRound.Image = "rbxassetid://3570695787" FlyRound.ImageColor3 = Color3.fromRGB(29, 29, 29) FlyRound.ScaleType = Enum.ScaleType.Slice FlyRound.SliceCenter = Rect.new(100, 100, 100, 100) FlyRound.SliceScale = 0.120 Fly.Name = "Fly" Fly.Parent = FlyRound Fly.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Fly.BackgroundTransparency = 1.000 Fly.BorderSizePixel = 0 Fly.Position = UDim2.new(-0.0130461752, 0, -0.0638296083, 0) Fly.Size = UDim2.new(0, 106, 0, 53) Fly.Font = Enum.Font.SourceSansBold Fly.Text = "Fly" Fly.TextColor3 = Color3.fromRGB(255, 255, 255) Fly.TextScaled = true Fly.TextSize = 14.000 Fly.TextWrapped = true Fly.MouseButton1Click:Connect(function() loadstring(game:HttpGet(('https://pastebin.com/raw/Pa96Dk58'),true))() TitleUI.Text = "Quantum Hub - Cannot UnFly" wait(5) TitleUI.Text = "Quantum Hub - Alpha 1.2" end) NoclipRound.Name = "NoclipRound" NoclipRound.Parent = MainFrame NoclipRound.Active = true NoclipRound.AnchorPoint = Vector2.new(0.5, 0.5) NoclipRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) NoclipRound.BackgroundTransparency = 1.000 NoclipRound.Position = UDim2.new(0.342298061, 0, 0.180708855, 0) NoclipRound.Selectable = true NoclipRound.Size = UDim2.new(0, 126, 0, 51) NoclipRound.Image = "rbxassetid://3570695787" NoclipRound.ImageColor3 = Color3.fromRGB(29, 29, 29) NoclipRound.ScaleType = Enum.ScaleType.Slice NoclipRound.SliceCenter = Rect.new(100, 100, 100, 100) NoclipRound.SliceScale = 0.120 Noclip.Name = "Noclip" Noclip.Parent = NoclipRound Noclip.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Noclip.BackgroundTransparency = 1.000 Noclip.BorderSizePixel = 0 Noclip.Position = UDim2.new(0.054610353, 0, -0.00500613078, 0) Noclip.Size = UDim2.new(0, 112, 0, 53) Noclip.Font = Enum.Font.SourceSansBold Noclip.Text = "Noclip" Noclip.TextColor3 = Color3.fromRGB(255, 255, 255) Noclip.TextScaled = true Noclip.TextSize = 14.000 Noclip.TextWrapped = true Noclip.MouseButton1Click:Connect(function() loadstring(game:HttpGet(('https://pastebin.com/raw/gYyiVtJe'),true))() TitleUI.Text = "Quantum Hub - Press E/G To Enable NoClip" wait(5) TitleUI.Text = "Quantum Hub - Alpha 1.2" end) SonicRound.Name = "SonicRound" SonicRound.Parent = MainFrame SonicRound.Active = true SonicRound.AnchorPoint = Vector2.new(0.5, 0.5) SonicRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) SonicRound.BackgroundTransparency = 1.000 SonicRound.Position = UDim2.new(0.584880948, 0, 0.182854772, 0) SonicRound.Selectable = true SonicRound.Size = UDim2.new(0, 126, 0, 51) SonicRound.Image = "rbxassetid://3570695787" SonicRound.ImageColor3 = Color3.fromRGB(29, 29, 29) SonicRound.ScaleType = Enum.ScaleType.Slice SonicRound.SliceCenter = Rect.new(100, 100, 100, 100) SonicRound.SliceScale = 0.120 Sonic.Name = "Sonic" Sonic.Parent = SonicRound Sonic.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Sonic.BackgroundTransparency = 1.000 Sonic.BorderSizePixel = 0 Sonic.Position = UDim2.new(0.054610353, 0, -0.00500613078, 0) Sonic.Size = UDim2.new(0, 112, 0, 53) Sonic.Font = Enum.Font.SourceSansBold Sonic.Text = "Sonic (FE)" Sonic.TextColor3 = Color3.fromRGB(255, 255, 255) Sonic.TextScaled = true Sonic.TextSize = 14.000 Sonic.TextWrapped = true Sonic.MouseButton1Click:Connect(function () loadstring(game:HttpGet(('https://pastebin.com/raw/PVwCeNtS'),true))() end) BtoolsRound.Name = "BtoolsRound" BtoolsRound.Parent = MainFrame BtoolsRound.Active = true BtoolsRound.AnchorPoint = Vector2.new(0.5, 0.5) BtoolsRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) BtoolsRound.BackgroundTransparency = 1.000 BtoolsRound.Position = UDim2.new(0.815247416, 0, 0.185000688, 0) BtoolsRound.Selectable = true BtoolsRound.Size = UDim2.new(0, 126, 0, 51) BtoolsRound.Image = "rbxassetid://3570695787" BtoolsRound.ImageColor3 = Color3.fromRGB(29, 29, 29) BtoolsRound.ScaleType = Enum.ScaleType.Slice BtoolsRound.SliceCenter = Rect.new(100, 100, 100, 100) BtoolsRound.SliceScale = 0.120 Btools.Name = "Btools" Btools.Parent = BtoolsRound Btools.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Btools.BackgroundTransparency = 1.000 Btools.BorderSizePixel = 0 Btools.Position = UDim2.new(0.0546103716, 0, -0.00500613078, 0) Btools.Size = UDim2.new(0, 112, 0, 53) Btools.Font = Enum.Font.SourceSansBold Btools.Text = "Btools" Btools.TextColor3 = Color3.fromRGB(255, 255, 255) Btools.TextScaled = true Btools.TextSize = 14.000 Btools.TextWrapped = true Btools.MouseButton1Click:Connect(function () game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true) for index, child in pairs(game:GetService("Workspace"):GetChildren()) do if child.ClassName == "Part" then child.Locked = false end if child.ClassName == "MeshPart" then child.Locked = false end if child.ClassName == "UnionOperation" then child.Locked = false end if child.ClassName == "Model" then for index, chil in pairs(child:GetChildren()) do if chil.ClassName == "Part" then chil.Locked = false end if chil.ClassName == "MeshPart" then chil.Locked = false end if chil.ClassName == "UnionOperation" then chil.Locked = false end if chil.ClassName == "Model" then for index, childe in pairs(chil:GetChildren()) do if childe.ClassName == "Part" then childe.Locked = false end if childe.ClassName == "MeshPart" then childe.Locked = false end if childe.ClassName == "UnionOperation" then childe.Locked = false end if childe.ClassName == "Model" then for index, childeo in pairs(childe:GetChildren()) do if childeo.ClassName == "Part" then childeo.Locked = false end if childeo.ClassName == "MeshPart" then childeo.Locked = false end if childeo.ClassName == "UnionOperation" then childeo.Locked = false end if childeo.ClassName == "Model" then end end end end end end end end c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack) c.BinType = Enum.BinType.Hammer c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack) c.BinType = Enum.BinType.Clone c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack) c.BinType = Enum.BinType.Grab end) InfYieldRound.Name = "InfYieldRound" InfYieldRound.Parent = MainFrame InfYieldRound.Active = true InfYieldRound.AnchorPoint = Vector2.new(0.5, 0.5) InfYieldRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) InfYieldRound.BackgroundTransparency = 1.000 InfYieldRound.Position = UDim2.new(0.141599953, 0, 0.322339743, 0) InfYieldRound.Selectable = true InfYieldRound.Size = UDim2.new(0, 126, 0, 51) InfYieldRound.Image = "rbxassetid://3570695787" InfYieldRound.ImageColor3 = Color3.fromRGB(29, 29, 29) InfYieldRound.ScaleType = Enum.ScaleType.Slice InfYieldRound.SliceCenter = Rect.new(100, 100, 100, 100) InfYieldRound.SliceScale = 0.120 InfYield.Name = "InfYield" InfYield.Parent = InfYieldRound InfYield.BackgroundColor3 = Color3.fromRGB(29, 29, 29) InfYield.BackgroundTransparency = 1.000 InfYield.BorderSizePixel = 0 InfYield.Position = UDim2.new(0.0625468791, 0, -0.0638296604, 0) InfYield.Size = UDim2.new(0, 112, 0, 53) InfYield.Font = Enum.Font.SourceSansBold InfYield.Text = "Inf Yield (FE)" InfYield.TextColor3 = Color3.fromRGB(255, 255, 255) InfYield.TextScaled = true InfYield.TextSize = 14.000 InfYield.TextWrapped = true InfYield.MouseButton1Click:Connect(function () loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end) DexRound.Name = "DexRound" DexRound.Parent = MainFrame DexRound.Active = true DexRound.AnchorPoint = Vector2.new(0.5, 0.5) DexRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) DexRound.BackgroundTransparency = 1.000 DexRound.Position = UDim2.new(0.37545684, 0, 0.318047911, 0) DexRound.Selectable = true DexRound.Size = UDim2.new(0, 126, 0, 51) DexRound.Image = "rbxassetid://3570695787" DexRound.ImageColor3 = Color3.fromRGB(29, 29, 29) DexRound.ScaleType = Enum.ScaleType.Slice DexRound.SliceCenter = Rect.new(100, 100, 100, 100) DexRound.SliceScale = 0.120 Dex.Name = "Dex" Dex.Parent = DexRound Dex.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Dex.BackgroundTransparency = 1.000 Dex.BorderSizePixel = 0 Dex.Position = UDim2.new(0.0546103381, 0, -0.00500613078, 0) Dex.Size = UDim2.new(0, 112, 0, 53) Dex.Font = Enum.Font.SourceSansBold Dex.Text = "Dex Explorer" Dex.TextColor3 = Color3.fromRGB(255, 255, 255) Dex.TextScaled = true Dex.TextSize = 14.000 Dex.TextWrapped = true Dex.MouseButton1Click:Connect(function () loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Dex Explorer V2.txt")) end) LoadstringRound.Name = "LoadstringRound" LoadstringRound.Parent = MainFrame LoadstringRound.Active = true LoadstringRound.AnchorPoint = Vector2.new(0.5, 0.5) LoadstringRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) LoadstringRound.BackgroundTransparency = 1.000 LoadstringRound.Position = UDim2.new(0.605823338, 0, 0.322339743, 0) LoadstringRound.Selectable = true LoadstringRound.Size = UDim2.new(0, 126, 0, 51) LoadstringRound.Image = "rbxassetid://3570695787" LoadstringRound.ImageColor3 = Color3.fromRGB(29, 29, 29) LoadstringRound.ScaleType = Enum.ScaleType.Slice LoadstringRound.SliceCenter = Rect.new(100, 100, 100, 100) LoadstringRound.SliceScale = 0.120 Loadstring.Name = "Loadstring" Loadstring.Parent = LoadstringRound Loadstring.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Loadstring.BackgroundTransparency = 1.000 Loadstring.BorderSizePixel = 0 Loadstring.Position = UDim2.new(0.0625468642, 0, 0.0146017112, 0) Loadstring.Size = UDim2.new(0, 112, 0, 53) Loadstring.Font = Enum.Font.SourceSansBold Loadstring.Text = "Loadstringer" Loadstring.TextColor3 = Color3.fromRGB(255, 255, 255) Loadstring.TextScaled = true Loadstring.TextSize = 14.000 Loadstring.TextWrapped = true Loadstring.MouseButton1Click:Connect(function () -- Gui to Lua -- Version: 3.2 -- Instances: local LoadStringer = Instance.new("ImageLabel") local TopBarLoad = Instance.new("ImageLabel") local TitleLoad = Instance.new("TextLabel") local CloseLoad = Instance.new("TextButton") local TitleLoad_2 = Instance.new("TextLabel") local ScriptBy2 = Instance.new("TextLabel") local Link = Instance.new("ImageLabel") local Text_2 = Instance.new("TextBox") local LoadRound = Instance.new("ImageLabel") local Load = Instance.new("TextButton") --Properties: LoadStringer.Name = "LoadStringer" LoadStringer.Parent = game.StarterGui.QuantumHub LoadStringer.BackgroundColor3 = Color3.fromRGB(29, 29, 29) LoadStringer.BackgroundTransparency = 1.000 LoadStringer.Position = UDim2.new(0.259694815, 0, 0.378672451, 0) LoadStringer.Size = UDim2.new(0, 767, 0, 242) LoadStringer.Image = "rbxassetid://3570695787" LoadStringer.ImageColor3 = Color3.fromRGB(48, 48, 48) LoadStringer.ScaleType = Enum.ScaleType.Slice LoadStringer.SliceCenter = Rect.new(100, 100, 100, 100) LoadStringer.SliceScale = 0.120 LoadStringer.Active = true LoadStringer.Draggable = true TopBarLoad.Name = "TopBarLoad" TopBarLoad.Parent = LoadStringer TopBarLoad.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TopBarLoad.BackgroundTransparency = 1.000 TopBarLoad.Position = UDim2.new(-0.00157322688, 0, -0.000978327938, 0) TopBarLoad.Size = UDim2.new(0, 768, 0, 57) TopBarLoad.Image = "rbxassetid://3570695787" TopBarLoad.ImageColor3 = Color3.fromRGB(0, 0, 0) TopBarLoad.ScaleType = Enum.ScaleType.Slice TopBarLoad.SliceCenter = Rect.new(100, 100, 100, 100) TopBarLoad.SliceScale = 0.120 TitleLoad.Name = "TitleLoad" TitleLoad.Parent = TopBarLoad TitleLoad.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TitleLoad.BackgroundTransparency = 1.000 TitleLoad.BorderColor3 = Color3.fromRGB(27, 42, 53) TitleLoad.Position = UDim2.new(0.37499997, 0, 0, 0) TitleLoad.Size = UDim2.new(0, 191, 0, 29) TitleLoad.Font = Enum.Font.GothamBlack TitleLoad.Text = "Loadstringer" TitleLoad.TextColor3 = Color3.fromRGB(255, 255, 255) TitleLoad.TextScaled = true TitleLoad.TextSize = 14.000 TitleLoad.TextWrapped = true CloseLoad.Name = "CloseLoad" CloseLoad.Parent = TopBarLoad CloseLoad.BackgroundColor3 = Color3.fromRGB(255, 255, 255) CloseLoad.BackgroundTransparency = 1.000 CloseLoad.Position = UDim2.new(0.885293961, 0, 0.068965517, 0) CloseLoad.Size = UDim2.new(0, 125, 0, 27) CloseLoad.Font = Enum.Font.SourceSansBold CloseLoad.Text = "X" CloseLoad.TextColor3 = Color3.fromRGB(255, 255, 255) CloseLoad.TextScaled = true CloseLoad.TextSize = 14.000 CloseLoad.TextWrapped = true CloseLoad.MouseButton1Click:Connect(function() LoadStringer.Visible = false end) TitleLoad_2.Name = "TitleLoad" TitleLoad_2.Parent = TopBarLoad TitleLoad_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TitleLoad_2.BackgroundTransparency = 1.000 TitleLoad_2.BorderColor3 = Color3.fromRGB(27, 42, 53) TitleLoad_2.Position = UDim2.new(0.373697877, 0, 0.480338812, 0) TitleLoad_2.Size = UDim2.new(0, 191, 0, 29) TitleLoad_2.Font = Enum.Font.GothamBlack TitleLoad_2.Text = "V1" TitleLoad_2.TextColor3 = Color3.fromRGB(255, 255, 255) TitleLoad_2.TextScaled = true TitleLoad_2.TextSize = 14.000 TitleLoad_2.TextWrapped = true ScriptBy2.Name = "ScriptBy" ScriptBy2.Parent = LoadStringer ScriptBy2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScriptBy2.BackgroundTransparency = 1.000 ScriptBy2.BorderColor3 = Color3.fromRGB(27, 42, 53) ScriptBy2.Position = UDim2.new(-0.000730395317, 0, 0.786530852, 0) ScriptBy2.Size = UDim2.new(0, 420, 0, 58) ScriptBy2.Font = Enum.Font.GothamBlack ScriptBy2.Text = "Made By AxonZ#0438" ScriptBy2.TextColor3 = Color3.fromRGB(255, 255, 255) ScriptBy2.TextScaled = true ScriptBy2.TextSize = 14.000 ScriptBy2.TextWrapped = true Link.Name = "Link" Link.Parent = LoadStringer Link.Active = true Link.AnchorPoint = Vector2.new(0.5, 0.5) Link.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Link.BackgroundTransparency = 1.000 Link.Position = UDim2.new(0, 391, 0, 117) Link.Selectable = true Link.Size = UDim2.new(0, 642, 0, 35) Link.Image = "rbxassetid://3570695787" Link.ScaleType = Enum.ScaleType.Slice Link.SliceCenter = Rect.new(100, 100, 100, 100) Link.SliceScale = 0.120 Text_2.Name = "Text2" Text_2.Parent = Link Text_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Text_2.BackgroundTransparency = 1.000 Text_2.BorderSizePixel = 0 Text_2.Position = UDim2.new(0.0228300951, 0, 0.239285707, 0) Text_2.Size = UDim2.new(0, 613, 0, 20) Text_2.ClearTextOnFocus = false Text_2.Font = Enum.Font.GothamBlack Text_2.Text = "Raw Text Link" Text_2.TextColor3 = Color3.fromRGB(0, 0, 0) Text_2.TextScaled = true Text_2.TextSize = 14.000 Text_2.TextWrapped = true LoadRound.Name = "LoadRound" LoadRound.Parent = LoadStringer LoadRound.Active = true LoadRound.AnchorPoint = Vector2.new(0.5, 0.5) LoadRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) LoadRound.BackgroundTransparency = 1.000 LoadRound.Position = UDim2.new(0.498099864, 0, 0.680708826, 0) LoadRound.Selectable = true LoadRound.Size = UDim2.new(0, 299, 0, 51) LoadRound.Image = "rbxassetid://3570695787" LoadRound.ImageColor3 = Color3.fromRGB(29, 29, 29) LoadRound.ScaleType = Enum.ScaleType.Slice LoadRound.SliceCenter = Rect.new(100, 100, 100, 100) LoadRound.SliceScale = 0.120 Load.Name = "Load" Load.Parent = LoadRound Load.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Load.BackgroundTransparency = 1.000 Load.BorderSizePixel = 0 Load.Position = UDim2.new(0.110166006, 0, -0.00500607956, 0) Load.Size = UDim2.new(0, 240, 0, 53) Load.Font = Enum.Font.SourceSansBold Load.Text = "Load Script" Load.TextColor3 = Color3.fromRGB(255, 255, 255) Load.TextScaled = true Load.TextSize = 14.000 Load.TextWrapped = true Load.MouseButton1Click:Connect(function() loadstring(game:HttpGet(Text.Text))() end) end) JailbreakRound.Name = "JailbreakRound" JailbreakRound.Parent = MainFrame JailbreakRound.Active = true JailbreakRound.AnchorPoint = Vector2.new(0.5, 0.5) JailbreakRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) JailbreakRound.BackgroundTransparency = 1.000 JailbreakRound.Position = UDim2.new(0.153816372, 0, 0.573412716, 0) JailbreakRound.Selectable = true JailbreakRound.Size = UDim2.new(0, 126, 0, 51) JailbreakRound.Image = "rbxassetid://3570695787" JailbreakRound.ImageColor3 = Color3.fromRGB(29, 29, 29) JailbreakRound.ScaleType = Enum.ScaleType.Slice JailbreakRound.SliceCenter = Rect.new(100, 100, 100, 100) JailbreakRound.SliceScale = 0.120 Jailbreak.Name = "Jailbreak" Jailbreak.Parent = JailbreakRound Jailbreak.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Jailbreak.BackgroundTransparency = 1.000 Jailbreak.BorderSizePixel = 0 Jailbreak.Position = UDim2.new(0.0466738492, 0, 0.0146017112, 0) Jailbreak.Size = UDim2.new(0, 112, 0, 53) Jailbreak.Font = Enum.Font.SourceSansBold Jailbreak.Text = "Jailbreak" Jailbreak.TextColor3 = Color3.fromRGB(255, 255, 255) Jailbreak.TextScaled = true Jailbreak.TextSize = 14.000 Jailbreak.TextWrapped = true Jailbreak.MouseButton1Click:Connect(function () loadstring(game:GetObjects("rbxassetid://3473939051")[1].Source)() end) EzHubRound.Name = "EzHubRound" EzHubRound.Parent = MainFrame EzHubRound.Active = true EzHubRound.AnchorPoint = Vector2.new(0.5, 0.5) EzHubRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) EzHubRound.BackgroundTransparency = 1.000 EzHubRound.Position = UDim2.new(0.846661031, 0, 0.322339743, 0) EzHubRound.Selectable = true EzHubRound.Size = UDim2.new(0, 126, 0, 51) EzHubRound.Image = "rbxassetid://3570695787" EzHubRound.ImageColor3 = Color3.fromRGB(29, 29, 29) EzHubRound.ScaleType = Enum.ScaleType.Slice EzHubRound.SliceCenter = Rect.new(100, 100, 100, 100) EzHubRound.SliceScale = 0.120 EzHub.Name = "EzHub" EzHub.Parent = EzHubRound EzHub.BackgroundColor3 = Color3.fromRGB(29, 29, 29) EzHub.BackgroundTransparency = 1.000 EzHub.BorderSizePixel = 0 EzHub.Position = UDim2.new(0.0625468642, 0, 0.0146017112, 0) EzHub.Size = UDim2.new(0, 112, 0, 53) EzHub.Font = Enum.Font.SourceSansBold EzHub.Text = "EZ Hub" EzHub.TextColor3 = Color3.fromRGB(255, 255, 255) EzHub.TextScaled = true EzHub.TextSize = 14.000 EzHub.TextWrapped = true EzHub.MouseButton1Click:Connect(function () loadstring(game:HttpGet(('https://raw.githubusercontent.com/debug420/Ez-Industries-Launcher-Data/master/Launcher.lua'),true))() end) BeeSarmRound.Name = "BeeSarmRound" BeeSarmRound.Parent = MainFrame BeeSarmRound.Active = true BeeSarmRound.AnchorPoint = Vector2.new(0.5, 0.5) BeeSarmRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) BeeSarmRound.BackgroundTransparency = 1.000 BeeSarmRound.Position = UDim2.new(0.150325954, 0, 0.732210994, 0) BeeSarmRound.Selectable = true BeeSarmRound.Size = UDim2.new(0, 126, 0, 51) BeeSarmRound.Image = "rbxassetid://3570695787" BeeSarmRound.ImageColor3 = Color3.fromRGB(29, 29, 29) BeeSarmRound.ScaleType = Enum.ScaleType.Slice BeeSarmRound.SliceCenter = Rect.new(100, 100, 100, 100) BeeSarmRound.SliceScale = 0.120 BeeSwarm.Name = "BeeSwarm" BeeSwarm.Parent = BeeSarmRound BeeSwarm.BackgroundColor3 = Color3.fromRGB(29, 29, 29) BeeSwarm.BackgroundTransparency = 1.000 BeeSwarm.BorderSizePixel = 0 BeeSwarm.Position = UDim2.new(0.06254673, 0, -0.00500619411, 0) BeeSwarm.Size = UDim2.new(0, 112, 0, 53) BeeSwarm.Font = Enum.Font.SourceSansBold BeeSwarm.Text = "Bee Swarm Sim Auto Farm" BeeSwarm.TextColor3 = Color3.fromRGB(255, 255, 255) BeeSwarm.TextScaled = true BeeSwarm.TextSize = 14.000 BeeSwarm.TextWrapped = true BeeSwarm.MouseButton1Click:Connect(function () loadstring(game:HttpGet("https://raw.githubusercontent.com/Historia00012/HISTORIAHUB/main/BSS%20FREE"))() end) KupCakeHubRound.Name = "KupCakeHubRound" KupCakeHubRound.Parent = MainFrame KupCakeHubRound.Active = true KupCakeHubRound.AnchorPoint = Vector2.new(0.5, 0.5) KupCakeHubRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) KupCakeHubRound.BackgroundTransparency = 1.000 KupCakeHubRound.Position = UDim2.new(0.384182841, 0, 0.730065048, 0) KupCakeHubRound.Selectable = true KupCakeHubRound.Size = UDim2.new(0, 126, 0, 51) KupCakeHubRound.Image = "rbxassetid://3570695787" KupCakeHubRound.ImageColor3 = Color3.fromRGB(29, 29, 29) KupCakeHubRound.ScaleType = Enum.ScaleType.Slice KupCakeHubRound.SliceCenter = Rect.new(100, 100, 100, 100) KupCakeHubRound.SliceScale = 0.120 KupCake.Name = "KupCake" KupCake.Parent = KupCakeHubRound KupCake.BackgroundColor3 = Color3.fromRGB(29, 29, 29) KupCake.BackgroundTransparency = 1.000 KupCake.BorderSizePixel = 0 KupCake.Position = UDim2.new(0.06254673, 0, -0.00500619411, 0) KupCake.Size = UDim2.new(0, 112, 0, 53) KupCake.Font = Enum.Font.SourceSansBold KupCake.Text = "BABFAT KupCake Hub" KupCake.TextColor3 = Color3.fromRGB(255, 255, 255) KupCake.TextScaled = true KupCake.TextSize = 14.000 KupCake.TextWrapped = true KupCake.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Toxic-Mods/Kupcake.Hub/main/Loader", true))() end) AFSimRound.Name = "AFSimRound" AFSimRound.Parent = MainFrame AFSimRound.Active = true AFSimRound.AnchorPoint = Vector2.new(0.5, 0.5) AFSimRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AFSimRound.BackgroundTransparency = 1.000 AFSimRound.Position = UDim2.new(0.626765728, 0, 0.727919102, 0) AFSimRound.Selectable = true AFSimRound.Size = UDim2.new(0, 126, 0, 51) AFSimRound.Image = "rbxassetid://3570695787" AFSimRound.ImageColor3 = Color3.fromRGB(29, 29, 29) AFSimRound.ScaleType = Enum.ScaleType.Slice AFSimRound.SliceCenter = Rect.new(100, 100, 100, 100) AFSimRound.SliceScale = 0.120 AFSimFarm.Name = "AFSimFarm" AFSimFarm.Parent = AFSimRound AFSimFarm.BackgroundColor3 = Color3.fromRGB(29, 29, 29) AFSimFarm.BackgroundTransparency = 1.000 AFSimFarm.BorderSizePixel = 0 AFSimFarm.Position = UDim2.new(0.06254673, 0, -0.00500619411, 0) AFSimFarm.Size = UDim2.new(0, 112, 0, 53) AFSimFarm.Font = Enum.Font.SourceSansBold AFSimFarm.Text = "Anime Fighting Simulator AUTO FARM" AFSimFarm.TextColor3 = Color3.fromRGB(255, 255, 255) AFSimFarm.TextScaled = true AFSimFarm.TextSize = 14.000 AFSimFarm.TextWrapped = true AFSimFarm.MouseButton1Click:Connect(function () loadstring(game:HttpGet("https://scripts.mattlawz.dev/AnimeSim.lua"))() end) EntryPointRound.Name = "EntryPointRound" EntryPointRound.Parent = MainFrame EntryPointRound.Active = true EntryPointRound.AnchorPoint = Vector2.new(0.5, 0.5) EntryPointRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) EntryPointRound.BackgroundTransparency = 1.000 EntryPointRound.Position = UDim2.new(0.869348645, 0, 0.725773156, 0) EntryPointRound.Selectable = true EntryPointRound.Size = UDim2.new(0, 126, 0, 51) EntryPointRound.Image = "rbxassetid://3570695787" EntryPointRound.ImageColor3 = Color3.fromRGB(29, 29, 29) EntryPointRound.ScaleType = Enum.ScaleType.Slice EntryPointRound.SliceCenter = Rect.new(100, 100, 100, 100) EntryPointRound.SliceScale = 0.120 EntryPoint.Name = "EntryPoint" EntryPoint.Parent = EntryPointRound EntryPoint.BackgroundColor3 = Color3.fromRGB(29, 29, 29) EntryPoint.BackgroundTransparency = 1.000 EntryPoint.BorderSizePixel = 0 EntryPoint.Position = UDim2.new(0.06254673, 0, -0.00500619411, 0) EntryPoint.Size = UDim2.new(0, 112, 0, 53) EntryPoint.Font = Enum.Font.SourceSansBold EntryPoint.Text = "Entry Point" EntryPoint.TextColor3 = Color3.fromRGB(255, 255, 255) EntryPoint.TextScaled = true EntryPoint.TextSize = 14.000 EntryPoint.TextWrapped = true EntryPoint.MouseButton1Click:Connect(function () loadstring(game:HttpGet('https://raw.githubusercontent.com/gen40/EntryPointGUI/main/Entry_Point_OBFUSCATED.lua'))() end) RagdollRound.Name = "RagdollRound" RagdollRound.Parent = MainFrame RagdollRound.Active = true RagdollRound.AnchorPoint = Vector2.new(0.5, 0.5) RagdollRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) RagdollRound.BackgroundTransparency = 1.000 RagdollRound.Position = UDim2.new(0.398144484, 0, 0.573412716, 0) RagdollRound.Selectable = true RagdollRound.Size = UDim2.new(0, 126, 0, 51) RagdollRound.Image = "rbxassetid://3570695787" RagdollRound.ImageColor3 = Color3.fromRGB(29, 29, 29) RagdollRound.ScaleType = Enum.ScaleType.Slice RagdollRound.SliceCenter = Rect.new(100, 100, 100, 100) RagdollRound.SliceScale = 0.120 Ragdoll.Name = "Ragdoll" Ragdoll.Parent = RagdollRound Ragdoll.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Ragdoll.BackgroundTransparency = 1.000 Ragdoll.BorderSizePixel = 0 Ragdoll.Position = UDim2.new(0.054610312, 0, -0.0442218184, 0) Ragdoll.Size = UDim2.new(0, 112, 0, 53) Ragdoll.Font = Enum.Font.SourceSansBold Ragdoll.Text = "Ragdoll Engine" Ragdoll.TextColor3 = Color3.fromRGB(255, 255, 255) Ragdoll.TextScaled = true Ragdoll.TextSize = 14.000 Ragdoll.TextWrapped = true Ragdoll.MouseButton1Click:Connect(function () loadstring(game:HttpGet(('https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/RagdollEngineGUI.lua'),true))() end) PhantomRound.Name = "PhantomRound" PhantomRound.Parent = MainFrame PhantomRound.Active = true PhantomRound.AnchorPoint = Vector2.new(0.5, 0.5) PhantomRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) PhantomRound.BackgroundTransparency = 1.000 PhantomRound.Position = UDim2.new(0.869348645, 0, 0.575558662, 0) PhantomRound.Selectable = true PhantomRound.Size = UDim2.new(0, 126, 0, 51) PhantomRound.Image = "rbxassetid://3570695787" PhantomRound.ImageColor3 = Color3.fromRGB(29, 29, 29) PhantomRound.ScaleType = Enum.ScaleType.Slice PhantomRound.SliceCenter = Rect.new(100, 100, 100, 100) PhantomRound.SliceScale = 0.120 Phantom.Name = "Phantom" Phantom.Parent = PhantomRound Phantom.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Phantom.BackgroundTransparency = 1.000 Phantom.BorderSizePixel = 0 Phantom.Position = UDim2.new(0.054610312, 0, -0.0442218184, 0) Phantom.Size = UDim2.new(0, 112, 0, 53) Phantom.Font = Enum.Font.SourceSansBold Phantom.Text = "Phantom Forces" Phantom.TextColor3 = Color3.fromRGB(255, 255, 255) Phantom.TextScaled = true Phantom.TextSize = 14.000 Phantom.TextWrapped = true Phantom.MouseButton1Click:Connect(function () loadstring(game:HttpGet("https://zypher.wtf/PFLowKeyHaxx"))() end) YBARound.Name = "YBARound" YBARound.Parent = MainFrame YBARound.Active = true YBARound.AnchorPoint = Vector2.new(0.5, 0.5) YBARound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) YBARound.BackgroundTransparency = 1.000 YBARound.Position = UDim2.new(0.637236953, 0, 0.573412716, 0) YBARound.Selectable = true YBARound.Size = UDim2.new(0, 126, 0, 51) YBARound.Image = "rbxassetid://3570695787" YBARound.ImageColor3 = Color3.fromRGB(29, 29, 29) YBARound.ScaleType = Enum.ScaleType.Slice YBARound.SliceCenter = Rect.new(100, 100, 100, 100) YBARound.SliceScale = 0.120 YBAItemESP.Name = "YBAItemESP" YBAItemESP.Parent = YBARound YBAItemESP.BackgroundColor3 = Color3.fromRGB(29, 29, 29) YBAItemESP.BackgroundTransparency = 1.000 YBAItemESP.BorderSizePixel = 0 YBAItemESP.Position = UDim2.new(0.054610312, 0, -0.0442218184, 0) YBAItemESP.Size = UDim2.new(0, 112, 0, 53) YBAItemESP.Font = Enum.Font.SourceSansBold YBAItemESP.Text = "Your Bizarre Adventure ITEM ESP" YBAItemESP.TextColor3 = Color3.fromRGB(255, 255, 255) YBAItemESP.TextScaled = true YBAItemESP.TextSize = 14.000 YBAItemESP.TextWrapped = true YBAItemESP.MouseButton1Click:Connect(function () loadstring(game:HttpGet("https://gist.githubusercontent.com/Chrrxs/d2dfdcde75c2d11b173aa664c0a6b755/raw", true))() end) TitleUI_2.Name = "TitleUI" TitleUI_2.Parent = MainFrame TitleUI_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TitleUI_2.BackgroundTransparency = 1.000 TitleUI_2.BorderColor3 = Color3.fromRGB(27, 42, 53) TitleUI_2.Position = UDim2.new(-2.98023224e-08, 0, 0.937768221, 0) TitleUI_2.Size = UDim2.new(0, 191, 0, 29) TitleUI_2.Font = Enum.Font.GothamBlack TitleUI_2.Text = "Version Alpha 1.3" TitleUI_2.TextColor3 = Color3.fromRGB(255, 255, 255) TitleUI_2.TextScaled = true TitleUI_2.TextSize = 14.000 TitleUI_2.TextWrapped = true ScriptBy.Name = "ScriptBy" ScriptBy.Parent = MainFrame ScriptBy.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScriptBy.BackgroundTransparency = 1.000 ScriptBy.BorderColor3 = Color3.fromRGB(27, 42, 53) ScriptBy.Position = UDim2.new(0.652705073, 0, 0.89914161, 0) ScriptBy.Size = UDim2.new(0, 191, 0, 29) ScriptBy.Visible = false ScriptBy.Font = Enum.Font.GothamBlack ScriptBy.Text = "Scripted By Quantum Lua" ScriptBy.TextColor3 = Color3.fromRGB(255, 255, 255) ScriptBy.TextScaled = true ScriptBy.TextSize = 14.000 ScriptBy.TextWrapped = true GuiBy.Name = "GuiBy" GuiBy.Parent = MainFrame GuiBy.BackgroundColor3 = Color3.fromRGB(255, 255, 255) GuiBy.BackgroundTransparency = 1.000 GuiBy.BorderColor3 = Color3.fromRGB(27, 42, 53) GuiBy.Position = UDim2.new(0.652705073, 0, 0.937768221, 0) GuiBy.Size = UDim2.new(0, 191, 0, 29) GuiBy.Visible = false GuiBy.Font = Enum.Font.GothamBlack GuiBy.Text = "Gui Made By Itz AxonZ" GuiBy.TextColor3 = Color3.fromRGB(255, 255, 255) GuiBy.TextScaled = true GuiBy.TextSize = 14.000 GuiBy.TextWrapped = true CreditsRound.Name = "CreditsRound" CreditsRound.Parent = MainFrame CreditsRound.Active = true CreditsRound.AnchorPoint = Vector2.new(0.5, 0.5) CreditsRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) CreditsRound.BackgroundTransparency = 1.000 CreditsRound.Position = UDim2.new(0.883310258, 0, 0.944657385, 0) CreditsRound.Selectable = true CreditsRound.Size = UDim2.new(0, 130, 0, 51) CreditsRound.Image = "rbxassetid://3570695787" CreditsRound.ImageColor3 = Color3.fromRGB(29, 29, 29) CreditsRound.ScaleType = Enum.ScaleType.Slice CreditsRound.SliceCenter = Rect.new(100, 100, 100, 100) CreditsRound.SliceScale = 0.120 Credits.Name = "Credits" Credits.Parent = CreditsRound Credits.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Credits.BackgroundTransparency = 1.000 Credits.BorderSizePixel = 0 Credits.Position = UDim2.new(0.0623027086, 0, -0.00500607491, 0) Credits.Size = UDim2.new(0, 112, 0, 53) Credits.Font = Enum.Font.SourceSansBold Credits.Text = "Credits" Credits.TextColor3 = Color3.fromRGB(255, 255, 255) Credits.TextScaled = true Credits.TextSize = 14.000 Credits.TextWrapped = true Credits.MouseButton1Click:Connect(function() CreditsFrame.Visible = true end) ThemesRound.Name = "ThemesRound" ThemesRound.Parent = MainFrame ThemesRound.Active = true ThemesRound.AnchorPoint = Vector2.new(0.5, 0.5) ThemesRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ThemesRound.BackgroundTransparency = 1.000 ThemesRound.Position = UDim2.new(0.640727341, 0, 0.94251138, 0) ThemesRound.Selectable = true ThemesRound.Size = UDim2.new(0, 130, 0, 51) ThemesRound.Image = "rbxassetid://3570695787" ThemesRound.ImageColor3 = Color3.fromRGB(29, 29, 29) ThemesRound.ScaleType = Enum.ScaleType.Slice ThemesRound.SliceCenter = Rect.new(100, 100, 100, 100) ThemesRound.SliceScale = 0.120 Themes.Name = "Themes" Themes.Parent = ThemesRound Themes.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Themes.BackgroundTransparency = 1.000 Themes.BorderSizePixel = 0 Themes.Position = UDim2.new(0.0623027086, 0, 0.0146018267, 0) Themes.Size = UDim2.new(0, 112, 0, 53) Themes.Font = Enum.Font.SourceSansBold Themes.Text = "Themes" Themes.TextColor3 = Color3.fromRGB(255, 255, 255) Themes.TextScaled = true Themes.TextSize = 14.000 Themes.TextWrapped = true Themes.MouseButton1Click:Connect(function() ThemesFrame.Visible = true end) LockFrame.Name = "LockFrame" LockFrame.Parent = QuantumHub LockFrame.BackgroundColor3 = Color3.fromRGB(29, 29, 29) LockFrame.BackgroundTransparency = 1.000 LockFrame.Position = UDim2.new(0.174616903, 0, 0.392818302, 0) LockFrame.Size = UDim2.new(0, 573, 0, 201) LockFrame.Visible = false LockFrame.Image = "rbxassetid://3570695787" LockFrame.ImageColor3 = Color3.fromRGB(43, 43, 43) LockFrame.ScaleType = Enum.ScaleType.Slice LockFrame.SliceCenter = Rect.new(100, 100, 100, 100) LockFrame.SliceScale = 0.120 LockFrame.Active = true LockFrame.Draggable = true TopLock.Name = "TopLock" TopLock.Parent = LockFrame TopLock.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TopLock.BackgroundTransparency = 1.000 TopLock.Position = UDim2.new(-0.0015732646, 0, -0.000978380442, 0) TopLock.Size = UDim2.new(0, 573, 0, 29) TopLock.Image = "rbxassetid://3570695787" TopLock.ImageColor3 = Color3.fromRGB(0, 0, 0) TopLock.ScaleType = Enum.ScaleType.Slice TopLock.SliceCenter = Rect.new(100, 100, 100, 100) TopLock.SliceScale = 0.120 TitleLock.Name = "TitleLock" TitleLock.Parent = TopLock TitleLock.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TitleLock.BackgroundTransparency = 1.000 TitleLock.BorderColor3 = Color3.fromRGB(27, 42, 53) TitleLock.Position = UDim2.new(0.0261780098, 0, 0, 0) TitleLock.Size = UDim2.new(0, 514, 0, 29) TitleLock.Font = Enum.Font.GothamBlack TitleLock.Text = "Locked - Quantum Hub Alpha Script" TitleLock.TextColor3 = Color3.fromRGB(255, 255, 255) TitleLock.TextScaled = true TitleLock.TextSize = 14.000 TitleLock.TextWrapped = true CloseLock.Name = "CloseLock" CloseLock.Parent = TopLock CloseLock.BackgroundColor3 = Color3.fromRGB(255, 255, 255) CloseLock.BackgroundTransparency = 1.000 CloseLock.Position = UDim2.new(0.849912763, 0, 0, 0) CloseLock.Size = UDim2.new(0, 125, 0, 27) CloseLock.Font = Enum.Font.SourceSansBold CloseLock.Text = "X" CloseLock.TextColor3 = Color3.fromRGB(255, 255, 255) CloseLock.TextScaled = true CloseLock.TextSize = 14.000 CloseLock.TextWrapped = true CloseLock.MouseButton1Click:Connect(function () LockFrame.Visible = false end) Text2.Name = "Text2" Text2.Parent = LockFrame Text2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Text2.BackgroundTransparency = 1.000 Text2.BorderColor3 = Color3.fromRGB(27, 42, 53) Text2.Position = UDim2.new(0.266057551, 0, 0.175403953, 0) Text2.Size = UDim2.new(0, 265, 0, 37) Text2.Font = Enum.Font.GothamBlack Text2.Text = "Quantum Hub Is Locked" Text2.TextColor3 = Color3.fromRGB(255, 255, 255) Text2.TextScaled = true Text2.TextSize = 14.000 Text2.TextWrapped = true Text1.Name = "Text1" Text1.Parent = LockFrame Text1.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Text1.BackgroundTransparency = 1.000 Text1.BorderColor3 = Color3.fromRGB(27, 42, 53) Text1.Position = UDim2.new(0.225130901, 0, 0.264214814, 0) Text1.Size = UDim2.new(0, 312, 0, 39) Text1.Font = Enum.Font.GothamBlack Text1.Text = "Contact The Owner For The Key!" Text1.TextColor3 = Color3.fromRGB(255, 255, 255) Text1.TextScaled = true Text1.TextSize = 14.000 Text1.TextWrapped = true LockBox.Name = "LockBox" LockBox.Parent = LockFrame LockBox.Active = true LockBox.AnchorPoint = Vector2.new(0.5, 0.5) LockBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255) LockBox.BackgroundTransparency = 1.000 LockBox.Position = UDim2.new(0, 278, 0, 117) LockBox.Selectable = true LockBox.Size = UDim2.new(0, 415, 0, 35) LockBox.Image = "rbxassetid://3570695787" LockBox.ScaleType = Enum.ScaleType.Slice LockBox.SliceCenter = Rect.new(100, 100, 100, 100) LockBox.SliceScale = 0.120 Text.Name = "Text" Text.Parent = LockBox Text.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Text.BackgroundTransparency = 1.000 Text.BorderSizePixel = 0 Text.Position = UDim2.new(0.0555403754, 0, 0.239285707, 0) Text.Size = UDim2.new(0, 368, 0, 20) Text.Font = Enum.Font.GothamBlack Text.Text = "" Text.TextColor3 = Color3.fromRGB(0, 0, 0) Text.TextScaled = true Text.TextSize = 14.000 Text.TextWrapped = true UIAspectRatioConstraint.Parent = LockBox UIAspectRatioConstraint.AspectRatio = 11.857 UnlockRound.Name = "UnlockRound" UnlockRound.Parent = LockFrame UnlockRound.Active = true UnlockRound.AnchorPoint = Vector2.new(0.5, 0.5) UnlockRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) UnlockRound.BackgroundTransparency = 1.000 UnlockRound.Position = UDim2.new(0.472382188, 0, 0.848090887, 0) UnlockRound.Selectable = true UnlockRound.Size = UDim2.new(0, 183, 0, 47) UnlockRound.Image = "rbxassetid://3570695787" UnlockRound.ImageColor3 = Color3.fromRGB(29, 29, 29) UnlockRound.ScaleType = Enum.ScaleType.Slice UnlockRound.SliceCenter = Rect.new(100, 100, 100, 100) UnlockRound.SliceScale = 0.120 Open.Name = "Open" Open.Parent = QuantumHub Open.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Open.Position = UDim2.new(-0.000725984573, 0, 0.944686651, 0) Open.Size = UDim2.new(0, 200, 0, 50) Open.Font = Enum.Font.SourceSansBold Open.Text = " Open QuantumHub " Open.TextColor3 = Color3.fromRGB(255, 255, 255) Open.TextScaled = true Open.TextSize = 14.000 Open.TextWrapped = true Unlock.Name = "Unlock" Unlock.Parent = UnlockRound Unlock.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Unlock.BackgroundTransparency = 1.000 Unlock.BorderSizePixel = 0 Unlock.Position = UDim2.new(-0.0130461156, 0, -0.0638297796, 0) Unlock.Size = UDim2.new(0, 202, 0, 53) Unlock.Font = Enum.Font.SourceSansBold Unlock.Text = "Unlock" Unlock.TextColor3 = Color3.fromRGB(255, 255, 255) Unlock.TextScaled = true Unlock.TextSize = 14.000 Unlock.TextWrapped = true Unlock.MouseButton1Click:Connect(function() if Text.Text == "idontknowifthishaveakeyyet" then LockFrame.Visible = false TitleLock.Text = "Unlocked - Close Me" Open.MouseButton1Click:Connect(function() MainFrame.Visible = true LockFrame.Visible = false end) else Open.MouseButton1Click:Connect(function() MainFrame.Visible = false LockFrame.Visible = true end) warn("Wrong Password ") TitleLock.Text = "Wrong Password" wait(3) TitleLock.Text = "Locked - Quantum Hub Alpha Script" end end) Open.Name = "Open" Open.Parent = QuantumHub Open.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Open.Position = UDim2.new(-0.000725984573, 0, 0.944686651, 0) Open.Size = UDim2.new(0, 200, 0, 50) Open.Font = Enum.Font.SourceSansBold Open.Text = " Open QuantumHub " Open.TextColor3 = Color3.fromRGB(255, 255, 255) Open.TextScaled = true Open.TextSize = 14.000 Open.TextWrapped = true Open.MouseButton1Click:Connect(function() LockFrame.Visible = true end) CreditsFrame.Name = "CreditsFrame" CreditsFrame.Parent = QuantumHub CreditsFrame.BackgroundColor3 = Color3.fromRGB(29, 29, 29) CreditsFrame.BackgroundTransparency = 1.000 CreditsFrame.Position = UDim2.new(0.254482597, 0, 0.401523411, 0) CreditsFrame.Size = UDim2.new(0, 573, 0, 139) CreditsFrame.Visible = false CreditsFrame.Image = "rbxassetid://3570695787" CreditsFrame.ImageColor3 = Color3.fromRGB(43, 43, 43) CreditsFrame.ScaleType = Enum.ScaleType.Slice CreditsFrame.SliceCenter = Rect.new(100, 100, 100, 100) CreditsFrame.SliceScale = 0.120 CreditsFrame.Active = true CreditsFrame.Draggable = true TopBarCredits.Name = "TopBarCredits" TopBarCredits.Parent = CreditsFrame TopBarCredits.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TopBarCredits.BackgroundTransparency = 1.000 TopBarCredits.Position = UDim2.new(-0.0015732646, 0, -0.000978380442, 0) TopBarCredits.Size = UDim2.new(0, 573, 0, 29) TopBarCredits.Image = "rbxassetid://3570695787" TopBarCredits.ImageColor3 = Color3.fromRGB(0, 0, 0) TopBarCredits.ScaleType = Enum.ScaleType.Slice TopBarCredits.SliceCenter = Rect.new(100, 100, 100, 100) TopBarCredits.SliceScale = 0.120 TitleCredits.Name = "TitleCredits" TitleCredits.Parent = TopBarCredits TitleCredits.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TitleCredits.BackgroundTransparency = 1.000 TitleCredits.BorderColor3 = Color3.fromRGB(27, 42, 53) TitleCredits.Position = UDim2.new(0.333333313, 0, 0, 0) TitleCredits.Size = UDim2.new(0, 191, 0, 29) TitleCredits.Font = Enum.Font.GothamBlack TitleCredits.Text = "Credits" TitleCredits.TextColor3 = Color3.fromRGB(255, 255, 255) TitleCredits.TextScaled = true TitleCredits.TextSize = 14.000 TitleCredits.TextWrapped = true CloseCredits.Name = "CloseCredits" CloseCredits.Parent = TopBarCredits CloseCredits.BackgroundColor3 = Color3.fromRGB(255, 255, 255) CloseCredits.BackgroundTransparency = 1.000 CloseCredits.Position = UDim2.new(0.849912763, 0, 0, 0) CloseCredits.Size = UDim2.new(0, 125, 0, 27) CloseCredits.Font = Enum.Font.SourceSansBold CloseCredits.Text = "X" CloseCredits.TextColor3 = Color3.fromRGB(255, 255, 255) CloseCredits.TextScaled = true CloseCredits.TextSize = 14.000 CloseCredits.TextWrapped = true CloseCredits.MouseButton1Click:Connect(function() CreditsFrame.Visible = false end) ScriptBy_2.Name = "ScriptBy" ScriptBy_2.Parent = CreditsFrame ScriptBy_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScriptBy_2.BackgroundTransparency = 1.000 ScriptBy_2.BorderColor3 = Color3.fromRGB(27, 42, 53) ScriptBy_2.Position = UDim2.new(0.146596849, 0, 0.100580454, 0) ScriptBy_2.Size = UDim2.new(0, 420, 0, 58) ScriptBy_2.Font = Enum.Font.GothamBlack ScriptBy_2.Text = "Scripted By QuantumLua#1122" ScriptBy_2.TextColor3 = Color3.fromRGB(255, 255, 255) ScriptBy_2.TextScaled = true ScriptBy_2.TextSize = 14.000 ScriptBy_2.TextWrapped = true GuiBy_2.Name = "GuiBy" GuiBy_2.Parent = CreditsFrame GuiBy_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) GuiBy_2.BackgroundTransparency = 1.000 GuiBy_2.BorderColor3 = Color3.fromRGB(27, 42, 53) GuiBy_2.Position = UDim2.new(0.146596864, 0, 0.297480524, 0) GuiBy_2.Size = UDim2.new(0, 412, 0, 56) GuiBy_2.Font = Enum.Font.GothamBlack GuiBy_2.Text = "Gui Made By AxonZ#0438" GuiBy_2.TextColor3 = Color3.fromRGB(255, 255, 255) GuiBy_2.TextScaled = true GuiBy_2.TextSize = 14.000 GuiBy_2.TextWrapped = true Location2.Name = "Location2" Location2.Parent = CreditsFrame Location2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Location2.BackgroundTransparency = 1.000 Location2.BorderColor3 = Color3.fromRGB(27, 42, 53) Location2.Position = UDim2.new(0.603839517, 0, 0.746637702, 0) Location2.Size = UDim2.new(0, 216, 0, 35) Location2.Font = Enum.Font.GothamBlack Location2.Text = "QuantumHub > Credits" Location2.TextColor3 = Color3.fromRGB(255, 255, 255) Location2.TextScaled = true Location2.TextSize = 14.000 Location2.TextWrapped = true ThemesFrame.Name = "ThemesFrame" ThemesFrame.Parent = QuantumHub ThemesFrame.BackgroundColor3 = Color3.fromRGB(29, 29, 29) ThemesFrame.BackgroundTransparency = 1.000 ThemesFrame.Position = UDim2.new(0.258205593, 0, 0.455930352, 0) ThemesFrame.Size = UDim2.new(0, 573, 0, 245) ThemesFrame.Visible = false ThemesFrame.Image = "rbxassetid://3570695787" ThemesFrame.ImageColor3 = Color3.fromRGB(43, 43, 43) ThemesFrame.ScaleType = Enum.ScaleType.Slice ThemesFrame.SliceCenter = Rect.new(100, 100, 100, 100) ThemesFrame.SliceScale = 0.120 ThemesFrame.Active = true ThemesFrame.Draggable = true TopBar_2.Name = "TopBar" TopBar_2.Parent = ThemesFrame TopBar_2.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TopBar_2.BackgroundTransparency = 1.000 TopBar_2.Position = UDim2.new(-0.0015732646, 0, -0.000978380442, 0) TopBar_2.Size = UDim2.new(0, 573, 0, 29) TopBar_2.Image = "rbxassetid://3570695787" TopBar_2.ImageColor3 = Color3.fromRGB(0, 0, 0) TopBar_2.ScaleType = Enum.ScaleType.Slice TopBar_2.SliceCenter = Rect.new(100, 100, 100, 100) TopBar_2.SliceScale = 0.120 TitleTheme.Name = "TitleTheme" TitleTheme.Parent = TopBar_2 TitleTheme.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TitleTheme.BackgroundTransparency = 1.000 TitleTheme.BorderColor3 = Color3.fromRGB(27, 42, 53) TitleTheme.Position = UDim2.new(0.333333313, 0, 0, 0) TitleTheme.Size = UDim2.new(0, 191, 0, 29) TitleTheme.Font = Enum.Font.GothamBlack TitleTheme.Text = "Themes" TitleTheme.TextColor3 = Color3.fromRGB(255, 255, 255) TitleTheme.TextScaled = true TitleTheme.TextSize = 14.000 TitleTheme.TextWrapped = true CloseUI_2.Name = "CloseUI" CloseUI_2.Parent = TopBar_2 CloseUI_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) CloseUI_2.BackgroundTransparency = 1.000 CloseUI_2.Position = UDim2.new(0.849912763, 0, 0, 0) CloseUI_2.Size = UDim2.new(0, 125, 0, 27) CloseUI_2.Font = Enum.Font.SourceSansBold CloseUI_2.Text = "X" CloseUI_2.TextColor3 = Color3.fromRGB(255, 255, 255) CloseUI_2.TextScaled = true CloseUI_2.TextSize = 14.000 CloseUI_2.TextWrapped = true CloseUI_2.MouseButton1Click:Connect(function() ThemesFrame.Visible = false end) OrangeRound.Name = "OrangeRound" OrangeRound.Parent = TopBar_2 OrangeRound.Active = true OrangeRound.AnchorPoint = Vector2.new(0.5, 0.5) OrangeRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) OrangeRound.BackgroundTransparency = 1.000 OrangeRound.Position = UDim2.new(0.17388618, 0, 2.24967384, 0) OrangeRound.Selectable = true OrangeRound.Size = UDim2.new(0, 169, 0, 51) OrangeRound.Image = "rbxassetid://3570695787" OrangeRound.ImageColor3 = Color3.fromRGB(255, 85, 0) OrangeRound.ScaleType = Enum.ScaleType.Slice OrangeRound.SliceCenter = Rect.new(100, 100, 100, 100) OrangeRound.SliceScale = 0.120 Orange.Name = "Orange" Orange.Parent = OrangeRound Orange.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Orange.BackgroundTransparency = 1.000 Orange.BorderSizePixel = 0 Orange.Position = UDim2.new(0.0856989622, 0, -0.0442217663, 0) Orange.Size = UDim2.new(0, 140, 0, 53) Orange.Font = Enum.Font.SourceSansBold Orange.Text = "Orange" Orange.TextColor3 = Color3.fromRGB(255, 255, 255) Orange.TextScaled = true Orange.TextSize = 14.000 Orange.TextWrapped = true Orange.MouseButton1Click:Connect(function() TopBar.ImageColor3 = Color3.fromRGB(253, 142, 15) MainFrame.ImageColor3 = Color3.fromRGB(255, 83, 3) TopBarCredits.ImageColor3 = Color3.fromRGB(253, 142, 15) CreditsFrame.ImageColor3 = Color3.fromRGB(255, 83, 3) TopBar_2.ImageColor3 = Color3.fromRGB(253, 142, 15) ThemesFrame.ImageColor3 = Color3.fromRGB(255, 83, 3) end) RedRound.Name = "RedRound" RedRound.Parent = TopBar_2 RedRound.Active = true RedRound.AnchorPoint = Vector2.new(0.5, 0.5) RedRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) RedRound.BackgroundTransparency = 1.000 RedRound.Position = UDim2.new(0.500238717, 0, 2.24967384, 0) RedRound.Selectable = true RedRound.Size = UDim2.new(0, 169, 0, 51) RedRound.Image = "rbxassetid://3570695787" RedRound.ImageColor3 = Color3.fromRGB(255, 0, 4) RedRound.ScaleType = Enum.ScaleType.Slice RedRound.SliceCenter = Rect.new(100, 100, 100, 100) RedRound.SliceScale = 0.120 Red.Name = "Red" Red.Parent = RedRound Red.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Red.BackgroundTransparency = 1.000 Red.BorderSizePixel = 0 Red.Position = UDim2.new(0.0856989622, 0, -0.0442217663, 0) Red.Size = UDim2.new(0, 140, 0, 53) Red.Font = Enum.Font.SourceSansBold Red.Text = "Red" Red.TextColor3 = Color3.fromRGB(255, 255, 255) Red.TextScaled = true Red.TextSize = 14.000 Red.TextWrapped = true Red.MouseButton1Click:Connect(function() TopBar.ImageColor3 = Color3.fromRGB(255, 0, 0) MainFrame.ImageColor3 = Color3.fromRGB(118, 0, 0) TopBarCredits.ImageColor3 = Color3.fromRGB(255, 0, 0) CreditsFrame.ImageColor3 = Color3.fromRGB(118, 0, 0) TopBar_2.ImageColor3 = Color3.fromRGB(255, 0, 0) ThemesFrame.ImageColor3 = Color3.fromRGB(118, 0, 0) end) GreenRound.Name = "GreenRound" GreenRound.Parent = TopBar_2 GreenRound.Active = true GreenRound.AnchorPoint = Vector2.new(0.5, 0.5) GreenRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) GreenRound.BackgroundTransparency = 1.000 GreenRound.Position = UDim2.new(0.81262964, 0, 2.14622545, 0) GreenRound.Selectable = true GreenRound.Size = UDim2.new(0, 169, 0, 51) GreenRound.Image = "rbxassetid://3570695787" GreenRound.ImageColor3 = Color3.fromRGB(34, 255, 0) GreenRound.ScaleType = Enum.ScaleType.Slice GreenRound.SliceCenter = Rect.new(100, 100, 100, 100) GreenRound.SliceScale = 0.120 Green.Name = "Green" Green.Parent = GreenRound Green.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Green.BackgroundTransparency = 1.000 Green.BorderSizePixel = 0 Green.Position = UDim2.new(0.0856989622, 0, -0.0442217663, 0) Green.Size = UDim2.new(0, 140, 0, 53) Green.Font = Enum.Font.SourceSansBold Green.Text = "Green" Green.TextColor3 = Color3.fromRGB(255, 255, 255) Green.TextScaled = true Green.TextSize = 14.000 Green.TextWrapped = true Green.MouseButton1Click:Connect(function() TopBar.ImageColor3 = Color3.fromRGB(0, 171, 11) MainFrame.ImageColor3 = Color3.fromRGB(24, 83, 0) TopBarCredits.ImageColor3 = Color3.fromRGB(0, 171, 11) CreditsFrame.ImageColor3 = Color3.fromRGB(24, 83, 0) TopBar_2.ImageColor3 = Color3.fromRGB(0, 171, 11) ThemesFrame.ImageColor3 = Color3.fromRGB(24, 83, 0) end) DarkRound.Name = "DarkRound" DarkRound.Parent = TopBar_2 DarkRound.Active = true DarkRound.AnchorPoint = Vector2.new(0.5, 0.5) DarkRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) DarkRound.BackgroundTransparency = 1.000 DarkRound.Position = UDim2.new(0.498493493, 0, 4.31863928, 0) DarkRound.Selectable = true DarkRound.Size = UDim2.new(0, 169, 0, 51) DarkRound.Image = "rbxassetid://3570695787" DarkRound.ImageColor3 = Color3.fromRGB(0, 0, 0) DarkRound.ScaleType = Enum.ScaleType.Slice DarkRound.SliceCenter = Rect.new(100, 100, 100, 100) DarkRound.SliceScale = 0.120 Dark.Name = "Dark" Dark.Parent = DarkRound Dark.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Dark.BackgroundTransparency = 1.000 Dark.BorderSizePixel = 0 Dark.Position = UDim2.new(0.0856989622, 0, -0.0442217663, 0) Dark.Size = UDim2.new(0, 140, 0, 53) Dark.Font = Enum.Font.SourceSansBold Dark.Text = "Dark" Dark.TextColor3 = Color3.fromRGB(255, 255, 255) Dark.TextScaled = true Dark.TextSize = 14.000 Dark.TextWrapped = true Dark.MouseButton1Click:Connect(function () --Main MainFrame.ImageColor3 = Color3.fromRGB(43, 43, 43) TopBar.ImageColor3 = Color3.fromRGB(0, 0, 0) --Credits CreditsFrame.ImageColor3 = Color3.fromRGB(43, 43, 43) TopBarCredits.ImageColor3 = Color3.fromRGB(0, 0, 0) --Themes ThemesFrame.ImageColor3 = Color3.fromRGB(43, 43, 43) TopBar_2.ImageColor3 = Color3.fromRGB(0, 0, 0) end) BlueRound.Name = "BlueRound" BlueRound.Parent = TopBar_2 BlueRound.Active = true BlueRound.AnchorPoint = Vector2.new(0.5, 0.5) BlueRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) BlueRound.BackgroundTransparency = 1.000 BlueRound.Position = UDim2.new(0.81262958, 0, 4.24967384, 0) BlueRound.Selectable = true BlueRound.Size = UDim2.new(0, 169, 0, 51) BlueRound.Image = "rbxassetid://3570695787" BlueRound.ImageColor3 = Color3.fromRGB(24, 16, 255) BlueRound.ScaleType = Enum.ScaleType.Slice BlueRound.SliceCenter = Rect.new(100, 100, 100, 100) BlueRound.SliceScale = 0.120 Noclip_4.Name = "Noclip" Noclip_4.Parent = BlueRound Noclip_4.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Noclip_4.BackgroundTransparency = 1.000 Noclip_4.BorderSizePixel = 0 Noclip_4.Position = UDim2.new(0.0856989622, 0, -0.0442217663, 0) Noclip_4.Size = UDim2.new(0, 140, 0, 53) Noclip_4.Font = Enum.Font.SourceSansBold Noclip_4.Text = "Blue" Noclip_4.TextColor3 = Color3.fromRGB(255, 255, 255) Noclip_4.TextScaled = true Noclip_4.TextSize = 14.000 Noclip_4.TextWrapped = true Noclip_4.MouseButton1Click:Connect(function () TopBar.ImageColor3 = Color3.fromRGB(4, 4, 171) MainFrame.ImageColor3 = Color3.fromRGB(0, 23, 127) TopBarCredits.ImageColor3 = Color3.fromRGB(4, 4, 171) CreditsFrame.ImageColor3 = Color3.fromRGB(0, 23, 127) TopBar_2.ImageColor3 = Color3.fromRGB(4, 4, 171) ThemesFrame.ImageColor3 = Color3.fromRGB(0, 23, 127) end) PurpleRound.Name = "PurpleRound" PurpleRound.Parent = TopBar_2 PurpleRound.Active = true PurpleRound.AnchorPoint = Vector2.new(0.5, 0.5) PurpleRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) PurpleRound.BackgroundTransparency = 1.000 PurpleRound.Position = UDim2.new(0.170395732, 0, 6.4910531, 0) PurpleRound.Selectable = true PurpleRound.Size = UDim2.new(0, 169, 0, 51) PurpleRound.Image = "rbxassetid://3570695787" PurpleRound.ImageColor3 = Color3.fromRGB(143, 0, 143) PurpleRound.ScaleType = Enum.ScaleType.Slice PurpleRound.SliceCenter = Rect.new(100, 100, 100, 100) PurpleRound.SliceScale = 0.120 Purple.Name = "Purple" Purple.Parent = PurpleRound Purple.BackgroundColor3 = Color3.fromRGB(128, 0, 128) Purple.BackgroundTransparency = 1.000 Purple.BorderSizePixel = 0 Purple.Position = UDim2.new(0.0856989622, 0, -0.0442217663, 0) Purple.Size = UDim2.new(0, 140, 0, 53) Purple.Font = Enum.Font.SourceSansBold Purple.Text = "Purple" Purple.TextColor3 = Color3.fromRGB(255, 255, 255) Purple.TextScaled = true Purple.TextSize = 14.000 Purple.TextWrapped = true Purple.MouseButton1Click:Connect(function () TopBar.ImageColor3 = Color3.fromRGB(179, 10, 245) MainFrame.ImageColor3 = Color3.fromRGB(123, 0, 127) TopBarCredits.ImageColor3 = Color3.fromRGB(179, 10, 245) CreditsFrame.ImageColor3 = Color3.fromRGB(123, 0, 127) TopBar_2.ImageColor3 = Color3.fromRGB(179, 10, 245) ThemesFrame.ImageColor3 = Color3.fromRGB(123, 0, 127) end) PinkRound.Name = "PinkRound" PinkRound.Parent = TopBar_2 PinkRound.Active = true PinkRound.AnchorPoint = Vector2.new(0.5, 0.5) PinkRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255) PinkRound.BackgroundTransparency = 1.000 PinkRound.Position = UDim2.new(0.81262958, 0, 6.38760471, 0) PinkRound.Selectable = true PinkRound.Size = UDim2.new(0, 169, 0, 51) PinkRound.Image = "rbxassetid://3570695787" PinkRound.ImageColor3 = Color3.fromRGB(255, 0, 115) PinkRound.ScaleType = Enum.ScaleType.Slice PinkRound.SliceCenter = Rect.new(100, 100, 100, 100) PinkRound.SliceScale = 0.120 Pink.Name = "Pink" Pink.Parent = PinkRound Pink.BackgroundColor3 = Color3.fromRGB(29, 29, 29) Pink.BackgroundTransparency = 1.000 Pink.BorderSizePixel = 0 Pink.Position = UDim2.new(0.0856989622, 0, -0.0442217663, 0) Pink.Size = UDim2.new(0, 140, 0, 53) Pink.Font = Enum.Font.SourceSansBold Pink.Text = "Pink" Pink.TextColor3 = Color3.fromRGB(255, 255, 255) Pink.TextScaled = true Pink.TextSize = 14.000 Pink.TextWrapped = true Pink.MouseButton1Click:Connect(function () TopBar.ImageColor3 = Color3.fromRGB(245, 0, 200) MainFrame.ImageColor3 = Color3.fromRGB(247, 0, 255) TopBarCredits.ImageColor3 = Color3.fromRGB(245, 0, 200) CreditsFrame.ImageColor3 = Color3.fromRGB(247, 0, 255) TopBar_2.ImageColor3 = Color3.fromRGB(245, 0, 200) ThemesFrame.ImageColor3 = Color3.fromRGB(247, 0, 255) end) Location1.Name = "Location1" Location1.Parent = ThemesFrame Location1.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Location1.BackgroundTransparency = 1.000 Location1.BorderColor3 = Color3.fromRGB(27, 42, 53) Location1.Position = UDim2.new(0.605584741, 0, 0.868939877, 0) Location1.Size = UDim2.new(0, 216, 0, 35) Location1.Font = Enum.Font.GothamBlack Location1.Text = "QuantumHub > Themes" Location1.TextColor3 = Color3.fromRGB(255, 255, 255) Location1.TextScaled = true Location1.TextSize = 14.000 Location1.TextWrapped = true