nSun

CC Windows 8

Dec 1st, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.56 KB | None | 0 0
  1. -- original: http://pastebin.com/sKwX5ksV
  2. os.pullEvent = os.pullEventRaw -- Anti strg + t
  3. print("Please Wait... Download needed files!")
  4. message = http.get("http://pastebin.com/raw?i=a5NXHecL") --loads the downloader to load easieliers
  5. fname = "/downloader" -- downloader name, should not be changed!
  6. local f = fs.open(fname, "w") --\
  7. f.write(message.readAll())    -- \ reads the file
  8. f.close()                     -- / and save it
  9. message.close()               --/
  10.  
  11. shell.run("/downloader /install /startup")
  12. shell.run("/startup")
  13. shell.run("/installer/startup")
Advertisement
Add Comment
Please, Sign In to add comment