[Conquer] Clientsided password encryption

10/29/2019 15:18 One Tap#1
I'm currently trying to login the game automatic

for the account ID every letter is stored in plaintext:
Code:
Conquer.exe + 0xAE8158,0x4,0x8,0x8,0x28,0xE58 //latest patch
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?
11/01/2019 21:25 Sleepywizard#2
i know nothing about CO2, im just looking around to put my teeth into a new project;

did you try checking the memory? it could be saved there on a offset value. i geuss you're just looking at instructors of the client. try to dump the memory and search again on the offset 0xAE8158
11/07/2019 14:29 iBotx#3
Any ideas regarding the password? I've already found the Username and Server too but have been looking for the Password for hours and couldn't find anything. Tried hooking over a few functions in TQPlat with no success.
11/11/2019 12:02 One Tap#4
For now i do an AoB scan where the password is stored decrypted then just write the bytes from my password to it. it's not ideal but it works
02/04/2020 17:46 moudixblack#5
Quote:
Originally Posted by One Tap View Post
I'm currently trying to login the game automatic

for the account ID every letter is stored in plaintext:
Code:
Conquer.exe + 0xAE8158,0x4,0x8,0x8,0x28,0xE58 //latest patch
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?
hey bro thanks for your thread achually i just starting on conquer.exe last night and found every single details that you mentioned :"" but did you found any thing else regarding the Aob scans? i mean the where the encrypted not decrypted password stored on where in the memory


your idea is fine but you know of you got anymore ideas regarding that one ? would be appreciated
02/10/2020 08:43 One Tap#6
Quote:
Originally Posted by moudixblack View Post
hey bro thanks for your thread achually i just starting on conquer.exe last night and found every single details that you mentioned :"" but did you found any thing else regarding the Aob scans? i mean the where the encrypted not decrypted password stored on where in the memory


your idea is fine but you know of you got anymore ideas regarding that one ? would be appreciated
It's below the memory address of the username, +-16 bytes you can inspect it with the memory browser in CE.