法兰西之吻吧 关注:21贴子:981
  • 4回复贴,共1

自动回复代码

收藏回复

javascript:var content;var step;var speed;var allcount;var timer;var tieba;function init(){ content=prompt("请输入回帖内容:","水滴"); var _speed=parseInt(prompt("请输入每轮发帖间隔时间(秒):","5")); speed=(isNaN(_speed)?5:_speed)*1000; var _step=parseInt(prompt("请输入每轮发几贴:","1")); step=isNaN(_step)?1:_step; var _allcount=parseInt(prompt("请输入总共回帖次数(0为不限制):","100")); 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;



1楼2011-12-12 15:14回复
    你编的?


    IP属地:北京来自掌上百度2楼2011-12-12 17:52
    回复
      何德何能


      3楼2011-12-12 19:02
      回复
        这ip原来是你的


        来自掌上百度4楼2011-12-27 15:37
        回复
          移动wlan都这样


          5楼2011-12-28 11:47
          回复