mirror of
https://github.com/qwertyuiop3/Storm.git
synced 2025-07-18 09:27:56 +08:00
Commit
This commit is contained in:
11
Interpolate.hpp
Executable file
11
Interpolate.hpp
Executable file
@ -0,0 +1,11 @@
|
||||
void* Original_Interpolate_Caller;
|
||||
|
||||
__int8 __thiscall Redirected_Interpolate(void* Entity, void* Unknown_Parameter)
|
||||
{
|
||||
if (Entity == *(void**)((unsigned __int32)Client_Module + 7490392))
|
||||
{
|
||||
return (decltype(&Redirected_Interpolate)(Original_Interpolate_Caller))(Entity, Unknown_Parameter);
|
||||
}
|
||||
|
||||
return 1;
|
||||
}
|
Reference in New Issue
Block a user