1.Download dll from releases(Default dotnet version is 4.8).
2.Add Dject dll to your project
using Dject;
namespace example {
public class main {
static void Main(string[] args) {
lib.DllInject("Process name here(e.g:Minecraft.Windows)", "Path here(e.g:C:\Internal client.dll)", (messageshow boolean true=show injected message false=hide injected message)));
}
}
}