BlackCat_JavaScript

Kill All Script 2020 By BlackCat CB:RO

Feb 27th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --My YouTube:https://www.youtube.com/channel/UC8E7mrxZXvAN0ZqID7Bk5Xw?view_as=subscriber
  2. --Script Created By:BlackCat
  3.  
  4. local Remote = game.ReplicatedStorage.Events['HitPart']
  5.  
  6. for _,v in pairs(game:GetService"Players":GetChildren()) do
  7. if v.Team ~= game.Players.LocalPlayer.Team then
  8. if v.Character and v.Character.Head then
  9. local Arguments = {
  10. [1] = workspace[v.Name].Head,
  11. [2] = workspace[v.Name].Head.Position,
  12. [3] = workspace[game.Players.LocalPlayer.Name].EquippedTool.Value,
  13. [4] = math.rad(1,100000),
  14. [5] = workspace[game.Players.LocalPlayer.Name].Gun,
  15. [8] = 8, --damage multiplier
  16. [9] = false,
  17. [10] = false,
  18. [11] = Vector3.new(),
  19. [12] = math.rad(1,100000),
  20. [13] = Vector3.new()
  21. }
  22.  
  23. Remote:FireServer(unpack(Arguments))
  24. end
  25. end
  26. end
Add Comment
Please, Sign In to add comment