get streamed Vehicles C++

Статус
В этой теме нельзя размещать новые ответы.

Arviando

Новичок
Автор темы
17
0
Hello Guys,

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
 

itsLegend

Фонд борьбы за жуков 🐞
Администратор
2,695
1,447
Where are u use this code? s0beit, SF API, or...?
 
Статус
В этой теме нельзя размещать новые ответы.