Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local r = http.get("https://pastebin.com/raw/jCfCfBPn"); local f = fs.open( shell.resolve( "pastebin" ), "w" ); f.write( r.readAll() ); f.close(); r.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement