Can someone help me make a dll out of this code? I got it here on elitepvp,but the one who created it didn t explained very well...
[Only registered and activated users can see links. Click Here To Register...]
and this code...
I am just a poor newbie,so pls help poor newbies :P
[Only registered and activated users can see links. Click Here To Register...]
and this code...
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]