Advertisement
oGoOgO

ins 1.12

May 21st, 2024
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. --install reactor
  2. local REPOSITORY = "https://raw.githubusercontent.com/QueueLi/Reactor-1.12.2/main"
  3. local shell = require("shell")
  4.  
  5. local libs = {
  6.  
  7. {
  8. url = REPOSITORY .. "/IgorTimofeev/AdvancedLua.lua",
  9. path = "/lib/advancedLua.lua"
  10. },
  11. {
  12. url = REPOSITORY .. "/IgorTimofeev/Color.lua",
  13. path = "/lib/color.lua"
  14. },
  15. {
  16. url = REPOSITORY .. "/IgorTimofeev/OCIF.lua",
  17. path = "/lib/FormatModules/OCIF.lua"
  18. },
  19. {
  20. url = REPOSITORY .. "/IgorTimofeev/Image.lua",
  21. path = "/lib/image.lua"
  22. },
  23. {
  24. url = REPOSITORY .. "/IgorTimofeev/DoubleBuffering.lua",
  25. path = "/lib/doubleBuffering.lua"
  26. }
  27. }
  28. --wget -f https://raw.githubusercontent.com/QueueLi/Reactor-1.12.2/main/r.txt /home/Reactor.lua
  29. shell.execute("md /home/images/reactor/")
  30. shell.execute("md md /lib/FormatModules")
  31. shell.execute("rm .shrc")
  32. shell.execute("wget -f https://raw.githubusercontent.com/QueueLi/Reactor-1.12.2/main/r.txt" .. " /home/Reactor.lua")
  33. --Если вы что-то понимаете за юзеров то советую использовать
  34. --shell.execute("useradd QueueLi")
  35. --shell.execute("useradd Fa11enX")
  36. --shell.execute("useradd JustKind")
  37. shell.execute("wget -f https://raw.githubusercontent.com/QueueLi/Reactor-1.12.2/main/IntR.lua" .. " /home/IntR.lua")
  38. shell.execute("wget -f https://raw.githubusercontent.com/QueueLi/Reactor-1.12.2/main/reboot" .. " /home/reboot")
  39. shell.execute("wget -f https://raw.githubusercontent.com/QueueLi/Reactor-1.12.2/main/off" .. " /home/off")
  40. shell.execute("wget -f https://raw.githubusercontent.com/QueueLi/Reactor-1.12.2/main/.shrc" .. " /home/.shrc")
  41.  
  42. for i = 1, #libs do
  43. shell.execute("wget -f " .. libs[i].url .. " " .. libs[i].path)
  44.  
  45. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement