Extra Knowledge to hack in maplestory

 this information must be Added to the list.
• Then right click and select “see what writes\access\reads to this” , then  a new window may show up .following , you can  go in game and attack a few times, the list in the window should increase. continuly you can see the last (usually the last) address, its something like: mov ecx, [eax+13] (example).  This means is to copy the value pointed to by the ADDRESS eax+13 (in hex) to the ecx register.
•The brackets around [eax+13] tell us that it needs the VALUE of the enclosed address, which points out the address is really eax+13. The ADDRESS of the value (the unlimited attack counter) is pointed to by the adding the value of the address pointed to by the eax register plus 13(in hex). Thus the 13 is the offset in which  the “eax” is the base. Then click on that line and click on more information, the “value needed to find” the address will appear. lastly ,that’ll be the eax value.
• let us go back to Cheat Engine and do a hex search on the value given, get the pointer address, and as for the offset it will help you to put them to good use,we’ve already found out.

   Dynamic and different addresses are usually used by programmers to specify an unknown address value, In the same time it also be used for those as-required-addresses. Other than declaring them outright, they are usually caused by using a “malloc” (in c programming) or any other memory allocation methods . Since it can be declared as a varying length char* array, depending on the string sizeThey are useful in the sense that they only consume the required memory space (for unknown length strings) . beside that it also be used for other various purposes.

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>