Skip to content

Commit 1d079d0

Browse files
author
ziye12
authored
Update tldkziye.js
1 parent 12fa3b4 commit 1d079d0

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

tldkziye.js

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
/*ziye
1+
/*ziye 陀螺打卡
22
33
4-
微信扫码 https://raw.githubusercontent.com/ziye12/JavaScript/master/tldkziye.png 进入小程序,登录获取授权
4+
非常重要!!!
55
6+
微信扫码 https://raw.githubusercontent.com/ziye12/JavaScript/master/asdkziye.png 进入小程序,登录获取授权,再启动软件获取ck
7+
建议设置6点到23点之间打卡,时间间隔30分钟以上,否则容易封号
68
79
8-
2020.9.9 非常重要!!! 原本打卡规定是30分钟一次,打卡速度一定不要太快,否则封号
9-
2020.9.10 修复重写错误
1010
1111
12+
2020.9.9 非常重要!!! 原本打卡规定是30分钟一次,打卡速度一定不要太快,否则封号
13+
2020.9.10 修复重写错误
1214
13-
说明:以陀螺打卡为例的打卡模版,可以抓包然后替换以下内容来制作其他打卡脚本
1415
1516
16-
需要替换的内容如下,先替换长字符的,再替换短字符的,自己用电脑或者KODE软件替换,KODE下载链接https://apps.apple.com/cn/app/koder-code-editor/id1447489375
1717
18+
《《《《《《《《《《制作其他打卡js的说明
1819
20+
抓包小程序,然后替换以下内容来制作其他打卡js,
21+
需要替换的内容如下,按顺序替换字符,自己用电脑或者KODE软件替换,KODE下载链接https://apps.apple.com/cn/app/koder-code-editor/id1447489375
1922
2023
wq.02gk.com
2124
陀螺打卡
@@ -28,6 +31,15 @@ tldk
2831
手动替换
2932
wq\.02gk\.com
3033
34+
制作其他打卡js的说明》》》》》》》》》》》
35+
36+
37+
38+
39+
40+
////////////////////////////////////////正文
41+
42+
3143
使用说明:
3244
3345
一,微信扫码 https://raw.githubusercontent.com/ziye12/JavaScript/master/tldkziye.png 进入小程序,登录获取授权
@@ -42,12 +54,12 @@ wq\.02gk\.com
4254
3.现金统计,自动提现
4355
4456
45-
***建议设置每小时运行一次
4657
4758
48-
圈X
4959
50-
1、hostname= wq.02gk.com,
60+
61+
62+
hostname= wq.02gk.com,
5163
5264
5365
@@ -64,23 +76,18 @@ https:\/\/wq\.02gk\.com\/* url script-request-header https://raw.githubuserconte
6476
http-request ^https:\/\/wq\.02gk\.com\/* script-path= https://raw.githubusercontent.com/ziye12/JavaScript/master/tldkziye.js
6577
, requires-body=true, timeout=10, tag=陀螺打卡
6678
67-
68-
69-
70-
71-
7279
*/
7380

7481

75-
//正文
82+
7683

7784

7885
const sy = init()//声明必须
7986
const notifyInterval = 1; //通知开为1,常关为0
8087
const logs = 0; // 日志开关
8188
const jsname = '陀螺打卡'
8289
const jbid =1
83-
const sb='失败,请获取ck'
90+
const sb='失败,请先关闭,进入程序获取授权'
8491

8592
const cs = 20;//小程序打卡次数
8693
const xj = 1;//提现标准

0 commit comments

Comments
 (0)