Advertisement
Upscalefanatic3

(Roblox) DeadZone Classic Script | KILL ALL

Feb 11th, 2020
8,685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. -- Game Link: https://www.roblox.com/games/3221241066/DEADZONE-CLASSIC?refPageId=d31cb266-0582-4933-aec1-22789d166ae1&nl=true
  2.  
  3. for i, player in next, game.Players:GetPlayers() do
  4. if player ~= game.Players.LocalPlayer and player.Character then
  5. for i = 1, 10 do
  6. local key = math.random(18, 23) * 15 * 71 * 19 * 21 * 27 * 29 * 43
  7. game.ReplicatedStorage:WaitForChild("RemoteEvents").HitPlayer:FireServer(player.Character, 'head', 1, false, key)
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement