Advertisement
HoangAnh_GaToVi

opgt

Jan 25th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. local Pressed = false
  2.  
  3. local Code = "\224\180\184\224\180\166\224\181\141\224\180\181\224\180\191\224\180\150\224\180\191\224\180\175\224\181\139\224\181\188\224\181\186"
  4. local Plr = game.Players.LocalPlayer
  5. local Mouse = Plr:GetMouse()
  6. Mouse.KeyDown:connect(function(Key)
  7. if(Key:lower() == "e") then
  8. Pressed = true
  9. while(Pressed==true) do
  10. wait()
  11. for i,v in pairs(game.Workspace:GetChildren()) do
  12. if v:FindFirstChild("HumanoidRootPart") then
  13. if v:FindFirstChild("NameTag") and v.NameTag:FindFirstChild("TextLabel") or game.Players:FindFirstChild(v.Name) then
  14. if v.Name == game.Players.LocalPlayer.Name then else
  15. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.HumanoidRootPart.Position).magnitude < 500000000 then
  16. for i=1,5 do
  17. game.ReplicatedStorage.Remotes.DMG:FireServer(Code, "String Skill1", v.Name, Vector3.new(0,0,0))
  18. game.ReplicatedStorage.Remotes.DMG:FireServer(Code, "String Skill1", v.Name, Vector3.new(0,0,0))
  19. game.ReplicatedStorage.Remotes.DMG:FireServer(Code, "String Skill1", v.Name, Vector3.new(0,0,0))
  20. game.ReplicatedStorage.Remotes.DMG:FireServer(Code, "String Skill1", v.Name, Vector3.new(0,0,0))
  21. end
  22. end
  23. end
  24. end
  25. end
  26. end
  27. Mouse.KeyUp:connect(function(Key)
  28. if(Key:lower() == "e") then
  29. Pressed = false
  30. end
  31. end)
  32. end
  33. end
  34. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement