羊了个羊IOS手机脚本怎么过关 IOS手机脚本速通教程
2023-03-29 来源:118图库
羊了个羊游戏是微信抖音上爆火的闯关消除小游戏,游戏中第二小关实在是太难了!不少的网友都想知道IOS手机脚本怎么过关,下面是趣文下载小编给大家带来的羊了个羊IOS手机脚本速通教程,感兴趣的小伙伴们一起来看看吧。
https://cat-match.easygame2021.com/sheep/v1/game/map_info?map_id=80001
mip_id 就是关卡的 ID 大家自己查下,80001为第一关ID,90016为今天9月16日的第二关ID(这里的ID每天不一样,大家要注意一下)。
我们只需要利用抓包工具重写功能把第二关地图数据调用接口里面的map_id换成第一关的ID就可以了
工具:HTTP Catcher 或 Storm Sniffer (其他有重写功能的抓包工具都行) (AppStore 搜名字直接下)
HTTP Catcher 脚本:
{
"rules" : [
{
"action" : "url",
"matchField" : "",
"field" : "code302",
"value" : "80001",
"matchValue" : "90016",
"destiontion" : "request",
"isRegex" : false
}
],
"enabled" : true,
"name" : "羊",
"description" : "",
"locations" : [
{
"method" : "GET",
"scheme" : "https",
"enabled" : true,
"port" : 0,
"query" : "map_id=90016",
"host" : "cat-match.easygame2021.com",
"path" : "/sheep/v1/game/map_info"
}
]
}
Storm Sniffer 脚本
{
"name": "羊",
"enabled": 1,
"mitm": 1,
"locked": 0,
"paths": [
{
"port": "",
"pathMode": 0,
"schema": "https",
"regrexPath": "",
"query": "map_id=90016",
"rules": [
{
"modifyValue": "80001",
"redirectCode": "code302",
"mockFileType": 0,
"matchKey": "90016",
"tempFile": "",
"mode": "regular",
"serverFile": "",
"headerAction": "add",
"mockType": "local",
羊了个羊IOS手机脚本速通教程
已知每一关地图数据加载接口如下https://cat-match.easygame2021.com/sheep/v1/game/map_info?map_id=80001
mip_id 就是关卡的 ID 大家自己查下,80001为第一关ID,90016为今天9月16日的第二关ID(这里的ID每天不一样,大家要注意一下)。
我们只需要利用抓包工具重写功能把第二关地图数据调用接口里面的map_id换成第一关的ID就可以了
工具:HTTP Catcher 或 Storm Sniffer (其他有重写功能的抓包工具都行) (AppStore 搜名字直接下)
HTTP Catcher 脚本:
{
"rules" : [
{
"action" : "url",
"matchField" : "",
"field" : "code302",
"value" : "80001",
"matchValue" : "90016",
"destiontion" : "request",
"isRegex" : false
}
],
"enabled" : true,
"name" : "羊",
"description" : "",
"locations" : [
{
"method" : "GET",
"scheme" : "https",
"enabled" : true,
"port" : 0,
"query" : "map_id=90016",
"host" : "cat-match.easygame2021.com",
"path" : "/sheep/v1/game/map_info"
}
]
}
Storm Sniffer 脚本
{
"name": "羊",
"enabled": 1,
"mitm": 1,
"locked": 0,
"paths": [
{
"port": "",
"pathMode": 0,
"schema": "https",
"regrexPath": "",
"query": "map_id=90016",
"rules": [
{
"modifyValue": "80001",
"redirectCode": "code302",
"mockFileType": 0,
"matchKey": "90016",
"tempFile": "",
"mode": "regular",
"serverFile": "",
"headerAction": "add",
"mockType": "local",