Advertisement
Hacker_YT

*OP* Ninja legends Kill All Script New

Nov 29th, 2019
5,166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. --Patorta12
  2. --Made By ꧁ⒽⒶⒸⓀⒺⓇ_𝕐𝕋꧂#8218 Discord
  3.  
  4.  
  5.  
  6.  
  7. local VirtualUser = game:GetService("VirtualUser")
  8. local players = game.Players:GetPlayers()
  9. local player = game.Players.LocalPlayer
  10. local soulType = "Bad" -- Good or Bad , Change this only
  11. local lplr = ""
  12. local jplr = ""
  13. _G.Enabled = true
  14.  
  15. local function check()
  16. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  17. if v.ClassName == "Tool" and v:FindFirstChild("attackKatanaScript") then
  18. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  19. end
  20. end
  21. end
  22.  
  23. while _G.Enabled and wait(.4) do
  24. if workspace[player.Name]:FindFirstChild("Head") then
  25. if workspace[player.Name].Head:FindFirstChild("nameGui") then
  26. workspace[player.Name].Head.nameGui:Destroy()
  27. end
  28. end
  29. player.ninjaEvent:FireServer("goInvisible")
  30. if player.Character:FindFirstChild("inSafezone") then
  31. player.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame + Vector3.new(0,200,0)
  32. end
  33. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  34. game.Players.PlayerRemoving:Connect(function(player)
  35. lplr = (player.Name)
  36. players = game.Players:GetPlayers()
  37. end)
  38.  
  39. game.Players.PlayerAdded:Connect(function(player)
  40. jplr = (player.Name)
  41. players = game.Players:GetPlayers()
  42. end)
  43.  
  44. players = game.Players:GetPlayers()
  45. game:service'RunService'.Stepped:Connect(function()
  46. if player.Character and player.Character:FindFirstChildOfClass("Humanoid") then
  47. player.Character.Humanoid:ChangeState(11)
  48. end
  49. end)
  50. for _, v in pairs(players) do
  51. if v.Name ~= player.Name and v.Name ~= lplr and v.Name ~= jplr and workspace:FindFirstChild(v.Name) and workspace[v.Name]:FindFirstChild("Head") then
  52. if v.Name ~= game.Players.LocalPlayer.Name and not v.Character:FindFirstChild("inSafezone") then
  53. v.Character.Head.CanCollide = false
  54. v.Character.Head.Anchored = true
  55. v.Character.Head.Position = player.Character.HumanoidRootPart.Position + Vector3.new(4.5,0,0)
  56. elseif v.Name ~= game.Players.LocalPlayer.Name and v.Character:FindFirstChild("inSafezone") then
  57. v.Character.Head.CFrame = player.Character.HumanoidRootPart.CFrame + Vector3.new(0,20,0)
  58. end
  59. end
  60. end
  61.  
  62. if player.Character:FindFirstChildOfClass("Tool") then
  63. player.Character:FindFirstChildOfClass("Tool"):Activate()
  64. end
  65.  
  66. for _,v in pairs(game.Workspace.soulPartsFolder:GetChildren()) do
  67. if v.Name == "soulPart" and v.collectPlayers:FindFirstChild(player.Name) then
  68. if not v:FindFirstChild("isGoodKarma") and soulType == "Bad" then
  69. player.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0,5,0)
  70. player.ninjaEvent:FireServer("collectSoul", v)
  71. elseif v:FindFirstChild("isGoodKarma") and soulType == "Good" then
  72. player.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0,5,0)
  73. player.ninjaEvent:FireServer("collectSoul", v)
  74. end
  75. end
  76. end
  77. check()
  78. end
  79. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement