-- Gui to Lua -- Version: 3.2 -- Instances: local HussroomsHub = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local BecomeCaptainHuss = Instance.new("TextButton") local TextLabel = Instance.new("TextLabel") local ToggleKillAll = Instance.new("TextButton") local ToggleSpam = Instance.new("TextButton") local Exit = Instance.new("TextButton") local Open = Instance.new("TextButton") --Properties: HussroomsHub.Name = "HussroomsHub" HussroomsHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") HussroomsHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling HussroomsHub.ResetOnSpawn = false Frame.Parent = HussroomsHub Frame.AnchorPoint = Vector2.new(0.5, 0.5) Frame.BackgroundColor3 = Color3.fromRGB(107, 108, 108) Frame.BackgroundTransparency = 0.200 Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 7 Frame.Position = UDim2.new(0.5, 0, 0.5, 0) Frame.Size = UDim2.new(0.600000024, 0, 0.600000024, 0) BecomeCaptainHuss.Name = "BecomeCaptainHuss" BecomeCaptainHuss.Parent = Frame BecomeCaptainHuss.AnchorPoint = Vector2.new(0.5, 0.5) BecomeCaptainHuss.BackgroundColor3 = Color3.fromRGB(255, 255, 255) BecomeCaptainHuss.BackgroundTransparency = 0.400 BecomeCaptainHuss.BorderColor3 = Color3.fromRGB(50, 50, 50) BecomeCaptainHuss.BorderSizePixel = 5 BecomeCaptainHuss.Position = UDim2.new(0.499550939, 0, 0.864315808, 0) BecomeCaptainHuss.Size = UDim2.new(0.828640997, 0, 0.155169502, 0) BecomeCaptainHuss.Font = Enum.Font.SourceSans BecomeCaptainHuss.Text = "Become Captain Huss (Without Gamepass)" BecomeCaptainHuss.TextColor3 = Color3.fromRGB(0, 0, 0) BecomeCaptainHuss.TextScaled = true BecomeCaptainHuss.TextSize = 22.000 BecomeCaptainHuss.TextWrapped = true TextLabel.Parent = Frame TextLabel.AnchorPoint = Vector2.new(0.5, 0.5) TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.499347061, 0, 0.136218444, 0) TextLabel.Size = UDim2.new(0.699999988, 0, 0.206, 0) TextLabel.Font = Enum.Font.Cartoon TextLabel.Text = "Hussrooms Hub" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextScaled = true TextLabel.TextSize = 14.000 TextLabel.TextStrokeTransparency = 0.000 TextLabel.TextWrapped = true ToggleKillAll.Name = "ToggleKillAll" ToggleKillAll.Parent = Frame ToggleKillAll.AnchorPoint = Vector2.new(0.5, 0.5) ToggleKillAll.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ToggleKillAll.BackgroundTransparency = 0.400 ToggleKillAll.BorderColor3 = Color3.fromRGB(50, 50, 50) ToggleKillAll.BorderSizePixel = 5 ToggleKillAll.Position = UDim2.new(0.499550939, 0, 0.631286502, 0) ToggleKillAll.Size = UDim2.new(0.828640997, 0, 0.155169502, 0) ToggleKillAll.Font = Enum.Font.SourceSans ToggleKillAll.Text = "Toggle Kill All (Currently off)" ToggleKillAll.TextColor3 = Color3.fromRGB(0, 0, 0) ToggleKillAll.TextScaled = true ToggleKillAll.TextSize = 22.000 ToggleKillAll.TextWrapped = true ToggleSpam.Name = "ToggleSpam" ToggleSpam.Parent = Frame ToggleSpam.AnchorPoint = Vector2.new(0.5, 0.5) ToggleSpam.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ToggleSpam.BackgroundTransparency = 0.400 ToggleSpam.BorderColor3 = Color3.fromRGB(50, 50, 50) ToggleSpam.BorderSizePixel = 5 ToggleSpam.Position = UDim2.new(0.499550939, 0, 0.398257107, 0) ToggleSpam.Size = UDim2.new(0.828640997, 0, 0.155169502, 0) ToggleSpam.Font = Enum.Font.SourceSans ToggleSpam.Text = "Toggle Spam SFX (Currently off)" ToggleSpam.TextColor3 = Color3.fromRGB(0, 0, 0) ToggleSpam.TextScaled = true ToggleSpam.TextSize = 22.000 ToggleSpam.TextWrapped = true Exit.Name = "Exit" Exit.Parent = Frame Exit.AnchorPoint = Vector2.new(0.5, 0.5) Exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Exit.BackgroundTransparency = 0.400 Exit.BorderColor3 = Color3.fromRGB(50, 50, 50) Exit.BorderSizePixel = 5 Exit.Position = UDim2.new(1, 0, 0, 0) Exit.Size = UDim2.new(0.0500000007, 0, 0.100000001, 0) Exit.Font = Enum.Font.SourceSans Exit.Text = "X" Exit.TextColor3 = Color3.fromRGB(0, 0, 0) Exit.TextScaled = true Exit.TextSize = 22.000 Exit.TextWrapped = true Open.Name = "Open" Open.Parent = HussroomsHub Open.AnchorPoint = Vector2.new(0.5, 0.5) Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Open.BackgroundTransparency = 0.200 Open.BorderColor3 = Color3.fromRGB(50, 50, 50) Open.BorderSizePixel = 5 Open.Position = UDim2.new(0.0496049263, 0, 0.396656543, 0) Open.Size = UDim2.new(0.0700000003, 0, 0.100000001, 0) Open.Visible = false Open.Font = Enum.Font.SourceSans Open.Text = "Open" Open.TextColor3 = Color3.fromRGB(0, 0, 0) Open.TextScaled = true Open.TextSize = 22.000 Open.TextWrapped = true -- Scripts: local function RQCLF_fake_script() -- Frame.LocalScript local script = Instance.new('LocalScript', Frame) local ReplicatedStorage = game:GetService("ReplicatedStorage") local Players = game:GetService("Players") local RunService = game:GetService("RunService") local LocalPlayer = Players.LocalPlayer local EXCLUDED_TEAMS = { "Captains" } local Menu = script.Parent local function shouldSkipPlayer(player) if player == LocalPlayer then return true end if player.Team and table.find(EXCLUDED_TEAMS, player.Team.Name) then return true end return false end local function getTarget() for _, player in ipairs(Players:GetPlayers()) do if not shouldSkipPlayer(player) then local character = player.Character if character then local root = character:FindFirstChild("HumanoidRootPart") local humanoid = character:FindFirstChildOfClass("Humanoid") if root and humanoid and humanoid.Health > 0 then return { Player = player, RootPart = root, Humanoid = humanoid } end end end end end Menu.Exit.Activated:Connect(function() Menu.Visible = false Menu.Parent.Open.Visible = true end) local spam = false local killAll = false Menu.BecomeCaptainHuss.Activated:Connect(function() ReplicatedStorage.MorphRequest:FireServer() end) Menu.ToggleSpam.Activated:Connect(function() spam = not spam Menu.ToggleSpam.Text = `Toggle Spam SFX (Currently {spam and "on" or "of"})` end) Menu.ToggleKillAll.Activated:Connect(function() killAll = not killAll Menu.ToggleKillAll.Text = `Toggle Kill All (Currently {killAll and "on" or "Off"})` end) Menu.Parent.Open.Activated:Connect(function() Menu.Visible = true Menu.Parent.Open.Visible = false end) -- Spam Audio task.spawn(function() while task.wait(0.05) do if spam then ReplicatedStorage.PlayRandomSound:FireServer() end end end) -- Kill All task.spawn(function() while task.wait() do if killAll then local target = getTarget() if target then while killAll and target.Player.Parent and target.RootPart.Parent and target.Humanoid.Health > 0 do local character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait() local root = character:WaitForChild("HumanoidRootPart") root.CFrame = target.RootPart.CFrame RunService.Heartbeat:Wait() end end end end end) end coroutine.wrap(RQCLF_fake_script)()