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("Immortal Client Beta", "Ocean")
- -- MAIN
- local Main = Window:NewTab("Main")
- local MainSection = Main:NewSection("Main")
- MainSection:NewButton("Max Level Hack", "Gets your level max.", function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/Qrb30yFR'),true))()
- end)
- MainSection:NewButton("Infinite Beli Hack", "Makes your beli infinite.", function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/PhKez9RV'),true))()
- end)
- MainSection:NewButton("Fruit Rain", "Makes a rain of fruit.", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/UCsB5xC3", true))()
- end)
- PlayerSection:NewSlider("WalkSpeed", "Walk Slider", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- PlayerSection:NewSlider("Jump Power", "Jump Slider", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
- end)
- MainSection:NewButton("Reset WS/JP", "RESET.", function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- end)
- MainSection:NewButton("Chat Spoofer", "Fake yourself as others in chat!", function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/djBfk8Li'),true))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment