Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- shell.run "wget https://gist.github.com/MCJack123/d66a725ce991508fdb23466e255abfd1 vericode.lua"
- fs.makeDir "ccryptolib"
- fs.makeDir "ccryptolib/internal"
- shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/ed25519.lua ccryptolib/ed25519.lua"
- shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/random.lua ccryptolib/random.lua"
- shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/blake3.lua ccryptolib/blake3.lua"
- shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/chacha20.lua ccryptolib/chacha20.lua"
- shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/ed25519.lua ccryptolib/ed25519.lua"
- shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/internal/util.lua ccryptolib/internal/util.lua"
- shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/internal/packing.lua ccryptolib/internal/packing.lua"
- shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/internal/fq.lua ccryptolib/internal/fq.lua"
- shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/internal/fp.lua ccryptolib/internal/fp.lua"
- shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/internal/sha512.lua ccryptolib/internal/sha512.lua"
- shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/internal/edwards25519.lua ccryptolib/internal/edwards25519.lua"
- shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/internal/mp.lua ccryptolib/internal/mp.lua"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement