Advertisement
9551

Untitled

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