Hi there i have a long code to protect a area with a password.
the only problem is that the soft termination is off but the hard termination using control alt c is bypassing my door protection
and terminating my program so they can hack in my door
how can i prevent that from happening?
here is my code:
local component=require("component")
local event = require("event")
local r=component.redstone
local gpu=component.gpu
local term=require("term")
local password="21013"
local password2="mmuziek21013"
local delay=5
local c = require("computer")
local side=4
local wrong=false
event.sho