Jump to content

alin2894

Inactive Member
  • Posts

    192
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by alin2894

  1.  

    How solve this problem? -> IXfm6VZ.jpg

    search pack_open here, there's a fix If I remember well

     

    For me, when i'm tried to start a compiled uiscript launcher, I got this

    <type 'exceptions.KeyError'>:'window'
    

    Now it appears -> qBGXDQq.png

    P.S: I have that file in locale/de

  2. I don't know. Is your binary named "metin2client.bin"?

    in source it is metin2client.bin and metin2.bin.

    But in client Metin2.exe

    You can put yours hackshield.cpp to try him?

    EDIT: by the way if you delete #define METIN2HS_INCLUDE hshield-5.5.19.1 gives me license error, something like (HACKSHIELD_INVALID_LICENSE) 

  3. I don't think so.

    In Hackshield.cpp I have these at the beginning of file:

    #include "hshield-5.5.19.1/hsupchk.h"
    #include "hshield-5.5.19.1/HsUserUtil.h"
    #include "hshield-5.5.19.1/HShield.h"
    #include "hshield-5.5.19.1/HShieldLibLink.h"
    

    Note the version!

    #include "StdAfx.h"
    #include "Hackshield.h"
    #include "HackshieldLicense.h"
    #include "HackshieldLicense_metin2.h"
    #include "HackshieldLicense_metin2client.h"
    
    #ifdef USE_AHNLAB_HACKSHIELD
    
    #define METIN2HS_MONITORING_SERVER_ADDR "79.110.88.84"
    
    #include "hshield-5.5.19.1/hsupchk.h"
    #include "hshield-5.5.19.1/HsUserUtil.h"
    #include "hshield-5.5.19.1/HShield.h"
    #include "hshield-5.5.19.1/HShieldLibLink.h"
    
    #include METIN2HS_INCLUDE_HSUPCHK
    #include METIN2HS_INCLUDE_HSUSERUTIL
    #include METIN2HS_INCLUDE_HSHIELD
    #include METIN2HS_INCLUDE_HSHIELDLIBLINK
    
    #define MA_MAX_PATH MAX_PATH
    #define MA_T
    #define MA_TCHAR char
    #define MA_StringFormat snprintf
    #define MA_ARRAYCOUNT sizeof
    #define METIN2HS_INCLUDE hshield-5.5.19.1
    

    These are defined to me (all in hackshield.cpp)

    Here are the files https://mega.co.nz/#!NUVGQb5A!QwDrbe7OdMLUMlFfrIp4RIBrPdRNW7PJom7BUeFmHnA

  4. Did you tried to update it manually first?

    Also, I've made it working without doing anything special, like changing codes. I just defined specific variable and I changed the files he uses to latest version.

    Proof:

    We have defined some stuff in the hackshield.cpp, still need to be defined and elsewhere? besides hackshield and locale_inc ?

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.