Okay this works for me. Has anyone tried these online yet? What kind of functions are people using for the latest money cheats in online? In this menu its this
void SpawnPedMoney(Ped playerPed)
{
if (!PED::IS_PED_IN_ANY_VEHICLE(playerPed, false))
{
Vector3 playerPosition = ENTITY::GET_ENTITY_COORDS(playerPed, FALSE);
Ped spawnedPed = PED::CREATE_RANDOM_PED(playerPosition.x, playerPosition.y, playerPosition.z + 10);
ENTITY::SET_ENTITY_VELOCITY(spawnedPed, 0, 0, -20);
ENTITY::SET_ENTITY_NO_COLLISION_ENTITY(spawnedPed, playerPed, FALSE);
PED::SET_PED_MONEY(spawnedPed, rand() % 2500 + 1000000);
ENTITY::SET_ENTITY_HEALTH(spawnedPed, 0);
ENTITY::SET_PED_AS_NO_LONGER_NEEDED(&spawnedPed);
DrawNotification("Fuck you");
}
}
What other ways can we do this so its untraceable? Or looks like mission money