javascript:varcontent;varstep;varspeed;varallcount;vartimer;vartieba;functioninit(){content=prompt("请输入回帖内容:","谁说爪机不能多图的

谁说尾巴不能带图片的

神马尾巴的弱爆了→_→

多图才是王道

果断闪人了

这个尾巴你该如何模仿?

");var_speed=parseInt(prompt("请输入每轮发帖间隔时间(秒):","10"));speed=(isNaN(_speed)?5:_speed)*1000;var_step=parseInt(prompt("请输入每轮发几贴:","12"));step=isNaN(_step)?1:_step;var_allcount=parseInt(prompt("请输入总共回帖次数(0为不限制):","2000000"));allcount=isNaN(_allcount)?100:(_allcount==0?true:_allcount);if(!confirm("开始回帖?\n\n回帖:"+content+"\n频率:"+speed+"毫秒\n每次发帖数:"+step+"\n全部数量:"+allcount+"\n")){return;}tieba=rich_postor._getData();tieba.content=content;timer=setInterval("reply()",speed);}functionreply(){for(vari=0;i<step&&allcount;i++){PostHandler.post(rich_postor._option.url,tieba,function(I){},function(I){});typeofallcount=="number"?allcount--:'';}allcount?'':clearTimeout(timer)|alert("盖楼完成");}init();void0;