DWORD OPK == 0x37828110;
nvoid OPK()
{
__asm
{
mov ebx,37828110;
mov eax,0;
mov [ecx+00000174],ebx;
mov [ecx+00000178],eax;
mov [ecx+0000017c],ebx;
jmp OPK;
}
}
DetourFucntion(( BYTE* )0x37828110,( BYTE* )OPK );
mov eax,0; // here i store my value of the player
mov [ecx+00000174],ebx; // x position
mov [ecx+00000178],eax; //y position
mov [ecx+0000017c],ebx; //z position
jmp OPK; // here i return my address that i got from UCE