pulchroxloom

Update Client Digger & Server Scripts

Dec 28th, 2020 (edited)
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.66 KB | None | 0 0
  1. if shell.run("rm", "update") then
  2.     print("Removed old Update Program")
  3.     shell.run("pastebin", "get", "GisjsTxM", "update")
  4.     print("Updated Update")
  5. end
  6.  
  7. if shell.run("rm", "dig") then
  8.     print("Removed old Dig Program")
  9.     shell.run("pastebin", "get", "cH5RZT7k", "dig")
  10.     print("Updated Dig")
  11. end
  12.  
  13. if shell.run("rm", "server") then
  14.     print("Removed old Server Program")
  15.     shell.run("pastebin", "get", "qNLrZgJh", "server")
  16.     print("Updated Server")
  17. end
  18.  
  19. if shell.run("rm", "error_server") then
  20.     print("Removed old Error Server Program")
  21.     shell.run("pastebin", "get", "LFWWShRv", "error_server")
  22.     print("Updated Error Server")
  23. end
Add Comment
Please, Sign In to add comment