Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("top")
- os.pullEvent = os.pullEventRaw
- term.clear()
- term.setCursorPos(1,1)
- sleep(1)
- print("Running ATM...")
- sleep(1)
- textutils.slowPrint("Error")
- textutils.slowPrint("Virus detected:")
- sleep(1)
- print("Virus Name: GLaDOS v2.1")
- sleep(1)
- term.clear()
- term.setCursorPos(1,1)
- print("GLaDOS")
- print("Hello...")
- while true do
- write("> ")
- rednet.broadcast( read() )
- id, message = rednet.receive()
- print( message )
- end
Advertisement
Add Comment
Please, Sign In to add comment