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("NpcFucker | GUI Made by your thicc ass mom", "Midnight")
- local Tab1 = Window:NewTab("Main")
- local Tab2 = Window:NewTab("Universal")
- local Section1_1 = Tab1:NewSection("Main")
- Section1_1:NewKeybind("Toggle Gui", "...", Enum.KeyCode.M, function()
- Library:ToggleUI()
- end)
- Section1_1:NewButton("Autokill NPCs R15", "...", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/mMKP8AuX"))()
- end)
- Section1_1:NewButton("Turn Off AutoKill NPCs R15", "...", function()
- game.Players.LocalPlayer.Character.LowerTorso.Part:Destroy()
- end)
- Section1_1:NewButton("Autokill NPCs R6 (NOT MINE!)", "...", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/Qu735f31"))()
- end)
- Section1_1:NewButton("Turn Off AutoKill NPCs R6", "...", function()
- game.Players.LocalPlayer.Character.Torso.Part:Destroy()
- end)
- local Section2_1 = Tab2:NewSection("WalkSpeeed")
- local Section2_2 = Tab2:NewSection("JumpPowah")
- Section2_1:NewButton("WalkspeedIncrease", "...", function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 55
- end)
- Section2_2:NewButton("JumpPowerIncrease", "...", function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 125
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement