|
发表于 2013-4-29 13:44:57
|
显示全部楼层
不才在下本上神 发表于 2013-4-29 13:39 
找不到=-=
- <P> javascript:var content;var step;var speed;var allcount;var timer;var tieba;function init(){ content=prompt("请输入回帖内容:","人工盖楼追求极限"); var _speed=parseInt(prompt("请输入每轮发帖间隔时间(秒):","10")); speed=(isNaN(_speed)?5:_speed)*1000; var _step=parseInt(prompt("请输入每轮发几贴:","1")); step=isNaN(_step)?1:_step; var _allcount=parseInt(prompt("请输入总共回帖次数(0为不限制):","0")); 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);}function reply(){ for(var i=0;i<step && allcount;i++){ PostHandler.post(rich_postor._option.url,tieba,function(I){},function(I){}); typeof allcount=="number"?allcount--:''; } allcount?'':clearTimeout(timer)|alert("盖楼完成");}init();void 0;</P>
复制代码 还好我存着、你自己试试看还行不行、如果被封了别怪我、而且是单账号的= =要在网页上登录
|
|