Tanjiro-Kamado

Zombie Simulator | Kill all zombies in game

Feb 8th, 2020
471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.65 KB | None | 0 0
  1. --[[
  2. Credits to; Btkelley
  3. Official thread; https://v3rmillion.net/showthread.php?tid=943932
  4. -------------------------------------------------------------------------------
  5. Script was provided from the official Demon Slayers Community Server; https://discord.gg/ADEVZ5R
  6. Official thread; https://v3rmillion.net/showthread.php?tid=936292 |<-- More info
  7. ]]--
  8.  
  9.  _G.LOL = true
  10. while _G.LOL and wait() do
  11. for i,v in pairs(workspace.Game.Stages:GetChildren()) do
  12. for ii,vv in pairs(v.Zombies:GetChildren()) do
  13. if _G.LOL then
  14. game.ReplicatedStorage.Networks.UI:FireServer("SellBrains")
  15. game.ReplicatedStorage.Networks.UI:FireServer("Damage",vv) end end end end
Advertisement
Add Comment
Please, Sign In to add comment