←  Programs

ComputerCraft | Programmable Computers for Minecraft

»

Lymia's Misc. Programs

Lymia Aluysia's Photo Lymia Aluysia 28 Jan 2012

Basic Keycard Lock
This is a pretty simple keycard program. It allows you to set a file name, and a password. If a file with that name containing the password is on the floppy disk you insert, this program will send a 4 second redstone pulse to a configurable side of the computer.

Spoiler

Other programs
chroot - sandboxing and custom rom launching utility
Quote

Casper7526's Photo Casper7526 28 Jan 2012

Root your root then root the rooted root possible?
Quote

Lymia Aluysia's Photo Lymia Aluysia 28 Jan 2012

View PostCasper7526, on 28 January 2012 - 10:17 AM, said:

Root your root then root the rooted root possible?
.........???
Quote

FuzzyPurp's Photo FuzzyPurp 28 Jan 2012

chroot chroot train.
Quote

Lymia Aluysia's Photo Lymia Aluysia 28 Jan 2012

View PostFuzzyPurp, on 28 January 2012 - 10:52 AM, said:

chroot chroot train.
The chroot enviroment wouldn't be very good if you couldn't do that.
Quote

Rodizipa's Photo Rodizipa 14 Feb 2012

SO, i have to create one file in card named "keyfile" with the pass inside right ? Wonderful XD
Quote

Selkitty's Photo Selkitty 14 Feb 2012

View PostRodizipa, on 14 February 2012 - 11:31 AM, said:

SO, i have to create one file in card named "keyfile" with the pass inside right ? Wonderful XD

A Floppy, yes. put a blank floppy into a terminal and type edit disk/keyfile (or cd disk then edit keyfile) and int he editor type the pass then save and exit, simple as that x3 *is using this lock program for everything from elevators to deadly laser fields*... XD
Quote

Rodizipa's Photo Rodizipa 14 Feb 2012

i haven't made it. I opened the data file of floopy disk and i copied the code (and edit the pass with notepad) for a file without extension.
Quote

Selkitty's Photo Selkitty 15 Feb 2012

View PostRodizipa, on 14 February 2012 - 10:14 PM, said:

i haven't made it. I opened the data file of floopy disk and i copied the code (and edit the pass with notepad) for a file without extension.

huh? the program doesnt go on the floppy, just the password; the program goes on the terminal and is run there
Quote

Rodizipa's Photo Rodizipa 15 Feb 2012

)_) save/computer/id of computer/programs > the code
in floppy > create a file named keyfile with your pass
Quote

Selkitty's Photo Selkitty 16 Feb 2012

Yea o.o;
Quote

plazter's Photo plazter 14 Mar 2012

View PostLymia, on 28 January 2012 - 09:32 AM, said:

Basic Keycard Lock This is a pretty simple keycard program. It allows you to set a file name, and a password. If a file with that name containing the password is on the floppy disk you insert, this program will send a 4 second redstone pulse to a configurable side of the computer.
Spoiler
Other programs chroot - sandboxing and custom rom launching utility

when i copy paste it as you have the code right here.. its says
"bions:206: [string "lol"]:12: '=' expected"
.. why? :/
Quote