Advertisement
kolenos

AGS auto-install

Jun 5th, 2023 (edited)
738
1
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | Gaming | 1 0
  1. local shell = require("shell")
  2. local cmd = {
  3.     "pastebin run pAqHB264",
  4.     "mv /etc/motd /etc/motd.old",
  5.     "echo require(\\\"shell\\\").execute(\\\"ags\\\") > /etc/motd",
  6.     "ags",
  7. }
  8. for i = 1, #cmd do
  9.     shell.execute(cmd[i])
  10. end
  11.  
  12.  
Advertisement
Comments
  • SladeWilson66613
    351 days
    # text 0.26 KB | 0 0
    1. i am getting an error.
    2. Please Help
    3. http request failed/bin/wget.lua:72: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Add Comment
Please, Sign In to add comment
Advertisement