Advertisement
albela1721

Picture Startup File

Aug 1st, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. local mon = peripheral.wrap("back")
  2. local image = paintutils.loadImage("i")
  3.  
  4. term.redirect(mon)
  5. paintutils.drawImage(image, 0, 0) --use -82,0 for the right monitor at 8x6
  6.  
  7. sleep(10)
  8. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement