Jump to content

Change lzo/xtea eternexus


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
Link to comment
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 7
  • Scream 1
  • Good 3
  • Love 4
Link to comment
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
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
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 0

      I just implemented some costumes and they are not visible

    2. 0

      Skill Tree Problem

    3. 97

      Ulthar SF V2 (TMP4 Base)

    4. 5

      Client Crashes through Offline Shop (Ikarus)

    5. 5

      VIVY-WORLD2 - FARM TO THE TOP

    6. 0

      ToolTip Bug?

    7. 0

      Skill tree build erorr

    8. 0

      Visual Bug | How to fix this visual bug inside the Special Storage feature?

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.