first of all thank you for this great tutorial..
i have some questions
i use the op7 EU version so its a bit different to your version here my adress for speed

in visual c++ i change it to:
and compile
now i start the game and join a server..now i start op7.exe (the hack) and i receive this

and the game crash.. any idea? where is the problem?
maybe something with
the 0x40 ?
i have some questions
i use the op7 EU version so its a bit different to your version here my adress for speed
in visual c++ i change it to:
Code:
void dohack()
{
write((LPVOID)0x00473D76, 0xFF);
write((LPVOID)0x00473D7D, 0x40);
write((LPVOID)0x00473D7F, 0x51);
}
now i start the game and join a server..now i start op7.exe (the hack) and i receive this
and the game crash.. any idea? where is the problem?
maybe something with
Code:
write((LPVOID)0x00473D7D, 0x40);

