This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
firelumet's profile picture

Advanced Password Program !

Started by firelumet, 21 June 2014 - 08:35 PM
firelumet #1
Posted 21 June 2014 - 10:35 PM
Hello everybody I made a new free-open source password software !
The basic of it is like any other password programs except there is an auto-lock :
Let say you have 3 attempt to get the password right and if you fail them all, then the computer is locked for a minute
But if you failed the 2 first, and you got the third one, the countdown is resetted !
So it's a very nice program to have to be sure to don't get stole !

Here is the pastebin link : http://pastebin.com/7M2RSKir

If you want to make sure nobody stop the program unless breaking the computer, add these lines at the start of the program !


local pullEvent = os.pullEvent
os.pullEvent = os.pullEventRaw
Edited on 21 June 2014 - 08:39 PM
GamerNebulae #2
Posted 21 June 2014 - 10:39 PM
1) It's in French.
2) You could EASILY bypass the code with CTRL+T
3) Try cleaning up the code a little bit by using bigger tabs as indentation.
133spider #3
Posted 22 June 2014 - 02:18 AM
Meanwhile…

http://www.computerc...door-lock-yadl/

To me, it basically looks like you copied the code from that thread (considering that thread was posted yesterday), but remodeled it and never gave that guy a single credit. :|
Edited on 22 June 2014 - 12:21 AM