Undergrounds Forum - Online community #1 for Indonesian Community

Jika Anda Belum Punya ID UGD

Silahkan Anda Daftar Terlebih Dahulu

All Crew UGD

Join the forum, it's quick and easy

Undergrounds Forum - Online community #1 for Indonesian Community

Jika Anda Belum Punya ID UGD

Silahkan Anda Daftar Terlebih Dahulu

All Crew UGD

Undergrounds Forum - Online community #1 for Indonesian Community

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Undergrounds Forum - Online community #1 for Indonesian Community

Undergrounds Forum - Online community #1 for Indonesian Community


2 posters

    * * * * * * * Tutorial Membuar Dll Wallhack dengan c++

    Uccank
    Uccank
    Moderator UGD™
    Moderator UGD™


    Jumlah posting : 33
    Join date : 18.10.10
    Age : 30
    Lokasi : Makassar

        *     *     *     *     *     * *  Tutorial Membuar Dll Wallhack dengan c++ Empty * * * * * * * Tutorial Membuar Dll Wallhack dengan c++

    Post by Uccank Sat Oct 30, 2010 4:32 pm

    1.instal C 2008
    Tutorial Dengan gambar
    Gambar 1.
    Spoiler:



    Gambar 2.
    Spoiler:

    Gambar 3.

    [You must be registered and logged in to see this link.]


    Tutorial c 2008 liat kiriman sebelumnya
    Langsung copas code nya
    Code:

    Code Wallhack :// Hook structure.
    SDLLHook D3DHook =
    {
    "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;
    }

    kazamita to :MPGH
    [You must be registered and logged in to see this image.]
    avatar
    james33
    Member UGD™
    Member UGD™


    Jumlah posting : 1
    Join date : 01.05.11

        *     *     *     *     *     * *  Tutorial Membuar Dll Wallhack dengan c++ Empty Re: * * * * * * * Tutorial Membuar Dll Wallhack dengan c++

    Post by james33 Sun May 01, 2011 4:05 pm

    bukan bermaksud junk om,,

    itu gambar 3 nya ga bsa...

    pencerahan..

      Waktu sekarang Mon May 20, 2024 7:33 am