Advertisement
DiveGamerV2

Zombie Rush Kill All

Jan 5th, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. local hotkey = "f" -- hotkey to turn it on or off
  2.  
  3. -- dont edit below unless u want to
  4. local working = true
  5. game:GetService('Players').LocalPlayer:GetMouse().KeyDown:connect(function(key)
  6. if key == string.lower(hotkey) then
  7. working = not working
  8. end
  9. end)
  10.  
  11. while wait(0.2) do
  12. if working == true then
  13. pcall(function()
  14. local ohthatscomplicated = {
  15. ["Name"] = game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").Name,
  16. ["HumanoidTables"] = {
  17. }
  18. }
  19. for i,v in pairs(workspace[".ZombieStorage"]:GetChildren()) do
  20. local hm = {
  21. ["HeadHits"] = math.huge,
  22. ["THumanoid"] = v:FindFirstChildOfClass('Humanoid'),
  23. ["BodyHits"] = 0
  24. }
  25. table.insert(ohthatscomplicated["HumanoidTables"],hm)
  26. end
  27. pcall(function()
  28. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunControllerAlt.RemoteFunction:InvokeServer(ohthatscomplicated)
  29. end)
  30. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunController.RemoteFunction:InvokeServer(ohthatscomplicated)
  31. end)
  32. end
  33. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement