mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-23 02:48:44 +08:00
update
This commit is contained in:
parent
c7d306d7f6
commit
11527fbd57
1
function/dylan.js
Normal file
1
function/dylan.js
Normal file
File diff suppressed because one or more lines are too long
@ -3,13 +3,13 @@
|
|||||||
京东特价APP首页-赚钱大赢家
|
京东特价APP首页-赚钱大赢家
|
||||||
进APP看看,能不能进去,基本都黑的!!!
|
进APP看看,能不能进去,基本都黑的!!!
|
||||||
有的能进去,助力确是黑的!!
|
有的能进去,助力确是黑的!!
|
||||||
默认定时不跑!助力和领取任务奖励
|
默认定时不跑!
|
||||||
运行流程:设置助力码--过滤黑号--助力--领取任务奖励!!!
|
运行流程:设置助力码--过滤黑号--助力--领取任务奖励!!!
|
||||||
助理吗变量:多个用&号隔开
|
助理吗变量:多个用&号隔开
|
||||||
DYJSHAREID = 'xxx&xxx&xxx'
|
DYJSHAREID = 'xxx&xxx&xxx'
|
||||||
10 10 10 10 * https://raw.githubusercontent.com/6dylan6/jdpro/main/jd_makemoneyshop.js
|
10 10 10 10 * https://raw.githubusercontent.com/6dylan6/jdpro/main/jd_makemoneyshop.js
|
||||||
By: https://github.com/6dylan6/jdpro
|
By: https://github.com/6dylan6/jdpro
|
||||||
updatetime: 2022/11/11 助力逻辑
|
updatetime: 2022/11/13 修复已知bug
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const $ = new Env('特价版大赢家');
|
const $ = new Env('特价版大赢家');
|
||||||
@ -70,14 +70,16 @@ let helpinfo = {};
|
|||||||
if (shareId.length > 0) {
|
if (shareId.length > 0) {
|
||||||
console.log('\n\n开始助力...')
|
console.log('\n\n开始助力...')
|
||||||
$.index = 1;
|
$.index = 1;
|
||||||
|
$.fullhelp = false;
|
||||||
let k = 0;
|
let k = 0;
|
||||||
let m = cookiesArr.length;
|
let m = cookiesArr.length;
|
||||||
for (let j = 0; j < shareId.length; j++) {
|
for (let j = 0; j < shareId.length; j++) {
|
||||||
console.log('\n去助力--> ' + shareId[j]);
|
console.log('\n去助力--> ' + shareId[j]);
|
||||||
helpnum = 0;
|
helpnum = 0;
|
||||||
if ($.index === m) {console.log('已无账号可用于助力!结束\n');break};
|
if ($.index === m) {console.log('已无账号可用于助力!结束\n');break};
|
||||||
for (let i = k; i < m - k; i++) {
|
for (let i = k; i < m; i++) {
|
||||||
if (helpnum == 10) {console.log('助力已满,跳出!\n');k = i;break};
|
if (helpnum == 10) {console.log('助力已满,跳出!\n');k = i;break};
|
||||||
|
if ($.fullhelp) {console.log('助力已满,跳出!\n');k = i-1;break};
|
||||||
if (cookiesArr[i]) {
|
if (cookiesArr[i]) {
|
||||||
cookie = cookiesArr[i];
|
cookie = cookiesArr[i];
|
||||||
$.UserName = decodeURIComponent(cookie.match(/pt_pin=([^; ]+)(?=;?)/) && cookie.match(/pt_pin=([^; ]+)(?=;?)/)[1]);
|
$.UserName = decodeURIComponent(cookie.match(/pt_pin=([^; ]+)(?=;?)/) && cookie.match(/pt_pin=([^; ]+)(?=;?)/)[1]);
|
||||||
@ -228,6 +230,8 @@ function help(shareid) {
|
|||||||
} else if (data.msg === '已助力') {
|
} else if (data.msg === '已助力') {
|
||||||
console.log('你已助力过TA!')
|
console.log('你已助力过TA!')
|
||||||
helpinfo[$.UserName].nohelp = 1;
|
helpinfo[$.UserName].nohelp = 1;
|
||||||
|
} else if (data.msg === '助力任务已完成') {
|
||||||
|
$.fullhelp = true;
|
||||||
} else if (data.code === 1006) {
|
} else if (data.code === 1006) {
|
||||||
console.log('不能助力自己!');
|
console.log('不能助力自己!');
|
||||||
// $.qqq = [];
|
// $.qqq = [];
|
||||||
|
@ -11,8 +11,8 @@ let message = '', allMessage = '';
|
|||||||
//IOS等用户直接用NobyDa的jd cookie
|
//IOS等用户直接用NobyDa的jd cookie
|
||||||
let cookiesArr = [], cookie = '';
|
let cookiesArr = [], cookie = '';
|
||||||
const JD_API_HOST = 'https://api.m.jd.com/client.action';
|
const JD_API_HOST = 'https://api.m.jd.com/client.action';
|
||||||
let appIdArr = ["1FVRZxKiD"];
|
let appIdArr = ["1FVVXwKiO","1FVRZxKiD"];
|
||||||
let appNameArr = ["超级转盘"];
|
let appNameArr = ["青年就是干","超级转盘"];
|
||||||
let appId, appName;
|
let appId, appName;
|
||||||
$.shareCode = [];
|
$.shareCode = [];
|
||||||
if ($.isNode()) {
|
if ($.isNode()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user