Guest User

Untitled

a guest
May 23rd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. print ("System Recovery is starting...")
  4. sleep( 5 )
  5. print ("Checking for viruses...")
  6. sleep( 30 )
  7. print ("Virus detected in '\STARTUP', removing...")
  8. fs.delete( "\startup" )
  9. print ("Detecting Computer...")
  10. sleep( 3 )
  11. print ("Done, shutting down..."
  12. os.shutdown()
Add Comment
Please, Sign In to add comment