mirror of
https://git-qiuchenly.yltfspace.com/QiuChenly/corepatch
synced 2025-11-25 05:40:27 +08:00
add MediaMate
This commit is contained in:
@@ -6,6 +6,5 @@ elpass = type=http-request,pattern=^https://api.elpass.app/device/management,req
|
||||
elpass1 = type=http-request,pattern=^https://api.elpass.app/device/init,requires-body=1,max-size=0,debug=1,script-path=paddle_act.js
|
||||
elpass2 = type=http-request,pattern=^https://api.elpass.app/device/activate-with-key,requires-body=1,max-size=0,debug=1,script-path=paddle_act.js
|
||||
|
||||
MacUpdater = type=http-request,pattern=https://.*?.execute-api.*.amazonaws.com/default/meddle-activate,requires-body=1,max-size=0,debug=1,script-path=paddle_act.js
|
||||
MacUpdaterDeac = type=http-request,pattern=https://.*?.execute-api.*.amazonaws.com/default/meddle-deactivate,requires-body=1,max-size=0,debug=1,script-path=paddle_act.js
|
||||
MacUpdaterAuthorization = type=http-request,pattern=https://.*?.execute-api.*.amazonaws.com/default/meddle-authenticate,requires-body=1,max-size=0,debug=1,script-path=paddle_act.js
|
||||
# api.gumroad.com:443 //https解密Mitm中要加上这一条 否则不会拦截
|
||||
MediaMate = type=http-request,pattern=https://api.gumroad.com/v2/licenses/verify.*?,requires-body=1,max-size=0,debug=1,script-path=paddle_act.js
|
||||
@@ -98,25 +98,44 @@ elpassManagement();
|
||||
elpassInit();
|
||||
elpassActiveWithKey();
|
||||
|
||||
let MacUpdater = () => {
|
||||
if (
|
||||
url.indexOf(
|
||||
"execute-api.eu-central-1.amazonaws.com/default/meddle-activate"
|
||||
) === -1 &&
|
||||
url.indexOf(
|
||||
"execute-api.eu-central-1.amazonaws.com/default/meddle-deactivate"
|
||||
) === -1 &&
|
||||
url.indexOf(
|
||||
"execute-api.eu-central-1.amazonaws.com/default/meddle-authenticate"
|
||||
) === -1
|
||||
)
|
||||
return;
|
||||
let body = "success";
|
||||
let MediaMate = () => {
|
||||
if (url.indexOf("https://api.gumroad.com/v2/licenses/verify") === -1) return;
|
||||
let body = JSON.stringify({
|
||||
success: true,
|
||||
uses: -999,
|
||||
purchase: {
|
||||
sellerId: "123",
|
||||
productId: "",
|
||||
productName: "",
|
||||
permalink: "https://www.baidu.com",
|
||||
productPermalink: "https://www.baidu.com",
|
||||
email: "qiuchenly@outlook.com",
|
||||
price: 100,
|
||||
gumroadFee: 0,
|
||||
currency: "usd",
|
||||
quantity: 1,
|
||||
discoverFeeCharged: false,
|
||||
canContact: false,
|
||||
referrer: "nmsl",
|
||||
orderNumber: 1234,
|
||||
saleId: "1",
|
||||
saleTimestamp: "2099-07-16T19:00:00Z",
|
||||
licenseKey: "我测你吗",
|
||||
refunded: false,
|
||||
disputed: false,
|
||||
disputeWon: false,
|
||||
id: "1234",
|
||||
createdAt: "2023-07-16T19:00:00Z",
|
||||
},
|
||||
});
|
||||
$done({
|
||||
response: {
|
||||
headers: {
|
||||
"Content-Type": "application/json; charset=utf-8",
|
||||
},
|
||||
body,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
MacUpdater();
|
||||
MediaMate();
|
||||
|
||||
@@ -225,6 +225,8 @@ https://twitter.com/QiuChenly
|
||||
| Archiver | [4.0.0](https://storage.googleapis.com/incrediblebee/apps/Archiver-4/Archiver.zip) | ✅ | ✅ | ✅ | 通杀 | [oilrich25](https://github.com/oilrich25) | ✅正常维护中 |
|
||||
| Downie 4 | [4.7.2](https://software.charliemonroe.net/trial/downie/v4/Downie_4_4663.dmg) | ✅ | ✅ | ✅ | 通杀 | [oilrich25](https://github.com/oilrich25) | ✅正常维护中 |
|
||||
| VOX | [latest](https://vox.rocks/app-download?app=vox) | ✅ | ✅ | ✅ | 通杀 | [Antibiotics](https://github.com/Antibioticss) | ✅正常维护中 |
|
||||
| MediaMate | [通杀](https://wouter01.github.io/MediaMate/) | ✅ | ✅ | ✅ | 使用序列号MNBVCXZLK-QWERTYUIO-ASDFHJKLZ-XCVBN配合Surge脚本破解 | [QiuChenly](https://github.com/QiuChenly) | ✅正常维护中 |
|
||||
|
||||
|
||||
| SetApp版本 | 版本 | ARM64 | Intel | SIP | 特殊要求 | 维护者 | 维护状态 |
|
||||
|:--------------------|:-----------------------------------------------------------------------------------|:-----:|:-----:|-----|:--------------|-------------------------------------------|--------|
|
||||
@@ -257,7 +259,7 @@ https://twitter.com/QiuChenly
|
||||
| Microsoft Office Word/PowerPoint/Excel/Outlook | 需要从Mac AppStore下载 16.80 | ✅ | ✅ | ✅ | 懒。 | | | | | |
|
||||
| Parallels Desktop | [19.1.0](https://download.parallels.com/desktop/v19/19.1.0-54729/ParallelsDesktop-19.1.0-54729.dmg) | ✅ | ✅ | ✅ | 谁会想到会有人以全家除他以外(含亲妈)全部暴毙的代价冒名顶替别人给我发恐吓律师函呢? |
|
||||
| Affinity Photo 2/Designer 2/Publisher 2 全家桶 | MAS 2.3.1 | ✅ | ✅ | ✅ | 懒。 |
|
||||
| iShot | MAS 通杀 | ✅ | ✅ | ✅ | 懒。 |
|
||||
| iShot | MAS 通杀 | ✅ | ✅ | ✅ | 自动计算激活序列号,不存在hook失效的问题了。 |
|
||||
| Infuse Pro | MAS 通杀 | ✅ | ✅ | ✅ | 懒。 |
|
||||
| 解优2 | MAS 通杀 | ✅ | ✅ | ✅ | 懒。 |
|
||||
| Omi录屏专家 | MAS 通杀 | ✅ | ✅ | ✅ | 懒。 |
|
||||
|
||||
Reference in New Issue
Block a user