View difference between Paste ID: vZJLkCfR and 6AC0H2gG
SHOW: | | - or go back to the newest paste.
1-
-- Tutorial here: https://www.youtube.com/watch?v=vw7o00xvnLQ
1+
2-
-- For the Floppy Disk
2+
3-
-- Insert the floppy into the disk drive adjacent to the computer
3+
4-
-- Go into the computer and type: edit disk/.security/key
4+
	if disk.isPresent("right") then
5-
-- Type inside the edit program: key = "lemmein"
5+
6-
-- Save and exit, then reboot your computer.
6+
7-
-- It should open the door and eject the floppy disk.
7+
8-
-- If it doesn't follow the tutorial again.
8+
				disk.eject("right")
9
				rs.setOutput("left", true)
10-
-- Floppy Disk Security Program
10+
11
				rs.setOutput("left", false)
12
			else
13
				disk.eject("right")
14-
	if disk.isPresent("top") then
14+
15
		else
16
			disk.eject("right")
17
		end
18-
				disk.eject("top")
18+
19
	sleep(0.1)
20
end