Advertisement
wercuhdhdhs

Family Life Hub but No Password

Jul 28th, 2022 (edited)
237
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.81 KB | None | 0 0
  1. -- Hello! SwordDemon71 Changed the name of the game from Family Life to Family Island but its fine. Plugin Used GUI to lua Converter.
  2. -- Plugin Version: 3.2, Hub UI Version: 3.1
  3.  
  4. -- Update 3.1 Fixed Open and close Button
  5. -- Update 3.0 Added Delete Tool Giver and Gun Giver
  6. -- Update 2.0 Deleted Fire Head, Added Kick All, Kill All, Tp All and Sit All
  7. -- Version 1.0 Fire Head For Everyone, SpeedHack, JumpHack, HumanoidRootPart Collide for flingers!
  8.  
  9. local FamilyLifeHub = Instance.new("ScreenGui")
  10. local main = Instance.new("Frame")
  11. local label = Instance.new("TextLabel")
  12. local HumanoidRootCollide = Instance.new("TextButton")
  13. local JumpHack = Instance.new("TextButton")
  14. local KillAll = Instance.new("TextButton")
  15. local TpAll = Instance.new("TextButton")
  16. local label_2 = Instance.new("TextLabel")
  17. local SitAll = Instance.new("TextButton")
  18. local KickAll = Instance.new("TextButton")
  19. local SpeedHack = Instance.new("TextButton")
  20. local DeleteTool = Instance.new("TextButton")
  21. local GunGiver = Instance.new("TextButton")
  22. local TextButton = Instance.new("TextButton")
  23.  
  24. --Properties:
  25.  
  26. FamilyLifeHub.Name = "FamilyLifeHub"
  27. FamilyLifeHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28.  
  29. main.Name = "main"
  30. main.Parent = FamilyLifeHub
  31. main.Active = true
  32. main.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
  33. main.Position = UDim2.new(0.533411562, 0, 0, 0)
  34. main.Size = UDim2.new(0, 398, 0, 280)
  35. main.Visible = false
  36.  
  37. label.Name = "label"
  38. label.Parent = main
  39. label.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
  40. label.Size = UDim2.new(0, 398, 0, 29)
  41. label.Font = Enum.Font.Ubuntu
  42. label.Text = "Family Life Hub"
  43. label.TextColor3 = Color3.fromRGB(255, 255, 255)
  44. label.TextScaled = true
  45. label.TextSize = 14.000
  46. label.TextStrokeTransparency = 0.000
  47. label.TextWrapped = true
  48.  
  49. HumanoidRootCollide.Name = "HumanoidRootCollide"
  50. HumanoidRootCollide.Parent = main
  51. HumanoidRootCollide.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  52. HumanoidRootCollide.Position = UDim2.new(0.0625242293, 0, 0.136155203, 0)
  53. HumanoidRootCollide.Size = UDim2.new(0, 104, 0, 24)
  54. HumanoidRootCollide.Font = Enum.Font.SourceSans
  55. HumanoidRootCollide.Text = "HumanoidRootCollide"
  56. HumanoidRootCollide.TextColor3 = Color3.fromRGB(255, 255, 255)
  57. HumanoidRootCollide.TextScaled = true
  58. HumanoidRootCollide.TextSize = 14.000
  59. HumanoidRootCollide.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  60. HumanoidRootCollide.TextWrapped = true
  61.  
  62. JumpHack.Name = "JumpHack"
  63. JumpHack.Parent = main
  64. JumpHack.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  65. JumpHack.Position = UDim2.new(0.0625242293, 0, 0.267460316, 0)
  66. JumpHack.Size = UDim2.new(0, 104, 0, 24)
  67. JumpHack.Font = Enum.Font.TitilliumWeb
  68. JumpHack.Text = "JumpHack"
  69. JumpHack.TextColor3 = Color3.fromRGB(255, 255, 255)
  70. JumpHack.TextScaled = true
  71. JumpHack.TextSize = 14.000
  72. JumpHack.TextWrapped = true
  73.  
  74. KillAll.Name = "KillAll"
  75. KillAll.Parent = main
  76. KillAll.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  77. KillAll.Position = UDim2.new(0.666902602, 0, 0.61554116, 0)
  78. KillAll.Size = UDim2.new(0, 104, 0, 24)
  79. KillAll.Font = Enum.Font.Creepster
  80. KillAll.Text = "KillAll"
  81. KillAll.TextColor3 = Color3.fromRGB(255, 255, 255)
  82. KillAll.TextScaled = true
  83. KillAll.TextSize = 14.000
  84. KillAll.TextWrapped = true
  85.  
  86. TpAll.Name = "TpAll"
  87. TpAll.Parent = main
  88. TpAll.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  89. TpAll.Position = UDim2.new(0.665824831, 0, 0.732560515, 0)
  90. TpAll.Size = UDim2.new(0, 104, 0, 24)
  91. TpAll.Font = Enum.Font.Ubuntu
  92. TpAll.Text = "TpAll"
  93. TpAll.TextColor3 = Color3.fromRGB(255, 255, 255)
  94. TpAll.TextScaled = true
  95. TpAll.TextSize = 14.000
  96. TpAll.TextWrapped = true
  97.  
  98. label_2.Name = "label"
  99. label_2.Parent = main
  100. label_2.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
  101. label_2.Position = UDim2.new(0, 0, 0.526315808, 0)
  102. label_2.Size = UDim2.new(0, 398, 0, 21)
  103. label_2.Font = Enum.Font.Ubuntu
  104. label_2.Text = "FilteringEnabledBypassed"
  105. label_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  106. label_2.TextScaled = true
  107. label_2.TextSize = 14.000
  108. label_2.TextStrokeTransparency = 0.000
  109. label_2.TextWrapped = true
  110.  
  111. SitAll.Name = "SitAll"
  112. SitAll.Parent = main
  113. SitAll.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  114. SitAll.Position = UDim2.new(0.365395099, 0, 0.735967219, 0)
  115. SitAll.Size = UDim2.new(0, 104, 0, 24)
  116. SitAll.Font = Enum.Font.PatrickHand
  117. SitAll.Text = "SitAll"
  118. SitAll.TextColor3 = Color3.fromRGB(255, 255, 255)
  119. SitAll.TextScaled = true
  120. SitAll.TextSize = 14.000
  121. SitAll.TextWrapped = true
  122.  
  123. KickAll.Name = "KickAll"
  124. KickAll.Parent = main
  125. KickAll.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  126. KickAll.Position = UDim2.new(0.365395099, 0, 0.61554116, 0)
  127. KickAll.Size = UDim2.new(0, 104, 0, 24)
  128. KickAll.Font = Enum.Font.GothamBlack
  129. KickAll.Text = "KickAll"
  130. KickAll.TextColor3 = Color3.fromRGB(255, 255, 255)
  131. KickAll.TextScaled = true
  132. KickAll.TextSize = 14.000
  133. KickAll.TextWrapped = true
  134.  
  135. SpeedHack.Name = "SpeedHack"
  136. SpeedHack.Parent = main
  137. SpeedHack.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  138. SpeedHack.Position = UDim2.new(0.364150584, 0, 0.136155203, 0)
  139. SpeedHack.Size = UDim2.new(0, 104, 0, 24)
  140. SpeedHack.Font = Enum.Font.Nunito
  141. SpeedHack.Text = "SpeedHack"
  142. SpeedHack.TextColor3 = Color3.fromRGB(255, 255, 255)
  143. SpeedHack.TextScaled = true
  144. SpeedHack.TextSize = 14.000
  145. SpeedHack.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  146. SpeedHack.TextWrapped = true
  147.  
  148. DeleteTool.Name = "DeleteTool"
  149. DeleteTool.Parent = main
  150. DeleteTool.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  151. DeleteTool.Position = UDim2.new(0.0613749921, 0, 0.732395768, 0)
  152. DeleteTool.Size = UDim2.new(0, 104, 0, 24)
  153. DeleteTool.Font = Enum.Font.Bodoni
  154. DeleteTool.Text = "DeleteTool"
  155. DeleteTool.TextColor3 = Color3.fromRGB(255, 255, 255)
  156. DeleteTool.TextScaled = true
  157. DeleteTool.TextSize = 14.000
  158. DeleteTool.TextWrapped = true
  159.  
  160. GunGiver.Name = "GunGiver"
  161. GunGiver.Parent = main
  162. GunGiver.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  163. GunGiver.Position = UDim2.new(0.0613749921, 0, 0.618110061, 0)
  164. GunGiver.Size = UDim2.new(0, 104, 0, 24)
  165. GunGiver.Text = "GunGiver"
  166. GunGiver.TextColor3 = Color3.fromRGB(255, 255, 255)
  167. GunGiver.TextScaled = true
  168. GunGiver.TextSize = 14.000
  169. GunGiver.TextWrapped = true
  170.  
  171. TextButton.Parent = FamilyLifeHub
  172. TextButton.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  173. TextButton.Position = UDim2.new(0.00118906063, 0, 0.73547864, -25)
  174. TextButton.Size = UDim2.new(0, 63, 0, 33)
  175. TextButton.Font = Enum.Font.SourceSans
  176. TextButton.Text = "Open"
  177. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  178. TextButton.TextScaled = true
  179. TextButton.TextSize = 14.000
  180. TextButton.TextWrapped = true
  181.  
  182. -- Scripts:
  183.  
  184. local function NIQSRJ_fake_script() -- HumanoidRootCollide.LocalScript
  185. local script = Instance.new('LocalScript', HumanoidRootCollide)
  186.  
  187. function OnClicked()
  188. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
  189. end
  190.  
  191. script.Parent.MouseButton1Down:connect(OnClicked)
  192. end
  193. coroutine.wrap(NIQSRJ_fake_script)()
  194. local function HEJGYC_fake_script() -- JumpHack.LocalScript
  195. local script = Instance.new('LocalScript', JumpHack)
  196.  
  197. function OnClicked()
  198. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  199. end
  200.  
  201. script.Parent.MouseButton1Down:connect(OnClicked)
  202. end
  203. coroutine.wrap(HEJGYC_fake_script)()
  204. local function AHRS_fake_script() -- main.LocalScript
  205. local script = Instance.new('LocalScript', main)
  206.  
  207. local UserInputService = game:GetService("UserInputService")
  208.  
  209. local gui = script.Parent
  210.  
  211. local dragging
  212. local dragInput
  213. local dragStart
  214. local startPos
  215.  
  216. local function update(input)
  217. local delta = input.Position - dragStart
  218. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  219. end
  220.  
  221. gui.InputBegan:Connect(function(input)
  222. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  223. dragging = true
  224. dragStart = input.Position
  225. startPos = gui.Position
  226.  
  227. input.Changed:Connect(function()
  228. if input.UserInputState == Enum.UserInputState.End then
  229. dragging = false
  230. end
  231. end)
  232. end
  233. end)
  234.  
  235. gui.InputChanged:Connect(function(input)
  236. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  237. dragInput = input
  238. end
  239. end)
  240.  
  241. UserInputService.InputChanged:Connect(function(input)
  242. if input == dragInput and dragging then
  243. update(input)
  244. end
  245. end)
  246. end
  247. coroutine.wrap(AHRS_fake_script)()
  248. local function JOPYL_fake_script() -- KillAll.KillAllScript
  249. local script = Instance.new('LocalScript', KillAll)
  250.  
  251. script.Parent.MouseButton1Click:Connect(function()
  252. game.ReplicatedStorage.Kill:FireServer()
  253. end)
  254. end
  255. coroutine.wrap(JOPYL_fake_script)()
  256. local function CRTEI_fake_script() -- TpAll.TpAllScript
  257. local script = Instance.new('LocalScript', TpAll)
  258.  
  259. local button = script.Parent
  260.  
  261. button.MouseButton1Click:Connect(function()
  262. game.ReplicatedStorage.Teleport:FireServer()
  263. end)
  264.  
  265. --Scripted by NickIsNotADev(@NickyPlayz2011)
  266. end
  267. coroutine.wrap(CRTEI_fake_script)()
  268. local function ZNUSZ_fake_script() -- SitAll.SitAllScript
  269. local script = Instance.new('LocalScript', SitAll)
  270.  
  271. script.Parent.MouseButton1Click:Connect(function()
  272. game.ReplicatedStorage.Sit:FireServer()
  273. end)
  274.  
  275. --Scripted by NickIsNotADev(@NickyPlayz2011)
  276. end
  277. coroutine.wrap(ZNUSZ_fake_script)()
  278. local function PQSIPI_fake_script() -- KickAll.KickAllScript
  279. local script = Instance.new('LocalScript', KickAll)
  280.  
  281. script.Parent.MouseButton1Click:Connect(function()
  282. game.ReplicatedStorage.Kick:FireServer()
  283. end)
  284. end
  285. coroutine.wrap(PQSIPI_fake_script)()
  286. local function RLUBSY_fake_script() -- SpeedHack.LocalScript
  287. local script = Instance.new('LocalScript', SpeedHack)
  288.  
  289. function OnClicked()
  290. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  291. end
  292.  
  293. script.Parent.MouseButton1Down:connect(OnClicked)
  294. end
  295. coroutine.wrap(RLUBSY_fake_script)()
  296. local function NDUZB_fake_script() -- DeleteTool.LocalScript
  297. local script = Instance.new('LocalScript', DeleteTool)
  298.  
  299. script.Parent.MouseButton1Click:Connect(function()
  300. game.ReplicatedStorage.HammerTool:FireServer()
  301. end)
  302.  
  303. end
  304. coroutine.wrap(NDUZB_fake_script)()
  305. local function YAPWKQ_fake_script() -- GunGiver.LocalScript
  306. local script = Instance.new('LocalScript', GunGiver)
  307.  
  308. script.Parent.MouseButton1Click:Connect(function()
  309. game.ReplicatedStorage.GunGiver:FireServer()
  310. end)
  311.  
  312. end
  313. coroutine.wrap(YAPWKQ_fake_script)()
  314. local function NGPPAML_fake_script() -- TextButton.LocalScript
  315. local script = Instance.new('LocalScript', TextButton)
  316.  
  317. script.Parent.MouseButton1Click:connect(function()
  318. if script.Parent.Parent.main.Visible == false then
  319. script.Parent.Parent.main.Visible = true
  320. script.Parent.Text = 'Close'
  321.  
  322. else
  323. script.Parent.Parent.main.Visible = false
  324. end script.Parent.Text = 'Open'
  325. end)
  326. end
  327. coroutine.wrap(NGPPAML_fake_script)()
  328.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement