I'm currently trying to login the game automatic
for the account ID every letter is stored in plaintext:
Wich makes it possible to write a string to that address then only the password needs to be put in manual to login.
The password is a little different every letter becomes a * in the client and searching for the password in plaintext gives no results. this means every letter get encrypted and stored in a variable.
Now my question does anyone have more information regarding this?
for the account ID every letter is stored in plaintext:
Code:
Conquer.exe + 0xAE8158,0x4,0x8,0x8,0x28,0xE58 //latest patch
The password is a little different every letter becomes a * in the client and searching for the password in plaintext gives no results. this means every letter get encrypted and stored in a variable.
Now my question does anyone have more information regarding this?