Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("VinceHub", "Sentinel")
- local Tab = Window:NewTab("Script")
- local ScriptSection = Tab:NewSection("Script")
- ScriptSection:NewSlider("WalkSpeed", "More Speed", 500, 0, function(s)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- ScriptSection:NewDropdown("Dupe", "Give Items the player", {"Fruit", "Sword", "Items"}, function(s)
- local A_1 = 1655587959.5825043
- local Event = game:GetService("ReplicatedStorage").Remotes.Clock.DelayedRequestFunction
- Event:InvokeServer(A_1)
- local A_1 = "getInventoryWeapons"
- local Event = game:GetService("ReplicatedStorage").Remotes["CommF_"]
- Event:InvokeServer(A_1)
- print(currentOption)
- end)
- ScriptSection:NewSlider("JumpPower", "SliderInfo", 500, 50, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
- end)
- local Tab = Window:NewTab("Farming")
- local FarmingSection = Tab:NewSection("Farming")
- FarmingSection:NewButton("Autofarm Lvl", "AutoFarm Boss", function()
- _G.Color = Color3.fromRGB(178, 34, 33)
- loadstring(game:HttpGet("https://raw.githubusercontent.com/PowerxCANDYYY/NaMo/main/BFPOWERXHUBv2.lua"))()
- print("Clicked")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement