Hidden Lock
What does it do?
It fools the user into thinking that all programs have been disabled on the computer. The console can be unlocked by typing the correct password.
Difficulty: Easy
Length: Short
Type: Security
And the code...?
- Code: Select all
-- Edit lock :)
repeat
print("No such program")
a = io.read()
until a == "YourPasswordHere"
print("Console Active!")
More lua programs coming soon
