Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

InjectorClassVB

DLL Injector Class used to hook into quake3 engine

Look into the InjectorClass.vb for the code Usage:

Get the Process of your quake3 engine game and call this method

It will return a boolean true if done correctly.

C#
InjectorClass.DoInject(process, 'filePath to inject', returnString);
VB.net
InjectorClass.DoInject(process, 'filePath to inject', returnString)

About

DLL Injector Class used to hook into quake3 engine

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages