Advertisement
nikich800

Untitled

Jan 27th, 2024 (edited)
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. local string = [[
  2.  
  3.  
  4.  
  5.  
  6.  
  7.      .aMMMb  dMP dMP dMMMMMMMMb
  8.     dMP"VMP dMP dMP dMP"dMP"dMP
  9.   dMP     dMP dMP dMP dMP dMP  
  10.  dMP.aMP dMP.aMP dMP dMP dMP  
  11.  VMMMP"  VMMMP" dMP dMP dMP    
  12. ]]
  13.  
  14. term.clear()
  15. term.setCursorPos(1,1)
  16. peripheral.wrap("right").setTextScale(2.7)
  17. print(string)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement