Quote:
Originally Posted by nasyer_boy
see the 1st post.. everything is in there :)
|
#include <windows.h>
extern void Start();
//================================================== ========= STARTING POINT ================================================== =====
BOOL WINAPI DllMain ( HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
{
switch ( dwReason ) {
case DLL_PROCESS_ATTACH:
DisableThreadLibraryCalls(hModule);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Start, 0, 0, 0);
MessageBoxA (NULL,"Cheat Activated","My Sample DLL",MB_OK);
break;
case DLL_PROCESS_DETACH:
break;
case DLL_THREAD_ATTACH:
break;
case DLL_THREAD_DETACH:
break;
}
return TRUE;
}
//================================================== ================================================== ==============================
kokopyahin ko ba to?o may papalitan pa po dyn?
ano po pala address sa Class 20?(offset code)
Quote:
Originally Posted by nasyer_boy
see the 1st post.. everything is in there :)
|
#include <windows.h> ....ano po ilalagay dto?error daw e..'#include "stdafx.h" hinahanap
#include "MyCheat.h"
void Start()
{
saka dto
#include <windows.h> ...dto rin po..ano ilalagay?error din e '#include "stdafx.h" hinahanap
extern void Start();
//================================================== ========= STARTING POINT ================================================== =====
BOOL WINAPI DllMain ( HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
{
pa help po