M1XTExploits

Untitled

Nov 30th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. while wait() do
  2. for i,v in pairs(workspace[".ZombieStorage"]:GetChildren()) do
  3. if game.Players.LocalPlayer.Character:FindFirstChildOfClass('Tool') then
  4. local tool = game.Players.LocalPlayer.Character:FindFirstChildOfClass('Tool')
  5. tool.GunController.RemoteFunction:InvokeServer({v.Head,10000,1})
  6. end
  7. end
  8. end
Add Comment
Please, Sign In to add comment