JIKE
    • 注册
    • 登录
    • 搜索
    • 版块
    • 最新
    • 标签
    • 热门
    • 用户

    京东全民养红包jio本

    技术分享
    16
    22
    8561
    正在加载更多帖子
    • 从旧到新
    • 从新到旧
    • 最多赞同
    回复
    • 在新帖中回复
    登录后回复
    此主题已被删除。只有拥有主题管理权限的用户可以查看。
    • malaohu
      我是小马甲~ 🤫 最后由 malaohu 编辑

      首次参加,先打开京东APP,首页右侧浮标“疯抢一亿”开启活动

      浏览器打开:https://happy.m.jd.com/babelDiy/GZWVJFLMXBQVEBDQZWMY/XJf8bH6oXDWSgS91daDJzXh9bU7/index.html#/failback

      F12=>console=>粘贴脚本,回车运行

      【确认自己已经登录了京东账号,电脑版运行脚本无视页面显示的内容】

      let productList = [], shopList = [], url = "https://api.m.jd.com/client.action";
      function autoPost(id,type){
              fetch(`${url}?timestamp=${new Date().getTime()}`,{method: "POST",mode: "cors",credentials: "include",headers:{"Content-Type": "application/x-www-form-urlencoded"},body:`functionId=raisepacket_collectScore&body={"type":${type},"ext":"${id}","appsign":1,"msgsign":2}&client=wh5`})
                      .then(function(response){return response.json()})
                      .then(function(res){
                              console.log(res.data.biz_msg);
                      });
      }
      
      function start(){
              fetch(`${url}?${new Date().getTime()}`,{method: "POST",mode: "cors",credentials: "include",headers:{"Content-Type": "application/x-www-form-urlencoded"},body:'functionId=raisepacket_getShopAndProductList&body=&client=wh5'})
                      .then(function(response){return response.json()})
                      .then(function(res){
                              productList = res.data.result.productList;
                              shopList  = res.data.result.shopList;
                              console.log(`获取到任务,商品:${productList.length} 商品:${shopList.length}`);
                              autoProductTask();
                      });
      }
      //逛商品
      function autoProductTask(){
              for(let i = 0,leng = productList.length;i<leng;i++){
                      (function(index){
                              setTimeout(()=>{
                                      let item = productList[index];
                                      autoPost(item['id'],4);
                                      console.log(`商品总任务数:${leng} 当前任务数:${index + 1}`);
                                      if( leng-1 == index){
                                              autoShopTask();
                                      }
                              },index*1500)
                      })(i)      
              }
      }
      //逛店铺
      function autoShopTask(){
              for(let i = 0,leng = shopList.length;i<leng;i++){
                      (function(index){
                              setTimeout(()=>{
                                      let item = shopList[index];
                                      autoPost(item['id'],2);
                                      console.log(`商铺总任务数:${leng} 当前任务数:${index + 1}`);
                                      if( leng-1 == index){
                                              autoPlay();
                                      }
                              },index*1500)
                      })(i)      
              }
      }
      //好玩互动
      function autoPlay(){
              for(let i = 0,leng = 4;i<leng;i++){
                      (function(index){
                              setTimeout(()=>{
                                      autoPost(0,5);
                                      console.log(`好玩互动:${leng} 当前任务数:${index + 1}`);
                                      if( leng-1 == index){
                                              autoInteract();
                                      }
                              },index*1000)
                      })(i)      
              }
      }
      //视频直播
      function autoInteract(){
              for(let i = 0,leng = 4;i<leng;i++){
                      (function(index){
                              setTimeout(()=>{
                                      autoPost(0,10);
                                      console.log(`视频直播:${leng} 当前任务数:${index + 1}`);
                                      if( leng-1 == index){
                                              autoShopping();
                                      }
                              },index*1000)
                      })(i)      
              }
      }
      //精彩会场
      function autoShopping(){
              for(let i = 0,leng = 3;i<leng;i++){
                      (function(index){
                              setTimeout(()=>{
                                      autoPost(0,3);
                                      console.log(`精彩会场:${leng} 当前任务数:${index + 1}`);
                                      },
                              index*1000)
                      })(i)      
              }
      }
      start();
      

      替代文字

      来自:https://www.wnflb66.com/forum.php?mod=viewthread&tid=139174&extra=page%3D1

      唐宋元明清,连排小工兵!

      F 1 条回复 最后回复 回复 引用 0
      • 山
        山外小楼夜听雨 🍌 最后由 编辑

        可以的,我试了😊

        小小搬运工

        1 条回复 最后回复 回复 引用 0
        • chuan85
          chuan85 🍌 最后由 编辑

          已撸 👍

          https://www.fuuyaa.cn

          1 条回复 最后回复 回复 引用 0
          • H
            hooksoul 最后由 编辑

            可以,一天一次!!!

            1 条回复 最后回复 回复 引用 0
            • rc
              rc 🍌 最后由 编辑

              亲测有效!!!楼主给力

              要活得像个神经病一样活泼开朗!

              1 条回复 最后回复 回复 引用 0
              • D
                daleyjh 🍌 最后由 daleyjh 编辑

                修改下时间,频率太快了会报 点太快了,等下再来,其实不需要访问的楼主提供的URL,直接用浏览器访问:http://m.jd.com,登录自己的账号,然后执行下面的代码即可完成任务

                let productList = [], shopList = [], url = "https://api.m.jd.com/client.action";
                function autoPost(id,type){
                        fetch(`${url}?timestamp=${new Date().getTime()}`,{method: "POST",mode: "cors",credentials: "include",headers:{"Content-Type": "application/x-www-form-urlencoded"},body:`functionId=raisepacket_collectScore&body={"type":${type},"ext":"${id}","appsign":1,"msgsign":2}&client=wh5`})
                                .then(function(response){return response.json()})
                                .then(function(res){
                                        console.log(res.data.biz_msg);
                                });
                }
                
                function start(){
                        fetch(`${url}?${new Date().getTime()}`,{method: "POST",mode: "cors",credentials: "include",headers:{"Content-Type": "application/x-www-form-urlencoded"},body:'functionId=raisepacket_getShopAndProductList&body=&client=wh5'})
                                .then(function(response){return response.json()})
                                .then(function(res){
                                        productList = res.data.result.productList;
                                        shopList  = res.data.result.shopList;
                                        console.log(`获取到任务,商品:${productList.length} 商品:${shopList.length}`);
                                        autoProductTask();
                                });
                }
                //逛商品
                function autoProductTask(){
                        for(let i = 0,leng = productList.length;i<leng;i++){
                                (function(index){
                                        setTimeout(()=>{
                                                let item = productList[index];
                                                autoPost(item['id'],4);
                                                console.log(`商品总任务数:${leng} 当前任务数:${index + 1}`);
                                                if( leng-1 == index){
                                                        setTimeout(autoShopTask, 2000);
                                                }
                                        },index*2000)
                                })(i)      
                        }
                }
                //逛店铺
                function autoShopTask(){
                        for(let i = 0,leng = shopList.length;i<leng;i++){
                                (function(index){
                                        setTimeout(()=>{
                                                let item = shopList[index];
                                                autoPost(item['id'],2);
                                                console.log(`商铺总任务数:${leng} 当前任务数:${index + 1}`);
                                                if( leng-1 == index){
                                                        setTimeout(autoPlay, 2000);
                                                }
                                        },index*2000)
                                })(i)      
                        }
                }
                //好玩互动
                function autoPlay(){
                        for(let i = 0,leng = 4;i<leng;i++){
                                (function(index){
                                        setTimeout(()=>{
                                                autoPost(0,5);
                                                console.log(`好玩互动:${leng} 当前任务数:${index + 1}`);
                                                if( leng-1 == index){
                                                        setTimeout(autoInteract,2000);
                                                }
                                        },index*2000)
                                })(i)      
                        }
                }
                //视频直播
                function autoInteract(){
                        for(let i = 0,leng = 4;i<leng;i++){
                                (function(index){
                                        setTimeout(()=>{
                                                autoPost(0,10);
                                                console.log(`视频直播:${leng} 当前任务数:${index + 1}`);
                                                if( leng-1 == index){
                                                        setTimeout(autoShopping,2000);
                                                }
                                        },index*2000)
                                })(i)      
                        }
                }
                //精彩会场
                function autoShopping(){
                        for(let i = 0,leng = 3;i<leng;i++){
                                (function(index){
                                        setTimeout(()=>{
                                                autoPost(0,3);
                                                console.log(`精彩会场:${leng} 当前任务数:${index + 1}`);
                                                },
                                        index*2000)
                                })(i)      
                        }
                }
                start();
                
                malaohu 1 条回复 最后回复 回复 引用 3
                • C
                  chafer 🍌 最后由 编辑

                  已撸 👍

                  ......

                  1 条回复 最后回复 回复 引用 0
                  • R
                    Rabbit 🍌 最后由 编辑

                    万能福利吧???!
                    大佬!!!
                    求个码?

                    1 条回复 最后回复 回复 引用 0
                    • J
                      Joe 🍌 最后由 编辑

                      大佬时候时候出一个天猫

                      1 条回复 最后回复 回复 引用 1
                      • Y
                        YueGe 最后由 编辑

                        来一个天猫的开喵铺脚本呀~

                        1 条回复 最后回复 回复 引用 0
                        • vicliu
                          vicliu 🍌 最后由 编辑

                          超级牛逼。天猫的有脚本么

                          1 条回复 最后回复 回复 引用 0
                          • T
                            Teo 最后由 编辑

                            👍 已撸~·~

                            1 条回复 最后回复 回复 引用 0
                            • F
                              from-zero 🍌 @malaohu 最后由 编辑

                              我用的谷歌浏览器那个页面这么报错了
                              ps:这个网址在电脑端打开是个软件的下载页面似乎无法登陆呀

                              D 1 条回复 最后回复 回复 引用 0
                              • timeless
                                timeless 最后由 编辑

                                很稳,已上车~~

                                1 条回复 最后回复 回复 引用 0
                                • rc
                                  rc 🍌 最后由 编辑

                                  现在好像失效了,要打开app

                                  要活得像个神经病一样活泼开朗!

                                  1 条回复 最后回复 回复 引用 0
                                  • D
                                    daleyjh 🍌 @from-zero 最后由 编辑

                                    @from-zero 用m.jd.com在电脑上登录,然后再访问这个页面就行了

                                    1 条回复 最后回复 回复 引用 0
                                    • malaohu
                                      我是小马甲~ 🤫 @daleyjh 最后由 编辑

                                      daleyjh 说:

                                      修改下时间,频率太快了会报 点太快了,等下再来,其实不需要访问的楼主提供的URL,直接用浏览器访问:http://m.jd.com,登录自己的账号,然后执行下面的代码即可完成任务

                                      let productList = [], shopList = [], url = "https://api.m.jd.com/client.action";
                                      function autoPost(id,type){
                                              fetch(`${url}?timestamp=${new Date().getTime()}`,{method: "POST",mode: "cors",credentials: "include",headers:{"Content-Type": "application/x-www-form-urlencoded"},body:`functionId=raisepacket_collectScore&body={"type":${type},"ext":"${id}","appsign":1,"msgsign":2}&client=wh5`})
                                                      .then(function(response){return response.json()})
                                                      .then(function(res){
                                                              console.log(res.data.biz_msg);
                                                      });
                                      }
                                      
                                      function start(){
                                              fetch(`${url}?${new Date().getTime()}`,{method: "POST",mode: "cors",credentials: "include",headers:{"Content-Type": "application/x-www-form-urlencoded"},body:'functionId=raisepacket_getShopAndProductList&body=&client=wh5'})
                                                      .then(function(response){return response.json()})
                                                      .then(function(res){
                                                              productList = res.data.result.productList;
                                                              shopList  = res.data.result.shopList;
                                                              console.log(`获取到任务,商品:${productList.length} 商品:${shopList.length}`);
                                                              autoProductTask();
                                                      });
                                      }
                                      //逛商品
                                      function autoProductTask(){
                                              for(let i = 0,leng = productList.length;i<leng;i++){
                                                      (function(index){
                                                              setTimeout(()=>{
                                                                      let item = productList[index];
                                                                      autoPost(item['id'],4);
                                                                      console.log(`商品总任务数:${leng} 当前任务数:${index + 1}`);
                                                                      if( leng-1 == index){
                                                                              setTimeout(autoShopTask, 2000);
                                                                      }
                                                              },index*2000)
                                                      })(i)      
                                              }
                                      }
                                      //逛店铺
                                      function autoShopTask(){
                                              for(let i = 0,leng = shopList.length;i<leng;i++){
                                                      (function(index){
                                                              setTimeout(()=>{
                                                                      let item = shopList[index];
                                                                      autoPost(item['id'],2);
                                                                      console.log(`商铺总任务数:${leng} 当前任务数:${index + 1}`);
                                                                      if( leng-1 == index){
                                                                              setTimeout(autoPlay, 2000);
                                                                      }
                                                              },index*2000)
                                                      })(i)      
                                              }
                                      }
                                      //好玩互动
                                      function autoPlay(){
                                              for(let i = 0,leng = 4;i<leng;i++){
                                                      (function(index){
                                                              setTimeout(()=>{
                                                                      autoPost(0,5);
                                                                      console.log(`好玩互动:${leng} 当前任务数:${index + 1}`);
                                                                      if( leng-1 == index){
                                                                              setTimeout(autoInteract,2000);
                                                                      }
                                                              },index*2000)
                                                      })(i)      
                                              }
                                      }
                                      //视频直播
                                      function autoInteract(){
                                              for(let i = 0,leng = 4;i<leng;i++){
                                                      (function(index){
                                                              setTimeout(()=>{
                                                                      autoPost(0,10);
                                                                      console.log(`视频直播:${leng} 当前任务数:${index + 1}`);
                                                                      if( leng-1 == index){
                                                                              setTimeout(autoShopping,2000);
                                                                      }
                                                              },index*2000)
                                                      })(i)      
                                              }
                                      }
                                      //精彩会场
                                      function autoShopping(){
                                              for(let i = 0,leng = 3;i<leng;i++){
                                                      (function(index){
                                                              setTimeout(()=>{
                                                                      autoPost(0,3);
                                                                      console.log(`精彩会场:${leng} 当前任务数:${index + 1}`);
                                                                      },
                                                              index*2000)
                                                      })(i)      
                                              }
                                      }
                                      start();
                                      

                                      亲测可行!

                                      唐宋元明清,连排小工兵!

                                      1 条回复 最后回复 回复 引用 0
                                      • T
                                        theseus 🍌 最后由 编辑

                                        亲测可行,有没有大佬研究出马云那边的脚本,手动滑稽

                                        malaohu 1 条回复 最后回复 回复 引用 0
                                        • malaohu
                                          我是小马甲~ 🤫 @theseus 最后由 编辑

                                          @theseus 马云的貌似一直都没有。。纯手动了

                                          唐宋元明清,连排小工兵!

                                          Y 1 条回复 最后回复 回复 引用 0
                                          • Y
                                            YueGe @malaohu 最后由 编辑

                                            @malaohu 天猫的618的时候有脚本的呀

                                            malaohu 1 条回复 最后回复 回复 引用 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post