Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local prog=shell.getRunningProgram()
- link="https://raw.github.com/MudkipTheEpic/chatHTTP/master/Client"
- i=fs.open(prog,"w")
- i.write(http.get(link).readAll())
- i.close()
- shell.run(prog)
Advertisement
Add Comment
Please, Sign In to add comment