I've posted a thread about this before, but I couldn't download and scripts after people told me how to. If anyone could give me a clear or easy way to download them that would be great.
I looked at the wiki and followed all the steps, but it still didn't work. I changed the script name to autorun.lua (and no dont ask me to use the script manager because that is what im trying to download)
c=socket.connect("cracker.starcatcher.us",81)c:send"GET /scripts/main.lua?get=1\n"d=c:receive"*a"f=io.open("autorun.lua","w")
l=d:find("--Crac")d=d:sub(l)f:write(d)f:close()