Skip to content

Commit 258baef

Browse files
committed
Script
1 parent 0edab63 commit 258baef

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CamScanner.js

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
/*
2+
CamScanner 解锁部分高级特权
3+
4+
***************************
5+
Quantumult X:
6+
7+
[rewrite_local]
8+
^https:\/\/(api|api-cs)\.intsig\.net\/purchase\/cs\/query_property\? url script-response-body https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/CamScanner.js
9+
10+
[mitm]
11+
hostname = ap*.intsig.net
12+
13+
***************************
14+
Surge4 or Loon:
15+
16+
[Script]
17+
http-response https:\/\/(api|api-cs)\.intsig\.net\/purchase\/cs\/query_property\? requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/CamScanner.js
18+
19+
[MITM]
20+
hostname = ap*.intsig.net
21+
22+
***************************
23+
Quantumult:
24+
25+
[REWRITE]
26+
https:\/\/(api|api-cs)\.intsig\.net\/purchase\/cs\/query_property\? url simple-response SFRUUC8xLjEgMjAwIE9LCgp7CiAiZGF0YSI6IHsKICAicHNubF92aXBfcHJvcGVydHkiOiB7CiAgICJleHBpcnkiOiAiMTY0MzczMTIwMCIKICB9CiB9Cn0=
27+
28+
[MITM]
29+
hostname = ap*.intsig.net
30+
31+
**************************/
32+
let obj = JSON.parse($response.body);
33+
obj = {"data":{"psnl_vip_property":{"expiry":"8876965487"}}};
34+
$done({body: JSON.stringify(obj)});

QuantumultX/Script.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# 金山WPS
1919
^https://account.wps.*/api/users/ url script-response-body https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/Wps.js
2020
# 扫描全能王 pro
21-
^https:\/\/(api|api-cs)\.intsig\.net\/purchase\/cs\/query_property\? url script-response-body https://raw.githubusercontent.com/cpphut/scripts/main/js/camscanner.js
21+
^https:\/\/(api|api-cs)\.intsig\.net\/purchase\/cs\/query_property\? url script-response-body https://raw.githubusercontent.com/githubdulong/Script/master/CamScanner.js
2222
# DayOne解锁
2323
^https:\/\/dayone\.(me|app)\/api\/(users|v2\/users\/(account-status|receipt))$ url script-request-body https://raw.githubusercontent.com/langkhach270389/Surge-LK/main/scripts/langkhach/dayone.js
2424
# 通用解锁(试用取消)主机名buy.itunes.apple.com

Surge/Script.sgmodule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ IP-CIDR6,112.226.139.216,𝘿𝙄𝙍𝙀𝘾𝙏
6060
# > 金山WPS vip
6161
WPS破解 = requires-body=1,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/Wps.js,type=http-response,pattern=^https://account.wps.*/api/users/
6262
# > 扫描全能王 pro
63-
扫描破解 = requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/Worryfrees/script/main/Rewrites/other/CamScanner.js,type=http-response,pattern=https:\/\/(api|api-cs)\.intsig\.net\/purchase\/cs\/query_property\?,script-update-interval=0
63+
扫描破解 = requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/githubdulong/Script/master/CamScanner.js,type=http-response,pattern=https:\/\/(api|api-cs)\.intsig\.net\/purchase\/cs\/query_property\?,script-update-interval=0
6464
# > 通用解锁 试用取消 主机名buy.itunes.apple.com
6565
//Bear破解 = requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/langkhach270389/Quantumult-X-LK/master/Scripts/langkhach/verify_receipt.js,type=http-response,pattern=^https:\/\/buy\.itunes\.apple\.com\/verifyReceipt$
6666
# > Day one vip

0 commit comments

Comments
 (0)