Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local shell = require("shell")
- local cmd = {
- "pastebin run pAqHB264",
- "mv /etc/motd /etc/motd.old",
- "echo require(\\\"shell\\\").execute(\\\"ags\\\") > /etc/motd",
- "ags",
- }
- for i = 1, #cmd do
- shell.execute(cmd[i])
- end
Advertisement
Comments
-
- i am getting an error.
- Please Help
- 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
-
- Am having the same problem is there a fix for this already
Add Comment
Please, Sign In to add comment
Advertisement