Results 1 to 3 of 3
  1. #1
    hellfish
    hellfish is offline
    Guest
    Join Date
    2012 Oct
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0

    Dragon Nest Sea GPK Removeing - sources

    complied & Place to the root directory of Dragon nest

    Code:
    //cl GPKitClt.cpp /Zl /O2 /LD
    
    #include "windows.h"
    
    EXTERN_C BOOL WINAPI _DllMainCRTStartup(HINSTANCE hInstDll, DWORD fdwReason, LPVOID lpvReserved)
    {
    	return TRUE;
    }
    
    __declspec(dllexport) void API_init();
    __declspec(dllexport) void API_unused();
    
    void func3arg();
    void func1arg();
    
    typedef struct{
            void* link;
            void* func3a;
            void* unknown;
            void* func3b;
            void* func1;
    } data;
    
    data d;
    data *dp;
    
    __declspec(naked dllexport) void API_init()
    {
            __asm{
                    pop eax
                    add esp, 8
                    push eax
            }
    
            dp = &d;
            d.link = &(d.func3a);
            d.func3a = func3arg;
            d.func3b = func3arg;
            d.func1 = func1arg;
    
            __asm{
                    mov eax, dp
                    retn
            }
    }
    
    __declspec(naked dllexport) void API_unused()
    {
            __asm{
                    pop eax
                    push eax
                    mov eax, 1
                    retn
            }
    }
    
    __declspec(naked) void func3arg()
    {
            __asm{
                    pop eax
                    add esp, 12
                    push eax
                    mov eax, 1
                    retn
            }
    }
    
    __declspec(naked) void func1arg()
    {
            __asm{
                    pop eax
                    add esp, 4
                    push eax
                    mov eax, 1
                    retn
            }
    }

  2. The Following User Says Thank You to hellfish For This Useful Post:


  3. #2
    cliffromz23
    cliffromz23 is offline
    Banned
    Join Date
    2012 Jul
    Posts
    1
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    pa try

    how to compile this program? i have no compiler?.

  4. #3
    Keyuko
    Keyuko is offline
    Guest
    Join Date
    2012 Dec
    Posts
    1
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Thanks

    Thanks for this hellfish.

    Here is the dll
    just put it in your Drago Nest folder and overwrite the GPKitClt.dll.

    After this you should start the game with the launcher.

    Please register or login to download attachments.


Similar Threads

  1. [Release] Dragon Nest ETC
    By yizheng in forum Dragon Nest
    Replies: 15
    Last Post: 2012-06-30, 01:58 AM
  2. [Pedido] BR jogando Dragon Nest?
    By Vercingetorix in forum Português
    Replies: 1
    Last Post: 2012-01-07, 12:58 PM
  3. Dragon Nest SEA Manticore Nest expansion
    By Grooguz in forum Games Lounge
    Replies: 0
    Last Post: 2011-12-08, 04:24 AM
  4. [Request] Dragon Nest SEA
    By ashH in forum Dragon Nest
    Replies: 28
    Last Post: 2011-12-02, 01:39 AM
  5. [Help] Are There Any Bot For Dragon Nest SEA..?!?!?!
    By dondale8 in forum Dragon Nest
    Replies: 1
    Last Post: 2011-11-12, 03:06 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •