Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --//Connurs stupid unecryption puzzl
- function get(key,file)
- local h = http.get("http://pastebin.com/raw.php?i="..textutils.urlEncode(tostring(key)))
- local code = h.readAll()
- h.close()
- local new = fs.open(tostring(file),"w")
- new.write(code)
- new.close()
- end
- get("qdcx8Xqu","obfus")
- get("7JnMA0Ek","uEncrypt")
- get("a6SYJQsr","encrypt")
- shell.run("uEncrypt obfus u")
- shell.run("encrypt obfus p")
- shell.run("pastebin put obfus")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement