Advertisement
guitarplayer616

Connurs shitty puzzl

Jul 18th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. --//Connurs stupid unecryption puzzl
  2.  
  3. function get(key,file)
  4.     local h = http.get("http://pastebin.com/raw.php?i="..textutils.urlEncode(tostring(key)))
  5.     local code = h.readAll()
  6.     h.close()
  7.     local new = fs.open(tostring(file),"w")
  8.     new.write(code)
  9.     new.close()
  10. end
  11.  
  12. get("qdcx8Xqu","obfus")
  13. get("7JnMA0Ek","uEncrypt")
  14. get("a6SYJQsr","encrypt")
  15.  
  16. shell.run("uEncrypt obfus u")
  17. shell.run("encrypt obfus p")
  18. shell.run("pastebin put obfus")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement