Falax

Fast ComputerCraft Pastebin Import - FTB Infinity evolved 1.7.10

Nov 5th, 2020 (edited)
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. -- original idea by Krakaen : https://www.youtube.com/watch?v=MkloBnl-W8s&ab_channel=Krakaen
  2. -- adapted by Falax
  3.  
  4. local r = http.get("https://pastebin.com/raw/DPBXDie4"); local f = fs.open( shell.resolve( "psb" ), "w" ); f.write( r.readAll() ); f.close(); r.close()
Add Comment
Please, Sign In to add comment