mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-19 00:04:59 +08:00
1
This commit is contained in:
41
快手极速版开宝箱.js
41
快手极速版开宝箱.js
@@ -6,7 +6,7 @@
|
|||||||
------------------------------------------
|
------------------------------------------
|
||||||
#Notice: 每小时运行一次 ⚠️
|
#Notice: 每小时运行一次 ⚠️
|
||||||
CK 名字 kuaishou_speed_openbox
|
CK 名字 kuaishou_speed_openbox
|
||||||
值: COOKIE#开宝箱sig3 多账号&连接
|
值: COOKIE 多账号&连接
|
||||||
⚠️【免责声明】
|
⚠️【免责声明】
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
1、此脚本仅用于学习研究,不保证其合法性、准确性、有效性,请根据情况自行判断,本人对此不承担任何保证责任。
|
1、此脚本仅用于学习研究,不保证其合法性、准确性、有效性,请根据情况自行判断,本人对此不承担任何保证责任。
|
||||||
@@ -39,12 +39,41 @@ class Task extends Public {
|
|||||||
this.index = $.userIdx++
|
this.index = $.userIdx++
|
||||||
let user = env.split("#");
|
let user = env.split("#");
|
||||||
this.cookkie = user[0];
|
this.cookkie = user[0];
|
||||||
this.sig3_openbox = user[1]
|
|
||||||
console.log()
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
async getSig(l, data) {
|
||||||
|
let url = 'http://yi100.top:5666/s3'
|
||||||
|
try {
|
||||||
|
let options = {
|
||||||
|
url,
|
||||||
|
headers: {
|
||||||
|
Cookie: this.cookkie
|
||||||
|
},
|
||||||
|
method: "POST",
|
||||||
|
data: {
|
||||||
|
l, data
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
let { data: res } = await this.request(options);
|
||||||
|
if (res) {
|
||||||
|
if (res.s3) {
|
||||||
|
return res.s3
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
console.log(res)
|
||||||
|
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
console.log(e)
|
||||||
|
}
|
||||||
|
}
|
||||||
async openbox() {
|
async openbox() {
|
||||||
let data = JSON.stringify({});
|
let data = {}
|
||||||
|
let sig = await this.getSig(68, data)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -53,7 +82,7 @@ class Task extends Public {
|
|||||||
|
|
||||||
let options = {
|
let options = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
url: `https://nebula.kuaishou.com/rest/wd/encourage/unionTask/treasureBox/report?__NS_sig3=${this.sig3_openbox}&sigCatVer=1`,
|
url: `https://nebula.kuaishou.com/rest/wd/encourage/unionTask/treasureBox/report?__NS_sig3=${sig}&sigCatVer=1`,
|
||||||
headers: {
|
headers: {
|
||||||
'User-Agent': 'Mozilla/5.0 (Linux; Android 10; MI 8 Lite Build/QKQ1.190910.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/90.0.4430.226 KsWebView/1.8.90.770 (rel;r) Mobile Safari/537.36 Yoda/3.2.9-rc6 ksNebula/12.11.40.9331 OS_PRO_BIT/64 MAX_PHY_MEM/5724 KDT/PHONE AZPREFIX/az3 ICFO/0 StatusHT/29 TitleHT/44 NetType/WIFI ISLP/0 ISDM/0 ISLB/0 locale/zh-cn DPS/4.036 DPP/13 SHP/2068 SWP/1080 SD/2.75 CT/0 ISLM/0',
|
'User-Agent': 'Mozilla/5.0 (Linux; Android 10; MI 8 Lite Build/QKQ1.190910.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/90.0.4430.226 KsWebView/1.8.90.770 (rel;r) Mobile Safari/537.36 Yoda/3.2.9-rc6 ksNebula/12.11.40.9331 OS_PRO_BIT/64 MAX_PHY_MEM/5724 KDT/PHONE AZPREFIX/az3 ICFO/0 StatusHT/29 TitleHT/44 NetType/WIFI ISLP/0 ISDM/0 ISLB/0 locale/zh-cn DPS/4.036 DPP/13 SHP/2068 SWP/1080 SD/2.75 CT/0 ISLM/0',
|
||||||
'Accept-Encoding': 'gzip, deflate',
|
'Accept-Encoding': 'gzip, deflate',
|
||||||
|
|||||||
46
快手极速版签到.js
46
快手极速版签到.js
@@ -6,7 +6,7 @@
|
|||||||
------------------------------------------
|
------------------------------------------
|
||||||
#Notice:
|
#Notice:
|
||||||
CK 名字 kuaishou_speed
|
CK 名字 kuaishou_speed
|
||||||
值: COOKIE#签到sig3#打卡sig3 多账号&连接
|
值: COOKIE 多账号&连接
|
||||||
⚠️【免责声明】
|
⚠️【免责声明】
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
1、此脚本仅用于学习研究,不保证其合法性、准确性、有效性,请根据情况自行判断,本人对此不承担任何保证责任。
|
1、此脚本仅用于学习研究,不保证其合法性、准确性、有效性,请根据情况自行判断,本人对此不承担任何保证责任。
|
||||||
@@ -39,15 +39,43 @@ class Task extends Public {
|
|||||||
this.index = $.userIdx++
|
this.index = $.userIdx++
|
||||||
let user = env.split("#");
|
let user = env.split("#");
|
||||||
this.cookkie = user[0];
|
this.cookkie = user[0];
|
||||||
this.sig3_signIn = user[1]
|
|
||||||
this.sig3_signInMoney = user[2]
|
|
||||||
}
|
|
||||||
|
|
||||||
|
}
|
||||||
|
async getSig(l, data) {
|
||||||
|
let url = 'http://yi100.top:5666/s3'
|
||||||
|
try {
|
||||||
|
let options = {
|
||||||
|
url,
|
||||||
|
headers: {
|
||||||
|
Cookie: this.cookkie
|
||||||
|
},
|
||||||
|
method: "POST",
|
||||||
|
data: {
|
||||||
|
l, data
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
let { data: res } = await this.request(options);
|
||||||
|
if (res) {
|
||||||
|
if (res.s3) {
|
||||||
|
return res.s3
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
console.log(res)
|
||||||
|
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
console.log(e)
|
||||||
|
}
|
||||||
|
}
|
||||||
async signInMoney() {
|
async signInMoney() {
|
||||||
|
|
||||||
|
let sig = await this.getSig(68)
|
||||||
$.log(`快手打卡`)
|
$.log(`快手打卡`)
|
||||||
let options = {
|
let options = {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
url: `https://nebula.kuaishou.com/rest/wd/encourage/unionTask/signIn/report?__NS_sig3=${this.sig3_signInMoney}&sigCatVer=1`,
|
url: `https://nebula.kuaishou.com/rest/wd/encourage/unionTask/signIn/report?__NS_sig3=${sig}&sigCatVer=1`,
|
||||||
headers: {
|
headers: {
|
||||||
'User-Agent': 'Mozilla/5.0 (Linux; Android 10; MI 8 Lite Build/QKQ1.190910.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/90.0.4430.226 KsWebView/1.8.90.770 (rel;r) Mobile Safari/537.36 Yoda/3.2.9-rc6 ksNebula/12.11.40.9331 OS_PRO_BIT/64 MAX_PHY_MEM/5724 KDT/PHONE AZPREFIX/az3 ICFO/0 StatusHT/29 TitleHT/44 NetType/WIFI ISLP/0 ISDM/0 ISLB/0 locale/zh-cn DPS/4.036 DPP/13 SHP/2068 SWP/1080 SD/2.75 CT/0 ISLM/0',
|
'User-Agent': 'Mozilla/5.0 (Linux; Android 10; MI 8 Lite Build/QKQ1.190910.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/90.0.4430.226 KsWebView/1.8.90.770 (rel;r) Mobile Safari/537.36 Yoda/3.2.9-rc6 ksNebula/12.11.40.9331 OS_PRO_BIT/64 MAX_PHY_MEM/5724 KDT/PHONE AZPREFIX/az3 ICFO/0 StatusHT/29 TitleHT/44 NetType/WIFI ISLP/0 ISDM/0 ISLB/0 locale/zh-cn DPS/4.036 DPP/13 SHP/2068 SWP/1080 SD/2.75 CT/0 ISLM/0',
|
||||||
'Accept-Encoding': 'gzip, deflate',
|
'Accept-Encoding': 'gzip, deflate',
|
||||||
@@ -72,15 +100,15 @@ class Task extends Public {
|
|||||||
}
|
}
|
||||||
async signIn() {
|
async signIn() {
|
||||||
$.log(`外部签到`)
|
$.log(`外部签到`)
|
||||||
let data = JSON.stringify({
|
let data = {
|
||||||
"reportCount": 1,
|
"reportCount": 1,
|
||||||
"subBizId": 6426,
|
"subBizId": 6426,
|
||||||
"taskId": 26021
|
"taskId": 26021
|
||||||
});
|
};
|
||||||
|
let sig = await this.getSig(56, data);
|
||||||
let options = {
|
let options = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
url: 'https://encourage.kuaishou.com/rest/wd/zt/task/report?__NS_sig3=' + this.sig3_signIn,
|
url: 'https://encourage.kuaishou.com/rest/wd/zt/task/report?__NS_sig3=' + sig,
|
||||||
headers: {
|
headers: {
|
||||||
'User-Agent': 'Mozilla/5.0 (Linux; Android 10; MI 8 Lite Build/QKQ1.190910.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/90.0.4430.226 KsWebView/1.8.90.770 (rel;r) Mobile Safari/537.36 Yoda/3.2.9-rc6 ksNebula/12.11.40.9331 OS_PRO_BIT/64 MAX_PHY_MEM/5724 KDT/PHONE AZPREFIX/az3 ICFO/0 StatusHT/29 TitleHT/44 NetType/WIFI ISLP/0 ISDM/0 ISLB/0 locale/zh-cn DPS/4.036 DPP/13 SHP/2068 SWP/1080 SD/2.75 CT/0 ISLM/1',
|
'User-Agent': 'Mozilla/5.0 (Linux; Android 10; MI 8 Lite Build/QKQ1.190910.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/90.0.4430.226 KsWebView/1.8.90.770 (rel;r) Mobile Safari/537.36 Yoda/3.2.9-rc6 ksNebula/12.11.40.9331 OS_PRO_BIT/64 MAX_PHY_MEM/5724 KDT/PHONE AZPREFIX/az3 ICFO/0 StatusHT/29 TitleHT/44 NetType/WIFI ISLP/0 ISDM/0 ISLB/0 locale/zh-cn DPS/4.036 DPP/13 SHP/2068 SWP/1080 SD/2.75 CT/0 ISLM/1',
|
||||||
'Accept-Encoding': 'gzip, deflate',
|
'Accept-Encoding': 'gzip, deflate',
|
||||||
|
|||||||
Reference in New Issue
Block a user