Marlingaming

CC Tweaked Image System Download Online

Jan 10th, 2022 (edited)
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.55 KB | None | 0 0
  1. --this script downloads onto the users device all the image files rhey will need
  2. local Imagedata_Logo = {7,7
  3. ,"cyan","cyan","white" ,"white","cyan","cyan","cyan","cyan","white" ,"cyan", "cyan","white","cyan","cyan","cyan", "cyan", "cyan","cyan","cyan","cyan","white", "cyan","cyan","cyan","cyan","cyan","white","cyan","cyan","cyan","cyan","white","cyan","cyan","cyan","cyan","cyan","cyan","cyan","cyan","cyan","cyan","cyan","white","cyan","cyan","cyan","cyan"}
  4. local logo = fs.open("os/os_SystemFiles/Images/OsLogo","w")
  5. logo.write(ImageData_Logo)
  6. logo.close()
  7.  
Add Comment
Please, Sign In to add comment