Help! GAME dectect menu mod LGL

muathudaudon

Platinian
Original poster
Apr 24, 2020
29
8
3
25
viet nam
Bypassing 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 😟
 

NullCoder

Inactive Approved Modder
Jun 8, 2020
110
900
93
21
None
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 😟
Replace with 00 00 00 00??? Are you joking???
 
  • Haha
Reactions: Script4fun

NullCoder

Inactive Approved Modder
Jun 8, 2020
110
900
93
21
None
Why edit 1 value only =crash bro
Потому что вы редактируете не на то, это очень глупо...
Это тоже самое что в команде на C++ заменить к примеру одну команду другой командой.
Понятно почему вы получаете не удачу. Прежде чем лезть нужны хоть базовые знания по редактированию hex.
 
  • Like
Reactions: muathudaudon

muathudaudon

Platinian
Original poster
Apr 24, 2020
29
8
3
25
viet nam
Потому что вы редактируете не на то, это очень глупо...
Это тоже самое что в команде на C++ заменить к примеру одну команду другой командой.
Понятно почему вы получаете не удачу. Прежде чем лезть нужны хоть базовые знания по редактированию hex.
Thanks
With gameguardian i use 00 00 00 00 =0
 

st4zk

Platinian
Jun 6, 2022
12
8
3
4837eK
Bro, u finded bypass offset that's not mean u direct modify 00 00 00 00, find other bypass value or just freeze the default value of bypass offset.
 

NepMods69

Inactive Approved Modder
Mar 6, 2022
122
5,071
193
Nepal
you may need to disable Offset with hook,

C++:
void(*Antiblacklist)(void* _this);

void _Antiblacklist(void* _this){

    if (Antiblacklist != NULL) {

        return;

    }

    return Antiblacklist(_this);

}
You can Use this To Disable Any Offset
 

Smiley3rd

Platinian
Oct 4, 2020
28
98
13
23
Indonesia
If you still want to work with your current menu you can just add androtrainer to your current menu and look on Main.java to see how it works
 
Jul 9, 2022
1
0
1
21
VIETNAM
void(*Antiblacklist)(void* _this);

void _Antiblacklist(void* _this){

if (Antiblacklist != NULL) {

trở lại;

}

return Antiblacklist(_this);

}

Not Working HookOffset = Crash