Advertisement
ben10keil5

Fat Hub Pet sim x 5

May 21st, 2022
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("FatHub", "BloodTheme")
  3. local Tab = Window:NewTab("Local Player")
  4. local Section = Tab:NewSection("Walk speed")
  5. Section:NewSlider("Walkspeed", "Increases Your Walk speed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  6. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  7. end)
  8. local Section = Tab:NewSection("Jump Height")
  9. Section:NewSlider("JumpHeight", "Increases Your Jump Height", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  10. game.Players.LocalPlayer.Character.Humanoid.JumpHeight = s
  11. end)
  12. local Tab = Window:NewTab("Admin")
  13. local Section = Tab:NewSection("Admin")
  14. Section:NewButton("Infinite Yield", "Made by Edge#3467, Moon#6245 and many more", function()
  15. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  16. end)
  17. Section:NewButton("DomainX", "Made by shlex#0001 and many more devs", function()
  18. loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/DomainX/main/source',true))()
  19. end)
  20. Section:NewButton("CMD-X", "Made by pigeon#8951, fini#7057 and Curvn#2002", function()
  21. loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))()
  22. end)
  23. Section:NewButton("Fates Admin", "Made by fate#5647, Iaying#6564 and Shawn#2000", function()
  24. loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))();
  25. end)
  26. local Tab = Window:NewTab("Pet Simulator X")
  27. local Section = Tab:NewSection("Pet Simulator X")
  28. Section:NewButton("Pet Sim x Crasher", "Made by e621", function()
  29. local createRemote = workspace:WaitForChild("__THINGS"):WaitForChild("__REMOTES"):WaitForChild("MAIN")
  30. local remoteTypes = {"a","b","c","e"}
  31. while task.wait(1) do
  32. createRemote:FireServer(remoteTypes[math.random(#remoteTypes)],tostring(tick()):rep(100))
  33. end
  34. end)
  35. Section:NewButton("BK Pet Sim X Gui", "Made by BLACKGAMER12", function()
  36. loadstring(game:HttpGet("https://raw.githubusercontent.com/BLACKGAMER1221/Pet-Simulator-X/main/BK%20Pet.lua"))()
  37. end)
  38. Section:NewButton("Project Meow", "Made by Mana#9724, mngz#0101 Alan and LeadMarker", function()
  39. pcall(loadstring(game:HttpGet"https://rawscripts.net/raw/Project-Meow_421")())
  40. end)
  41. Section:NewButton("LK Hub", "Made by Leo", function()
  42. loadstring(game:HttpGet("https://lkhub.net/s/loader.lua"))()
  43. end)
  44. local Tab = Window:NewTab("Credits")
  45. local Section = Tab:NewSection("Credits to xHeptc for Ui Lib")
  46. local Section = Tab:NewSection("Credits to all the script's creators")
  47. local Section = Tab:NewSection("Credits to Fat#3323 for putting this all together")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement