im not sure about the held down part tho
i never tried holding down my hotkeys
but its worth a shot
i also have this for virtual jump if you want that
but if i find out u use my code with out credits i will hurt ur computer jk
but for reals give credits if u use
Simple but awesome.
Code:
char* pushCmd;
pushCmd=("PTC HERE NOW");
PushToConsole( pushCmd );
if( GetAsyncKeyState( VK_SHIFT ) < 0 ){
pushCmd=("PTC HERE NOW");
PushToConsole( pushCmd );
}else{
pushCmd=("PTC HERE NOW");
PushToConsole( pushCmd );
}
}