how to put a hook on endscene DX9 or DX11 using greymagic.dll?
to get such a window?
![[C#] [Help] how to put a hook on endscene DX11 using greymagic.dll?-bygp9-jpg](https://www.ownedcore.com/forums/attachments/diablo-3/diablo-3-bots-programs/diablo-3-memory-editing/16865d1443816606t-c-help-how-put-hook-endscene-dx11-using-greymagic-dll-bygp9-jpg)
please tell me how to do it through dll greymagic?
Code:
executor = new ExternalProcessMemory(proc, true, true, true);
executor.AddRandomLine("push {0}", new object[] { "Hello" });
executor.AddRandomLine("push {0}", new object[] { "World" });
executor.AddRandomLine("call {0}", new object[] MessageBoxA);
executor.AddRandomLine("retn", new object[0]);
edit1:
i have use GreyMagic.dll of Demonbuddy
code
Code:
executor = new ExternalProcessMemory(proc, true, true, true);
terminates the program
![[C#] [Help] how to put a hook on endscene DX11 using greymagic.dll?-error-jpg](https://www.ownedcore.com/forums/attachments/diablo-3/diablo-3-bots-programs/diablo-3-memory-editing/16866d1443817400t-c-help-how-put-hook-endscene-dx11-using-greymagic-dll-error-jpg)
edit2:
GreyMagic of Demonbuddy 323 works only with Demonbuddy?