daily pastebin goal
41%
SHARE
TWEET

main.OS

a guest Jan 29th, 2018 58 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. term.clear()
  2. term.setBackgroundColor(colors.white)
  3. boot1 = paintutils.loadImage("startup-1")
  4. boot2 = paintutils.loadImage("startup-2")
  5. paintutils.drawImage(boot1, 1, 1)
  6. sleep(1)
  7. term.clear()
  8. paintutils.drawImage(boot2, 1, 1)
  9. sleep(1)
  10. --end--
  11. term.clear()
  12. term.setBackgroundColor(colors.black)
  13. term.setCursorPos(1,1)
  14. term.clear()
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top