Skip to content

DO NOT RUN THIS UNDER ANY MEANS. Basically it's a Python random number generator between 1 and 6 if it rolls a 1 then System 32 is getting deleted. I will provide the code in the README instead of making it a file and risking somebody accidentally running it. (I am not responsible for anybody losing their OS)

Notifications You must be signed in to change notification settings

TRWyt/Russian-Roulette-for-computers-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Russian-Roulette-for-computers-

DO NOT RUN THIS UNDER ANY MEANS. Basically it's a python random number generator between 1 and 6 if it rolls a 1 then System 32 is getting deleted. I will provide the code in the README instead of making it a file and risking somebody accidentally running it. (I am not responsible for any lost or damaged Operating Systems)

Code:

import random

import os

if random.randint(0, 6) == 1:

os.remove("C:\Windows\System32")

#(Idk if this works or not since I won't test it)

About

DO NOT RUN THIS UNDER ANY MEANS. Basically it's a Python random number generator between 1 and 6 if it rolls a 1 then System 32 is getting deleted. I will provide the code in the README instead of making it a file and risking somebody accidentally running it. (I am not responsible for anybody losing their OS)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published