AdventurousMR

startup

Dec 27th, 2021 (edited)
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. shell.run("pastebin get s08FbJ0Y temp-download.lua")
  2. if (fs.exists("temp-download.lua")) then
  3.     fs.delete(".download.lua")
  4.     fs.move("temp-download.lua", ".download.lua")
  5. end
  6.  
  7. shell.run(".download")
Add Comment
Please, Sign In to add comment