arial hub (new things)
lol i didnt stealunknown
plain_text
2 years ago
11 kB
2
Indexable
Never
-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local UICorner = Instance.new("UICorner") local TextLabel = Instance.new("TextLabel") local UICorner_2 = Instance.new("UICorner") local TextButton = Instance.new("TextButton") local UICorner_3 = Instance.new("UICorner") local TextButton_2 = Instance.new("TextButton") local UICorner_4 = Instance.new("UICorner") local TextButton_3 = Instance.new("TextButton") local UICorner_5 = Instance.new("UICorner") local TextButton_4 = Instance.new("TextButton") local UICorner_6 = Instance.new("UICorner") local TextButton_5 = Instance.new("TextButton") local UICorner_7 = Instance.new("UICorner") local TextButton_6 = Instance.new("TextButton") local UICorner_8 = Instance.new("UICorner") local TextButton_7 = Instance.new("TextButton") local UICorner_9 = Instance.new("UICorner") local TextButton_8 = Instance.new("TextButton") local UICorner_10 = Instance.new("UICorner") local TextButton_9 = Instance.new("TextButton") local UICorner_11 = Instance.new("UICorner") local TextButton_10 = Instance.new("TextButton") local UICorner_12 = Instance.new("UICorner") local TextButton_11 = Instance.new("TextButton") local UICorner_13 = Instance.new("UICorner") local TextButton_12 = Instance.new("TextButton") local UICorner_14 = Instance.new("UICorner") local TextLabel_2 = Instance.new("TextLabel") local UICorner_15 = Instance.new("UICorner") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(54, 65, 68) Frame.BorderSizePixel = 3 Frame.Position = UDim2.new(0.211394295, 0, 0.181333318, 0) Frame.Size = UDim2.new(0, 384, 0, 238) Frame.Active = true Frame.Draggable = true UICorner.Parent = Frame TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(90, 90, 90) TextLabel.Size = UDim2.new(0, 384, 0, 34) TextLabel.Font = Enum.Font.Bangers TextLabel.Text = "Arial Hub" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 28.000 TextLabel.TextStrokeColor3 = Color3.fromRGB(38, 136, 54) TextLabel.TextStrokeTransparency = 0.850 TextLabel.TextWrapped = true UICorner_2.Parent = TextLabel TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.fromRGB(79, 79, 79) TextButton.Position = UDim2.new(0.018229166, 0, 0.176470593, 0) TextButton.Size = UDim2.new(0, 107, 0, 26) TextButton.Font = Enum.Font.Bangers TextButton.Text = "Infinite Yield" TextButton.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton.TextSize = 14.000 TextButton.MouseButton1Down:Connect(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end) UICorner_3.Parent = TextButton TextButton_2.Parent = Frame TextButton_2.BackgroundColor3 = Color3.fromRGB(79, 79, 79) TextButton_2.Position = UDim2.new(0.359375, 0, 0.176470593, 0) TextButton_2.Size = UDim2.new(0, 107, 0, 26) TextButton_2.Font = Enum.Font.Bangers TextButton_2.Text = "Click to TP" TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_2.TextSize = 14.000 TextButton_2.MouseButton1Down:Connect(function() mouse = game.Players.LocalPlayer:GetMouse() tool = Instance.new("Tool") tool.RequiresHandle = false tool.Name = "Equip to Click TP" tool.Activated:connect(function() local pos = mouse.Hit+Vector3.new(0,2.5,0) pos = CFrame.new(pos.X,pos.Y,pos.Z) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos end) tool.Parent = game.Players.LocalPlayer.Backpack end) UICorner_4.Parent = TextButton_2 TextButton_3.Parent = Frame TextButton_3.BackgroundColor3 = Color3.fromRGB(79, 79, 79) TextButton_3.Position = UDim2.new(0.690104127, 0, 0.176470593, 0) TextButton_3.Size = UDim2.new(0, 107, 0, 26) TextButton_3.Font = Enum.Font.Bangers TextButton_3.Text = "Brookhaven GUI (icehub)" TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_3.TextSize = 14.000 TextButton_3.MouseButton1Down:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))() end) UICorner_5.Parent = TextButton_3 TextButton_4.Parent = Frame TextButton_4.BackgroundColor3 = Color3.fromRGB(79, 79, 79) TextButton_4.Position = UDim2.new(0.690104127, 0, 0.340336144, 0) TextButton_4.Size = UDim2.new(0, 107, 0, 26) TextButton_4.Font = Enum.Font.Bangers TextButton_4.Text = "FE Fake Lag" TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_4.TextSize = 14.000 TextButton_4.MouseButton1Down:Connect(function() loadstring(game:HttpGet('https://pastebin.com/raw/VM3b0Thg'))() end) UICorner_6.Parent = TextButton_4 TextButton_5.Parent = Frame TextButton_5.BackgroundColor3 = Color3.fromRGB(79, 79, 79) TextButton_5.Position = UDim2.new(0.361979127, 0, 0.340336144, 0) TextButton_5.Size = UDim2.new(0, 107, 0, 26) TextButton_5.Font = Enum.Font.Bangers TextButton_5.Text = "Fake Chat" TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_5.TextSize = 14.000 TextButton_5.MouseButton1Down:Connect(function() loadstring(game:HttpGet('https://pastebin.com/raw/MBpnp3yS'))() end) UICorner_7.Parent = TextButton_5 TextButton_6.Parent = Frame TextButton_6.BackgroundColor3 = Color3.fromRGB(79, 79, 79) TextButton_6.Position = UDim2.new(0.0182291269, 0, 0.340336144, 0) TextButton_6.Size = UDim2.new(0, 107, 0, 26) TextButton_6.Font = Enum.Font.Bangers TextButton_6.Text = "FE 1x1x1x1 GUI" TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_6.TextSize = 14.000 TextButton_6.MouseButton1Down:Connect(function() loadstring(game:HttpGet(('https://pastebin.com/raw/JipYNCht'),true))() end) UICorner_8.Parent = TextButton_6 TextButton_7.Parent = Frame TextButton_7.BackgroundColor3 = Color3.fromRGB(79, 79, 79) TextButton_7.Position = UDim2.new(0.0182291269, 0, 0.50420171, 0) TextButton_7.Size = UDim2.new(0, 107, 0, 26) TextButton_7.Font = Enum.Font.Bangers TextButton_7.Text = "FE Audio Destroy" TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_7.TextSize = 14.000 TextButton_7.MouseButton1Down:Connect(function() local duration = 10 -- integer only, no decimals if game:GetService("SoundService").RespectFilteringEnabled then return end local sounds = {} for i,v in pairs(workspace:GetDescendants()) do if v:IsA("Sound") and v.Parent.Name ~= "HumanoidRootPart" then table.insert(sounds,v) end end local con = workspace.DescendantAdded:Connect(function(v) if v:IsA("Sound") and v.Parent.Name ~= "HumanoidRootPart" then table.insert(sounds,v) end end) wait(.1) local start = math.floor(tick()) repeat for i,v in pairs(sounds) do v:Play() v.TimePosition = math.random(0,v.TimeLength * 1000)/1000 task.wait() end until math.floor(tick()) == start + duration con:Disconnect() for i,v in pairs(sounds) do v:Stop() end end) UICorner_9.Parent = TextButton_7 TextButton_8.Parent = Frame TextButton_8.BackgroundColor3 = Color3.fromRGB(79, 79, 79) TextButton_8.Position = UDim2.new(0.35937497, 0, 0.50420171, 0) TextButton_8.Size = UDim2.new(0, 107, 0, 26) TextButton_8.Font = Enum.Font.Bangers TextButton_8.Text = "VHub" TextButton_8.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_8.TextSize = 14.000 TextButton_8.MouseButton1Down:Connect(function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/itsyaboivincentt5315/script/main/VHub.txt'),true))() end) UICorner_10.Parent = TextButton_8 TextButton_9.Parent = Frame TextButton_9.BackgroundColor3 = Color3.fromRGB(79, 79, 79) TextButton_9.Position = UDim2.new(0.690104127, 0, 0.50420171, 0) TextButton_9.Size = UDim2.new(0, 107, 0, 26) TextButton_9.Font = Enum.Font.Bangers TextButton_9.Text = "Coming soon!" TextButton_9.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_9.TextSize = 14.000 TextButton_9.MouseButton1Down:Connect(function() end) UICorner_11.Parent = TextButton_9 TextButton_10.Parent = Frame TextButton_10.BackgroundColor3 = Color3.fromRGB(79, 79, 79) TextButton_10.Position = UDim2.new(0.690104127, 0, 0.680672288, 0) TextButton_10.Size = UDim2.new(0, 107, 0, 26) TextButton_10.Font = Enum.Font.Bangers TextButton_10.Text = "Sussy Hub" TextButton_10.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_10.TextSize = 14.000 TextButton_10.MouseButton1Down:Connect(function() loadstring(game:HttpGet(('https://gist.githubusercontent.com/Nilrogram/8b0c8bd710be142f383c71f79279752c/raw/e4fb01a7de7cd498bb53270d2ad191dfab268a88/FE%2520SussyHub'),true))(); end) UICorner_12.Parent = TextButton_10 TextButton_11.Parent = Frame TextButton_11.BackgroundColor3 = Color3.fromRGB(79, 79, 79) TextButton_11.Position = UDim2.new(0.361979127, 0, 0.680672288, 0) TextButton_11.Size = UDim2.new(0, 107, 0, 26) TextButton_11.Font = Enum.Font.Bangers TextButton_11.Text = "Fly GUI" TextButton_11.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_11.TextSize = 14.000 TextButton_11.MouseButton1Down:Connect(function() loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")() end) UICorner_13.Parent = TextButton_11 TextButton_12.Parent = Frame TextButton_12.BackgroundColor3 = Color3.fromRGB(79, 79, 79) TextButton_12.Position = UDim2.new(0.0156249702, 0, 0.680672288, 0) TextButton_12.Size = UDim2.new(0, 107, 0, 26) TextButton_12.Font = Enum.Font.Bangers TextButton_12.Text = "Coming soon!" TextButton_12.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_12.TextSize = 14.000 TextButton_12.MouseButton1Down:Connect(function() end) UICorner_14.Parent = TextButton_12 TextLabel_2.Parent = Frame TextLabel_2.BackgroundColor3 = Color3.fromRGB(90, 90, 90) TextLabel_2.Position = UDim2.new(0, 0, 0.857142866, 0) TextLabel_2.Size = UDim2.new(0, 384, 0, 34) TextLabel_2.Font = Enum.Font.Bangers TextLabel_2.Text = "Made by zekemoreno117" TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_2.TextSize = 28.000 TextLabel_2.TextStrokeColor3 = Color3.fromRGB(38, 136, 54) TextLabel_2.TextStrokeTransparency = 0.850 TextLabel_2.TextWrapped = true UICorner_15.Parent = TextLabel_2