Well I'm doing some research on this game.
I'll post my status here as soon as I'll find something new.
---------------
NosTale
---------------
Packet Encryption : Ok there are different encryptions. The one used for the recv-stream (packets from server) was just cracked by me lolz. Although as soon as you get ingame the whole encryption changes.
Anti-Hack Protection : nProtect GameGuard, found some references to Xtrap-Stuff in the executable...
Anyway ... GG seems not to be activated.
I'll post my status here as soon as I'll find something new.
---------------
NosTale
---------------
Packet Encryption : Ok there are different encryptions. The one used for the recv-stream (packets from server) was just cracked by me lolz. Although as soon as you get ingame the whole encryption changes.
Quote:
Originally Posted by Packet Encryption Recv-Stream (login,char-procedure)byte packet[];
byte bl;
for(int i = 0; i < packet.Length; i++)
{
bl = packet[i] - 0x0F;
if((bl - 0x0A) >= 0)
{
i++; //or break ??
}
else
{
packet[i] = bl;
}
}
Anti-Hack Protection : nProtect GameGuard, found some references to Xtrap-Stuff in the executable...
Anyway ... GG seems not to be activated.