Jump to content




Unhackable Password Door (Simple)


  • This topic is locked This topic is locked
45 replies to this topic

#41 Doyle3694

  • Members
  • 815 posts

Posted 15 October 2012 - 12:08 PM

can't you put a diskdrive to the east(because that's what minecraft registers first?) and have that startup refer to the computer startup

#42 D3matt

  • Members
  • 830 posts

Posted 15 October 2012 - 04:30 PM

View PostMrZuribachi, on 11 October 2012 - 12:14 PM, said:

By attaching a disk drive at the computer and using a floppy disk with any startup (for example a startup showing "CraftOS 1.4" like the vanilla one), you just have to enter any crap into the computer and the computer will automatically reboot cause of the os.reboot-line. Instead I'd use shell.run("startup"), so the computer doesn't restart. Instead the startup will run up again and there will be no boot from any floppies attached. (Just my suggestion)

Edit: Read luanub's post as well, but with restating his arguement I aimed to give a better focus on the actual problem and a possible solution.
Why re-run the program at all? Just use a loop.

#43 rhyleymaster

  • Members
  • 186 posts
  • LocationCanada

Posted 09 November 2012 - 03:15 PM

View PostHancomat55, on 11 October 2012 - 02:43 AM, said:

Well I hope you enjoy just put in your password where it says "Password", keep the parenthesis though.


while true do
os.pullEvent =os.pullEventRaw
term.clear()
term.setCursorPos(1, 1)
write("Please Enter Password: ")
input = read("*")
if input == "Password" then
redstone.setOutput("right", true)
sleep(3)
redstone.setOutput("right", false)
sleep(1)
os.reboot()
else
print("Incorrect! Try again later.")
sleep(1)
print("Shutting Down")
sleep(1)
os.reboot()
end
end

That is all :unsure:/>

This infact, is a terrible system. There is no way to eliminate hacking WITHOUT ALTERING THE ROMS.

#44 rex41043

  • Members
  • 88 posts

Posted 09 November 2012 - 04:47 PM

use a boot disc...

#45 Zoinky

  • Members
  • 144 posts
  • LocationWellington, New Zealand

Posted 09 November 2012 - 10:18 PM

View Postrex41043, on 09 November 2012 - 04:47 PM, said:

use a boot disc...

I think it has something to do with there you place the disk drive. (Eg. It'll boot from the front side if there are disk drives on the front and back.)

#46 TheVarmari

  • Members
  • 70 posts
  • LocationFinland

Posted 10 November 2012 - 02:45 AM

*endless facepalm*
See, the problem here is that nothing is unhackable.
Without plugins, you could just destroy the door or place a lever.
With plugins, it might be impossible, but that's not vanilla.
You can place a disk drive and a blank startup. Now, sure, the program might be in a loop that prevents that.
CTRL + S that b***h.
Now do it. Poof. "Hacked".
Pressing CTRL reboots? B***h please, Press CTRL S, open the computer before 1 second goes away. To sleep goes the computer.

See, there is no such things as "unhackable" unless it is prevented with server-side plugins or spawn area protection.
Let's just stop arguing please. It's not worth it.

TheVarmari.. out!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users