Advertisement
ScriptHubYT

Counter Blox Kill All Script

Jan 30th, 2020
63,428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. This is a Counter blox kill all script that might get patched so if you get ban it is not my fault (use it on a alt). this should work on all executors.
  2.  
  3. Discord server: to get my discord server just add me and ill invite you my discord is ScriptHub#8745
  4.  
  5. local Remote = game.ReplicatedStorage.Events['HitPart']
  6.  
  7. for _,v in pairs(game:GetService"Players":GetChildren()) do
  8. if v.Team ~= game.Players.LocalPlayer.Team then
  9. if v.Character and v.Character.Head then
  10. local Arguments = {
  11. [1] = workspace[v.Name].Head,
  12. [2] = workspace[v.Name].Head.Position,
  13. [3] = workspace[game.Players.LocalPlayer.Name].EquippedTool.Value,
  14. [4] = math.rad(1,100000),
  15. [5] = workspace[game.Players.LocalPlayer.Name].Gun,
  16. [8] = 8, --damage multiplier
  17. [9] = false,
  18. [10] = false,
  19. [11] = Vector3.new(),
  20. [12] = math.rad(1,100000),
  21. [13] = Vector3.new()
  22. }
  23.  
  24. Remote:FireServer(unpack(Arguments))
  25. end
  26. end
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement