Anonymouse10101

Adventure Simulator 🌎 Hack (Auto Kill Npc)

Apr 23rd, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local Event = game:GetService("ReplicatedStorage").Damage
  2. local A_3 = "false"
  3. local damage = "99999999"
  4. local Npc = game:GetService("Workspace").NPCS:GetChildren()
  5. while wait() do
  6. for i = 1, #Npc do
  7. Event:FireServer(damage, Npc[i], A_3)
  8. wait(0.5)
  9. end
  10. end
Add Comment
Please, Sign In to add comment