Jump to content

Recommended Posts

Hi, how i can edit keys in eternexus? 1b582228d32803cc783d0335c6352598.png

 

"official" keys 

static DWORD s_adwEterPackKey[] =
{
    45129401,
    92367215,
    681285731,
    1710201,
};

static DWORD s_adwEterPackSecurityKey[] =
{
    78952482,
    527348324,
    1632942,
    486274726,
};

I must convert keys to eternexus or what? 

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 2
Link to comment
https://metin2.dev/topic/13048-change-lzoxtea-eternexus/
Share on other sites

13 minutes ago, Sirio said:

This is the hidden content, please
!4GWAk4bLU1DXm1u3nPGkL8qUuUrQrRjPmSDIPa2MgCM

b99eb0026f69810563989b2879181a00 its example key but my keys is not too long like this key. WTF? XD I change keys in eterpack.cpp now i must change keys in eternexus. How can i do this? 

  • Metin2 Dev 8
  • Scream 1
  • Good 5
  • Love 6
Link to comment
https://metin2.dev/topic/13048-change-lzoxtea-eternexus/#findComment-74694
Share on other sites

  • 1 year later...
On 8/15/2016 at 1:07 PM, Sirio said:

This is the hidden content, please
!4GWAk4bLU1DXm1u3nPGkL8qUuUrQrRjPmSDIPa2MgCM

Hello, thank you, but I have problem.. It happens, when I input: "b99eb0026f69810563989b2879181a00"


Traceback of python script:

Spoiler

Traceback (most recent call last):
  File "keyconverter.py", line 5, in <module>
    lista=struct.unpack("LLLL", string.decode('hex'))
struct.error: unpack requires a string argument of length 32
 

 

Code:

#!/usr/local/bin/python2.7
import struct
print "Example of a key (Standard): b99eb0026f69810563989b2879181a00\n"
string=raw_input("Insert the hexadecimal key: ")
lista=struct.unpack("LLLL", string.decode('hex'))
n=0
print "\nGenerator: \n"
for i in lista:
    n+=1
    i=str(i)
    i=i.replace("L", "")
    print "A" + str(n) + " = " + i

Could you help me, please?

Thank you!

  • Metin2 Dev 3
  • Love 1

If I helped you, do not forget to press "Thanks" button! 

Link to comment
https://metin2.dev/topic/13048-change-lzoxtea-eternexus/#findComment-101301
Share on other sites

  • Premium
Am 8.5.2018 um 14:43 schrieb .Rise:

And could you help me please?
As I can see, you know it very well :)

He use this tool by marty

This is the hidden content, please

  • Metin2 Dev 75
  • Eyes 4
  • Dislove 5
  • Not Good 1
  • Sad 1
  • Cry 1
  • Think 1
  • Confused 1
  • Lmao 1
  • Good 18
  • Love 1
  • Love 32


 

Link to comment
https://metin2.dev/topic/13048-change-lzoxtea-eternexus/#findComment-101404
Share on other sites

  • 1 year later...
En 10/5/2018 a las 9:49, T4UMP dijo:

He use this tool by marty

This is the hidden content, please

can you help me 

that is my codes in eterpack.cpp

1646107662, 3360233612L, 1956824981, 3716378126L,

1262238226, 2157456070L, 842560644, 2143035967,

 

can you convert for eternexus or e32?

  • Metin2 Dev 11
  • Dislove 1
  • Good 2
  • Love 1
Link to comment
https://metin2.dev/topic/13048-change-lzoxtea-eternexus/#findComment-121217
Share on other sites

please can you converter that for me in eternexus key

static DWORD s_adwEterPackKey[] =
{

    1646107662, 3360233612L, 1956824981, 3716378126L,
};

static DWORD s_adwEterPackSecurityKey[] =
{

    1262238226, 2157456070L, 842560644, 2143035967,
};

Link to comment
https://metin2.dev/topic/13048-change-lzoxtea-eternexus/#findComment-121218
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.