muathudaudon
Platinian
Hi all .I add LGL mod menu to game(CODM) and Crashed at Login .
How to solve it ??
Thanks ...
How to solve it ??
Thanks ...
I have bypass, but Use the toggle on game crash immediately pro. Use gameguardian is no crashBypassing the anticheat should do.
I have bypass, but Use the toggle on game crash immediately pro. Use gameguardian is no crash
1.
struct My_Patches
{
MemoryPatch Codm;
}hexpach;
2.
hexpach.Codm = MemoryPatch::createWithHex(OBFUSCATE("libanogs.so"),string2Offset(OBFUSCATE("0x6021CC")),OBFUSCATE("00 00 00 00"));
3.
switch (featNum)
{
case 0:
hexpach.Codm.Modify();
break;
}
Pl help me
Other offset =0k , but replace bypass anticheat=crash![]()
Im not joke, pl teach me.Replace with 00 00 00 00??? Are you joking???
i working on codm. it some harder to bypass apk lolIm not joke, pl teach me.
0x6021CC is working but replace=anticheat offset=crash gameView attachment 399431
Why edit 1 value only =crash broi working on codm. it some harder to bypass apk lol
Why edit 1 value only =crash bro
ThanksПотому что вы редактируете не на то, это очень глупо...
Это тоже самое что в команде на C++ заменить к примеру одну команду другой командой.
Понятно почему вы получаете не удачу. Прежде чем лезть нужны хоть базовые знания по редактированию hex.
Hello, did you succeed?Thanks
With gameguardian i use 00 00 00 00 =0
you may need to disable Offset with hook,
You can Use this To Disable Any OffsetC++:void(*Antiblacklist)(void* _this); void _Antiblacklist(void* _this){ if (Antiblacklist != NULL) { return; } return Antiblacklist(_this); }