xXm0dzXx

Untitled

Oct 26th, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. rednet.open("top")
  2. os.pullEvent = os.pullEventRaw
  3. term.clear()
  4. term.setCursorPos(1,1)
  5. sleep(1)
  6. print("Running ATM...")
  7. sleep(1)
  8. textutils.slowPrint("Error")
  9. textutils.slowPrint("Virus detected:")
  10. sleep(1)
  11. print("Virus Name: GLaDOS v2.1")
  12. sleep(1)
  13. term.clear()
  14. term.setCursorPos(1,1)
  15. print("GLaDOS")
  16. print("Hello...")
  17. while true do
  18. write("> ")
  19. rednet.broadcast( read() )
  20. id, message = rednet.receive()
  21. print( message )
  22. end
Advertisement
Add Comment
Please, Sign In to add comment