Advertisement
Susceptance

control_update

Jun 18th, 2022 (edited)
1,001
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. Files = {['update.lua'] = 'YE3QCB0d', ['startup.lua'] = 'freELV03'}
  2.  
  3. for key, val in pairs(Files) do
  4.     shell.run("delete "..key)
  5.     shell.run("pastebin get "..val.." "..key)
  6. end
  7.  
  8. print('Updates complete!')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement