Spyvam4

ImmortalClient Beta

Mar 10th, 2023
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 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", "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. -- LOCAL PLAYER
  21.  
  22. PlayerSection:NewSlider("WalkSpeed", "Walk Slider", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  23. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  24. end)
  25.  
  26. PlayerSection:NewSlider("Jump Power", "Jump Slider", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  27. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  28. end)
  29.  
  30. MainSection:NewButton("Reset WS/JP", "RESET.", function()
  31. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  32. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  33. end)
  34.  
  35. -- TROLL
  36.  
  37. local Troll = Window:NewTab("Main")
  38. local TrollSection = Main:NewSection("Main")
  39.  
  40. Section:NewButton("Chat Spoofer", "Fake yourself as others in chat!", function()
  41. loadstring(game:HttpGet(('https://pastebin.com/raw/djBfk8Li'),true))()
  42. end)
  43. end)
  44.  
  45.  
Advertisement
Add Comment
Please, Sign In to add comment