- Mesaj
- 4
- Beğeni
- 0
- Puan
- 18
- Ticaret Puanı
- 0
selam arkadaşlar. elimde bir filesin root.indec ve root.data packı var bunları her prgramı kullanmama rağmen bir türlü açamadım. etermanager ile denedim en son ama key lazımmış cilent sourcedeki kodları nasıl keye çeviririm acaba kodlar bunlar.
#ifdef ENABLE_NEW_PACK_ENCRYPTION
static DWORD s_adwEterPackKey[] =
{
622319566,
1516158795,
718992156,
1541152930
};
static DWORD s_adwEterPackSecurityKey[] =
{
687509202,
574431405,
746416983,
1798731663
};
#else
static DWORD s_adwEterPackKey[] =
{
45129401,
92367215,
681285731,
1710201,
};
static DWORD s_adwEterPackSecurityKey[] =
{
78952482,
527348324,
1632942,
486274726,
};
#endif
bool CEterPack::EncryptIndexFile()
{
#ifdef ENABLE_NEW_PACK_ENCRYPTION
static DWORD s_adwEterPackKey[] =
{
622319566,
1516158795,
718992156,
1541152930
};
static DWORD s_adwEterPackSecurityKey[] =
{
687509202,
574431405,
746416983,
1798731663
};
#else
static DWORD s_adwEterPackKey[] =
{
45129401,
92367215,
681285731,
1710201,
};
static DWORD s_adwEterPackSecurityKey[] =
{
78952482,
527348324,
1632942,
486274726,
};
#endif
bool CEterPack::EncryptIndexFile()
{