Shiranuit

InstallBanqueServeur

Apr 17th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.75 KB | None | 0 0
  1. fs.delete("startup")
  2. fs.delete("HRednetApi")
  3. fs.delete("StrApi")
  4. fs.delete("autorun.lua")
  5. fs.delete("Rednet")
  6. fs.delete("NetSphere")
  7. fs.delete("Version")
  8. fs.delete("Compile")
  9. fs.delete("bios.lua")
  10. shell.run("pastebin get zgapH768 Compile")
  11. shell.run("pastebin get eDY64s3N NetSphere")
  12. shell.run("pastebin get 9mQiK4PX Version")
  13. shell.run("pastebin get Vjnya5Ub startup")
  14. shell.run("Compile NetSphere")
  15. fs.delete("Compile")
  16. fs.delete("install")
  17. if fs.exists("Banque/Entreprise") == false then
  18. fs.makeDir("Banque/Entreprise")
  19. end
  20. if fs.exists("Banque/Compte") == false then
  21. fs.makeDir("Banque/Compte")
  22. end
  23. if fs.exists("Banque/IDATM") == false then
  24. fs.makeDir("Banque/IDATM")
  25. end
  26. h = fs.open("ListeCompte","w")
  27. h.write("")
  28. h.close()
  29. os.reboot()
Add Comment
Please, Sign In to add comment