It looks like you're new here. If you want to get involved, click one of these buttons!
void main() { object oPC = GetLastUsedBy(); string sKey = GetPCPublicCDKey(oPC, TRUE); SendMessageToPC(oPC, sKey); }
Comments
` string sPCKey = GetPCPublicCDKey(oPC, TRUE);`
void main() { object oPC = GetLastUsedBy(); string sKey = GetPCPublicCDKey(oPC, TRUE); SendMessageToPC(oPC, sKey); }