Advertisement
ben10keil5

fauowjfdsaf

May 27th, 2022
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 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("Build A Boat")
  27. local Section = Tab:NewSection("Build A Boat")
  28. Section:NewButton("Op Build A Boat Gui", "Made by annin#1947", function()
  29. loadstring(game:HttpGet("https://raw.githubusercontent.com/sannin9000/scripts/main/buildaboatfortreasure.lua"))()
  30. end)
  31. Section:NewButton("Build A Boat Remove Damage", "Made by TheInvisible", function()
  32. loadstring(game:HttpGet("https://pastebin.com/raw/TmWi5tK7"))()
  33. end)
  34. Section:NewButton("Build A Boat Autofarm Gui", "Made by Zinzox", function()
  35. loadstring(game:HttpGet("https://raw.githubusercontent.com/vozoid/scripts/master/babft.lua"))()
  36. end)
  37. Section:NewButton("Build A Boat Server Crasher", "Made by theOnlyDoge", function()
  38. while wait(0.1) do
  39. game:GetService("Workspace").ChangeCharacter:FireServer("FoxCharacter")
  40. end
  41. Section:NewButton("Build A Boat Vynixius Gui", "Made by RegularVynixu?",function()
  42. loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Build%20A%20Boat%20For%20Treasure/BABFT"))()
  43. end
  44. end)
  45. local Tab = Window:NewTab("Credits")
  46. local Section = Tab:NewSection("Credits to xHeptc for Ui Lib")
  47. local Section = Tab:NewSection("Credits to all the script's creators")
  48. local Section = Tab:NewSection("Credits to Fat#3323 for putting this all together")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement