Jump to content




Simple Unhackable Computer Passcode Lock


  • You cannot reply to this topic
2 replies to this topic

#1 bobmarley123456

  • Members
  • 13 posts

Posted 19 January 2013 - 08:50 AM

This is a simple passcode door lock:
  • The original password is poop
  • To install download it, go into your world file, into computer, into disk, find the number of the disk you are using and drag all the files into the disk file, done
  • This ^^^ can be done ingame
This is the code:

pullEvent =os.pullEventRaw
term.clear()
print("Password:")
password = read("*")
pass = "password"

if password == (pass) then
print("Welcome User")
sleep(2)
print("Have A Nice Day")
sleep(1)
else
print("Wrong Password")
sleep(2)
os.reboot()
end

Download the files here if you want to use the method above^^^^^^^:
http://www.mediafire...gg9uzq3h01rccbf

#2 Cranium

    Ninja Scripter

  • Moderators
  • 4,031 posts
  • LocationLincoln, Nebraska

Posted 19 January 2013 - 08:53 AM

Ahem.....

*rant about how programs in pure CC are not unhackable with a disk drive*

Now that that is over, I do want to welcome you to the forums, and commend you on your introduction to ComputerCraft with your first Password Lock!

Edit: On another note, you could always post this on Pastebin.com and have the user run "pastebin get <code> <filename>"
It's generally easier than Mediafire....

Edited by Cranium, 19 January 2013 - 08:54 AM.


#3 bobmarley123456

  • Members
  • 13 posts

Posted 19 January 2013 - 10:11 AM

Thanks and ok





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users