Advertisement
ROBLOX_SCRIPT_SHARE

Kylez Hub Test

Dec 28th, 2022 (edited)
4,042
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  2. local Window = Library.CreateLib("Kylez Hub", "Ocean")
  3.  
  4. -- Tabs
  5.  
  6. local Tab1 = Window:NewTab("AFS")
  7. local Tab1Section = Tab1:NewSection("Auto Farming")
  8.  
  9. --Buttons
  10. Tab1Section:NewButton("First exeute", "Farm Coins/Gems", function()
  11. loadstring(game:HttpGet("https://pastebin.com/raw/eQThQpkg"))()
  12. end)
  13.  
  14. Tab1Section:NewButton("Second exeute", "Farm Coins/Gems", function()
  15. loadstring(game:HttpGet("https://pastebin.com/raw/hCqTC0bR"))()
  16. end)
  17.  
  18. Tab1Section:NewButton("Infinite Yield", "Admin Fixcam", function()
  19. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  20. end)
  21.  
  22. Tab1Section:NewSlider("Speed", "Sussy Speed", 250, 120, function(v)
  23. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = v
  24. end)
  25.  
  26. --Tab2
  27. local Tab2 = Window:NewTab("Credits")
  28. local Tab2Section = Tab2:NewSection("Created By Kylez Blox")
  29. local Tab2Section = Tab2:NewSection("I made this for fun")
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement