Solved Help me hook this I want to learn

Status
Not open for further replies.

Kurumi0343

Platinian
I got 3 PlayerName
1654702040485.png

1654702049722.png

1654702058401.png


I think the GameData.PlayerInfo is the one i need but if i need to hook 3 i want to know how i can hook 3 function with same name with different offsets
 
C++:
void (*playerNameOne)(void *in, monoString* name);
void (*playerNameTwo)(void *in, monoString* nama);

void *(*old_LateUpdate)(void *instance);
void _LateUpdate(void *instance){
if(contoh != NULL){
namapemainSatu(.....)
nama pemainDua(.....)
}
}
[/KODE]

sThat's roughly the basics, I didn't explain in detail, but first learn the hook function Set
 
Status
Not open for further replies.
Back
Top Bottom