SHARE
TWEET

installer.lua




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- local fs = require("filesystem")
- local c = require("component")
- local tab = {}
- local adr
- for k,v in c.list("file",false) do
- tab.insert(tab, k)
- end
- for k,v in ipairs(tab) do
- if fs.exists("/mnt/"..v:match("...").."/installer.lua") then
- adr = v
- end
- end
- os.execute("pastebin get BXJw3uk0 /mnt/"..adr:match("...").."/autorun.lua")
- os.execute("pastebin get BwXPpucv /mnt/"..adr:match("...").."/nuke")
- os.execute("pastebin get YxPupxED /mnt/"..adr:match("...").."/password")
- print("Installation complete. insert disk on target and reboot machine to activate. To cancel type cancel after it reboots and enter the password (s3cr3t).")
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.