Tutorial Hooking Tutorial {LGL Mod Menu Part II} (With video Tutorial)

o meu é erro de sobreposição e inativo, e coloco tudo certinho a permissão
 

Attachments

  • among.png
    among.png
    126.2 KB · Views: 283
  • code.png
    code.png
    171.9 KB · Views: 286
Code:
hexPatches.Skin = MemoryPatch::createWithHex(targetLibName,
string2Offset(OBFUSCATE_KEY("0xBEEE3C", '-')),
OBFUSCATE("01 00 40 E3 1E FF 2F E1"));
Here this is called as the offset "0xBEEE3C" the memory we need to change so the value is written in hexadecimal (HEX) "01 00 40 E3 1E FF 2F E1"

Not to worry here " '-'" This is called OBFUSCATE Key!

i don't get this part . so which one to change ?
offset "0xBEEE3C" or (HEX) "01 00 40 E3 1E FF 2F E1"
and what if i don't get il2cpp.so and it get another name maybe
 
Code:
hexPatches.Skin = MemoryPatch::createWithHex(targetLibName,
string2Offset(OBFUSCATE_KEY("0xBEEE3C", '-')),
OBFUSCATE("01 00 40 E3 1E FF 2F E1"));
Here this is called as the offset "0xBEEE3C" the memory we need to change so the value is written in hexadecimal (HEX) "01 00 40 E3 1E FF 2F E1"

Not to worry here " '-'" This is called OBFUSCATE Key!

i don't get this part . so which one to change ?
offset "0xBEEE3C" or (HEX) "01 00 40 E3 1E FF 2F E1"
and what if i don't get il2cpp.so and it get another name maybe
Change the offset and the hex. It depends on how you mod the game.
 
Back
Top Bottom