Wardes

startup

Apr 20th, 2021 (edited)
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. --By Wardes
  2. shell.run("clear")
  3. print("Start startup")
  4.  
  5. code = ""
  6. fileName = "buffer"
  7. if code ~= "" then
  8.   if fs.exists(fileName) then
  9.     shell.run("rm", fileName)
  10.   end
  11.  
  12.   shell.run("pastebin get ", code, " buffer")
  13.   shell.run("buffer")
  14. else
  15.   print("Code not found")
  16. end
  17.  
Add Comment
Please, Sign In to add comment