|
ideas huh?
ive tried WPE (not pro edition i think, SCE if im not mistaken), manage to last 5-10 sec(around exp 5 packets)
then dced, and the exp does increase but not all 5 times i think.
CE? instead of trying randomly..try to understand the game 1st, all hack begins with understanding the security
heres what i understand,
-monster movements, atk, position -> SS (same as wow, and also based on incoming packets that i've observe)
-items,money,hp,mp all SS ( observe in memory address view, theres a call procedure each time they want to compare CS and SS values)
and everytime i want to find what accessed/write/read to certain address, the bug trap apprears, and maybe this is because the client is protected or something like that( or a security mechanism to protect memory editing)
im sure alot of u encounters game crashes if trying to modify certain address.
Here is my oppinion:-
after jumping through the addresses,here is what i think of how the mechanism of the security works:-
attack sequence triggered->read value from client->read value from server(or a in a client itself)->compared both value->jump to crash if not equal.Correct me if I'm wrong.
all i could think of now is to hex edit the client and skip the comparison so that it will straight count the values from client itself without comparing the value that is stored in the server(maybe its not even at the server)
|