Funny Colord for the Minimap/Radar i found this in the John Remake V3 !
if (blackradar)
{
char bytes[] = { 0x40 };
write_process ((void*)0x01D6B357, &bytes, sizeof(bytes));
}
else
{
char bytes[] = { 0x00 };
write_process ((void*)0x01D6B357, &bytes, sizeof(bytes));
}
Credits to John or Dylan57richem ???
if (blackradar)
{
char bytes[] = { 0x40 };
write_process ((void*)0x01D6B357, &bytes, sizeof(bytes));
}
else
{
char bytes[] = { 0x00 };
write_process ((void*)0x01D6B357, &bytes, sizeof(bytes));
}
Credits to John or Dylan57richem ???