Theshadow989

ComputerCraft Pastebin Fix

Aug 23rd, 2021 (edited)
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. -- Create new program: 'edit getPastebin'
  2. -- Press CTRL to get menu
  3. -- Press CTRL - V and paste the code below
  4. -- Save and Exit
  5. -- Run 'getPastebin'
  6.  
  7. 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()
Add Comment
Please, Sign In to add comment