Quote:
Originally Posted by kgptzac
just applied this guide once gain with G9 update... now i know why ppl in my class say that x86 assembly is ugly, lol.
anyway I personally find searching the function, or w/e u call it: getCurrentStackCount will get you a better luck... you'll see stuff like AR, ice spear stuff first but eventually you'll see the compare function.
/still trying to learn assembly (for a grade :(
|
Exactly, also stated that.
Using IDAPro doesn't make it any easier, just more complicated and waste of time.
If you have a head, you can analyze the code yourself. No need for the program to sort it out for you.
Finding the function is way faster like you said, plus you can also hook onto the function and call to it how you want with more advanced hacks.
Also for spells like firebolt, ice bolt etc. Why can't we just breakpoint on time API's and try each one at a time and defeat the time between charging? This'll give us instant charges. : )