跳转至内容
0
  • 版块
  • 讨论
  • 最新
  • 标签
  • 热门
  • 顶端
  • 用户
  • 版块
  • 讨论
  • 最新
  • 标签
  • 热门
  • 顶端
  • 用户
皮肤
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • 默认(Zephyr)
  • 不使用皮肤
折叠
JIKE社区
  1. 首页
  2. 讨论区
  3. 技术专区
  4. 京东全民养红包jio本

京东全民养红包jio本

已定时 已固定 已锁定 已移动 技术专区
22 帖子 16 发布者 10.4k 浏览
  • 从旧到新
  • 从新到旧
  • 最多赞同
回复
  • 在新帖中回复
登录后回复
此主题已被删除。只有拥有主题管理权限的用户可以查看。
  • C 离线
    C 离线
    chafer
    🍌
    写于 最后由 编辑
    #7

    已撸 👍

    ......

    1 条回复 最后回复
    0
    • R 在线
      R 在线
      Rabbit
      🍌
      写于 最后由 编辑
      #8

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

      1 条回复 最后回复
      0
      • J 离线
        J 离线
        Joe
        🍌
        写于 最后由 编辑
        #9

        大佬时候时候出一个天猫

        1 条回复 最后回复
        1
        • Y 离线
          Y 离线
          YueGe
          写于 最后由 编辑
          #10

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

          1 条回复 最后回复
          0
          • vicliuV 离线
            vicliuV 离线
            vicliu
            🍌
            写于 最后由 编辑
            #11

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

            1 条回复 最后回复
            0
            • T 离线
              T 离线
              Teo
              写于 最后由 编辑
              #12

              👍 已撸~·~

              1 条回复 最后回复
              0
              • 我是小马甲~M 我是小马甲~

                首次参加,先打开京东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 离线
                F 离线
                from-zero
                🍌
                写于 最后由 编辑
                #13

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

                D 1 条回复 最后回复
                0
                • timelessT 离线
                  timelessT 离线
                  timeless
                  写于 最后由 编辑
                  #14

                  很稳,已上车~~

                  1 条回复 最后回复
                  0
                  • rcR 离线
                    rcR 离线
                    rc
                    🍌
                    写于 最后由 编辑
                    #15

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

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

                    1 条回复 最后回复
                    0
                    • F from-zero

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

                      D 离线
                      D 离线
                      daleyjh
                      🍌
                      写于 最后由 编辑
                      #16

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

                      1 条回复 最后回复
                      0
                      • D 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();
                        
                        我是小马甲~M 在线
                        我是小马甲~M 在线
                        我是小马甲~
                        🤫
                        写于 最后由 编辑
                        #17

                        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 离线
                          T 离线
                          theseus
                          🍌
                          写于 最后由 编辑
                          #18

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

                          我是小马甲~M 1 条回复 最后回复
                          0
                          • T theseus

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

                            我是小马甲~M 在线
                            我是小马甲~M 在线
                            我是小马甲~
                            🤫
                            写于 最后由 编辑
                            #19

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

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

                            Y 1 条回复 最后回复
                            0
                            • 我是小马甲~M 我是小马甲~

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

                              Y 离线
                              Y 离线
                              YueGe
                              写于 最后由 编辑
                              #20

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

                              我是小马甲~M 1 条回复 最后回复
                              0
                              • Y YueGe

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

                                我是小马甲~M 在线
                                我是小马甲~M 在线
                                我是小马甲~
                                🤫
                                写于 最后由 编辑
                                #21

                                @YueGe 有大佬分享了一个 https://jike.info/topic/688/

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

                                1 条回复 最后回复
                                0
                                • X 离线
                                  X 离线
                                  XavierWang
                                  🍌
                                  写于 最后由 编辑
                                  #22

                                  谢谢大佬!

                                  1 条回复 最后回复
                                  0
                                  回复
                                  • 在新帖中回复
                                  登录后回复
                                  • 从旧到新
                                  • 从新到旧
                                  • 最多赞同


                                  • 1
                                  • 2
                                  Popular Topics - 热门主题
                                  • 蜜雪冰城 0撸券 速度支付宝
                                    N
                                    nop
                                    4
                                    3
                                    990

                                  • 农行1元微信立减金
                                    undefined
                                    1
                                    1
                                    56

                                  • 大厂不限格式不限大小
                                    undefined
                                    1
                                    1
                                    47

                                  • 小米云服务618活动,黄金会员39,铂金会员138
                                    chuan85C
                                    chuan85
                                    0
                                    6
                                    256

                                  • 蜜雪冰城 3元无门槛 支付宝继续领
                                    chuan85C
                                    chuan85
                                    0
                                    2
                                    129

                                  • <动漫>长歌行 [2025][国漫 动画 剧情]4K
                                    爱之梦梦爱
                                    爱之梦梦
                                    0
                                    2
                                    13

                                  • 登录

                                  • 没有帐号? 注册

                                  • 登录或注册以进行搜索。
                                  百度网盘
                                  1,269 个主题
                                  连续剧
                                  725 个主题
                                  国产剧
                                  579 个主题
                                  美剧
                                  349 个主题
                                  中国移动
                                  307 个主题
                                  动画片
                                  243 个主题
                                  中国电信
                                  222 个主题
                                  动作片
                                  209 个主题

                                  195

                                  在线

                                  40.3k

                                  用户

                                  40.0k

                                  主题

                                  110.4k

                                  帖子
                                  • 第一个帖子
                                    最后一个帖子