DustyHands

ComputerCraft Pastebin Fix

Nov 30th, 2021
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. -- Pastebin fix for ComputerCraft by Krakaen https://www.youtube.com/watch?v=MkloBnl-W8s
  2.  
  3. 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