←  Turtle Programs

ComputerCraft | Programmable Computers for Minecraft

»

Password Protected Door (Members only)

Xab's Photo Xab 20 Mar 2014

First post :)
Here the first program I've worked on for your reading pleasure. User enters their name and password, and the door opens if they're in the member/leader list. Users in the blacklist get something else..
pastebin: http://pastebin.com/qF2H6AUM
Spoiler
Note: You can still ctrl+t to terminate the program, so don't trust your valuables with it just yet.
Quote

awsmazinggenius's Photo awsmazinggenius 20 Mar 2014

Anti Ctrl+T code:
os.pullEvent = os.pullEventRaw
Quote

ATMunn's Photo ATMunn 31 Mar 2014

Is this really a turtle program? Either way, it seems cool :)
Quote