rapidfire
everytime i go in the game with rapidfire i get to hit the ready then it crashs
Code:
#define Rapid 0x37504115
if(Rapid > 0 && *(BYTE*)GameStatus == 1 && GetAsyncKeyState(VK_LBUTTON)<0)
{
memcpy((LPVOID)Rapid, "\x90\x90", 2);
}else{
memcpy((LPVOID)Rapid, "\x74\x3E", 2);
}

