Hello,
Im trying to inject dll to do a simple jump... look it...
[Only registered and activated users can see links. Click Here To Register...]
Im trying to inject dll to do a simple jump... look it...
would like to know if this is the jump function and if the offset and pointer its right, at my image i think that is the jump function...Quote:
asm
....push ycoord; //overgive the y coord in HEX
....push xcoord; //overgive the x coord in HEX
....mov ECX, $05F4C498; //move the pointer to ECX
....mov EAX, $005D9E31; //move the offset of the jump function to EAX
....call EAX; // call the jump function
end;
.... just for format code
[Only registered and activated users can see links. Click Here To Register...]