Advertisement
JackMacWindows

VeriCode installer

Jul 2nd, 2024
864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.67 KB | None | 0 0
  1. shell.run "wget https://gist.github.com/MCJack123/d66a725ce991508fdb23466e255abfd1 vericode.lua"
  2. fs.makeDir "ccryptolib"
  3. fs.makeDir "ccryptolib/internal"
  4. shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/ed25519.lua ccryptolib/ed25519.lua"
  5. shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/random.lua ccryptolib/random.lua"
  6. shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/blake3.lua ccryptolib/blake3.lua"
  7. shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/chacha20.lua ccryptolib/chacha20.lua"
  8. shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/ed25519.lua ccryptolib/ed25519.lua"
  9. shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/internal/util.lua ccryptolib/internal/util.lua"
  10. shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/internal/packing.lua ccryptolib/internal/packing.lua"
  11. shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/internal/fq.lua ccryptolib/internal/fq.lua"
  12. shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/internal/fp.lua ccryptolib/internal/fp.lua"
  13. shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/internal/sha512.lua ccryptolib/internal/sha512.lua"
  14. shell.run "wget https://raw.githubusercontent.com/migeyel/ccryptolib/main/ccryptolib/internal/edwards25519.lua ccryptolib/internal/edwards25519.lua"
  15. 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