Advertisement
Whiskee

ReactorDownload

Feb 4th, 2021 (edited)
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. shell.run("pastebin get kH5aQ4g5 temp-rect.lua")
  2. if (fs.exists("temp-rect.lua")) then
  3.     fs.delete("reactor.lua")
  4.     fs.move("temp-rect.lua", "reactor.lua")
  5. end
  6. if (not fs.exists("config")) then
  7.     shell.run("pastebin get NzcftinY config")
  8. end
  9. shell.run("pastebin get 0TrpWMP6 temp-types")
  10. if (fs.exists("temp-types")) then
  11.     fs.delete("types")
  12.     fs.move("temp-types", "types")
  13. end
  14. os.sleep(1)
  15. shell.run("reactor.lua")
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement