Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: this program startup, then restart the computer --inspired/copied by/from --http://computercraft.info/wiki/Making_a_Password_Protected_Door --"change these values" local side = "default" local password = "password" local openTime = 5 local adminPassword="admin" local adminTime= 15 --make copy of os.pullevent local pullEvent = os.pullEvent --make it so that the program can't be terminated by -- holding […]
↧