Advertisement
ski1lzhub

bllyx

Jun 21st, 2022
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 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("VinceHub", "Sentinel")
  3.  
  4. local Tab = Window:NewTab("Script")
  5. local ScriptSection = Tab:NewSection("Script")
  6. ScriptSection:NewSlider("WalkSpeed", "More Speed", 500, 0, function(s)
  7. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  8. end)
  9.  
  10. ScriptSection:NewDropdown("Dupe", "Give Items the player", {"Fruit", "Sword", "Items"}, function(s)
  11. local A_1 = 1655587959.5825043
  12. local Event = game:GetService("ReplicatedStorage").Remotes.Clock.DelayedRequestFunction
  13. Event:InvokeServer(A_1)
  14.  
  15. local A_1 = "getInventoryWeapons"
  16. local Event = game:GetService("ReplicatedStorage").Remotes["CommF_"]
  17. Event:InvokeServer(A_1)
  18.  
  19. print(currentOption)
  20. end)
  21.  
  22. ScriptSection:NewSlider("JumpPower", "SliderInfo", 500, 50, function(s) -- 500 (MaxValue) | 0 (MinValue)
  23. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  24. end)
  25.  
  26.  
  27. local Tab = Window:NewTab("Farming")
  28. local FarmingSection = Tab:NewSection("Farming")
  29. FarmingSection:NewButton("Autofarm Lvl", "AutoFarm Boss", function()
  30. _G.Color = Color3.fromRGB(178, 34, 33)
  31. loadstring(game:HttpGet("https://raw.githubusercontent.com/PowerxCANDYYY/NaMo/main/BFPOWERXHUBv2.lua"))()
  32. print("Clicked")
  33. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement