Pretty simple actually, but everything is just as simply reversable. Go get a hexeditor a bit more advanced than the standard XVI32, (i use hex workshop by breakpoint software.) then go search for 810 as an uint16_t value and the first two entried should be the login and game protocol versions, if not then just keep looking. 810 in hex would be 32A. Then what you could do if you want is ofcourse to change the RSA key. If you wanna be one hardcore mother you could write up a dll to rewrite the packet encryption/decryption functions and make it only properly attachable to your exe. Don't try to do it though, it's just a waste of time, just s funny thoughtor you can always take the easier and better path and use OTClient
Aaandd.. Why don't you follow the things Milice said?Bumb
Thanks for replying but i didn't find uint_16Pretty simple actually, but everything is just as simply reversable. Go get a hexeditor a bit more advanced than the standard XVI32, (i use hex workshop by breakpoint software.) then go search for 810 as an uint16_t value and the first two entried should be the login and game protocol versions, if not then just keep looking. 810 in hex would be 32A. Then what you could do if you want is ofcourse to change the RSA key. If you wanna be one hardcore mother you could write up a dll to rewrite the packet encryption/decryption functions and make it only properly attachable to your exe. Don't try to do it though, it's just a waste of time, just s funny thoughtor you can always take the easier and better path and use OTClient
He did not say to search for uint_16, he said "go search for 810 as an uint16_t value"Thanks for replying but i didn't find uint_16
Aha thanks alot iam going to try again.He did not say to search for uint_16, he said "go search for 810 as an uint16_t value"
Try once again..