羊了个羊刷通关次数
使用 MITM
篡改请求,将 map_id
的 90014
修改为 80001
即可。这样子你的第二关地图也会变成第一关的地图。
iOS上可以使用
QuanX
、Surge
、HTTP Catcher
,Android上 没试过 。
Surge
模块
开发中...
QuanX
脚本(强烈推荐)
# 羊了个羊 通关
https://raw.githubusercontent.com/missuo/FuckSheepGame/main/sheep.js
, tag=Sheep, update-interval=172800, opt-parser=true, enabled=true
复制上面的代码,粘贴到QuanX
配置文件的[rewrite_remote]
下。如果没有添加过资源解析器,请在[general]
下添加以下代码。
# 资源解析器,自定义各类远程资源的转换
resource_parser_url=https://cdn.jsdelivr.net/gh/KOP-XIAO/QuantumultX@master/Scripts/resource-parser.js
HTTP Catcher
重写规则
{
"rules" : [
{
"action" : "modify-query",
"matchField" : "map_id",
"field" : "",
"value" : "80001",
"matchValue" : "",
"destiontion" : "request",
"isRegex" : false
}
],
"enabled" : true,
"name" : "羊羊羊",
"description" : "羊羊羊",
"locations" : [
{
"method" : "GET",
"scheme" : "https",
"enabled" : true,
"port" : 0,
"query" : "",
"host" : "cat-match.easygame2021.com",
"path" : "\/sheep\/v1\/game\/map_info"
}
]
}
修改 t
为你自己的 cookies
,运行脚本,运行一次通关一次。
pip3 install requests
python3 sheep.py