Hello Guys,
I have a problem with this c++ function here:
Can anyone write me this code with ReadProcessMemory?
i will get the car id´s from vehicle pool
this would be very helpful
thank you.
sry for my english
I have a problem with this c++ function here:
Код:
DWORD p, p1;
BYTE veh;
p = *(DWORD*)0xB74494;
p += 0x4;
p1 = *(DWORD*)p;
for (int i = 0; i < 27904; i += 0x100){
veh = *(DWORD*)p1;
p1 += 0x1;
if (veh >= 0 && 0x80 > veh){
DWORD carid = (veh + i);
}
}
Can anyone write me this code with ReadProcessMemory?
i will get the car id´s from vehicle pool
this would be very helpful
thank you.
sry for my english