Jumat, 04 Maret 2011

Ada banyak orang yang selalu bertanya tentang cara mengkompilasi
wallhack .... disini gw ngasih info Bagaimana Wallhack Kompilasi
Ikuti Petunjuk: -
1. Download dan Instal c++
2. Download SDK langsung Rincian download: DirectX SDK - (Summer 2004).
3. Buka Visual C + + 2008 Express Edition dan Klik Buat Proyek.

saya hanya manusia biasa n masih banyak kekurangan ini hanya info dan untuk belajar

gambar 1

4.Dalam jenis Proyek Klik Win32 kemudian pada sisi kanan klik Win32 Proyek Proyek kemudian Nama Anda dan Klik Ok.

gambar2

5. Klik Aplikasi Pengaturan, Klik pada opsi dll dan Klik Finish.

gambar3

isi nih code

// Hook structure.
SDLLHook D3DHook =
Quote:
{
"DDRAW.DLL",
false, NULL, // Default hook disabled, NULL function pointer.
{
{ "DirectDrawCreate", MyDirectDrawCreate },
{ NULL, NULL }
}
};

BOOL APIENTRY DllMain( HINSTANCE hModule,
DWORD fdwReason,
LPVOID lpReserved )
{
// When initializing....
if ( fdwReason == DLL_PROCESS_ATTACH )
{
hDLL = hModule;

// We don't need thread notifications for what we're doing.
// Thus, get rid of them, thereby eliminating some of the
// overhead of this DLL
DisableThreadLibraryCalls( hModule );

// Only hook the APIs if this is the Everquest process.
GetModuleFileName( GetModuleHandle( NULL ),
Work,
sizeof(Work) );
PathStripPath( Work );

if ( stricmp( Work, "myhooktarget.exe" ) == 0 )
HookAPICalls( &D3DHook );
}

return TRUE;
}


masih banyak dah cara nya,,buat serterus na n yg lain cari di GOO** serC**

credit dll by RCD & SoNz



<< Bisa Diklik
Powered By SoNz@ PBreakz

Tidak ada komentar:

Posting Komentar