Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- This is the update file for mSend by LDDestroier
- -- Do not download nor use this file directly.
- print("Downloading newest mSend file...")
- if fs.exists(shell.dir() .. "msend") then
- print("Overwriting...")
- fs.delete(shell.dir() .. "msend")
- end
- local updateFile = http.get("http://pastebin.com/raw.php?i=0FW50ZZ1")
- local update = updateFile:readAll()
- local file = fs.open(shell.dir() .. "msend", "w")
- file.write(update)
- file.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement