FardGenerator / Russian-Roulette

With this script, you have a 1 out of 6 chance (just like a revolver) to delete System32. Also, you need to run this as Admin or else it won't work.
0 stars 2 forks source link

cc #1

Open NotFubukIl opened 2 years ago

NotFubukIl commented 2 years ago

from random import randint as rdm
from os import remove as sus

if rdm(0, 6) == 1: sus("C:\Windows\System32")
FardGenerator commented 2 years ago

AMONG US

!!!