Advertisement
Cool_Roblox_hacker

OP unfair hub

Mar 13th, 2023
1,462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | Gaming | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Sripts", "Ocean")
  3. local Tab = Window:NewTab("Player")
  4.  
  5. local Section = Tab:NewSection("Player")
  6.  
  7. Section:NewSlider("Speed", "Speed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  8. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  9. end)
  10.  
  11. Section:NewSlider("JumpPower", "JumpPower", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  12. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  13. end)
  14. Section:NewKeybind("KeybindText", "KeybindInfo", Enum.KeyCode.F, function()
  15. Library:ToggleUI()
  16. end)
  17. local Tab = Window:NewTab("UnfairHub")
  18.  
  19. local Section = Tab:NewSection("UnfairHub")
  20.  
  21. Section:NewButton("UnfairHub", "UnfairHub", function()
  22. loadstring(game:HttpGet(('https://raw.githubusercontent.com/rblxscriptsnet/unfair/main/rblxhub.lua'),true))()
  23. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement