国服解密算法已失效了,该雷达已失效,无源码暂无解决办法
原贴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即可
改好的文件在此