I made this a while ago, and im only releasing the adventure and scenario mode hacks. ( hacking in battle mode is kinda lame -.- )
now you should figure out what to change in the script.
if you dont, you suck noob leecher.
What do it do:
UBER attack speed
UBER movement speed
How to make it works:
Do the trick with the script
Run the game normally
Start the game ( adventure or scenario not battle )
After loading, when you can move your character, start CE
Inject the code
Close CE fast.
It works only once per game run. You need to restart the game and repeat the process to hack again.
rly, there is no problem copying this topic. just dont tell every one the trick, and give me the credits.
Code:
To avoid easy leeching: My in game name is Kilgorin
if you dont, you suck noob leecher.
What do it do:
UBER attack speed
UBER movement speed
How to make it works:
Do the trick with the script
Run the game normally
Start the game ( adventure or scenario not battle )
After loading, when you can move your character, start CE
Inject the code
Close CE fast.
It works only once per game run. You need to restart the game and repeat the process to hack again.
Code:
[enable] //AvaPwn's by EdCoFu v1.6 //Movement and attack speed hack alloc(hack,256) createthread(hack) hack: mov eax,[[[AvaClient.exe+003D1A14]]] add eax,10 cmp byte [eax],4b//K je hack+2A mov eax,[[[AvaClient.exe+003D1A14]]+178] add eax,1c mov eax,[eax] add eax,10 cmp byte [eax],4b//K again je hack+2A push 1000 call sleep jne hack mov word [eax+90],204e mov byte [eax+147],0 jmp hack+2A [disable]