Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local mon = peripheral.find("monitor")
- local image = paintutils.loadImage("bo")
- local oldTerm = term.redirect(mon)
- paintutils.drawImage(image, -3,-3)
- term.redirect(oldTerm)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement