Software Hub
14.8K subscribers
482 photos
55 videos
3.99K files
1.41K links
Download Telegram
metacubexd
v1.176.0

1.176.0 (2024-12-24)

Features

trigger release (62a89d4)
PlayIntegrityFix_v18.2.zip
229.5 KB
Play Integrity Fix

Update fingerprint
Add action.sh (to auto update fingerprint to latest beta)

#Magisk模块
DOMAIN-SUFFIX,hok-dr.intlgame.com
DOMAIN-SUFFIX,hok.intlgame.com
DOMAIN-SUFFIX,intlgame.com
DOMAIN-SUFFIX,sgameglobal.com
DOMAIN-SUFFIX,appsflyersdk.com
DOMAIN-KEYWORD,sgameglobal.com
IP-CIDR, 183.192.65.101/16, no-resolve
IP-CIDR, 43.132.55.55/16, no-resolve

王者荣耀(国际服)分流规则
玩的可以试试
Forwarded from Play Integrity Fix (chiteroman)
Unfortunately the fateful day that nobody wanted has arrived, today Google has sent me an email forcing me to discontinue the PlayIntegrityFix project.
Thanks to all of you for the support I have received during all this time.
Let's hope that a solution can be found.

https://github.com/chiteroman/PlayIntegrityFix
2024最后一天了,各位好好珍惜吧
mihomo 1.19.1

What's Changed
72a126e feat: support inline proxy provider by @wwqgtxx
bb80324 feat: support inline rule provider (#1731) by @qianlongzt
f3a43fe feat: support read config file from stdin via -f - by @wwqgtxx

BUG & Fix
3f6823b fix: handle invalid values in Decoder's decode method by @wwqgtxx
5d9d8f4 fix: check whether the dst port is within the specified range (#1706) by @laburaps
a9ce5da fix: key missing for tun inbound #1672 by @wwqgtxx
c7fc93d fix: the TLS Sniffer fails when the length of the ClientHello packet exceeds the TCP MSS (#1711) by @laburaps

#Clash@ksc666
大佬们,有没有屏蔽 oppo,小米 手机各种广告、垃圾域名的Hosts规则?

在线求,挺急的
oppo手机 coloros12 怎么用第三方安装器?有shizuku
FlClash_0.8.71_202503091.apk
42.2 MB
Remake dashboard
Optimize theme
Optimize more details
Update flutter version

#Clash
听说酷安15.0.1UI华丽蜕变颜值爆表?
metacubexd
v1.176.2

1.176.2 (2025-01-23)

Bug Fixes

Connections: SourceIP filter and tagging (#1286) (a1c9d2f)
zashboard
使用 Clash API 的仪表板
Magisk_b62835cb_28102.apk
10.9 MB
There are a LOT of internal refactoring and significantly more testing infrastructure in the Magisk project!

[App] Support downloading module zip files with XZ compression
[MagiskMount] Support systemlessly deleting files with modules using blank file nodes

#Magisk
substore.sh
1011 B
在安卓利用 Termux 搭建 Sub-Store 的步骤

1. 下载 Termux,推荐 GitHub 版本,打开 Termux,执行以下命令安装必须依赖
pkg up -y && pkg i nodejs-lts wget unzip -y


2. 创建基本的 Sub-Store 环境,依次执行命令
mkdir -p substore && cd substore


wget https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store.bundle.js


wget https://github.com/sub-store-org/Sub-Store-Front-End/releases/latest/download/dist.zip && unzip dist.zip && rm dist.zip && mv dist frontend


3. 不出意外的话,在 substore 目录中执行
node sub-store.bundle.js &

即可成功运行 Sub-Store,此时打开 https://sub-store.vercel.app/subs,右下角设置,后端设置,添加后端地址,名称随意,地址填入 http://127.0.0.1:3000,然后打开首页,就可以愉快地使用 Sub-Store 啦

最后,隐私敏感人士希望利用第2步下载的本地前端,可以参考 substore.sh 附件;在 1, 2 步完成后,可将附件脚本置于 /data/adb/service.d 目录并给执行权限,可以实现 Magisk 等环境的开机自启动 Sub-Store