Hello guys
i'm new at c++ i check florine dev kit util.cpp
i found this
i want the same thing for other items like avatars
how to get the address like 0x00682AFC
for avatars
i tried to debug and tried to hook this address 0x006825BB
but game crashing when i hover on avatar thank you
i'm new at c++ i check florine dev kit util.cpp
i found this
Code:
replaceOffset(0x00682AFC, addr_from_this(&CIFItemComparison::AppendAdvancedInfo)); // set replaceOffset(0x00682D6E, addr_from_this(&CIFItemComparison::AppendAdvancedInfo)); // accs replaceOffset(0x00682FBE, addr_from_this(&CIFItemComparison::AppendAdvancedInfo)); // wep replaceOffset(0x0068320E, addr_from_this(&CIFItemComparison::AppendAdvancedInfo)); // shield
how to get the address like 0x00682AFC
for avatars
i tried to debug and tried to hook this address 0x006825BB
but game crashing when i hover on avatar thank you