ben10keil5

Fat Hub Ninja Legends

May 21st, 2022 (edited)
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 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("Ninja Legends")
  27. local Section = Tab:NewSection("Ninja Legends")
  28. Section:NewButton("Op Ninja Legends Gui", "Made by QuantumPsyche", function()
  29. loadstring(game:HttpGet("https://www.system-exodus.com/scripts/ninjalegends/Ninja_Legends.lua"))()
  30. end)
  31. Section:NewButton("Redeem Codes", "Made by FlameWest#6502" function()
  32. loadstring(game:HttpGet("https://hastebin.com/raw/dezukoqafe", true))()
  33. end)
  34. Section:NewButton("Professer Hub", "Made by FlameWest#6502", function()
  35. loadstring(game:HttpGet(("https://raw.githubusercontent.com/FlameHosting/Professer-Hub/main/yes.lua"),true))()
  36. end)
  37. Section:NewButton("Ninja Legends 1 Autofarm", "Made by Silxnce", function()
  38. loadstring(game:HttpGet("https://paste.ee/r/iQvkx/0", true))()
  39. end)
  40.  
Add Comment
Please, Sign In to add comment