but when im ingame i need to HOLD F4 + F to plant
Code:
if(GetAsyncKeyState(VK_F4)){
*(BYTE*)ADR_PLANTANYWHERE = 0x1;
*(WORD*)ADR_DEFUSEANYWHERE = 0x1;
*(float*) ADR_QUICKPD = 20;
}
is this a good fix?
Code:
int i = 0;
while(i <= 0){
*(BYTE*)ADR_PLANTANYWHERE = 0x1;
*(WORD*)ADR_DEFUSEANYWHERE = 0x1;
*(float*) ADR_QUICKPD = 20;
}






