Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local pullEvent = os.pullEvent
- os.pullEvent = os.pullEventRaw
- local q1
- local q2
- local q3
- local q4
- local lab
- if fs.exists("disk/app") then write("Remove current disk throw away and reboot (hold control R to reboot)")
- os.reboot()
- else
- print("what is your in-game name?")
- lab = read()
- term.clear()
- print("Why are you applying to become staff of Oceanic Cove:")
- q1 = read()
- term.clear()
- print("How old are you?:")
- q2 = read()
- term.clear()
- print("do you have or can you get ts3(teamspeak)")
- q3 = read()
- term.clear()
- print("What do you think makes you more Valuable then other Applicants?:")
- q4 = read()
- term.clear()
- end
- test = disk.hasData("left")
- if test == false then print("insert drive and reboot (hold control and R to reboot)")
- end
- while test == false do os.sleep(1)
- end
- local f = fs.open("disk/app", "w")
- f.writeLine(q1)
- f.writeLine(q2)
- f.writeLine(q3)
- f.writeLine(q4)
- f.close()
- disk.setLabel("left", (lab))
- print("Remove disk and throw under the computer thanks for your application")
- sleep(15)
- os.pullEvent = pullEvent
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment