IT says cant find file to inject , any help here?
Seriously nobody wants to help? =/Quote:
I popped binkw32.dll back into the bin folder, but now im getting a different error message.
"The procedure entry point _BinkRegisterFrameBuffers@8 could not be located in the dynamic link library binkw32.dll."
Anyone know what i am doing wrong?
Running vista btw
ok I got things working and i tried that code to stop the hack but it didn't stop it.Quote:
uncheck ur hacks and click on thease scripts, then reload the map
Vac off
Code:[ENABLE] alloc(newmem,2048) //2kb should be enough label(returnhere) label(originalcode) label(exit) 004599BD: jmp newmem nop returnhere: newmem: //this is allocated memory, you have read,write,execute access //place your code here originalcode: mov edx,[eax+1c] mov [ecx+20],edx exit: jmp returnhere [DISABLE]
non aggro
Code:[ENABLE] alloc(newmem,2048) //2kb should be enough label(returnhere) label(originalcode) label(exit) 0053DB4A: jmp newmem nop nop returnhere: newmem: //this is allocated memory, you have read,write,execute access //place your code here originalcode: movzx eax,word ptr [esi+00000154] exit: jmp returnhere [DISABLE]