Spyvam4

sdsafasfasdfsad

Mar 10th, 2023
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 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("Immortal Client Beta", "Ocean")
  3.  
  4. -- MAIN
  5. local Main = Window:NewTab("Main")
  6. local MainSection = Main:NewSection("Main")
  7.  
  8. MainSection:NewButton("Max Level Hack", "Gets your level max.", function()
  9. loadstring(game:HttpGet(('https://pastebin.com/raw/Qrb30yFR'),true))()
  10. end)
  11.  
  12. MainSection:NewButton("Infinite Beli Hack", "Makes your beli infinite.", function()
  13. loadstring(game:HttpGet(('https://pastebin.com/raw/PhKez9RV'),true))()
  14. end)
  15.  
  16. MainSection:NewButton("Fruit Rain", "Makes a rain of fruit.", function()
  17. loadstring(game:HttpGet("https://pastebin.com/raw/UCsB5xC3", true))()
  18. end)
  19.  
  20. MainSection:NewSlider("WalkSpeed", "Walk Slider", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  21. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  22. end)
  23.  
  24. MainSection:NewSlider("Jump Power", "Jump Slider", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  25. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  26. end)
  27.  
  28. MainSection:NewButton("Reset WS/JP", "RESET.", function()
  29. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  30. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  31. end)
  32. MainSection:NewButton("Chat Spoofer", "Fake yourself as others in chat!", function()
  33. loadstring(game:HttpGet(('https://pastebin.com/raw/djBfk8Li'),true))()
  34. end)
Advertisement
Add Comment
Please, Sign In to add comment