(雷达已失效)个人修复(和平精英)PUBG Mobile Radar 1.2 国内版海岛图失效的问题

国服解密算法已失效了,该雷达已失效,无源码暂无解决办法

 

原贴https://www.unknowncheats.me/forum/pubg-mobile/403778-undetectable-streamable-free-packet-radar.html

修复思路 参考308楼972660412ppmm  的描述

First of all thanks Manulzxc
It is very simple to directly repair the island map, you actually only need to use "dbg x64.exe". According to the current survey, the map names are:
[CODE]

ERANGEL == "PUBG_Forest", "PUBG_ Baltic", "PUBG_Emusic",
MIRAMAR == "PUBG_Desert"
SANHOK == "PUBG_Savage"
And we can know these
MapInde=1; ERANGEL
MapInde=2; MIRAMAR
MapInde=3; SANHOK
result = strstr(Str, " PUBG_Forest ");
if ( result )
{
    MapIndex = 1;
    MapLoaded = 1;
}
else
{
    result = strstr(Str, "PUBG_Savage");
    if ( result )
    {
        MapIndex = 3;
        MapLoaded = 1;
    }
    else
    {
        result = strstr(Str, " PUBG_Desert ");
        if ( result )
        {
            MapIndex = 2;
            MapLoaded = 1;
        }
    }
}


[/CODE]
And you still need to modify something like in dbg x64.exe
[CODE]

result = strstr(Str, " PUBG_Desert ");
if ( result )
{
    MapIndex = 2;
    MapLoaded = 1;
}
else
{
    result = strstr(Str, "PUBG_Savage");
    if ( result )
    {
        MapIndex = 3;
        MapLoaded = 1;
    }
    else
    {
        result = strstr(Str, " PUBG_ ");
        if ( result )
        {
            MapIndex = 1;
            MapLoaded = 1;
        }
    }
}


[/CODE]
So, you can successfully run this radar in the ERANGEL map.

 

利用x32dbg工具打开radar.exe,找到PUBG_Forest位置,

原始如图,后面注释是我新加的

右键选择“制图”,分支结构一目了然

依照参考结构相应修改后

然后,右键修改前PUBG_Forest那一行,选“在内存窗口中转到”->“radar.00BE977C”

将该内存位置PUBG_Forest改为PUBG_后面的Forest全部填充为00,

最后点击“文件”->“补丁...”->“修补文件”,重命名为exe即可

改好的文件在此

https://download.csdn.net/download/williamlon/12835601

评论 15
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值