re
Paste
Login
JavaScript needs to be enabled for the correct display of the page.
patriik
/
ccryptolib installer
654 Bytes
54
5 months ago
5 months ago
assert(not fs.exists("/ccryptolib.tar"), "ccryptolib.tar already exists") assert(not fs.exists("/tar.lua"), "tar.lua already exists") shell.run("cd /") shell.run("wget https://i.patriik.one/ccryptolib.tar") shell.run("wget https://raw.githubusercontent.com/MCJack123/CC-Archive/refs/heads/master/tar.lua tar.lua") assert(fs.exists("/ccryptolib.tar"), "failed to download ccryptolib.tar") assert(fs.exists("/tar.lua"), "failed to download tar.lua") shell.run("mkdir ccryptolib") shell.run("/tar.lua -xvf /ccryptolib.tar -C ccryptolib") shell.run("rm /ccryptolib.tar") shell.run("rm /tar.lua") print("ccryptolib is likely installed")
assert(not fs.exists("/ccryptolib.tar"), "ccryptolib.tar already exists") assert(not fs.exists("/tar.lua"), "tar.lua already exists") shell.run("cd /") shell.run("wget https://i.patriik.one/ccryptolib.tar") shell.run("wget https://raw.githubusercontent.com/MCJack123/CC-Archive/refs/heads/master/tar.lua tar.lua") assert(fs.exists("/ccryptolib.tar"), "failed to download ccryptolib.tar") assert(fs.exists("/tar.lua"), "failed to download tar.lua") shell.run("mkdir ccryptolib") shell.run("/tar.lua -xvf /ccryptolib.tar -C ccryptolib") shell.run("rm /ccryptolib.tar") shell.run("rm /tar.lua") print("ccryptolib is likely installed")