-- Gui to Lua -- Version: 3.2 -- Instances: local L2OScreen = Instance.new("ScreenGui") local L2OHub = Instance.new("Frame") local Hide = Instance.new("TextButton") local UICorner = Instance.new("UICorner") local UICorner_2 = Instance.new("UICorner") local Script = Instance.new("TextButton") local UICorner_3 = Instance.new("UICorner") local Script_2 = Instance.new("TextButton") local UICorner_4 = Instance.new("UICorner") local Script_3 = Instance.new("TextButton") local UICorner_5 = Instance.new("UICorner") local Script_4 = Instance.new("TextButton") local UICorner_6 = Instance.new("UICorner") local TextLabel = Instance.new("TextLabel") local UICorner_7 = Instance.new("UICorner") local Show = Instance.new("TextButton") local UICorner_8 = Instance.new("UICorner") --Properties: L2OScreen.Name = "L2O Screen" L2OScreen.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") L2OScreen.ZIndexBehavior = Enum.ZIndexBehavior.Sibling L2OHub.Name = "L2O Hub" L2OHub.Parent = L2OScreen L2OHub.BackgroundColor3 = Color3.fromRGB(43, 43, 43) L2OHub.BackgroundTransparency = 0.300 L2OHub.BorderColor3 = Color3.fromRGB(0, 0, 0) L2OHub.BorderSizePixel = 0 L2OHub.Position = UDim2.new(0.0822090954, 0, 0.0442407243, 0) L2OHub.Size = UDim2.new(0, 730, 0, 517) Hide.Name = "Hide" Hide.Parent = L2OHub Hide.BackgroundColor3 = Color3.fromRGB(255, 0, 4) Hide.BorderColor3 = Color3.fromRGB(0, 0, 0) Hide.BorderSizePixel = 0 Hide.Position = UDim2.new(0.95616436, 0, 0.0155023392, 0) Hide.Size = UDim2.new(0, 32, 0, 33) Hide.Font = Enum.Font.SourceSans Hide.Text = "X" Hide.TextColor3 = Color3.fromRGB(0, 0, 0) Hide.TextSize = 40.000 UICorner.Parent = Hide UICorner_2.Parent = L2OHub Script.Name = "Script" Script.Parent = L2OHub Script.BackgroundColor3 = Color3.fromRGB(21, 185, 255) Script.BorderColor3 = Color3.fromRGB(0, 0, 0) Script.BorderSizePixel = 0 Script.Position = UDim2.new(0.0452271365, 0, 0.100608721, 0) Script.Size = UDim2.new(0, 91, 0, 34) Script.Font = Enum.Font.SourceSans Script.Text = "Kykyryz0B" Script.TextColor3 = Color3.fromRGB(0, 0, 0) Script.TextSize = 25.000 UICorner_3.Parent = Script Script_2.Name = "Script" Script_2.Parent = L2OHub Script_2.BackgroundColor3 = Color3.fromRGB(21, 185, 255) Script_2.BorderColor3 = Color3.fromRGB(0, 0, 0) Script_2.BorderSizePixel = 0 Script_2.Position = UDim2.new(0.0452271365, 0, 0.179912403, 0) Script_2.Size = UDim2.new(0, 91, 0, 34) Script_2.Font = Enum.Font.SourceSans Script_2.Text = "God" Script_2.TextColor3 = Color3.fromRGB(0, 0, 0) Script_2.TextSize = 25.000 UICorner_4.Parent = Script_2 Script_3.Name = "Script" Script_3.Parent = L2OHub Script_3.BackgroundColor3 = Color3.fromRGB(21, 185, 255) Script_3.BorderColor3 = Color3.fromRGB(0, 0, 0) Script_3.BorderSizePixel = 0 Script_3.Position = UDim2.new(0.0452271365, 0, 0.263084531, 0) Script_3.Size = UDim2.new(0, 91, 0, 34) Script_3.Font = Enum.Font.SourceSans Script_3.Text = "Forge" Script_3.TextColor3 = Color3.fromRGB(0, 0, 0) Script_3.TextSize = 25.000 UICorner_5.Parent = Script_3 Script_4.Name = "Script" Script_4.Parent = L2OHub Script_4.BackgroundColor3 = Color3.fromRGB(21, 185, 255) Script_4.BorderColor3 = Color3.fromRGB(0, 0, 0) Script_4.BorderSizePixel = 0 Script_4.Position = UDim2.new(0.0452271365, 0, 0.344322443, 0) Script_4.Size = UDim2.new(0, 91, 0, 34) Script_4.Font = Enum.Font.SourceSans Script_4.Text = "Chatbot" Script_4.TextColor3 = Color3.fromRGB(0, 0, 0) Script_4.TextSize = 25.000 UICorner_6.Parent = Script_4 TextLabel.Parent = L2OHub TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.0123287672, 0, 0.0150479106, 0) TextLabel.Size = UDim2.new(0, 679, 0, 34) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "An Simple Hub (Best Sripts i also didn't have time for alot of scripts so uh yeah)" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 26.000 UICorner_7.Parent = TextLabel Show.Name = "Show" Show.Parent = L2OScreen Show.BackgroundColor3 = Color3.fromRGB(89, 255, 0) Show.BorderColor3 = Color3.fromRGB(0, 0, 0) Show.BorderSizePixel = 0 Show.Position = UDim2.new(0.0042759981, 0, 0.0558731556, 0) Show.Size = UDim2.new(0, 43, 0, 45) Show.Font = Enum.Font.SourceSans Show.Text = "" Show.TextColor3 = Color3.fromRGB(0, 0, 0) Show.TextSize = 40.000 UICorner_8.Parent = Show -- Scripts: local function HFXER_fake_script() -- L2OHub.LocalScript local script = Instance.new('LocalScript', L2OHub) local frame = script.Parent local dragging = false local dragStart = nil local startPos = nil local function update(input) local delta = input.Position - dragStart frame.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y) end frame.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 then dragging = true dragStart = input.Position startPos = frame.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragging = false end end) end end) frame.InputChanged:Connect(function(input) if dragging and input.UserInputType == Enum.UserInputType.MouseMovement then update(input) end end) end coroutine.wrap(HFXER_fake_script)() local function YUOISK_fake_script() -- Hide.LocalScript local script = Instance.new('LocalScript', Hide) local button = script.Parent local frameToHide = button.Parent button.MouseButton1Click:Connect(function() frameToHide.Visible = false end) end coroutine.wrap(YUOISK_fake_script)() local function TUYZL_fake_script() -- Script.LocalScript local script = Instance.new('LocalScript', Script) local button = script.Parent button.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/KykyryzoB/KykyryzoB-Hub-SB/main/KykryzoB.lua"))() end) end coroutine.wrap(TUYZL_fake_script)() local function GUPAU_fake_script() -- Script_2.LocalScript local script = Instance.new('LocalScript', Script_2) local button = script.Parent button.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/FOGOTY/slap-god/main/script"))() end) end coroutine.wrap(GUPAU_fake_script)() local function QSWNYIK_fake_script() -- Script_3.LocalScript local script = Instance.new('LocalScript', Script_3) local button = script.Parent button.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Skzuppy/forge-hub/main/loader.lua"))() end) end coroutine.wrap(QSWNYIK_fake_script)() local function OEPBQAK_fake_script() -- Script_4.LocalScript local script = Instance.new('LocalScript', Script_4) local button = script.Parent button.MouseButton1Click:Connect(function() loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Synergy-Networks/products/main/BetterBypasser/loader.lua"))() end) end coroutine.wrap(OEPBQAK_fake_script)() local function WYASO_fake_script() -- Show.LocalScript local script = Instance.new('LocalScript', Show) local button = script.Parent local frameToShow = button.Parent:FindFirstChild("L2O Hub") button.MouseButton1Click:Connect(function() if frameToShow then frameToShow.Visible = true end end) end coroutine.wrap(WYASO_fake_script)()