mirror of
https://github.com/qwertyuiop3/Storm.git
synced 2024-12-22 06:40:04 +08:00
9 lines
318 B
C++
Executable File
9 lines
318 B
C++
Executable File
void* Original_Item_Post_Frame_Caller;
|
|
|
|
void __thiscall Redirected_Item_Post_Frame(void* Player)
|
|
{
|
|
if (*(void**)((unsigned __int32)__builtin_frame_address(0) + 88) == (void*)((unsigned __int32)Client_Module + 423107))
|
|
{
|
|
(decltype(&Redirected_Item_Post_Frame)(Original_Item_Post_Frame_Caller))(Player);
|
|
}
|
|
} |