Help Im need msg box code pls enter
Hello Guys
Im need some help
Im Want Make Msg Box For My Hack
And Im Have Database
Im need to MsgBox Code
And How to installation it on my database
Code:
#include <Windows.h> DWORD WINAPI Base(void) { while(1) { if(GetModuleHandleA("CShell.dll") && GetModuleHandleA("ClientFx.fxd")) { Sleep(100); DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll"); //wallhack memcpy((VOID*)0x6D2894, "\x00\x00\x00\x00\x00\x00", 6); } } } DWORD WINAPI MemoryHook(LPVOID) { _asm { PUSH 0; PUSH 0; CALL Base; PUSH 0; PUSH 0; PUSH 0; } } BOOL APIENTRY DllMain( HMODULE hModule,DWORD ul_reason_for_call,LPVOID lpReserved ) { if (ul_reason_for_call == DLL_PROCESS_ATTACH) { CreateThread(0,0,(LPTHREAD_START_ROUTINE)MemoryHook,0,0,0); } return TRUE; }