-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextButton = Instance.new("TextButton") local TextButton_2 = Instance.new("TextButton") local TextButton_3 = Instance.new("TextButton") local TextButton_4 = Instance.new("TextButton") local TextButton_5 = Instance.new("TextButton") local TextButton_6 = Instance.new("TextButton") local TextButton_7 = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = ScreenGui Frame.Active = true Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderColor3 = Color3.fromRGB(255, 0, 0) Frame.BorderSizePixel = 3 Frame.Position = UDim2.new(0.346595258, 0, 0.31021437, 0) Frame.Size = UDim2.new(0, 400, 0, 300) Frame.Draggable = true TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderColor3 = Color3.fromRGB(255, 0, 0) TextLabel.BorderSizePixel = 3 TextLabel.Size = UDim2.new(0, 400, 0, 50) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "C00lgui Reborn Xeno By James" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextSize = 14.000 TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextButton.BorderColor3 = Color3.fromRGB(255, 0, 0) TextButton.BorderSizePixel = 3 TextButton.Position = UDim2.new(0.0625, 0, 0.196666673, 0) TextButton.Size = UDim2.new(0, 50, 0, 50) TextButton.Font = Enum.Font.SourceSans TextButton.Text = "Rocky2u Admin" TextButton.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton.TextSize = 14.000 TextButton.TextWrapped = true TextButton_2.Parent = Frame TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextButton_2.BorderColor3 = Color3.fromRGB(255, 0, 0) TextButton_2.BorderSizePixel = 3 TextButton_2.Position = UDim2.new(0.212500006, 0, 0.196666673, 0) TextButton_2.Size = UDim2.new(0, 50, 0, 50) TextButton_2.Font = Enum.Font.SourceSans TextButton_2.Text = "Ro-xploit" TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_2.TextSize = 14.000 TextButton_2.TextWrapped = true TextButton_3.Parent = Frame TextButton_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextButton_3.BorderColor3 = Color3.fromRGB(255, 0, 0) TextButton_3.BorderSizePixel = 3 TextButton_3.Position = UDim2.new(0.362500012, 0, 0.196666673, 0) TextButton_3.Size = UDim2.new(0, 50, 0, 50) TextButton_3.Font = Enum.Font.SourceSans TextButton_3.Text = "Fedora Admin" TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_3.TextSize = 14.000 TextButton_3.TextWrapped = true TextButton_4.Parent = Frame TextButton_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextButton_4.BorderColor3 = Color3.fromRGB(255, 0, 0) TextButton_4.BorderSizePixel = 3 TextButton_4.Position = UDim2.new(0.512499988, 0, 0.196666673, 0) TextButton_4.Size = UDim2.new(0, 50, 0, 50) TextButton_4.Font = Enum.Font.SourceSans TextButton_4.Text = "Super Ring Parts" TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_4.TextSize = 14.000 TextButton_4.TextWrapped = true TextButton_5.Parent = Frame TextButton_5.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextButton_5.BorderColor3 = Color3.fromRGB(255, 0, 0) TextButton_5.BorderSizePixel = 3 TextButton_5.Position = UDim2.new(0.662500024, 0, 0.196666673, 0) TextButton_5.Size = UDim2.new(0, 50, 0, 50) TextButton_5.Font = Enum.Font.SourceSans TextButton_5.Text = "Reanimated Hub" TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_5.TextSize = 14.000 TextButton_5.TextWrapped = true TextButton_6.Parent = Frame TextButton_6.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextButton_6.BorderColor3 = Color3.fromRGB(255, 0, 0) TextButton_6.BorderSizePixel = 3 TextButton_6.Position = UDim2.new(0.8125, 0, 0.196666673, 0) TextButton_6.Size = UDim2.new(0, 50, 0, 50) TextButton_6.Font = Enum.Font.SourceSans TextButton_6.Text = "Hat Hub" TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_6.TextSize = 14.000 TextButton_6.TextWrapped = true TextButton_7.Parent = Frame TextButton_7.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextButton_7.BorderColor3 = Color3.fromRGB(255, 0, 0) TextButton_7.BorderSizePixel = 3 TextButton_7.Position = UDim2.new(0.0625, 0, 0.416666657, 0) TextButton_7.Size = UDim2.new(0, 50, 0, 50) TextButton_7.Font = Enum.Font.SourceSans TextButton_7.Text = "Infinite Yield" TextButton_7.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_7.TextSize = 14.000 TextButton_7.TextWrapped = true -- Scripts: local function MMBALVK_fake_script() -- TextButton.LocalScript local script = Instance.new('LocalScript', TextButton) script.Parent.MouseButton1Click:Connect(function() loadstring(game:GetObjects("rbxassetid://295850902")[1].Source)() end) end coroutine.wrap(MMBALVK_fake_script)() local function QVRP_fake_script() -- TextButton_2.LocalScript local script = Instance.new('LocalScript', TextButton_2) script.Parent.MouseButton1Click:Connect(function() loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)() end) end coroutine.wrap(QVRP_fake_script)() local function SMJVUU_fake_script() -- TextButton_3.LocalScript local script = Instance.new('LocalScript', TextButton_3) script.Parent.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/alexx1212/fedoratoomutch/refs/heads/main/toomucth"))() end) end coroutine.wrap(SMJVUU_fake_script)() local function QLYVMW_fake_script() -- TextButton_4.LocalScript local script = Instance.new('LocalScript', TextButton_4) script.Parent.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/chesslovers69/Super-ring-parts-v6/refs/heads/main/Bylukaslol"))() end) end coroutine.wrap(QLYVMW_fake_script)() local function TERZTF_fake_script() -- TextButton_5.LocalScript local script = Instance.new('LocalScript', TextButton_5) script.Parent.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/randomstring0/Qwerty/refs/heads/main/qwerty10"))() end) end coroutine.wrap(TERZTF_fake_script)() local function UEIROB_fake_script() -- TextButton_6.LocalScript local script = Instance.new('LocalScript', TextButton_6) script.Parent.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/inkdupe/hat-scripts/refs/heads/main/updatedhathub.lua"))() end) end coroutine.wrap(UEIROB_fake_script)() local function RDHST_fake_script() -- TextButton_7.LocalScript local script = Instance.new('LocalScript', TextButton_7) script.Parent.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/refs/heads/master/source"))() end) end coroutine.wrap(RDHST_fake_script)()