You have to import it as a reference in your VB, C# or C++.
Is up to your self what you use it for.
This is just the basics for detecting ScriptVessel injection.
Example: (Don't use it this way!)
Code:
using OCX;
namespace Project
{
class Anti
{
static void Send()
{
while (true)
{
ScriptVessel.Detect();
Thread.Sleep(3000);
}
}
}
}






