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

Program Request: Advanced Password Door

Started by MinerDev, 27 May 2014 - 11:20 PM
MinerDev #1
Posted 28 May 2014 - 01:20 AM
Alright. So I'm looking for someone to make a password door, but when the password is entered correctly, the advanced monitor is green.
But when it's entered incorrectly, it's red.

Useful/Additional Information:
Running Tekkit Lite ComputerCraft
Advanced Monitor and Computer
Iron Door
Monitor is on top of the computer
The monitor is 3 blocks long.
The image shows the
It needs to be terminate-able with CTRL-T
KingofGamesYami #2
Posted 28 May 2014 - 02:34 AM
This is not a program request section. We will help you debug your code after you actually try something.
MinerDev #3
Posted 28 May 2014 - 10:50 AM
This is not a program request section. We will help you debug your code after you actually try something.
Oh, could you direct me to the right section, or can a moderator move this to the right place?

(I'm new to the forums)
cptdeath58 #4
Posted 29 May 2014 - 01:13 AM
Just ask in a post to move this

[EDIT] or pm them
Edited on 28 May 2014 - 11:13 PM
oeed #5
Posted 29 May 2014 - 02:49 AM
This is not a program request section. We will help you debug your code after you actually try something.
Oh, could you direct me to the right section, or can a moderator move this to the right place?

(I'm new to the forums)

There's not really a program request section. You could probably find a program which almost does what you're wanting by searching.
cptdeath58 #6
Posted 03 June 2014 - 12:12 AM
Actually stick this in the Programs Section. this is as close as the section it fits in.
Whitecatblack #7
Posted 03 June 2014 - 12:19 AM
This might be a good place for your idea, if you are still interested in having someone do it. The Programs section is only for released programs and programs that are in progress.

Whitecatblack
theoriginalbit #8
Posted 03 June 2014 - 11:29 AM
Just ask in a post to move this

[EDIT] or pm them
definitely not. you should click the 'report' button, asking in a reply does not mean a moderator will see it, and PMing a mod is not suggested at all!

Actually stick this in the Programs Section. this is as close as the section it fits in.
definitely not, the Programs Section is designed for programs only, if you've not noticed if a program does not have a link to code the thread is locked. the best place for requests is at the link Whitecatblack linked, or just in the General section.
cptdeath58 #9
Posted 10 June 2014 - 12:01 AM
Just ask in a post to move this

[EDIT] or pm them
definitely not. you should click the 'report' button, asking in a reply does not mean a moderator will see it, and PMing a mod is not suggested at all!

Actually stick this in the Programs Section. this is as close as the section it fits in.
definitely not, the Programs Section is designed for programs only, if you've not noticed if a program does not have a link to code the thread is locked. the best place for requests is at the link Whitecatblack linked, or just in the General section.
1. First I did pm the mod and they fixed my problem with this type of issue.
2. True, you could do that.
CometWolf #10
Posted 10 June 2014 - 12:39 AM
1. First I did pm the mod and they fixed my problem with this type of issue.
Obviously "the mod" would probably deal with the issue regardless, but the point he's making is, that you shouldn't contact mods regarding such issues through pm.
Edited on 09 June 2014 - 10:56 PM
theoriginalbit #11
Posted 10 June 2014 - 12:41 AM
1. First I did pm the mod and they fixed my problem with this type of issue.
Obvoiusly "the mod" would probably deal with the issue regardless, but the point he's making is, that you shouldn't contact mods regarding such issues through pm.
precisely.
cptdeath58 #12
Posted 10 June 2014 - 12:50 AM
1. First I did pm the mod and they fixed my problem with this type of issue.
Obvoiusly "the mod" would probably deal with the issue regardless, but the point he's making is, that you shouldn't contact mods regarding such issues through pm.
precisely.
1. First I did pm the mod and they fixed my problem with this type of issue.
Obvoiusly "the mod" would probably deal with the issue regardless, but the point he's making is, that you shouldn't contact mods regarding such issues through pm.
True, True.
iliketanks1998 #13
Posted 11 June 2014 - 10:59 PM
If you're going to make a password controlled door, you shouldn't leave in ctrl + T termination, it would be easy for anyone to terminate your program and run the lua command, and use redston.setOutput("left", true) to open the door.
cptdeath58 #14
Posted 12 June 2014 - 02:06 AM
However, I don't actually recommend this since it is INSANELY easy just to hack into a door so it would be useless unless you are a modding genius and can prevent the Ctrl + R and Ctrl + S parts.
theoriginalbit #15
Posted 12 June 2014 - 02:10 AM
However, I don't actually recommend this since it is INSANELY easy just to hack into a door so it would be useless unless you are a modding genius and can prevent the Ctrl + R and Ctrl + S parts.
unless you have block protection and only one side of the computer visible, then you cannot use a disk drive with a startup disk to bypass it
cptdeath58 #16
Posted 12 June 2014 - 02:20 AM
However, I don't actually recommend this since it is INSANELY easy just to hack into a door so it would be useless unless you are a modding genius and can prevent the Ctrl + R and Ctrl + S parts.
unless you have block protection and only one side of the computer visible, then you cannot use a disk drive with a startup disk to bypass it
Could do that but you would have to be on a server for that type of stuff unless there is a mod I don't know about that does this.
CometWolf #17
Posted 12 June 2014 - 09:51 AM
If you don't have block protection, there's no point in having the door in the first place. People could just break it or the blocks surrounding it.