三水资源分享
前往频道在 Telegram
热衷于imgui与引擎的分享频道
显示更多未指定国家未指定类别
2 361
订阅者
+1424 小时
+2217 天
+1 41030 天
帖子存档
2 368
PATCH_LIB("libUE4.so", "0x645493C", "00 00 80 D2 C0 03 5F D6"); //@RAHMANYVI
PATCH_LIB("libUE4.so", "0x6455BD4", "00 00 80 D2 C0 03 5F D6"); //@RAHMANYVI
PATCH_LIB("libUE4.so", "0x6139BF0", "00 00 80 D2 C0 03 5F D6"); //@RAHMANYVI
All Network Client Ban Full Fix 💯
If you are not using a Hook, then it also works 100% with a Patch.2 368
// Cr @RAHMANYVI
STORM(int64, FlushMrpcsFlow, (int64 result))
{
if (result && *(_QWORD *)(result + 360))
return 0LL;
return oFlushMrpcsFlow(result);
}//By @RAHMANYVI
YAHDI(void, ReportPlayerKillFlow, (__int64 a1, _QWORD *a2)) { return; }
YAHDI(__int64, ReportMrpcsFlow, (__int64 a1, unsigned int a2)) {
__int64 result = oReportMrpcsFlow(a1, a2);
if (result != 0) *(_DWORD *)(result + 0x28) = 0;
return result;
}//Dont remove Cr By @RAHMANYVI
HOOK_LIB("libUE4.so", "0x645493C", hFlushMrpcsFlow, oFlushMrpcsFlow);//By @RAHMANYVI
HOOK_LIB("libUE4.so", "0x6455BD4", hReportMrpcsFlow, oReportMrpcsFlow);
HOOK_LIB("libUE4.so", "0x6139BF0", hReportPlayerKillFlow, oReportPlayerKillFlow);
All Network Client Ban Full Fix 💯⭕2 368
unsigned int (*osub_3AFCC8)(unsigned int useconds);
unsigned int hsub_3AFCC8(unsigned int useconds) {
unsigned int Delay = 99999999;
return osub_3AFCC8(Delay);
}
HOOK_LIB("libanogs.so", "0x3AFCC8", hsub_3AFCC8,osub_3AFCC8);
