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...
http://www.elitepvpers.com/forum/gen...s-avapwns.html
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]
I am just a poor newbie,so pls help poor newbies :P