Help! ByNameModding

NoPref

Platinian
Can someone tell me how I can replace this using ByNameModding

C++:
if (player) {
     if (!ptr)
       ptr = * (void **)((uint64_t) player + 0xAC);
}
 
Back
Top Bottom