- If you're planing to make paid software, use it.
- Import
uhc.dllto your code - use anything to trigger
HPCwtm("text goes here");and mutex, best with C#:
// .NET Framework 4.0, forgive me
private void checkBox1_CheckedChanged(object sender, EventArgs e)
{
if (checkBox1.Checked)
{
Task.Factory.StartNew(() => HPCwtm("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"));
mutex.WaitOne(0);
}
else mutex.ReleaseMutex();
}- Use
Visual Studio Developer Command Prompt, which in Visual Studio. If you don't want install VS202X IDE, check here cdto the folderuhc-lib- Run
compile.bat - Now you got
uhc.dll, use it with any code.
- hyperionics, father of the meme
- picocode, for basic code
