别看下面代码很长,只要复制到要回复帖子的地址栏按回车就OK,然后会弹出对话框,在里面选择盖楼内容和盖楼数量还有盖楼的速度【也就是间隔,多少秒盖一楼】,然后不用管它就可以自动盖楼,这个速度是可以自己调节的,建议如果是大号盖楼间隔60秒绝对不会被封号,小号可以快一些20到30秒 →→→ Ps:同学们学习了就好,玩的别太狠,后果你懂的!![Love]
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为不限制):","20000")); 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;
不跟随
诺基亚N9
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为不限制):","20000")); 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;
不跟随
诺基亚N9