Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sh = require("shell");
- print("Начало процесса установки...");
- print("Введите порт работы! (используйте на пк дисплея такой-же)")
- port = io.read()
- file = io.open("/etc/port","wb")
- file:write(tostring(port))
- file:close()
- sh.execute("rm /lib/tools/boot.lua");
- sh.execute("rm /etc/profile");
- sh.execute("pastebin get xw3XSweV /lib/tools/boot.lua");
- sh.execute("pastebin get Dt028b0m /etc/profile");
- sh.execute("pastebin get v32Bg5Ui /onstart.lua");
- print("Установка завершена!");
- print("Перезагружаю компьютер...")
- require("computer").shutdown(true)
RAW Paste Data