├── 1Blocker.js ├── Audiomack.js ├── Darkroom.js ├── Documents.js ├── DuetPro.js ├── Earth ├── Fantastical.js ├── Gear.js ├── Geist.js ├── Kuwo.js ├── Nebo.js ├── Noto_biji.js ├── PDFExpert7.js ├── Picsew.js ├── PolarisOffice ├── ScannerPro.js ├── Shapr3D.js ├── VideoStar.js ├── WPS.js ├── Wanliyingshi.js ├── XMind.js ├── baimiao.js ├── bubeidanci.js ├── inshot.js ├── lyst.js ├── photoshop.js ├── polaris.js ├── pzqz.js ├── qingyanxiangji.js ├── shishitianqi.js ├── sjyjgj.js ├── tanqinba.js ├── wywnds.js ├── xunjie.js └── zymk.js /1Blocker.js: -------------------------------------------------------------------------------- 1 | 2 | /* 3 | 4 | Quantumult X 脚本: 5 | [rewrite_local] 6 | # 1Blocker Unlock (by LTribe) 7 | ^https:\/\/api\.revenuecat\.com\/v1\/subscribers* url script-response-body 1Blocker.js 8 | 9 | [mitm] 10 | hostname = api.revenuecat.com, 11 | 12 | */ 13 | 14 | let obj = JSON.parse($response.body); 15 | 16 | obj.subscriber = { 17 | "entitlements": { 18 | "premium": { 19 | "expires_date": "2030-01-01T01:01:01Z", 20 | "grace_period_expires_date": null, 21 | "product_identifier": "blocker.ios.subscription.yearly", 22 | "purchase_date": "2020-01-01T01:01:01Z" 23 | } 24 | }, 25 | "first_seen": "2030-01-01T01:01:01Z", 26 | "last_seen": "2030-01-01T01:01:01Z", 27 | "management_url": "itms-apps://apps.apple.com/account/subscriptions", 28 | "non_subscriptions": {}, 29 | "original_app_user_id": "0099LK05-2799-489J-09CD-D9IJSEB09876", 30 | "original_application_version": "900", 31 | "original_purchase_date": "2030-01-01T01:01:01Z", 32 | "other_purchases": {}, 33 | "subscriptions": { 34 | "blocker.ios.subscription.yearly": { 35 | "billing_issues_detected_at": null, 36 | "expires_date": "2030-01-01T01:01:01Z", 37 | "grace_period_expires_date": null, 38 | "is_sandbox": false, 39 | "original_purchase_date": "2020-01-01T01:01:01Z", 40 | "period_type": "trial", 41 | "purchase_date": "2020-01-01T01:01:01Z", 42 | "store": "app_store", 43 | "unsubscribe_detected_at": null 44 | } 45 | } 46 | } 47 | 48 | $done({body: JSON.stringify(obj)}); 49 | -------------------------------------------------------------------------------- /Audiomack.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | 5 | [rewrite_local] 6 | # Audiomack 去广告(by LTribe) 7 | ^https?:\/\/api\.revenuecat\.com\/v\d\/subscribers\/\w+$ url script-response-body Audiomack.js 8 | 9 | [mitm] 10 | hostname = api.revenuecat.com, 11 | 12 | */ 13 | 14 | let obj = JSON.parse($response.body); 15 | obj = { 16 | "request_date": "2020-05-11T11:49:28Z", 17 | "request_date_ms": 1589197768369, 18 | "subscriber": { 19 | "entitlements": { 20 | "Premium1": { 21 | "expires_date": "2020-05-18T09:56:58Z", 22 | "product_identifier": "com.audiomack.premium.2018", 23 | "purchase_date": "2020-05-11T09:56:58Z" 24 | } 25 | }, 26 | "first_seen": "2020-05-11T09:49:22Z", 27 | "last_seen": "2020-05-11T11:46:45Z", 28 | "management_url": "itms-apps://apps.apple.com/account/subscriptions", 29 | "non_subscriptions": {}, 30 | "original_app_user_id": "304BCA4B-0322-44F8-A455-A091BFE178DE", 31 | "original_application_version": "3698", 32 | "original_purchase_date": "2020-05-11T09:48:40Z", 33 | "other_purchases": {}, 34 | "subscriptions": { 35 | "com.audiomack.premium.2018": { 36 | "billing_issues_detected_at": null, 37 | "expires_date": "2020-05-18T09:56:58Z", 38 | "is_sandbox": false, 39 | "original_purchase_date": "2020-05-11T09:56:59Z", 40 | "period_type": "trial", 41 | "purchase_date": "2020-05-11T09:56:58Z", 42 | "store": "app_store", 43 | "unsubscribe_detected_at": null 44 | } 45 | } 46 | } 47 | } 48 | 49 | $done({body: JSON.stringify(obj)}); 50 | 51 | // Updated April 11,2020 52 | // 仅供个人参考学习交流,勿用于其它... 53 | -------------------------------------------------------------------------------- /Darkroom.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | Darkroom Unlock annual subscriptions (by LTribe) 5 | 6 | [rewrite_local] 7 | # Darkroom Unlock annual subscriptions (by LTribe) 8 | ^https?:\/\/api\.revenuecat\.com\/v\d\/(receipts|subscribers*) url script-response-body Darkroom.js 9 | 10 | [mitm] 11 | hostname = api.revenuecat.com, 12 | 13 | */ 14 | 15 | let obj = JSON.parse($response.body); 16 | 17 | obj = { 18 | "request_date": "2020-01-01T01:01:01Z", 19 | "request_date_ms": 1590000000000, 20 | "subscriber": { 21 | "entitlements": { 22 | "co.bergen.Darkroom.entitlement.allToolsAndFilters.legacy": { 23 | "expires_date": null, 24 | "product_identifier": "co.bergen.Darkroom.filterpack.instant", 25 | "purchase_date": "2000-01-01T01:01:01Z" 26 | } 27 | }, 28 | "first_seen": "2000-01-01T01:01:01Z", 29 | "last_seen": "2000-01-01T01:01:01Z", 30 | "management_url": null, 31 | "non_subscriptions": { 32 | "co.bergen.Darkroom.filterpack.instant": [{ 33 | "id": "13df813300", 34 | "is_sandbox": false, 35 | "original_purchase_date": "2000-01-01T01:01:01Z", 36 | "purchase_date": "2000-01-01T01:01:01Z", 37 | "store": "app_store" 38 | }] 39 | }, 40 | "original_app_user_id": "$RCAnonymousID:123456789987654321", 41 | "original_application_version": "47500", 42 | "original_purchase_date": "2000-01-01T01:01:01Z", 43 | "other_purchases": { 44 | "co.bergen.Darkroom.filterpack.instant": { 45 | "purchase_date": "2000-01-01T01:01:01Z" 46 | } 47 | }, 48 | "subscriptions": { 49 | "co.bergen.Darkroom.product.year.everything": { 50 | "billing_issues_detected_at": null, 51 | "expires_date": "2020-08-01T01:40:46Z", 52 | "is_sandbox": false, 53 | "original_purchase_date": "2020-07-25T01:40:47Z", 54 | "period_type": "trial", 55 | "purchase_date": "2020-07-25T01:40:46Z", 56 | "store": "app_store", 57 | "unsubscribe_detected_at": "2020-07-25T02:59:19Z" 58 | } 59 | } 60 | } 61 | } 62 | -------------------------------------------------------------------------------- /Documents.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 4 | 5 | By LTribe: 6 | Documents Download Link:http://t.cn/AiCd5Ac4 7 | 8 | [rewrite_local] 9 | 10 | # Documents 解锁内购年订阅 11 | https:\/\/license\.pdfexpert\.com\/api\/1.0\/documents\/subscription\/(check|refresh) url script-response-body Documents.js 12 | 13 | [mitm] 14 | hostname = license.pdfexpert.com, 15 | 16 | */ 17 | 18 | let obj = JSON.parse($response.body); 19 | 20 | obj = { 21 | "isEligibleForIntroPeriod":true, 22 | "originalTransactionId":"730000355073823", 23 | "subscriptionExpirationDate":"02:33 19/08/2020", 24 | "subscriptionState":"active", 25 | "subscriptionReceiptId":"1559207582000", 26 | "isDocuments6User":true, 27 | "subscriptionAutoRenewStatus":"autoRenewOff", 28 | "isInGracePeriod":true 29 | }; 30 | 31 | $done({body: JSON.stringify(obj)}); 32 | -------------------------------------------------------------------------------- /DuetPro.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | 5 | [rewrite_local] 6 | # Duet Display Unlock Pro (by LTribe) 7 | ^https?:\/\/rdp\.duetdisplay\.com\/v\d\/users\/validateReceipt url script-response-body https://raw.githubusercontent.com/LTribeSkyx/Script/master/DuetPro.js 8 | 9 | [mitm] 10 | hostname = rdp.duetdisplay.com, 11 | 12 | */ 13 | 14 | let obj = JSON.parse($response.body); 15 | obj = { 16 | "products": [{ 17 | "subscriptionId": 100000, 18 | "purchaseDate": "2020-01-01T01:11:11Z", 19 | "cancelled": false, 20 | "expiresDate": "2100-01-02T01:01:01Z", 21 | "product": "DuetStudio", 22 | "vendor": "apple", 23 | "inTrial": false 24 | }], 25 | "hasStripeAccount": false, 26 | "success": true 27 | }; 28 | 29 | $done({body: JSON.stringify(obj)}); 30 | -------------------------------------------------------------------------------- /Earth: -------------------------------------------------------------------------------- 1 | aHR0cHM6Ly9kR0Y1Ykc5eU9uTjNhV1owUUdOdUxuTjNhV1owWm1Gc1kyOXVMbUZ3Y0RvNU5EUTAjJUU1JUIwJThGJUU1JTlDJUIwJUU3JTkwJTgzJUU0JUJCJUFBLUNOJUYwJTlGJTg3JUE4JUYwJTlGJTg3JUIzCmh0dHBzOi8vZEdGNWJHOXlPbk4zYVdaMFFHcHdMbk4zYVdaMFptRnNZMjl1TG1Gd2NEbzVORFEwIyVFNSVCMCU4RiVFNSU5QyVCMCVFNyU5MCU4MyVFNCVCQiVBQS1KUCVGMCU5RiU4NyVBRiVGMCU5RiU4NyVCNQpodHRwczovL2RHRjViRzl5T25OM2FXWjBRSFZ6TWk1emQybG1kR1poYkdOdmJpNWhjSEE2T1RRME5BIyVFNSVCMCU4RiVFNSU5QyVCMCVFNyU5MCU4MyVFNCVCQiVBQS1VUyVGMCU5RiU4NyVCQSVGMCU5RiU4NyVCOApodHRwczovL2RHRjViRzl5T25OM2FXWjBRSE4zYVdaMFptRnNZMjl1TG1Gd2NEbzVORFEwIyVFNSVCMCU4RiVFNSU5QyVCMCVFNyU5MCU4MyVFNCVCQiVBQS1TRyVGMCU5RiU4NyVCOCVGMCU5RiU4NyVBQw 2 | -------------------------------------------------------------------------------- /Fantastical.js: -------------------------------------------------------------------------------- 1 | /* 2 | Quantumult X 脚本: 3 | 4 | [rewrite_local] 5 | # Fantastical Unlock Pro (by LTribe) 6 | ^https?:\/\/api\.flexibits\.com\/v1\/account\/details/ url script-response-body Fantastical.js 7 | 8 | [mitm] 9 | hostname = api.flexibits.com, 10 | */ 11 | 12 | let obj = JSON.parse($response.body); 13 | obj.subscription = { 14 | "autorenew": true, 15 | "additional_seats": 4, 16 | "expiration": "2030-01-01T01:01:01.000000Z", 17 | "uuid": "78hg9ji0-9j80-40kk-nj90-897827klsf6", 18 | "subscription_type": "AppStore", 19 | "is_expired": false, 20 | "is_canceled": false, 21 | "trial": true, 22 | "dependents": [], 23 | "parent": null, 24 | "pending_invitations": [] 25 | }; 26 | 27 | $done({body: JSON.stringify(obj)}); 28 | -------------------------------------------------------------------------------- /Gear.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | 5 | [rewrite_local] 6 | # Gear Unlock Pro (by LTribe) 7 | ^https?:\/\/buy\.itunes\.apple\.com\/verifyReceipt url script-response-body Gear.js 8 | 9 | [mitm] 10 | hostname = buy.itunes.apple.com, 11 | 12 | */ 13 | 14 | let obj = JSON.parse($response.body); 15 | obj = { 16 | "status": 0, 17 | "environment": "Production", 18 | "receipt": { 19 | "receipt_type": "Production", 20 | "adam_id": 1000000000, 21 | "app_item_id": 1000000000, 22 | "bundle_id": "com.gear.app", 23 | "application_version": "2.0.8.0", 24 | "download_id": 60000000000000, 25 | "version_external_identifier": 800000000, 26 | "receipt_creation_date": "2100-01-01 01:01:01 Etc/GMT", 27 | "receipt_creation_date_ms": "4102489858000", 28 | "receipt_creation_date_pst": "2100-01-01 01:01:01 America/Los_Angeles", 29 | "request_date": "2100-01-01 01:01:01 Etc/GMT", 30 | "request_date_ms": "1590000000000", 31 | "request_date_pst": "2020-06-05 01:01:01 America/Los_Angeles", 32 | "original_purchase_date": "2020-04-18 08:31:54 Etc/GMT", 33 | "original_purchase_date_ms": "1500000000000", 34 | "original_purchase_date_pst": "2020-01-01 01:01:01 America/Los_Angeles", 35 | "original_application_version": "1.8.12.0", 36 | "in_app": [{ 37 | "quantity": "1", 38 | "product_id": "com.gear.app.yearly", 39 | "transaction_id": "280000000000000", 40 | "original_transaction_id": "280000000000000", 41 | "purchase_date": "2020-01-01 01:01:01 Etc/GMT", 42 | "purchase_date_ms": "1500000000000", 43 | "purchase_date_pst": "2020-01-01 01:01:01 America/Los_Angeles", 44 | "original_purchase_date": "2020-01-01 01:01:01 Etc/GMT", 45 | "original_purchase_date_ms": "1500000000000", 46 | "original_purchase_date_pst": "2020-01-01 01:01:01 America/Los_Angeles", 47 | "expires_date": "2100-01-01 01:01:01 Etc/GMT", 48 | "expires_date_ms": "4102489858000", 49 | "expires_date_pst": "2100-01-01 01:01:01 America/Los_Angeles", 50 | "web_order_line_item_id": "280000000000000", 51 | "is_trial_period": "true", 52 | "is_in_intro_offer_period": "false" 53 | }] 54 | }, 55 | "latest_receipt_info": [{ 56 | "quantity": "1", 57 | "product_id": "com.gear.app.yearly", 58 | "transaction_id": "280000000000000", 59 | "original_transaction_id": "280000000000000", 60 | "purchase_date": "2020-01-01 01:01:01 Etc/GMT", 61 | "purchase_date_ms": "1500000000000", 62 | "purchase_date_pst": "2020-01-01 01:01:01 America/Los_Angeles", 63 | "original_purchase_date": "2020-01-01 01:01:01 Etc/GMT", 64 | "original_purchase_date_ms": "1500000000000", 65 | "original_purchase_date_pst": "2100-01-01 01:01:01 America/Los_Angeles", 66 | "expires_date": "2100-01-01 01:01:01 Etc/GMT", 67 | "expires_date_ms": "4102489858000", 68 | "expires_date_pst": "2100-01-01 01:01:01 America/Los_Angeles", 69 | "web_order_line_item_id": "280000000000000", 70 | "is_trial_period": "true", 71 | "is_in_intro_offer_period": "false", 72 | "subscription_group_identifier": "20000000" 73 | }], 74 | "latest_receipt": "", 75 | "pending_renewal_info": [{ 76 | "expiration_intent": "1", 77 | "auto_renew_product_id": "com.gear.app.yearly", 78 | "original_transaction_id": "280000000000000", 79 | "is_in_billing_retry_period": "0", 80 | "product_id": "com.gear.app.yearly", 81 | "auto_renew_status": "0" 82 | }] 83 | }; 84 | 85 | $done({body: JSON.stringify(obj)}); 86 | -------------------------------------------------------------------------------- /Geist.js: -------------------------------------------------------------------------------- 1 | /* 2 | Quantumult X 脚本: 3 | [rewrite_local] 4 | # Gear Unlock Pro (by LTribe) 5 | ^https?:\/\/buy\.itunes\.apple\.com\/verifyReceipt url script-response-body Geist.js 6 | [mitm] 7 | hostname = buy.itunes.apple.com, 8 | */ 9 | 10 | let obj = JSON.parse($response.body); 11 | obj = { 12 | "status": 0, 13 | "environment": "Production", 14 | "receipt": { 15 | "receipt_type": "Production", 16 | "adam_id": 1000000000, 17 | "app_item_id": 1000000000, 18 | "bundle_id": "com.firecore.infuse", 19 | "application_version": "6.4.3073", 20 | "download_id": 60000000000000, 21 | "version_external_identifier": 800000000, 22 | "receipt_creation_date": "2000-01-01 01:01:01 Etc/GMT", 23 | "receipt_creation_date_ms": "1000000000000", 24 | "receipt_creation_date_pst": "2000-01-01 01:01:01 America/Los_Angeles", 25 | "request_date": "2000-01-01 01:01:01 Etc/GMT", 26 | "request_date_ms": "1000000000000", 27 | "request_date_pst": "2000-01-01 01:01:01 America/Los_Angeles", 28 | "original_purchase_date": "2000-01-01 01:01:01 Etc/GMT", 29 | "original_purchase_date_ms": "1588186076000", 30 | "original_purchase_date_pst": "2020-04-29 11:47:56 America/Los_Angeles", 31 | "original_application_version": "6.3.3026", 32 | "in_app": [{ 33 | "quantity": "1", 34 | "product_id": "com.firecore.infuse.pro.365.special", 35 | "transaction_id": "200000000000000", 36 | "original_transaction_id": "200000000000000", 37 | "purchase_date": "2000-01-01 01:01:01 Etc/GMT", 38 | "purchase_date_ms": "1000000000000", 39 | "purchase_date_pst": "2000-01-01 01:01:01 America/Los_Angeles", 40 | "original_purchase_date": "2000-01-01 01:01:01 Etc/GMT", 41 | "original_purchase_date_ms": "1000000000000", 42 | "original_purchase_date_pst": "2000-01-01 01:01:01 America/Los_Angeles", 43 | "expires_date": "2100-01-01 01:01:01 Etc/GMT", 44 | "expires_date_ms": "4000000000000", 45 | "expires_date_pst": "2100-01-01 01:01:01 America/Los_Angeles", 46 | "web_order_line_item_id": "200000000000000", 47 | "is_trial_period": "true", 48 | "is_in_intro_offer_period": "false" 49 | }] 50 | }, 51 | "latest_receipt_info": [{ 52 | "quantity": "1", 53 | "product_id": "com.firecore.infuse.pro.365.special", 54 | "transaction_id": "200000000000000", 55 | "original_transaction_id": "200000000000000", 56 | "purchase_date": "2000-01-01 01:01:01 Etc/GMT", 57 | "purchase_date_ms": "1000000000000", 58 | "purchase_date_pst": "2000-01-01 01:01:01 America/Los_Angeles", 59 | "original_purchase_date": "2000-01-01 01:01:01 Etc/GMT", 60 | "original_purchase_date_ms": "1000000000000", 61 | "original_purchase_date_pst": "2000-01-01 01:01:01 America/Los_Angeles", 62 | "expires_date": "2021-04-29 18:51:04 Etc/GMT", 63 | "expires_date_ms": "4000000000000", 64 | "expires_date_pst": "2100-01-01 01:01:01 America/Los_Angeles", 65 | "web_order_line_item_id": "200000000000000", 66 | "is_trial_period": "true", 67 | "is_in_intro_offer_period": "false", 68 | "subscription_group_identifier": "20000000" 69 | }], 70 | "latest_receipt": "", 71 | "pending_renewal_info": [{ 72 | "auto_renew_product_id": "com.firecore.infuse.pro.365.special", 73 | "original_transaction_id": "200000000000000", 74 | "product_id": "com.firecore.infuse.pro.365.special", 75 | "auto_renew_status": "0" 76 | }] 77 | }; 78 | 79 | $done({body: JSON.stringify(obj)}); 80 | -------------------------------------------------------------------------------- /Kuwo.js: -------------------------------------------------------------------------------- 1 | /* 2 | Quantumult X 脚本 3 | KuWo music unlock Svip 4 | 5 | [rewrite_local] 6 | # 酷我音乐解锁SVIP 7 | # 对下载失败的音乐:先听该音乐-音乐缓存完毕之后点下载,这时下载里会显示下载失败,重启酷我,便会显示下载完成~ 8 | ^https?:\/\/musicpay\.kuwo\.cn\/music\.pay\?uid\=\d+ url 302 http://musicpay.kuwo.cn/music.pay?uid=2 9 | ^https?:\/\/vip1\.kuwo\.cn\/(vip\/v\d\/user\/vip|vip\/spi/mservice) url script-response-body Kuwo.js 10 | 11 | [mitm] 12 | hostname = *.kuwo.cn, 13 | 14 | */ 15 | 16 | var obj = JSON.parse($response.body); 17 | 18 | const path1 = "/vip/v2/user/vip"; 19 | const path2 = "/vip/spi/mservice"; 20 | 21 | if ($request.url.indexOf(path1) != -1) { 22 | obj.data.isNewUser = "2"; 23 | obj.data.isYearUser = "2"; 24 | obj.data.vipLuxuryExpire = "4102500561000"; 25 | obj.data.time = "4102500561000"; 26 | obj.data.vipExpire = "4102500561000"; 27 | obj.data.vip3Expire = "4102500561000"; 28 | obj.data.vipmExpire = "4102500561000"; 29 | obj.data.vipOverSeasExpire = "4102500561000"; 30 | }; 31 | if ($request.url.indexOf(path2) != -1) { 32 | obj.isVIPMAutoPay = 2; 33 | obj.isVIPLuxAutoPay = 2; 34 | }; 35 | 36 | $done({body: JSON.stringify(obj)}); 37 | -------------------------------------------------------------------------------- /Nebo.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | Myscript Nebo Unlocks (by LTribe) 5 | Myscript Nebo download link : http://t.cn/AiklUp5b 6 | 7 | [rewrite_local] 8 | # Myscript Nebo Unlocks (by LTribe) 9 | ^https?:\/\/.*\.nebo\.app\/api\/.*\/inapppurchase\/apple\/receipt url script-response-body Nebo.js 10 | 11 | [mitm] 12 | hostname = *.nebo.app, 13 | 14 | */ 15 | 16 | let obj = JSON.parse($response.body); 17 | obj = { 18 | "originalApplicationVersion": "2.2.4.2936", 19 | "dateReceiptCreation": 1582695984000, 20 | "inapps": [], 21 | "bundleIdentifier": "com.myscript.nebo", 22 | "bundleVersion": "2.5.0.5032" 23 | }; 24 | 25 | $done({body: JSON.stringify(obj)}); 26 | -------------------------------------------------------------------------------- /Noto_biji.js: -------------------------------------------------------------------------------- 1 | /* 2 | Quantumult X 脚本: 3 | 4 | [rewrite_local] 5 | # Fantastical Unlock Pro (by LTribe) 6 | ^https?:\/\/api\.revenuecat\.com\/v1\/(subscribers*|receipts) url script-response-body Noto_biji.js 7 | [mitm] 8 | hostname = api.revenuecat.com, 9 | */ 10 | 11 | let obj = JSON.parse($response.body); 12 | obj.subscriber.entitlements = { 13 | "pro": { 14 | "expires_date": "2100-01-01T01:01:01Z", 15 | "product_identifier": "com.lkzhao.editor.pro.ios.yearly", 16 | "purchase_date": "2020-01-01T01:01:01Z" 17 | } 18 | }; 19 | obj.subscriber.subscriptions = { 20 | "com.lkzhao.editor.pro.ios.yearly": { 21 | "billing_issues_detected_at": null, 22 | "expires_date": "2100-01-01T01:01:01Z", 23 | "is_sandbox": false, 24 | "original_purchase_date": "2020-01-01T01:01:01Z", 25 | "period_type": "trial", 26 | "purchase_date": "2020-01-01T01:01:01Z", 27 | "store": "app_store", 28 | "unsubscribe_detected_at": null 29 | } 30 | }; 31 | 32 | $done({body: JSON.stringify(obj)}); 33 | -------------------------------------------------------------------------------- /PDFExpert7.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 4 | 5 | By LTribe: 6 | PDF Expert 7 Download Link:http://t.cn/A6zQCfn6 7 | 8 | [rewrite_local] 9 | 10 | # PDF Expert 7 解锁内购年订阅 11 | https:\/\/license\.pdfexpert\.com\/api\/1.0\/pdfexpert6\/subscription\/(check|refresh) url script-response-body PDFExpert.js 12 | 13 | [mitm] 14 | hostname = license.pdfexpert.com, 15 | 16 | */ 17 | 18 | 19 | let obj = JSON.parse($response.body); 20 | 21 | obj = { 22 | "isEligibleForIntroPeriod":true, 23 | "originalTransactionId":"730000355000000", 24 | "subscriptionExpirationDate":"01:01 01/01/2020", 25 | "subscriptionState":"active", 26 | "subscriptionReceiptId":"1559207500000", 27 | "isPDFExpert6User":true, 28 | "subscriptionAutoRenewStatus":"autoRenewOff", 29 | "isInGracePeriod":true 30 | }; 31 | 32 | $done({body: JSON.stringify(obj)}); 33 | -------------------------------------------------------------------------------- /Picsew.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | Picsew Unlocks (by LTribe) 5 | Picsew download link : http://t.cn/AiWC7BVq 6 | 7 | [rewrite_local] 8 | # Picsew Unlocks (by LTribe) 9 | ^https:\/\/buy\.itunes\.apple\.com\/verifyReceipt url script-response-body Picsew.js 10 | 11 | [mitm] 12 | hostname = buy.itunes.apple.com, 13 | 14 | */ 15 | 16 | let obj = JSON.parse($response.body); 17 | obj = { 18 | "receipt": { 19 | "receipt_type": "Production", 20 | "adam_id": 0, 21 | "app_item_id": 0, 22 | "bundle_id": "com.sugarmo.ScrollClip", 23 | "application_version": "3061", 24 | "download_id": 0, 25 | "version_external_identifier": 0, 26 | "receipt_creation_date": "2020-01-01 00:00:00 Etc/GMT", 27 | "receipt_creation_date_ms": "1588000000000", 28 | "receipt_creation_date_pst": "2020-04-27 21:10:15 America/Los_Angeles", 29 | "request_date": "2020-01-01 00:00:00 Etc/GMT", 30 | "request_date_ms": "1588000000000", 31 | "request_date_pst": "2020-01-01 00:00:00 America/Los_Angeles", 32 | "original_purchase_date": "2001-01-01 00:00:00 Etc/GMT", 33 | "original_purchase_date_ms": "1576200000000", 34 | "original_purchase_date_pst": "2020-01-01 00:00:00 America/Los_Angeles", 35 | "original_application_version": "3037", 36 | "in_app": [{ 37 | "quantity": "1", 38 | "product_id": "com.sugarmo.ScrollClip.pro", 39 | "transaction_id": "1000000000000000", 40 | "original_transaction_id": "1000000000000000", 41 | "purchase_date": "2020-01-01 00:00:00 Etc/GMT", 42 | "purchase_date_ms": "1587700000000", 43 | "purchase_date_pst": "2020-01-21 00:00:00 America/Los_Angeles", 44 | "original_purchase_date": "2020-01-01 00:00:00 Etc/GMT", 45 | "original_purchase_date_ms": "1587700000000", 46 | "original_purchase_date_pst": "2020-01-01 00:00:00 America/Los_Angeles", 47 | "is_trial_period": "false" 48 | }] 49 | }, 50 | "status": 0, 51 | "environment": "Production" 52 | }; 53 | 54 | $done({body: JSON.stringify(obj)}); 55 | -------------------------------------------------------------------------------- /PolarisOffice: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | PolarisOffice Unlock Annual Subscriptions (by LTribe) 5 | PolarisOffice Download Link : http://t.cn/A67a1dbB 6 | 7 | [rewrite_local] 8 | # PolarisOffice Unlock annual subscriptions (by LTribe) 9 | ^https?:\/\/api\.polarisoffice\.com\/api\/.*\/account\/userinfo url script-response-body PolarisOffice.js 10 | 11 | [mitm] 12 | hostname = *.polarisoffice.com, 13 | 14 | */ 15 | 16 | let obj = JSON.parse($response.body); 17 | obj.level = 2; 18 | $done({body: JSON.stringify(obj)}); 19 | -------------------------------------------------------------------------------- /ScannerPro.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | 5 | [rewrite_local] 6 | # Scanner Pro 的 Pro 订阅 (by LTribe) 7 | ^https?:\/\/license\.pdfexpert\.com\/api\/2\.0\/scanner\/subscription\/refresh url script-response-body https://raw.githubusercontent.com/LTribeSkyx/Script/master/ScannerPro.js 8 | 9 | [mitm] 10 | hostname = license.pdfexpert.com, 11 | */ 12 | 13 | let obj = JSON.parse($response.body); 14 | 15 | obj = { 16 | "receiptStatus": "ok", 17 | "isEligibleForIntroPeriod": true, 18 | "subscriptionState": "notActive", 19 | "receiptId": 1000000000000, 20 | "isScanner7User": true, 21 | "inAppStates": [{ 22 | "type": "custom purchase", 23 | "productId": "scannerpro7-user", 24 | "entitlements": [] 25 | }], 26 | "chargingPlatform": "iOS AppStore", 27 | "bundleId": "com.readdle.Scanner" 28 | } 29 | 30 | $done({body: JSON.stringify(obj)}); 31 | -------------------------------------------------------------------------------- /Shapr3D.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本 4 | unlock Shapr:3D PRO(By LTribe) 5 | 6 | [rewrite_local] 7 | # unlock Shapr3D(By LTribe) 8 | ^https?:\/\/prod\.api\.shapr3d\.com\/user-management\/profile-with-device url script-response-body Shapr3D.js 9 | 10 | [mitm] 11 | hostname = prod.api.shapr3d.com, 12 | 13 | */ 14 | 15 | let obj = JSON.parse($response.body); 16 | obj.subscriptionType = "pro_year"; 17 | obj.subscriptionExpires = "2100-01-01T00:00:00.000Z"; 18 | $done({body: JSON.stringify(obj)}); 19 | -------------------------------------------------------------------------------- /VideoStar.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | VideoStar Unlock Annual Subscriptions (by LTribe) 5 | Download Link : https://url.cn/5fCOG9R 6 | 7 | [rewrite_local] 8 | # VideoStar Unlock annual subscriptions (by LTribe) 9 | ^https?:\/\/.*\.videostarapp\.com\/scripts\/subsNew\.php url script-response-body VideoStar.js 10 | 11 | [mitm] 12 | hostname = *.videostarapp.com, 13 | 14 | */ 15 | 16 | let obj = JSON.parse($response.body); 17 | obj.latest_receipt = [{ 18 | "quantity": "1", 19 | "product_id": "OneYearUnlockVS", 20 | "transaction_id": "230000563000000", 21 | "original_transaction_id": "230000563000000", 22 | "purchase_date": "2018-07-24 00:08:51 Etc/GMT", 23 | "purchase_date_ms": "1532390931000", 24 | "purchase_date_pst": "2018-07-23 17:08:51 America/Los_Angeles", 25 | "original_purchase_date": "2018-07-24 00:08:57 Etc/GMT", 26 | "original_purchase_date_ms": "1532390931000", 27 | "original_purchase_date_pst": "2018-07-23 17:08:57 America/Los_Angeles", 28 | "expires_date": "2060-07-24 00:08:51 Etc/GMT", 29 | "expires_date_ms": "2840141331000", 30 | "expires_date_pst": "2060-07-23 17:08:51 America/Los_Angeles", 31 | "web_order_line_item_id": "230000189000000", 32 | "is_trial_period": "false", 33 | "is_in_intro_offer_period": "false", 34 | "subscription_group_identifier": "20300000" 35 | }]; 36 | 37 | obj.in_app = [{ 38 | "quantity": "1", 39 | "product_id": "OneYearUnlockVS", 40 | "transaction_id": "230000563000000", 41 | "original_transaction_id": "230000563000000", 42 | "purchase_date": "2018-07-24 00:08:51 Etc/GMT", 43 | "purchase_date_ms": "1532390931000", 44 | "purchase_date_pst": "2018-07-23 17:08:51 America/Los_Angeles", 45 | "original_purchase_date": "2018-07-24 00:08:57 Etc/GMT", 46 | "original_purchase_date_ms": "1532390931000", 47 | "original_purchase_date_pst": "2018-07-23 17:08:57 America/Los_Angeles", 48 | "expires_date": "2020-07-24 00:08:51 Etc/GMT", 49 | "expires_date_ms": "230000563000000", 50 | "expires_date_pst": "2060-07-23 17:08:51 America/Los_Angeles", 51 | "web_order_line_item_id": "230000189000000", 52 | "is_trial_period": "false", 53 | "is_in_intro_offer_period": "false" 54 | }]; 55 | 56 | obj.activeSubs = { 57 | "OneYearUnlockVS": "4102445330000" 58 | }; 59 | 60 | $done({body: JSON.stringify(obj)}); 61 | -------------------------------------------------------------------------------- /WPS.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | WPS Office Unlock 5 | Download Link : https://w.url.cn/s/A7je1S3 6 | 7 | [rewrite_local] 8 | # WPS Office 9 | ^https?:\/\/account\.wps\.cn\/api\/users\/.*\/overview url script-response-body WPS.js 10 | 11 | [mitm] 12 | hostname = account.wps.cn, 13 | 14 | */ 15 | 16 | let obj = JSON.parse($response.body); 17 | obj = { 18 | "result": "ok", 19 | "total_cost": 0, 20 | "privilege": [{ 21 | "times": 0, 22 | "expire_time": 7956882115, 23 | "spid": "data_recover" 24 | }, { 25 | "times": 0, 26 | "expire_time": 7956882115, 27 | "spid": "ocr" 28 | }, { 29 | "times": 0, 30 | "expire_time": 7956882115, 31 | "spid": "pdf2doc" 32 | }, { 33 | "times": 0, 34 | "expire_time": 7956882115, 35 | "spid": "pdf_merge" 36 | }, { 37 | "times": 0, 38 | "expire_time": 7956882115, 39 | "spid": "pdf_sign" 40 | }, { 41 | "times": 0, 42 | "expire_time": 7956882115, 43 | "spid": "pdf_split" 44 | }], 45 | "userid": 100861008, 46 | "wealth": 10086, 47 | "level": 10, 48 | "exp": 10086, 49 | "vip": { 50 | "memberid": 40, 51 | "expire_time": 7956882115, 52 | "name": "超级会员", 53 | "has_ad": 0, 54 | "enabled": [{ 55 | "name": "超级会员", 56 | "expire_time": 7956882115, 57 | "memberid": 40 58 | }, { 59 | "name": "WPS会员", 60 | "expire_time": 7956882115, 61 | "memberid": 20 62 | }, { 63 | "name": "稻壳会员", 64 | "expire_time": 7956882115, 65 | "memberid": 12 66 | }] 67 | }, 68 | "total_buy": 0 69 | } 70 | 71 | $done({body: JSON.stringify(obj)}); 72 | -------------------------------------------------------------------------------- /Wanliyingshi.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | By LTribe 4 | Quantumult X 脚本:万里影视解锁VIP无限时长 5 | 6 | 万里影视App Store版 : http://t.cn/A6zB6tlH 7 | 备用下载地址:http://t.cn/A6zB6IIG 8 | 9 | [rewrite_local] 10 | # 解锁万里影视VIP无限时长 (by LTribe) 11 | ^http?:\/\/.*\.arten.cn\/login\/login url script-response-body Wanliyingshi.js 12 | 13 | [mitm] 14 | hostname = *.arten.cn, 15 | 16 | */ 17 | 18 | let obj = JSON.parse($response.body); 19 | obj.msg.time = 4102464235; 20 | $done({body: JSON.stringify(obj)}); 21 | -------------------------------------------------------------------------------- /XMind.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | Xmind Unlock annual subscriptions (by LTribe) 5 | Xmind Download Link : http://t.cn/A6zhp3Bm 6 | Thanks To@xiaozhuolao's membership data. 7 | 8 | [rewrite_local] 9 | # Xmind Unlock annual subscriptions (by LTribe) 10 | https?:\/\/.*\.xmind\..*\/_res\/devices url script-response-body XMind.js 11 | 12 | [mitm] 13 | hostname = *.xmind.*, 14 | 15 | */ 16 | 17 | let obj = JSON.parse($response.body); 18 | 19 | obj = { 20 | "raw_data": "S0MY6Wu5wpkW52RE5XmMkSMfTBvnytTwIJODrtVDjnA0axrORbnv9gh1RC4W3/ejTfQhNBb7CVxxpbYnBBk2tHc4gAODhsuGpHkltYNL/P5dfORSpdbiNkAZr5aBBbHS/dNlaYjLYyBkq9Ohfe0QS9PeXOWLbDdNA6kqidLJysw=", 21 | "license": { 22 | "status": "sub", 23 | "expireTime": 9999999999999 24 | }, 25 | "_code": 200 26 | } 27 | 28 | $done({body: JSON.stringify(obj)}); 29 | 30 | // Updated 20200715 31 | // 仅供个人参考学习交流,勿用于其它... 32 | -------------------------------------------------------------------------------- /baimiao.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | 解锁白描黄金会员 (by LTribe) 5 | Download Link : https://t.cn/Ais9SirD 6 | Thanks To@xiaozhuolao's membership data. 7 | 8 | [rewrite_local] 9 | # 白描解锁黄金会员 (by LTribe) 10 | ^https?:\/\/baimiao\.uzero\.cn\/api\/v\d\.user\/appLaunchWithUser$ url script-response-body baimiao.js 11 | 12 | [mitm] 13 | hostname = baimiao.uzero.cn, 14 | 15 | */ 16 | 17 | let obj = JSON.parse($response.body); 18 | 19 | obj.value.vip = {"id":999999,"userId":9999999,"levelId":2,"deadline":9999986324,"boughtType":"new","boughtTime":1586253524,"boughtDuration":10,"boughtUnit":"year","boughtAmount":30,"orderId":999999,"deadlineNotified":0,"operatorId":0,"createdTime":1586253524,"level":{"id":2,"seq":2,"name":"黄金会员","icon":"","picture":"","monthPrice":0.02,"yearPrice":30,"description":"","recognizeNormal":-100,"recognizeBatch":-100,"recognizeTranslate":-100,"recognizeTranslateAll":1,"enabled":1,"gived":0,"createdTime":1429260383,"maxRate":100}}; 20 | 21 | $done({body: JSON.stringify(obj)}); 22 | -------------------------------------------------------------------------------- /bubeidanci.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | 不背单词 unlock (by LTribe) 5 | Download link : https://t.cn/A6Z1ysfS 6 | 7 | 说明:该脚本qx域名解密有问题,iPhone上能用,但在iPad上暂时无法使用,具体情况自行测试. 8 | 不背单词[Http Catcher]网球规则下载链接:https://t.cn/AiFmr7db 9 | 10 | [三选一]: 11 | 1.将该js文件下载保存到[qx-script]本地写法: 12 | [rewrite_local] 13 | # 不背单词 (by LTribe) 14 | ^https?:\/\/sapi\.beingfine\.cn\/v\d\/report\/launch* url script-response-body bubeidanci.js 15 | 16 | 2.正则写法(无需保存下载保存js文件) 17 | [rewrite_local] 18 | # 不背单词 (by LTribe) 19 | ^https?:\/\/sapi\.beingfine\.cn\/v\d\/report\/launch* url response-body \\"privileges\\":\{.*?\}\}, response-body \\"privileges\\":{\\"wordroot\\":{\\"expire_date\\":4102429976000,\\"user_type\\":2,\\"granted\\":1},\\"collins\\":{\\"expire_date\\":4102429976000,\\"collins_user_type\\":2,\\"granted\\":1}}, 20 | 21 | 3.远程写法(要求使用qx TF版本) 22 | [rewrite_local] 23 | # 不背单词 (by LTribe) 24 | ^https?:\/\/sapi\.beingfine\.cn\/v\d\/report\/launch* url script-response-body https://raw.githubusercontent.com/LTribeSkyx/Script/master/bubeidanci.js 25 | 26 | [mitm] 27 | hostname = sapi.beingfine.cn, 28 | 29 | */ 30 | 31 | let body = $response.body; 32 | let obj = JSON.parse(body); 33 | let ltr = JSON.parse(obj.data_body); 34 | ltr.privileges.wordroot = {"expire_date":4102429976000,"user_type":2,"granted":1}; 35 | ltr.privileges.collins = {"expire_date":4102429976000,"collins_user_type":2,"granted":1}; 36 | obj.data_body = JSON.stringify(ltr); 37 | $done({body: JSON.stringify(obj)}); 38 | 39 | // Updated April 11,2020 40 | // 仅供个人参考学习交流,勿用于其它... 41 | -------------------------------------------------------------------------------- /inshot.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | inshot unlock (by LTribe) 5 | Download link : https://t.cn/A6ZrL7hJ 6 | 7 | [rewrite_local] 8 | # inshot (by LTribe)恢复购买后请禁用. 9 | ^https:\/\/buy\.itunes\.apple\.com\/verifyReceipt url script-request-body inshot.js 10 | 11 | [mitm] 12 | hostname = buy.itunes.apple.com, 13 | 14 | */ 15 | 16 | let obj = JSON.parse($request.body); 17 | obj = {"receipt-data":"MIIULwYJKoZIhvcNAQcCoIIUIDCCFBwCAQExCzAJBgUrDgMCGgUAMIID0AYJKoZIhvcNAQcBoIIDwQSCA70xggO5MAoCARQCAQEEAgwAMAsCAQMCAQEEAwwBMTALAgETAgEBBAMMATEwCwIBGQIBAQQDAgEDMAwCAQoCAQEEBBYCNCswDAIBDgIBAQQEAgIA0zANAgENAgEBBAUCAwH8\/TAOAgEBAgEBBAYCBDtyihUwDgIBCQIBAQQGAgRQMjUzMA4CAQsCAQEEBgIEAy0PwDAOAgEQAgEBBAYCBDHB7zAwEAIBDwIBAQQIAgZORfHgC48wFAIBAAIBAQQMDApQcm9kdWN0aW9uMBgCAQQCAQIEEHity61ln61LFvLVWWHKdXcwHAIBBQIBAQQUK1kA+vu2IS\/\/MAe7tUVNgUWw8O4wHgIBCAIBAQQWFhQyMDIwLTA0LTA2VDA4OjQxOjEzWjAeAgEMAgEBBBYWFDIwMjAtMDQtMDZUMDg6NDE6MTNaMB4CARICAQEEFhYUMjAxOS0xMS0yM1QxNjoyNTo0NVowJAIBAgIBAQQcDBpjb20uY2FtZXJhc2lkZWFzLkluc3RhU2hvdDA9AgEHAgEBBDVxseEhMd\/QnYEBEDWG826jKmhhWt7Zp4udiLnwpSx8y3LmuNlMv2OGy+2kMw0d8K9ZbnXpPzBXAgEGAgEBBE9nKBJm8mWm7aWwj0tbCKj3Q3taJ7V0VYMr7M2FkyoXgCuOL2rdkKecwiiZWR2ui1lbCE364bVvnABrvyHJVoX1SD31jFSVYiB7HXPaXy\/cMIIBmQIBEQIBAQSCAY8xggGLMAsCAgatAgEBBAIMADALAgIGsAIBAQQCFgAwCwICBrICAQEEAgwAMAsCAgazAgEBBAIMADALAgIGtAIBAQQCDAAwCwICBrUCAQEEAgwAMAsCAga2AgEBBAIMADAMAgIGpQIBAQQDAgEBMAwCAgarAgEBBAMCAQMwDAICBrECAQEEAwIBADAMAgIGtwIBAQQDAgEAMA8CAgauAgEBBAYCBE2ZJHswEgICBq8CAQEECQIHAaJeJGBDhDAaAgIGpwIBAQQRDA80NjAwMDA1NTE0Nzg4OTYwGgICBqkCAQEEEQwPNDYwMDAwNTUxNDc4ODk2MB8CAgaoAgEBBBYWFDIwMTktMTEtMjNUMTY6Mjg6NTlaMB8CAgaqAgEBBBYWFDIwMTktMTEtMjNUMTY6Mjk6MDNaMB8CAgasAgEBBBYWFDIwMjAtMTEtMjNUMTY6Mjg6NTlaMDYCAgamAgEBBC0MK2NvbS5jYW1lcmFzaWRlYXMuSW5zdGFTaG90LkluU2hvdFByb195ZWFybHmggg5lMIIFfDCCBGSgAwIBAgIIDutXh+eeCY0wDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNVBAYTAlVTMRMwEQYDVQQKDApBcHBsZSBJbmMuMSwwKgYDVQQLDCNBcHBsZSBXb3JsZHdpZGUgRGV2ZWxvcGVyIFJlbGF0aW9uczFEMEIGA1UEAww7QXBwbGUgV29ybGR3aWRlIERldmVsb3BlciBSZWxhdGlvbnMgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTUxMTEzMDIxNTA5WhcNMjMwMjA3MjE0ODQ3WjCBiTE3MDUGA1UEAwwuTWFjIEFwcCBTdG9yZSBhbmQgaVR1bmVzIFN0b3JlIFJlY2VpcHQgU2lnbmluZzEsMCoGA1UECwwjQXBwbGUgV29ybGR3aWRlIERldmVsb3BlciBSZWxhdGlvbnMxEzARBgNVBAoMCkFwcGxlIEluYy4xCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApc+B\/SWigVvWh+0j2jMcjuIjwKXEJss9xp\/sSg1Vhv+kAteXyjlUbX1\/slQYncQsUnGOZHuCzom6SdYI5bSIcc8\/W0YuxsQduAOpWKIEPiF41du30I4SjYNMWypoN5PC8r0exNKhDEpYUqsS4+3dH5gVkDUtwswSyo1IgfdYeFRr6IwxNh9KBgxHVPM3kLiykol9X6SFSuHAnOC6pLuCl2P0K5PB\/T5vysH1PKmPUhrAJQp2Dt7+mf7\/wmv1W16sc1FJCFaJzEOQzI6BAtCgl7ZcsaFpaYeQEGgmJjm4HRBzsApdxXPQ33Y72C3ZiB7j7AfP4o7Q0\/omVYHv4gNJIwIDAQABo4IB1zCCAdMwPwYIKwYBBQUHAQEEMzAxMC8GCCsGAQUFBzABhiNodHRwOi8vb2NzcC5hcHBsZS5jb20vb2NzcDAzLXd3ZHIwNDAdBgNVHQ4EFgQUkaSc\/MR2t5+givRN9Y82Xe0rBIUwDAYDVR0TAQH\/BAIwADAfBgNVHSMEGDAWgBSIJxcJqbYYYIvs67r2R1nFUlSjtzCCAR4GA1UdIASCARUwggERMIIBDQYKKoZIhvdjZAUGATCB\/jCBwwYIKwYBBQUHAgIwgbYMgbNSZWxpYW5jZSBvbiB0aGlzIGNlcnRpZmljYXRlIGJ5IGFueSBwYXJ0eSBhc3N1bWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFyZCB0ZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGNlcnRpZmljYXRlIHBvbGljeSBhbmQgY2VydGlmaWNhdGlvbiBwcmFjdGljZSBzdGF0ZW1lbnRzLjA2BggrBgEFBQcCARYqaHR0cDovL3d3dy5hcHBsZS5jb20vY2VydGlmaWNhdGVhdXRob3JpdHkvMA4GA1UdDwEB\/wQEAwIHgDAQBgoqhkiG92NkBgsBBAIFADANBgkqhkiG9w0BAQUFAAOCAQEADaYb0y4941srB25ClmzT6IxDMIJf4FzRjb69D70a\/CWS24yFw4BZ3+Pi1y4FFKwN27a4\/vw1LnzLrRdrjn8f5He5sWeVtBNephmGdvhaIJXnY4wPc\/zo7cYfrpn4ZUhcoOAoOsAQNy25oAQ5H3O5yAX98t5\/GioqbisB\/KAgXNnrfSemM\/j1mOC+RNuxTGf8bgpPyeIGqNKX86eOa1GiWoR1ZdEWBGLjwV\/1CKnPaNmSAMnBjLP4jQBkulhgwHyvj3XKablbKtYdaG6YQvVMpzcZm8w7HHoZQ\/Ojbb9IYAYMNpIr7N4YtRHaLSPQjvygaZwXG56AezlHRTBhL8cTqDCCBCIwggMKoAMCAQICCAHevMQ5baAQMA0GCSqGSIb3DQEBBQUAMGIxCzAJBgNVBAYTAlVTMRMwEQYDVQQKEwpBcHBsZSBJbmMuMSYwJAYDVQQLEx1BcHBsZSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEWMBQGA1UEAxMNQXBwbGUgUm9vdCBDQTAeFw0xMzAyMDcyMTQ4NDdaFw0yMzAyMDcyMTQ4NDdaMIGWMQswCQYDVQQGEwJVUzETMBEGA1UECgwKQXBwbGUgSW5jLjEsMCoGA1UECwwjQXBwbGUgV29ybGR3aWRlIERldmVsb3BlciBSZWxhdGlvbnMxRDBCBgNVBAMMO0FwcGxlIFdvcmxkd2lkZSBEZXZlbG9wZXIgUmVsYXRpb25zIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyjhUpstWqsgkOUjpjO7sX7h\/JpG8NFN6znxjgGF3ZF6lByO2Of5QLRVWWHAtfsRuwUqFPi\/w3oQaoVfJr3sY\/2r6FRJJFQgZrKrbKjLtlmNoUhU9jIrsv2sYleADrAF9lwVnzg6FlTdq7Qm2rmfNUWSfxlzRvFduZzWAdjakh4FuOI\/YKxVOeyXYWr9Og8GN0pPVGnG1YJydM05V+RJYDIa4Fg3B5XdFjVBIuist5JSF4ejEncZopbCj\/Gd+cLoCWUt3QpE5ufXN4UzvwDtIjKblIV39amq7pxY1YNLmrfNGKcnow4vpecBqYWcVsvD95Wi8Yl9uz5nd7xtj\/pJlqwIDAQABo4GmMIGjMB0GA1UdDgQWBBSIJxcJqbYYYIvs67r2R1nFUlSjtzAPBgNVHRMBAf8EBTADAQH\/MB8GA1UdIwQYMBaAFCvQaUeUdgn+9GuNLkCm90dNfwheMC4GA1UdHwQnMCUwI6AhoB+GHWh0dHA6Ly9jcmwuYXBwbGUuY29tL3Jvb3QuY3JsMA4GA1UdDwEB\/wQEAwIBhjAQBgoqhkiG92NkBgIBBAIFADANBgkqhkiG9w0BAQUFAAOCAQEAT8\/vWb4s9bJsL4\/uE4cy6AU1qG6LfclpDLnZF7x3LNRn4v2abTpZXN+DAb2yriphcrGvzcNFMI+jgw3OHUe08ZOKo3SbpMOYcoc7Pq9FC5JUuTK7kBhTawpOELbZHVBsIYAKiU5XjGtbPD2m\/d73DSMdC0omhz+6kZJMpBkSGW1X9XpYh3toiuSGjErr4kkUqqXdVQCprrtLMK7hoLG8KYDmCXflvjSiAcp\/3OIK5ju4u+y6YpXzBWNBgs0POx1MlaTbq\/nJlelP5E3nJpmB6bz5tCnSAXpm4S6M9iGKxfh44YGuv9OQnamt86\/9OBqWZzAcUaVc7HGKgrRsDwwVHzCCBLswggOjoAMCAQICAQIwDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UEBhMCVVMxEzARBgNVBAoTCkFwcGxlIEluYy4xJjAkBgNVBAsTHUFwcGxlIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRYwFAYDVQQDEw1BcHBsZSBSb290IENBMB4XDTA2MDQyNTIxNDAzNloXDTM1MDIwOTIxNDAzNlowYjELMAkGA1UEBhMCVVMxEzARBgNVBAoTCkFwcGxlIEluYy4xJjAkBgNVBAsTHUFwcGxlIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRYwFAYDVQQDEw1BcHBsZSBSb290IENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5JGpCR+R2x5HUOsF7V55hC3rNqJXTFXsixmJ3vlLbPUHqyIwAugYPvhQCdN\/QaiY+dHKZpwkaxHQo7vkGyrDH5WeegykR4tb1BY3M8vED03OFGnRyRly9V0O1X9fm\/IlA7pVj01dDfFkNSMVSxVZHbOU9\/acns9QusFYUGePCLQg98usLCBvcLY\/ATCMt0PPD5098ytJKBrI\/s61uQ7ZXhzWyz21Oq30Dw4AkguxIRYudNU8DdtiFqujcZJHU1XBry9Bs\/j743DN5qNMRX4fTGtQlkGJxHRiCxCDQYczioGxMFjsWgQyjGizjx3eZXP\/Z15lvEnYdp8zFGWhd5TJLQIDAQABo4IBejCCAXYwDgYDVR0PAQH\/BAQDAgEGMA8GA1UdEwEB\/wQFMAMBAf8wHQYDVR0OBBYEFCvQaUeUdgn+9GuNLkCm90dNfwheMB8GA1UdIwQYMBaAFCvQaUeUdgn+9GuNLkCm90dNfwheMIIBEQYDVR0gBIIBCDCCAQQwggEABgkqhkiG92NkBQEwgfIwKgYIKwYBBQUHAgEWHmh0dHBzOi8vd3d3LmFwcGxlLmNvbS9hcHBsZWNhLzCBwwYIKwYBBQUHAgIwgbYagbNSZWxpYW5jZSBvbiB0aGlzIGNlcnRpZmljYXRlIGJ5IGFueSBwYXJ0eSBhc3N1bWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFyZCB0ZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGNlcnRpZmljYXRlIHBvbGljeSBhbmQgY2VydGlmaWNhdGlvbiBwcmFjdGljZSBzdGF0ZW1lbnRzLjANBgkqhkiG9w0BAQUFAAOCAQEAXDaZTC14t+2Mm9zzd5vydtJ3ME\/BH4WDhRuZPUc38qmbQI4s1LGQEti+9HOb7tJkD8t5TzTYoj75eP9ryAfsfTmDi1Mg0zjEsb+aTwpr\/yv8WacFCXwXQFYRHnTTt4sjO0ej1W8k4uvRt3DfD0XhJ8rxbXjt57UXF6jcfiI1yiXV2Q\/Wa9SiJCMR96Gsj3OBYMYbWwkvkrL4REjwYDieFfU9JmcgijNq9w2Cz97roy\/5U2pbZMBjM3f3OgcsVuvaDyEO2rpzGU+12TZ\/wYdV2aeZuTJC+9jVcZ5+oVK3G72TQiQSKscPHbZNnF5jyEuAF1CqitXa5PzQCQc3sHV1ITGCAcswggHHAgEBMIGjMIGWMQswCQYDVQQGEwJVUzETMBEGA1UECgwKQXBwbGUgSW5jLjEsMCoGA1UECwwjQXBwbGUgV29ybGR3aWRlIERldmVsb3BlciBSZWxhdGlvbnMxRDBCBgNVBAMMO0FwcGxlIFdvcmxkd2lkZSBEZXZlbG9wZXIgUmVsYXRpb25zIENlcnRpZmljYXRpb24gQXV0aG9yaXR5AggO61eH554JjTAJBgUrDgMCGgUAMA0GCSqGSIb3DQEBAQUABIIBAJsExfuJw9sTk6nEnzvSrAkJGlGbHuF7lVChoHY+\/eoN1uxAHuPOHVsPoAXAyFss2L8XgQFNs1pObofazer+OD9r4dpJ2hwdTP4j66KZJke93yCagrVCjBagfSA4MgWvHdOXjPe5jt\/ModN5rKnRWUv1Qa09zncW\/mOGkcfZ4qLc3954zRRU5Hytrvd3vqoV4oC4ckJBnWzpe6rYOndPOvugpgo1lbsXZUCdLPYhmuXJs3Zv02096IVf5ZvLpPMobIj97ekioUc\/xxp6w5SXizIYu+IzayMMFFY1d0B+vXOJKVBFGMNOhaKyQy+IifuG7yJ\/kCYIg+MoVZz2MNXZdH0=", 18 | "password":"ea90c02f08cc403dbb1e33c3ac4e026d"}; 19 | $done({body: JSON.stringify(obj)}); 20 | -------------------------------------------------------------------------------- /lyst.js: -------------------------------------------------------------------------------- 1 | /* 2 | Quantumult X 脚本: 3 | 4 | [rewrite_local] 5 | # 朗易思听 6 | ^https?:\/\/sapi\.beingfine\.cn\/v\d\/LE_GetCourseEpisodes* url response-body locked":\d response-body locked":0 7 | ^https?:\/\/sapi\.beingfine\.cn\/v\d\/UserLaunchAppReport* url script-response-body lyst.js 8 | 9 | [mitm] 10 | hostname = sapi.beingfine.cn, 11 | 12 | */ 13 | 14 | let obj = JSON.parse($response.body); 15 | obj.data_body.privileges = { 16 | "lrc_unlimited_online_playback": { 17 | "expire_date": 4102430231000, 18 | "granted": 2 19 | }, 20 | "wordroot": { 21 | "expire_date": 4102430231000, 22 | "user_type": 1, 23 | "granted": 2 24 | }, 25 | "collins": { 26 | "expire_date": 4102430231000, 27 | "granted": 2, 28 | "collins_user_type": 1 29 | }, 30 | "lrc_unlimited_download": { 31 | "expire_date": 4102430231000, 32 | "granted": 2 33 | } 34 | }; 35 | $done({body: JSON.stringify(obj)}); 36 | 37 | // Updated April 11,2020 38 | // 仅供个人参考学习交流,勿用于其它... 39 | -------------------------------------------------------------------------------- /photoshop.js: -------------------------------------------------------------------------------- 1 | /* 2 | Quantumult X 脚本 3 | Unlock Photoshop for iPad & Ps Express 4 | 5 | By LTribe 6 | Photoshop download link : http://t.cn/AiBIDoTv 7 | Ps Express download link : http://t.cn/AiEwcMje 8 | 9 | 注意 Adobe PhotoShop 需注册登录非大陆的Adobe账号,否则会没有云存储空间 10 | 11 | [rewrite_local] 12 | # Photoshop for iPad & Ps Express 解锁内购订阅【By LTribe】 13 | ^https:\/\/.*\.adobe\..*\/mobile_profile\/nul\/v\d$ url script-response-body photoshop.js 14 | 15 | [mitm] 16 | hostname = *.adobe.* 17 | 18 | */ 19 | 20 | let obj = JSON.parse($response.body); 21 | 22 | obj.mobileProfile.profileStatus = 'PROFILE_AVAILABLE'; 23 | 24 | $done({body: JSON.stringify(obj)}); 25 | -------------------------------------------------------------------------------- /polaris.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | 泼辣修图 Unlock Annual Subscriptions (by LTribe) 5 | 泼辣修图 Download Link : http://t.cn/Ai8mqNvm 6 | 7 | [rewrite_local] 8 | # 泼辣修图解锁会员 (by LTribe) 9 | ^https?:\/\/api\.(polaxiong\.com|polarr\.co)\/v\d\/payments\/appleiap\/receipts\/confirmation$ url script-response-body polaris.js 10 | 11 | [mitm] 12 | hostname = api.polaxiong.com, api.polarr.co, 13 | 14 | */ 15 | 16 | let obj = JSON.parse($response.body); 17 | obj = { 18 | "app":"PPE", 19 | "isUnlimited":true, 20 | "membershipExpiryDate":"2100-01-01T12:00:00.000Z" 21 | }; 22 | 23 | $done({body: JSON.stringify(obj)}); 24 | -------------------------------------------------------------------------------- /pzqz.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本[未完成]: 4 | 拍照取字 Unlocks (by LTribe) 5 | 6 | [rewrite_local] 7 | # 拍照取字 Unlocks (by LTribe) 8 | ^http?:\/\/pay_free\.maoqilai\.com\/get_user_info url response-body pzqz.js 9 | 10 | [mitm] 11 | hostname = *.maoqilai.com, 12 | 13 | */ 14 | 15 | let obj = JSON.parse($response.body); 16 | obj.is_forever = true; 17 | $done({body: JSON.stringify(obj)}); 18 | -------------------------------------------------------------------------------- /qingyanxiangji.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | The camera of light words Unlock Annual Subscriptions (by LTribe) 5 | Download Link : http://t.cn/A6ZtvYIJ 6 | 7 | [rewrite_local] 8 | # 轻言相机解锁年订阅 (by LTribe) 9 | ^https?:\/\/commerce-api\.faceu\.mobi\/commerce\/.*\/subscription\/user_info* url script-response-body qingyanxiangji.js 10 | 11 | [mitm] 12 | hostname = commerce-api.faceu.mobi, 13 | 14 | */ 15 | 16 | let obj = JSON.parse($response.body); 17 | obj.data.start_time = 1577813990; 18 | obj.data.end_time = 4070885990; 19 | obj.data.is_first_subscribe = true; 20 | obj.data.is_cancel_subscribe = true; 21 | obj.data.flag = true; 22 | $done({body: JSON.stringify(obj)}); 23 | -------------------------------------------------------------------------------- /shishitianqi.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | 实时天气 - 当地预报 Unlock annual subscriptions (by LTribe) 5 | Download Link : http://t.cn/A6zrDewt 6 | 7 | [rewrite_local] 8 | # 实时天气 Unlock Vip (by LTribe) 9 | ^https?:\/\/subs\.platforms\.team\/.*\/(offer/checkEligibility$|verifyTransaction$) url script-response-body shishitianqi.js 10 | 11 | [mitm] 12 | hostname = *.platforms.team, 13 | 14 | */ 15 | 16 | let obj = JSON.parse($response.body); 17 | obj = { 18 | "error": 0, 19 | "data": { 20 | "is_offer_eligible": true, 21 | "may_expire": true, 22 | "hash": "e999cea47fe12ef2b5f3jd8kd1d10i6e", 23 | "consumable_inapp": [], 24 | "is_valid": true, 25 | "in_app": { 26 | "com.apalonapps.wlf.7d_3dt_sub00004": { 27 | "expired": false, 28 | "may_expire": true, 29 | "cancelled": false, 30 | "is_valid": true, 31 | "is_trial": true, 32 | "is_intro": false, 33 | "transaction_id": "720000000099999", 34 | "purchase_date_ms": "1577882954000", 35 | "expires_date_ms": "4070954795000", 36 | "remaining_time_ms": "222259196000" 37 | } 38 | } 39 | } 40 | }; 41 | $done({body: JSON.stringify(obj)}); 42 | -------------------------------------------------------------------------------- /sjyjgj.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | [手机硬件管家] unlock (by LTribe) 5 | Download Link : https://t.cn/A6wG3i6W 6 | 7 | [rewrite_local] 8 | # 手机硬件管家终身会员(恢复购买后可禁用该重写,by LTribe) 9 | ^http?:\/\/api\.591master\.com\:\d+\/.*\/uicommon\/getuser url script-response-body sjyjgj.js 10 | 11 | [mitm] 12 | hostname = api.591master.com, 13 | 14 | */ 15 | 16 | let obj = JSON.parse($response.body); 17 | obj.data.isVip = true; 18 | obj.data.expireTime = "4102479403"; 19 | obj.data.expExpireTime = "4102479403"; 20 | obj.data.lastBuyTime = "4102479403"; 21 | 22 | $done({body: JSON.stringify(obj)}); 23 | 24 | // Updated April 11,2020 25 | // 仅供个人参考学习交流,勿用于其它... 26 | -------------------------------------------------------------------------------- /tanqinba.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | 弹琴吧解锁所有付费课程(注:钢琴,电子琴,小提琴会员谱库未能解锁)(by LTribe) 5 | 6 | [rewrite_local] 7 | # 弹琴吧解锁付费课程(注:钢琴,电子琴,小提琴会员谱库未能解锁) (by LTribe) 8 | ^http?:\/\/www\.tan8\.com\/codeindex\.php\?d\=(common\&c*|tan8\&c\=yuepu\&m*|tan8\&c\=myself\&m*) url script-response-body tanqinba.js 9 | 10 | [mitm] 11 | hostname = *.tan8.com, 12 | 13 | */ 14 | 15 | let obj = JSON.parse($response.body); 16 | const path1 = "codeindex.php?d=common&c"; 17 | const path2 = "codeindex.php?d=tan8&c=yuepu&m"; 18 | const path3 = "codeindex.php?d=tan8&c=myself&m"; 19 | 20 | if ($request.url.indexOf(path1) != -1){ 21 | var vid = obj.data.result.videoVid; 22 | delete obj.data.result.alertDic; 23 | delete obj.data.result.buyLessonJumpEvent; 24 | obj.data.result.statusCode = "1"; 25 | obj.data.result.message = "Success"; 26 | obj.data.result.videoUrl = "http:\/\/videooss.tan8.com\/tan8video\/" + vid[0] + vid[1] + "\/" + vid[30] + vid[31] +"\/" + vid + "\/" + vid + "_2.mp4"; 27 | }; 28 | 29 | if ($request.url.indexOf(path2) != -1){ 30 | obj.data.result.isfree = 1; 31 | obj.data.result.isvipyp = 0; 32 | obj.data.result.isvip = "0"; 33 | }; 34 | 35 | if ($request.url.indexOf(path3) != -1){ 36 | obj.data.result.vip = 1; 37 | obj.data.result.classVip = 1; 38 | obj.data.result.vipInfo = { 39 | "piano_vip": "1", 40 | "guitar_vip": "1", 41 | "ukulele_vip": "1", 42 | "keyboard_vip": "1", 43 | "piano_vip_endtime": "4102456447", 44 | "guitar_vip_endtime": "4102456447", 45 | "ukulele_vip_endtime": "4102456447", 46 | "keyboard_vip_endtime": "4102456447", 47 | "violin_vip": "1", 48 | "violin_vip_endtime": "4102456447" 49 | }; 50 | obj.data.result.all_vip_status.svip_status = true; 51 | obj.data.result.all_vip_status.paino_vip_status = true; 52 | obj.data.result.all_vip_status.guitar_vip_status = true; 53 | obj.data.result.all_vip_status.ukulele_vip_status = true; 54 | obj.data.result.all_vip_status.keyboard_vip_status = true; 55 | obj.data.result.all_vip_status.violin_vip_status = true; 56 | obj.data.result.user_attachment.img1 = true; 57 | obj.data.result.user_attachment.img2 = true; 58 | obj.data.result.user_attachment.img3 = true; 59 | obj.data.result.user_attachment.img4 = true; 60 | obj.data.result.user_attachment.img5 = true; 61 | obj.data.result.user_attachment.img6 = true; 62 | obj.data.result.user_attachment.img7 = true; 63 | obj.data.result.user_attachment.img8 = true; 64 | obj.data.result.canChangeBackgroundImage = "1"; 65 | obj.data.result.remaining_vip_time = "4102456447" 66 | }; 67 | $done({body: JSON.stringify(obj)}); 68 | -------------------------------------------------------------------------------- /wywnds.js: -------------------------------------------------------------------------------- 1 | /* 2 | Quantumult X 脚本 3 | Unlock WangYiWoNiu 4 | Download Link : http://t.cn/AiOW7xlU 5 | 6 | [rewrite_local] 7 | # 解锁网易蜗牛读书VIP 8 | ^https://p\.du\.163\.com/readtime/info.json url reject 9 | ^https:\/\/p\.du\.163\.com\/gain\/readtime\/info\.json url script-response-body wywnds.js 10 | 11 | [mitm] 12 | hostname = p.du.163.com, 13 | 14 | */ 15 | 16 | let obj = JSON.parse($response.body); 17 | obj.tradeEndTime = 4070957802000; 18 | $done({body: JSON.stringify(obj)}); 19 | -------------------------------------------------------------------------------- /xunjie.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | 解锁迅捷六款App:清爽视频编辑,迅捷文字识别,录音转文字助手,文字转语音助手,迅捷PDF转换器,迅捷论文查重 5 | 6 | [rewrite_local] 7 | # Xunjie Unlock annual subscriptions (by LTribe) 8 | ^https?:\/\/.*\.xunjie.*\.com\/api\/v\d\/* url script-response-body xunjie.js 9 | 10 | [mitm] 11 | hostname = *.xunjie*.com, 12 | 13 | */ 14 | 15 | let obj = JSON.parse($response.body); 16 | obj.userinfo.vip = [{ 17 | "id": 00000001, 18 | "auth_type": 1, 19 | "auth_value": 4102469002 20 | }]; 21 | 22 | $done({body: JSON.stringify(obj)}); 23 | -------------------------------------------------------------------------------- /zymk.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Quantumult X 脚本: 4 | 知音漫客解锁会员VIP及付费漫画 (by LTribe) 5 | Download Link : http://t.cn/A6PaJVrT 6 | 7 | [rewrite_local] 8 | # 知音漫客解锁会员VIP及付费漫画 (by LTribe) 9 | ^https?:\/\/.*\.zymk\.cn\/app_api\/v\d\/(getuserinfo|purchase_chapters_coin)\/$ url script-response-body zymk.js 10 | 11 | [mitm] 12 | hostname = *.zymk.cn, 13 | 14 | */ 15 | 16 | let obj = JSON.parse($response.body); 17 | const path1 = "/getuserinfo/"; 18 | const path2 = "/purchase_chapters_coin/"; 19 | 20 | if ($request.url.indexOf(path1) != -1){ 21 | obj.data.Uviptime = 4102419417000; 22 | obj.data.Cnewviptime = 4102419417000; 23 | obj.data.isvip = 1; 24 | obj.data.coins = 99999; 25 | obj.data.Cgold = 99999; 26 | obj.data.Cticket = 99999; 27 | obj.data.recommend = 99999; 28 | obj.data.vipdays = 9999; 29 | obj.data.Ulevel = 9; 30 | }; 31 | 32 | 33 | if ($request.url.indexOf(path2) != -1){ 34 | obj.status = 1; 35 | obj.msg = "ok"; 36 | obj.data.Cnewviptime = 4102419417000; 37 | obj.data.isvip = 1; 38 | obj.data.coins = 99999; 39 | obj.data.Cgold = 99999; 40 | obj.data.Cticket = 99999; 41 | obj.data.recommend = 99999; 42 | obj.data.vipdays = 99999; 43 | }; 44 | 45 | $done({body: JSON.stringify(obj)}); 46 | --------------------------------------------------------------------------------