mirror of
https://github.com/qwertyuiop3/Storm.git
synced 2025-07-18 09:27:56 +08:00
almost finished
This commit is contained in:
@ -4,7 +4,7 @@ __int8 __thiscall Redirected_Draw_Effect(void* Effect, void* Unknown_Parameter_1
|
||||
{
|
||||
using Get_Effect_Name_Type = char*(__thiscall*)(void* a1);
|
||||
|
||||
char* Effect_Name = Get_Effect_Name_Type((unsigned __int32)Client_Module + 1423008)((void*)((unsigned __int32)Effect - 8));
|
||||
char* Effect_Name = Get_Effect_Name_Type((unsigned __int32)Client_Module + 1423120)((void*)((unsigned __int32)Effect - 8));
|
||||
|
||||
if (__builtin_strstr(Effect_Name, "ecloud_") == nullptr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user