Advertisement
9551

Untitled

May 8th, 2021
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. print("EU tools >");
  2. print("making main folder");
  3. fs.makeDir("EUtools");
  4. print("downloading clearing program");
  5. shell.run("pastebin get N54su7at EUtools/Zclear.lua")
  6. print("done");
  7. sleep(1.5);
  8.  
  9. print("downloading startup filesV2")
  10. shell.run("pastebin get 5t50qA8B startup")
  11. print("done");
  12. sleep(1.5)
  13.  
  14. print("single battery send")
  15. shell.run("pastebin get s2MeLP7A EUtools/send")
  16. print("done");
  17. sleep(1.5)
  18.  
  19. print("downloading receiver")
  20. shell.run("pastebin get LXyPpZaz EUtools/receive")
  21. print("done");
  22. sleep(1.5)
  23.  
  24. print("downloading receiver")
  25. shell.run("pastebin get LXyPpZaz EUtools/receive")
  26. print("done");
  27. sleep(1.5)
  28.  
  29. print("downloading multi sender NC")
  30. shell.run("pastebin get RaUpck8Z EUtools/MSNC")
  31. print("done");
  32. sleep(1.5)
  33.  
  34. print("downloading multi sender NC")
  35. shell.run("pastebin get RaUpck8Z EUtools/MSNC")
  36. print("done");
  37. sleep(1.5)
  38.  
  39. print("downloading multi sender")
  40. shell.run("pastebin get zg4cChWM EUtools/MS")
  41. print("done");
  42. sleep(1.5)
  43. print("deleting installer");
  44. fs.delete("startup");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement