Advertisement
BiggerHeadBigHead

Counter Blox

Aug 10th, 2020 (edited)
1,396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.42 KB | None | 0 0
  1. 𝓑𝓸𝓫𝓻π“ͺ𝓬2
  2.  
  3. --Kill all
  4.  
  5.  local Remote = game.ReplicatedStorage.Events['HitPart']
  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
  27.  
  28. --Crash script
  29.  
  30. if game.Players.LocalPlayer.Character then
  31.         game:GetService("RunService").RenderStepped:Connect(function()
  32.             local oh3 = 25
  33.             local oh4 = 35
  34.             local oh6 = ""
  35.             local oh7 = ""
  36.             game:GetService("ReplicatedStorage").Events.ThrowGrenade:FireServer(game:GetService("ReplicatedStorage").Weapons["Molotov"].Model, nil, oh3, oh4, Vector3.new(0,-100,0), oh6, oh7)
  37.             game:GetService("ReplicatedStorage").Events.ThrowGrenade:FireServer(game:GetService("ReplicatedStorage").Weapons["HE Grenade"].Model, nil, oh3, oh4, Vector3.new(0,-100,0), oh6, oh7)
  38.             game:GetService("ReplicatedStorage").Events.ThrowGrenade:FireServer(game:GetService("ReplicatedStorage").Weapons["Decoy Grenade"].Model, nil, oh3, oh4, Vector3.new(0,-100,0), oh6, oh7)
  39.         end)
  40.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement