Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- original: http://pastebin.com/sKwX5ksV
- os.pullEvent = os.pullEventRaw -- Anti strg + t
- print("Please Wait... Download needed files!")
- message = http.get("http://pastebin.com/raw?i=a5NXHecL") --loads the downloader to load easieliers
- fname = "/downloader" -- downloader name, should not be changed!
- local f = fs.open(fname, "w") --\
- f.write(message.readAll()) -- \ reads the file
- f.close() -- / and save it
- message.close() --/
- shell.run("/downloader /install /startup")
- shell.run("/startup")
- shell.run("/installer/startup")
Advertisement
Add Comment
Please, Sign In to add comment