Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
1,424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. -- Expensive#0005
  2. -- u gotta be holding a sword
  3. -- Be A Parkour Ninja Kill All
  4.  
  5. local lp = game.Players.LocalPlayer
  6. local oldPos = lp.Character.Head.Position
  7. for i,v in pairs(game.Players:GetPlayers()) do
  8. if v.Character and workspace:FindFirstChild(v.Name) and workspace[v.Name]:FindFirstChild("Humanoid") and not (v.Name == "MusicColors") and not (v.Name == "Eligamingninja") then
  9. local A_1 = workspace[v.Name].Humanoid
  10. for i = 5,2,-1 do wait() lp.Character:MoveTo(A_1.Parent.Head.Position+Vector3.new(math.random(1,10),math.random(1,10),math.random(1,10))) end
  11. local A_2 = lp.Character:FindFirstChildOfClass("Tool")
  12. local Event = game:GetService("ReplicatedStorage").RemoteTriggers.SellItem
  13. wait(0.3) for i = 5,1,-1 do Event:FireServer(A_1, A_2) end
  14. lp.Character.Humanoid.Health = lp.Character.Humanoid.Health - 1
  15. lp.Character:MoveTo(lp.Character.Head.Position + Vector3.new(math.random(1,20),math.random(40,100),math.random(1,20)))
  16. wait(2)
  17. lp.Character.Humanoid.Health=100
  18. end
  19. end
  20. for i=3,1,-1 do lp.Character:MoveTo(oldPos) end
  21. lp.Character.Humanoid.Health=100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement