-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextButton = Instance.new("TextButton") local TextButton_2 = Instance.new("TextButton") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local TextButton_3 = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ResetOnSpawn = false Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame.Position = UDim2.new(0.096423015, 0, 0.497153699, 0) Frame.Size = UDim2.new(0, 300, 0, 185) Frame.Active = true Frame.Draggable =true TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.fromRGB(30, 64, 255) TextButton.BorderColor3 = Color3.fromRGB(6, 0, 94) TextButton.Position = UDim2.new(0.0464178249, 0, 0.616175175, 0) TextButton.Size = UDim2.new(0, 104, 0, 50) TextButton.Font = Enum.Font.SourceSans TextButton.Text = "FE Script Hub" TextButton.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton.TextSize = 20.000 TextButton.MouseButton1Down:connect(function() --made by PanzerKampfMeinFuhr1 bruv-- loadstring(game:HttpGet(('https://raw.githubusercontent.com/PanzerKampfMeinFuhr1/ActuallyTheRealHub/main/TheHubActualRawScript'),true))() end) TextButton_2.Parent = Frame TextButton_2.BackgroundColor3 = Color3.fromRGB(30, 64, 255) TextButton_2.BorderColor3 = Color3.fromRGB(6, 0, 94) TextButton_2.Position = UDim2.new(0.462592006, 0, 0.45625934, 0) TextButton_2.Size = UDim2.new(0, 104, 0, 50) TextButton_2.Font = Enum.Font.SourceSans TextButton_2.Text = "Nullware Hub" TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_2.TextSize = 20.000 TextButton_2.MouseButton1Down:connect(function() loadstring(game:HttpGetAsync("https://gist.githubusercontent.com/M6HqVBcddw2qaN4s/dabc2500988785fbec1ce7c7aaee105d/raw/hVQJXfF4sR6yqSfJ"))() end) TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(4, 9, 108) TextLabel.Position = UDim2.new(0.00308968127, 0, -0.00554901361, 0) TextLabel.Size = UDim2.new(0, 300, 0, 36) TextLabel.Font = Enum.Font.SciFi TextLabel.Text = "The Ghost Hub | RTYQZ" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 30.000 TextLabel_2.Parent = Frame TextLabel_2.BackgroundColor3 = Color3.fromRGB(61, 61, 61) TextLabel_2.Position = UDim2.new(0.686796308, 0, 0.935432553, 0) TextLabel_2.Size = UDim2.new(0, 94, 0, 11) TextLabel_2.Font = Enum.Font.SourceSans TextLabel_2.Text = "Created By RTYQZ" TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_2.TextSize = 14.000 TextButton_3.Parent = Frame TextButton_3.BackgroundColor3 = Color3.fromRGB(30, 64, 255) TextButton_3.BorderColor3 = Color3.fromRGB(6, 0, 94) TextButton_3.Position = UDim2.new(0.0464178286, 0, 0.296343416, 0) TextButton_3.Size = UDim2.new(0, 104, 0, 50) TextButton_3.Font = Enum.Font.SourceSans TextButton_3.Text = "UTG Hub" TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_3.TextSize = 20.000 TextButton_3.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/fwQNynHg"))() end)