Advertisement
Rolcam

Computercraft Default Image Loader

Jul 1st, 2020 (edited)
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. if fs.exists("default") then
  2. sleep(0.1)
  3. else
  4. shell.run("pastebin","get","tbFtd2Hq","default")
  5. end
  6. local img = paintutils.loadImage("default")
  7. local monitor = peripheral.wrap("bottom")
  8. term.redirect(monitor)
  9. paintutils.drawImage(img, 1,1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement