Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Hello! SwordDemon71 Changed the name of the game from Family Life to Family Island but its fine. Plugin Used GUI to lua Converter.
- -- Plugin Version: 3.2, Hub UI Version: 3.1
- -- Update 3.1 Fixed Open and close Button
- -- Update 3.0 Added Delete Tool Giver and Gun Giver
- -- Update 2.0 Deleted Fire Head, Added Kick All, Kill All, Tp All and Sit All
- -- Version 1.0 Fire Head For Everyone, SpeedHack, JumpHack, HumanoidRootPart Collide for flingers!
- local FamilyLifeHub = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local label = Instance.new("TextLabel")
- local HumanoidRootCollide = Instance.new("TextButton")
- local JumpHack = Instance.new("TextButton")
- local KillAll = Instance.new("TextButton")
- local TpAll = Instance.new("TextButton")
- local label_2 = Instance.new("TextLabel")
- local SitAll = Instance.new("TextButton")
- local KickAll = Instance.new("TextButton")
- local SpeedHack = Instance.new("TextButton")
- local DeleteTool = Instance.new("TextButton")
- local GunGiver = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- --Properties:
- FamilyLifeHub.Name = "FamilyLifeHub"
- FamilyLifeHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- main.Name = "main"
- main.Parent = FamilyLifeHub
- main.Active = true
- main.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
- main.Position = UDim2.new(0.533411562, 0, 0, 0)
- main.Size = UDim2.new(0, 398, 0, 280)
- main.Visible = false
- label.Name = "label"
- label.Parent = main
- label.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
- label.Size = UDim2.new(0, 398, 0, 29)
- label.Font = Enum.Font.Ubuntu
- label.Text = "Family Life Hub"
- label.TextColor3 = Color3.fromRGB(255, 255, 255)
- label.TextScaled = true
- label.TextSize = 14.000
- label.TextStrokeTransparency = 0.000
- label.TextWrapped = true
- HumanoidRootCollide.Name = "HumanoidRootCollide"
- HumanoidRootCollide.Parent = main
- HumanoidRootCollide.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- HumanoidRootCollide.Position = UDim2.new(0.0625242293, 0, 0.136155203, 0)
- HumanoidRootCollide.Size = UDim2.new(0, 104, 0, 24)
- HumanoidRootCollide.Font = Enum.Font.SourceSans
- HumanoidRootCollide.Text = "HumanoidRootCollide"
- HumanoidRootCollide.TextColor3 = Color3.fromRGB(255, 255, 255)
- HumanoidRootCollide.TextScaled = true
- HumanoidRootCollide.TextSize = 14.000
- HumanoidRootCollide.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- HumanoidRootCollide.TextWrapped = true
- JumpHack.Name = "JumpHack"
- JumpHack.Parent = main
- JumpHack.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- JumpHack.Position = UDim2.new(0.0625242293, 0, 0.267460316, 0)
- JumpHack.Size = UDim2.new(0, 104, 0, 24)
- JumpHack.Font = Enum.Font.TitilliumWeb
- JumpHack.Text = "JumpHack"
- JumpHack.TextColor3 = Color3.fromRGB(255, 255, 255)
- JumpHack.TextScaled = true
- JumpHack.TextSize = 14.000
- JumpHack.TextWrapped = true
- KillAll.Name = "KillAll"
- KillAll.Parent = main
- KillAll.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- KillAll.Position = UDim2.new(0.666902602, 0, 0.61554116, 0)
- KillAll.Size = UDim2.new(0, 104, 0, 24)
- KillAll.Font = Enum.Font.Creepster
- KillAll.Text = "KillAll"
- KillAll.TextColor3 = Color3.fromRGB(255, 255, 255)
- KillAll.TextScaled = true
- KillAll.TextSize = 14.000
- KillAll.TextWrapped = true
- TpAll.Name = "TpAll"
- TpAll.Parent = main
- TpAll.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- TpAll.Position = UDim2.new(0.665824831, 0, 0.732560515, 0)
- TpAll.Size = UDim2.new(0, 104, 0, 24)
- TpAll.Font = Enum.Font.Ubuntu
- TpAll.Text = "TpAll"
- TpAll.TextColor3 = Color3.fromRGB(255, 255, 255)
- TpAll.TextScaled = true
- TpAll.TextSize = 14.000
- TpAll.TextWrapped = true
- label_2.Name = "label"
- label_2.Parent = main
- label_2.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
- label_2.Position = UDim2.new(0, 0, 0.526315808, 0)
- label_2.Size = UDim2.new(0, 398, 0, 21)
- label_2.Font = Enum.Font.Ubuntu
- label_2.Text = "FilteringEnabledBypassed"
- label_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- label_2.TextScaled = true
- label_2.TextSize = 14.000
- label_2.TextStrokeTransparency = 0.000
- label_2.TextWrapped = true
- SitAll.Name = "SitAll"
- SitAll.Parent = main
- SitAll.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- SitAll.Position = UDim2.new(0.365395099, 0, 0.735967219, 0)
- SitAll.Size = UDim2.new(0, 104, 0, 24)
- SitAll.Font = Enum.Font.PatrickHand
- SitAll.Text = "SitAll"
- SitAll.TextColor3 = Color3.fromRGB(255, 255, 255)
- SitAll.TextScaled = true
- SitAll.TextSize = 14.000
- SitAll.TextWrapped = true
- KickAll.Name = "KickAll"
- KickAll.Parent = main
- KickAll.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- KickAll.Position = UDim2.new(0.365395099, 0, 0.61554116, 0)
- KickAll.Size = UDim2.new(0, 104, 0, 24)
- KickAll.Font = Enum.Font.GothamBlack
- KickAll.Text = "KickAll"
- KickAll.TextColor3 = Color3.fromRGB(255, 255, 255)
- KickAll.TextScaled = true
- KickAll.TextSize = 14.000
- KickAll.TextWrapped = true
- SpeedHack.Name = "SpeedHack"
- SpeedHack.Parent = main
- SpeedHack.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- SpeedHack.Position = UDim2.new(0.364150584, 0, 0.136155203, 0)
- SpeedHack.Size = UDim2.new(0, 104, 0, 24)
- SpeedHack.Font = Enum.Font.Nunito
- SpeedHack.Text = "SpeedHack"
- SpeedHack.TextColor3 = Color3.fromRGB(255, 255, 255)
- SpeedHack.TextScaled = true
- SpeedHack.TextSize = 14.000
- SpeedHack.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- SpeedHack.TextWrapped = true
- DeleteTool.Name = "DeleteTool"
- DeleteTool.Parent = main
- DeleteTool.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- DeleteTool.Position = UDim2.new(0.0613749921, 0, 0.732395768, 0)
- DeleteTool.Size = UDim2.new(0, 104, 0, 24)
- DeleteTool.Font = Enum.Font.Bodoni
- DeleteTool.Text = "DeleteTool"
- DeleteTool.TextColor3 = Color3.fromRGB(255, 255, 255)
- DeleteTool.TextScaled = true
- DeleteTool.TextSize = 14.000
- DeleteTool.TextWrapped = true
- GunGiver.Name = "GunGiver"
- GunGiver.Parent = main
- GunGiver.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- GunGiver.Position = UDim2.new(0.0613749921, 0, 0.618110061, 0)
- GunGiver.Size = UDim2.new(0, 104, 0, 24)
- GunGiver.Text = "GunGiver"
- GunGiver.TextColor3 = Color3.fromRGB(255, 255, 255)
- GunGiver.TextScaled = true
- GunGiver.TextSize = 14.000
- GunGiver.TextWrapped = true
- TextButton.Parent = FamilyLifeHub
- TextButton.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
- TextButton.Position = UDim2.new(0.00118906063, 0, 0.73547864, -25)
- TextButton.Size = UDim2.new(0, 63, 0, 33)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Open"
- TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- -- Scripts:
- local function NIQSRJ_fake_script() -- HumanoidRootCollide.LocalScript
- local script = Instance.new('LocalScript', HumanoidRootCollide)
- function OnClicked()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
- end
- script.Parent.MouseButton1Down:connect(OnClicked)
- end
- coroutine.wrap(NIQSRJ_fake_script)()
- local function HEJGYC_fake_script() -- JumpHack.LocalScript
- local script = Instance.new('LocalScript', JumpHack)
- function OnClicked()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
- end
- script.Parent.MouseButton1Down:connect(OnClicked)
- end
- coroutine.wrap(HEJGYC_fake_script)()
- local function AHRS_fake_script() -- main.LocalScript
- local script = Instance.new('LocalScript', main)
- local UserInputService = game:GetService("UserInputService")
- local gui = script.Parent
- local dragging
- local dragInput
- local dragStart
- local startPos
- local function update(input)
- local delta = input.Position - dragStart
- gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- end
- gui.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = gui.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- gui.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- UserInputService.InputChanged:Connect(function(input)
- if input == dragInput and dragging then
- update(input)
- end
- end)
- end
- coroutine.wrap(AHRS_fake_script)()
- local function JOPYL_fake_script() -- KillAll.KillAllScript
- local script = Instance.new('LocalScript', KillAll)
- script.Parent.MouseButton1Click:Connect(function()
- game.ReplicatedStorage.Kill:FireServer()
- end)
- end
- coroutine.wrap(JOPYL_fake_script)()
- local function CRTEI_fake_script() -- TpAll.TpAllScript
- local script = Instance.new('LocalScript', TpAll)
- local button = script.Parent
- button.MouseButton1Click:Connect(function()
- game.ReplicatedStorage.Teleport:FireServer()
- end)
- --Scripted by NickIsNotADev(@NickyPlayz2011)
- end
- coroutine.wrap(CRTEI_fake_script)()
- local function ZNUSZ_fake_script() -- SitAll.SitAllScript
- local script = Instance.new('LocalScript', SitAll)
- script.Parent.MouseButton1Click:Connect(function()
- game.ReplicatedStorage.Sit:FireServer()
- end)
- --Scripted by NickIsNotADev(@NickyPlayz2011)
- end
- coroutine.wrap(ZNUSZ_fake_script)()
- local function PQSIPI_fake_script() -- KickAll.KickAllScript
- local script = Instance.new('LocalScript', KickAll)
- script.Parent.MouseButton1Click:Connect(function()
- game.ReplicatedStorage.Kick:FireServer()
- end)
- end
- coroutine.wrap(PQSIPI_fake_script)()
- local function RLUBSY_fake_script() -- SpeedHack.LocalScript
- local script = Instance.new('LocalScript', SpeedHack)
- function OnClicked()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
- end
- script.Parent.MouseButton1Down:connect(OnClicked)
- end
- coroutine.wrap(RLUBSY_fake_script)()
- local function NDUZB_fake_script() -- DeleteTool.LocalScript
- local script = Instance.new('LocalScript', DeleteTool)
- script.Parent.MouseButton1Click:Connect(function()
- game.ReplicatedStorage.HammerTool:FireServer()
- end)
- end
- coroutine.wrap(NDUZB_fake_script)()
- local function YAPWKQ_fake_script() -- GunGiver.LocalScript
- local script = Instance.new('LocalScript', GunGiver)
- script.Parent.MouseButton1Click:Connect(function()
- game.ReplicatedStorage.GunGiver:FireServer()
- end)
- end
- coroutine.wrap(YAPWKQ_fake_script)()
- local function NGPPAML_fake_script() -- TextButton.LocalScript
- local script = Instance.new('LocalScript', TextButton)
- script.Parent.MouseButton1Click:connect(function()
- if script.Parent.Parent.main.Visible == false then
- script.Parent.Parent.main.Visible = true
- script.Parent.Text = 'Close'
- else
- script.Parent.Parent.main.Visible = false
- end script.Parent.Text = 'Open'
- end)
- end
- coroutine.wrap(NGPPAML_fake_script)()
Advertisement
Advertisement