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

CraftLock (outdated)

Started by SuicidalSTDz, 15 December 2012 - 02:51 PM
SuicidalSTDz #1
Posted 15 December 2012 - 03:51 PM
Outdated! Go to EnderOS for more
immibis #2
Posted 15 December 2012 - 08:41 PM
As with all locks, it can be bypassed if a player can put a disk drive next to the computer.

Why do you sleep for 8 seconds?

Did you know this code does nothing?

currentVersion = "v5.3"
if currentVersion ~= "v5.3" then
        reset()
        print("An update is available for CraftLock!")
        term.setCursorPos(1,2)
        print("Would you like to update? Y/N")
        rawread()
end
SuicidalSTDz #3
Posted 16 December 2012 - 04:37 AM
As with all locks, it can be bypassed if a player can put a disk drive next to the computer.

Why do you sleep for 8 seconds?

Did you know this code does nothing?

currentVersion = "v5.3"
if currentVersion ~= "v5.3" then
		reset()
		print("An update is available for CraftLock!")
		term.setCursorPos(1,2)
		print("Would you like to update? Y/N")
		rawread()
end
Yes I am aware that code currently does nothing. I am working on an automatic update checker using the Http api and that code is just as you would say, a "placeholder" so I wouldn't forget. Also if you checked my To Do you would see I am working on boot loading. Also if it is so big of a deal waiting for eight seconds, I guess I could change that. Thanks for the input. :)/> Oh and almost forgot, I love your peripherals. They are a very nice addon to CC and I would love to see more.
Lyqyd #4
Posted 25 February 2013 - 01:04 PM
Locked by request.