Advertisement
FlyingDoggy

NPC R15 and R6 KIllaura (R15 doesn't work anymore)

Jan 8th, 2023 (edited)
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 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("NpcFucker | GUI Made by your thicc ass mom", "Midnight")
  3. local Tab1 = Window:NewTab("Main")
  4. local Tab2 = Window:NewTab("Universal")
  5. local Section1_1 = Tab1:NewSection("Main")
  6. Section1_1:NewKeybind("Toggle Gui", "...", Enum.KeyCode.M, function()
  7. Library:ToggleUI()
  8. end)
  9. Section1_1:NewButton("Autokill NPCs R15", "...", function()
  10. loadstring(game:HttpGet("https://pastebin.com/raw/mMKP8AuX"))()
  11. end)
  12. Section1_1:NewButton("Turn Off AutoKill NPCs R15", "...", function()
  13. game.Players.LocalPlayer.Character.LowerTorso.Part:Destroy()
  14. end)
  15. Section1_1:NewButton("Autokill NPCs R6 (NOT MINE!)", "...", function()
  16. loadstring(game:HttpGet("https://pastebin.com/raw/Qu735f31"))()
  17. end)
  18. Section1_1:NewButton("Turn Off AutoKill NPCs R6", "...", function()
  19. game.Players.LocalPlayer.Character.Torso.Part:Destroy()
  20. end)
  21. local Section2_1 = Tab2:NewSection("WalkSpeeed")
  22. local Section2_2 = Tab2:NewSection("JumpPowah")
  23. Section2_1:NewButton("WalkspeedIncrease", "...", function()
  24. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 55
  25. end)
  26. Section2_2:NewButton("JumpPowerIncrease", "...", function()
  27. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 125
  28. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement