6月刷化肥的核心javascript代码 早封了 (不过代码可以收费)
值得收藏 。
function getClientTime(){
return Math.floor(new Date().getTime()/1000);
}
var _time=getClientTime();
var flandid="";
var t=0;
Net.post("http://nc.qzone.qq.com/cgi-bin/cgi_farm_index?mod=user&act=run",{
"0":"http%3A%2F%2Fappimg%2Eqq%2Ecom%2Fhappyfarm%2Fmodule%2FMain%5Fv%5F53%2Eswf%3A230561",
"1":"http%3A%2F%2Fappimg%2Eqq%2Ecom%2Fhappyfarm%2Fmodule%2Floading%5Fv%5F14%2Eswf",
"uinY":"",
"farmKey":getkey2(_time),
"farmTime":_time,
"uIdx":""
},function(rs){
var rl=rs.farmlandStatus.length;
if(rl<18){
flandid=rl;
for(i=rl+1;i<18;i++){
flandid+=","+i;
}
test();
}else{
alert("土地全部开完,不能再刷");
}
},"json","http://appimg.qq.com/happyfarm/module/Main_v_52.swf","","",function(rs){location.href=location.href});
function test(){
Net.post("http://nc.qzone.qq.com/cgi-bin/cgi_farm_plant?mod=farmlandstatus&act=harvest",{
"fName":"",
"place":flandid,
"uinY":qq,
"farmTime":_time,
"tName":"",
"farmKey":getkey2(_time),
"ownerId":"",
"uIdx":""
},function(rs){
t++;
$("itxt").innerHTML="已经发送了"+t+"次请求";
test();
},"json","http://appimg.qq.com/happyfarm/module/Main_v_52.swf","","",function(rs){test()});
}