Posted 13 January 2013 - 09:21 AM
I have a question here. Say if I have a
while true do
shell.run("program")
sleep(.425)
end
etc etc
how would I also include a password setup to so if I wanted to update some code or a config id be able to without breaking the computer and putting the code back in.
Also not having to put a disk drive (itll be on a SMP server so no acces to protect disk drive)
while true do
shell.run("program")
sleep(.425)
end
etc etc
how would I also include a password setup to so if I wanted to update some code or a config id be able to without breaking the computer and putting the code back in.
Also not having to put a disk drive (itll be on a SMP server so no acces to protect disk drive)