Memory CQC Prone [Addie + Source]
I was bored so I decided to release my Memory CQC Prone source + address. This is for a menu but can easily be used in a NoMenu with some changes.
Place this where ever you put your addies:
Place this where ever you put your states:
Place this where ever you put your hack functions at:
If used, wouldn't mind a little credit.
BTW: I know their is no need for break after last case but I forgot to remove it.
Place this where ever you put your addies:
#define ADR_CQCPRONE 0x8A9840
int sProne = 0;
{
switch(sProne)
{
case 1:if(GetAsyncKeyState('C'))
{
*(int*)(ADR_CQCPRONE) = 3;break;
}
}
}
switch(sProne)
{
case 1:if(GetAsyncKeyState('C'))
{
*(int*)(ADR_CQCPRONE) = 3;break;
}
}
}
BTW: I know their is no need for break after last case but I forgot to remove it.
@