Skip to content

a library for Unregistered Hypercam 2

License

Notifications You must be signed in to change notification settings

Bang1338/uhc-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uhc-lib

a library for Unregistered HyperCam 2

Made With C++ Coded With Np++

Why?

  • If you're planing to make paid software, use it.

How to use?

  1. Import uhc.dll to your code
  2. 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();
        }

How to compile?

  1. Use Visual Studio Developer Command Prompt, which in Visual Studio. If you don't want install VS202X IDE, check here
  2. cd to the folder uhc-lib
  3. Run compile.bat
  4. Now you got uhc.dll, use it with any code.

Credit:

GitHub, STOP HIGHLIGHTING MAIN LANGUAGE IS C#. THE MAIN LANGUAGE IS C++ BRUH

About

a library for Unregistered Hypercam 2

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 51.2%
  • C++ 30.2%
  • Batchfile 13.0%
  • C 5.6%